summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.cc
AgeCommit message (Expand)Author
2021-06-06Use bitmap_path() and wxBITMAP_TYPE_PNG (not _RESOURCE) to allow prefs to wor...Carl Hetherington
2021-05-28Mark some strings that should not be translated; thanks to Adam Klotblixt.Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2021-02-06Include creator/issuer in default name of exported KDM decryption key (#1888).Carl Hetherington
2021-02-06Tweak label of KDM decryption key export button (#1888).Carl Hetherington
2021-02-06C++11 tidying.Carl Hetherington
2021-02-06Force .pem extension when saving certificates.Carl Hetherington
2021-02-06Add some default filenames to the advanced certificate/key export dialogues (...Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-11-08Remove references to / support for old RtError class (now RtAudioError).Carl Hetherington
2020-09-25Add NamedChannel and use it to hide the never-used channelsCarl Hetherington
2020-09-25Add missing try/catch to a call to getDeviceInfo.Carl Hetherington
2020-09-25Use the appropriate RtAudio exception (though I'm not sure if thisCarl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-08-29Try to fix crashes when things go wrong with getDeviceInfo.v2.15.99Carl Hetherington
2020-08-14Fix white space.Carl Hetherington
2020-07-26Add new macOS preferences icons.Carl Hetherington
2020-07-12Remove pointless subheading in Keys->Advanced dialogues and improve spacing i...Carl Hetherington
2020-04-15Try to improve spacing in Keys tab of prefs on macOS (#1550).Carl Hetherington
2020-02-29Add 'proper' config dialog for the playlist editor.Carl Hetherington
2019-12-24Tweak certficate chain dialogue layout (#1530).Carl Hetherington
2019-12-19Add an output audio matrix (#1482).Carl Hetherington
2019-12-19Move sound output driver selection into new preferences tab.Carl Hetherington
2019-09-29Improve OpenFileError so that it doesn't say "opening for read"v2.15.20Carl Hetherington
2019-05-10Update message about chain inconsistency when removing certs (#1519).Carl Hetherington
2019-05-05Correct capitalisation of PulseAudio.Carl Hetherington
2019-04-15Add some details of the what the configured sound output means.Carl Hetherington
2019-03-27Beginnings of tr_TR translation from Gökhan Aksoy.Carl Hetherington
2019-03-26Nag/warn when removing KDM decryption certificate.v2.13.137Carl Hetherington
2019-03-18I said we were in string freeze, but only nl_NL has come in soCarl Hetherington
2019-03-15Warn on importing complete certificate chains (part of #1488).Carl Hetherington
2019-01-30Hide the 'export decryption chain' button in the advanced page of preferences.Carl Hetherington
2018-12-23Be a bit more careful with fwrite.Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-10-17Revert overwrite changes; remove our replacement of file extension (#1383).v2.13.62Carl Hetherington
2018-10-17Revert "Remove wxWidgets' file overwrite checks in favour of our own (because...Carl Hetherington
2018-10-17Remove wxWidgets' file overwrite checks in favour of our own (because of #1383).Carl Hetherington
2018-10-17Prevent un-prompted overwrite of files when exporting things from config (#13...Carl Hetherington
2018-10-17Add some default filenames (#1383).Carl Hetherington
2018-09-14Tweak player config dialog layout.Carl Hetherington
2018-01-12Separate readable error from technical detail in some places.Carl Hetherington
2018-01-07Make certificate re-creation cancellable and default nagsCarl Hetherington
2018-01-06No-op; remove some namespace qualifiers.Carl Hetherington
2018-01-06Try to improve the UI for decryption/signing keys by hidingCarl Hetherington
2017-08-20Add KDM decryption keys prefs to player.Carl Hetherington
2017-08-15Give player its own configuration dialogue.Carl Hetherington
2017-08-14Rename ConfigDialog -> FullConfigDialog.Carl Hetherington