summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.cc
AgeCommit message (Collapse)Author
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
when mapping into a DCP.
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
still necessary).
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de
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 ↵Carl Hetherington
in the Keys page of config.
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
in one case where it should say "opening for read/write". Also add some unit tests for ReelWriter.
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
far and robn has asked to translate these, so ;)
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 ↵Carl Hetherington
(because of #1383)." This reverts commit 3c74b178eeea8418f044877f88e94003605497b6.
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 ↵Carl Hetherington
(#1383).
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
to not going away (#1158).
2018-01-06No-op; remove some namespace qualifiers.Carl Hetherington
2018-01-06Try to improve the UI for decryption/signing keys by hidingCarl Hetherington
the details and hopefully providing buttons to do what 99% of users will want to do (#1003).
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
2017-07-25First go at configurable config.xml location.Carl Hetherington
2017-06-29Fix bugs with default container configuration.Carl Hetherington
2017-06-29Offer only flat/scope/full-frame as container choices and differentiateCarl Hetherington
the names from the UI for content ratios.
2017-06-18Try to avoid crash on opening preferences on a machine with no audio devices.Carl Hetherington
2017-06-05Improve management of certificate chains to make it harder to haveCarl Hetherington
an inconsistent chain / private key set.
2017-05-25Nag about potential problems when remaking the decryption chain.Carl Hetherington
2017-05-25Decryption keys are really for decrypting KDMs, not DCPs.Carl Hetherington
2017-05-12Add default scale-to (#664).Carl Hetherington