summaryrefslogtreecommitdiff
path: root/src/wx/full_config_dialog.cc
AgeCommit message (Collapse)Author
2020-10-06fixup! Fix some vertical alignment of labels.alignmentCarl Hetherington
2020-10-06Fix some vertical alignment of labels.Carl Hetherington
2020-09-08Use wxString for EditableListColumn.Carl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de
2020-07-26Add new macOS preferences icons.Carl Hetherington
2020-07-05Add more logging and some missing prefs checkboxes for existing logging.v2.15.87Carl Hetherington
2020-06-17Move identifiers stuff out to a new prefs tab.v2.15.81Carl Hetherington
2020-06-17Allow more complete control over the libdcp/DCP-o-matic metadata written to ↵Carl Hetherington
various places.
2020-06-08Move upload-DCP-to-TMS button to preferences.Carl Hetherington
2020-05-25Don't offer full-frame containers unless 'allow any container' is enabled.Carl Hetherington
2020-05-11Remove now-unused default-scale-to config option.Carl Hetherington
2020-03-01Remove unused LOG_DEBUG_DECODE and re-use it to add some 3D shuffler logging.v2.15.46Carl Hetherington
2020-01-06Move credentials settings into certificate download dialogue (#1480).Carl Hetherington
2019-12-19Move sound output driver selection into new preferences tab.Carl Hetherington
2019-11-30Try to improve the checking for overwrite of export files a littleCarl Hetherington
on Linux; I think we need to do it ourselves rather than relying on wxFileDialog.
2019-10-13Hide the upmixers unless an "advanced" configuration option is ticked.v2.15.22Carl Hetherington
The upmixers are not of sufficient quality to always be an improvement, and anecdotally it seems that some users see them and hope one will be a silver bullet.
2019-05-10Make video view type configurable.Carl Hetherington
2019-05-10Basics of metadata dialog - ratings.Carl Hetherington
2019-05-10Hide passwords in text fields.Carl Hetherington
2019-03-28Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138Carl Hetherington
2019-03-26Try to extend minimum size of OS X prefs panels to fix #1502.Carl Hetherington
2019-03-18More missing translations.Carl Hetherington
2019-02-02Manual tweaks.Carl Hetherington
2019-01-14Some label copy-editing and more manual work.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-09-06Add simple/full interface option and make DCP panel respect it.Carl Hetherington
2018-08-15Christie support.Carl Hetherington
2018-08-15More rearrangement and add Barco Alchemy.Carl Hetherington
2018-07-20Add advanced configuration option to allow any container ratio,Carl Hetherington
specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat). https://www.dcpomatic.com/forum/viewtopic.php?f=2&t=1119&p=4470
2018-07-07Add export button for cinemas XML (#1319).Carl Hetherington
2018-05-30OS X preference-sizing tweaks.v2.13.25Carl Hetherington
2018-05-27Add UI for message box / email notifications.Carl Hetherington
2018-05-27Move email server preferences into a separate tab.Carl Hetherington
2018-01-30Remove unused variable.Carl Hetherington
2018-01-16Allow configuration of default value of upload-to-TMS button.Carl Hetherington
2017-10-05Add configuration option to set writer's maximum frames in memory.Carl 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