summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.cc
AgeCommit message (Collapse)Author
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
2017-05-09Basic GUI for export.Carl Hetherington
2017-05-09Simple cover sheet support (#1039).Carl Hetherington
2017-04-27Distinguish master DoM encode threads count from the server count.Carl Hetherington
2017-04-19Config option to disable preview audio.Carl Hetherington
2017-04-19Add sound output configuration.Carl Hetherington
2016-12-16Add preference for default KDM target directory (#1013).Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-10-20Give a better error if the user tries to load a non-KDM as a DKDM into the ↵Carl Hetherington
KDM creator.
2016-08-25Take the leaf of a certificate chain if one is providedCarl Hetherington
for a screen certificate (#937).
2016-08-21Even better open-file error reports.Carl Hetherington
2016-08-18Better errors on open fails; remove unused exception.Carl Hetherington
2016-08-16Tidy up a few details with custom filenames.Carl Hetherington
2016-08-12Move locale_convert into libdcp.Carl Hetherington
2016-08-12Replace incorrect uses of raw_convert with a new locale_convert.Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-08-04Add export-decryption-chain button.Carl Hetherington
2016-08-04Different configuration of filename format for assets / metadata (since ↵Carl Hetherington
CPL/PKL files don't refer to reels).
2016-08-01Missing content filename stuff in DCP filename format.Carl Hetherington
2016-08-01Simplify NameFormat stuff.Carl Hetherington