summaryrefslogtreecommitdiff
path: root/src/wx/full_config_dialog.cc
AgeCommit message (Collapse)Author
2021-08-17Add defaults for facility, studio, chain, distributor (#2075).Carl Hetherington
2021-08-17Rename update -> setup_sensitivity().Carl Hetherington
2021-06-07Fix alignment of labels on macOS (#2043).Carl Hetherington
2021-06-06Fix alignment of mail protocol control (#2042).Carl Hetherington
2021-06-06Use bitmap_path() and wxBITMAP_TYPE_PNG (not _RESOURCE) to allow prefs to ↵Carl Hetherington
work with in-tree builds.
2021-05-07Fix alignment of label.Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2021-04-22Remove configuration option for minimum frame size.Carl Hetherington
Replace it with a fixed 16KB as per #1902.
2021-04-04Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue.Carl Hetherington
2021-04-04Move some ISDCF flags to the Interop/SMPTE metadata.Carl Hetherington
2021-02-23Fix some wxWidgets assertion failures.Carl Hetherington
Casued by specifying wxFD_OVERWRITE_PROMPT without wxFD_SAVE; it makes no sense and in wx3.1 it raises an error.
2021-02-05Testing: add minimum frame size configuration option.v2.15.126Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-30Rename debug type THREED to THREED_D.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-21Remove the "simple" UI (#1868).Carl Hetherington
It just seemed to cause more problems than it solved; mainly people enabling it by mistake and then being told to click buttons that they could not see.
2020-10-06Fix assorted GTK3-related alignment problems.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