summaryrefslogtreecommitdiff
path: root/src/wx/full_config_dialog.cc
AgeCommit message (Expand)Author
2026-03-08Require "non-standard" config checkbox to use MPEG2.Carl Hetherington
2026-02-08Don't allow the maximum bit rates to be set below the "standard" maximum.Carl Hetherington
2025-12-17Refactor EditableList to take a new pair of functors for new/edit operations.Carl Hetherington
2025-12-06Clarify and improve decoder/player/butler logging a bit.Carl Hetherington
2025-09-07Add audio delay option to Config and player prefs.Carl Hetherington
2025-03-08Fix incorrectly-removed spaces.Carl Hetherington
2025-03-02Remove unused includes.Carl Hetherington
2025-03-02Rename config_dialog.{cc,h} -> preferences_page.{cc,h}Carl Hetherington
2025-03-02Move General preferences tab parent to its own file.Carl Hetherington
2025-03-02Move Sound preferences to its own file.Carl Hetherington
2025-03-02Move Keys preferences to its own file.Carl Hetherington
2025-03-02Move config file location config up to the general dialogue.Carl Hetherington
2025-03-01Move KDM Email preferences page to its own file.Carl Hetherington
2025-03-01Move Email preferences page to its own file.Carl Hetherington
2025-03-01Put some preferences stuff into a namespace.Carl Hetherington
2025-03-01White space: full_config_dialog.{cc,h}Carl Hetherington
2025-01-22Update filetypes from XML to sqlite3 when setting/exporting cinema/screen dat...Carl Hetherington
2025-01-19Add option to force short screen layout (#2946).Carl Hetherington
2024-09-25Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-09-24Fix build with new boost (e.g. on Arch) (#2868)Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-08-17Add option to use relative content paths (#2856).Carl Hetherington
2024-05-29Use territory details from template.Carl Hetherington
2024-05-29Get chain, facility, studio and distributor from template.Carl Hetherington
2024-05-29Remove default Interop/SMPTE setting.Carl Hetherington
2024-05-29Remove default video bit rate settings.Carl Hetherington
2024-05-29Remove default DCP audio channel setting.Carl Hetherington
2024-05-29Remove default DCP content type setting.Carl Hetherington
2024-04-22Allow specification of video bit rate separately for J2K and MPEG2.Carl Hetherington
2024-04-22Update available containers whenever they change, always adding the one that ...Carl Hetherington
2024-04-22Rename Choice::add to Choice::add_entry.Carl Hetherington
2024-04-21Rename j2k_bandwidth -> video_bit_rate.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-03-09Merge branch 'main' into v2.17.xCarl Hetherington
2024-03-07Rename Emailer -> Email.Carl Hetherington
2024-02-03Merge branch 'main' into v2.17.xCarl Hetherington
2024-02-01Add some more space for macOS preferences icons.Carl Hetherington
2024-01-28Only build grok for Ubuntu 22.04.Carl Hetherington
2024-01-28Move grok headers into src/wx/grokCarl Hetherington
2024-01-28Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding vi...Carl Hetherington
2024-01-16Remember some more paths when selecting files (#2728).Carl Hetherington
2024-01-16Cleanup: rename some methods in FilePickerCtrl and use boost::filesystem::pat...Carl Hetherington
2024-01-11Reduce minimum "non-standard" ISDCF part name length to 1.Carl Hetherington
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
2023-06-24Add config option to allow long ISDCF name parts.Carl Hetherington
2023-03-03Add option to limit DCP output to the "Bv2.0 profile" (#2470).v2.16.45Carl Hetherington
2023-03-03Tidy up a little with a lambda.Carl Hetherington
2023-03-03Move some settings to new non-standard page.Carl Hetherington
2023-02-05Slightly improve alignment (still not right though).Carl Hetherington