summaryrefslogtreecommitdiff
path: root/src/lib/config.h
AgeCommit message (Expand)Author
2025-09-16Add an advanced option to check data against the frame info file when making ...2758-safe-write-take2Carl Hetherington
2025-09-07Add audio delay option to Config and player prefs.Carl Hetherington
2025-06-17Support cropping of content on playback (#3041).Carl Hetherington
2025-06-17Cleanup: use an enum class.Carl Hetherington
2025-05-29Interpret relative cinemas SQLite3 paths as being relative to the config.xml ...Carl Hetherington
2025-03-08Don't use an optional for the Grok config object.Carl Hetherington
2025-03-02Add KDM debug log file option.Carl Hetherington
2025-02-02White space: config.{cc,h} player.{cc,h} about_dialog.{cc,h} hints_dialog.{cc,h}Carl Hetherington
2025-01-22Announce changes to cinemas file separately.Carl Hetherington
2025-01-19Add option to force short screen layout (#2946).Carl Hetherington
2024-12-04Add default grok licence server.Carl Hetherington
2024-11-29Remove config of grok server port (#2900).Carl Hetherington
2024-08-17Add option to use relative content paths (#2856).Carl Hetherington
2024-07-26Merge branch 'main' into v2.17.xCarl Hetherington
2024-07-26Signal the correct change when unsetting the sound output.Carl Hetherington
2024-06-23Add minimal player HTTP server (#2830).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-05-25Improve save-template dialog and always use a default template.Carl Hetherington
2024-05-25Use std::vector for Config::templates().Carl Hetherington
2024-05-25Cleanup: make method private.Carl Hetherington
2024-05-06Use sqlite for cinema and DKDM recipient lists.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-21Rename j2k_bandwidth -> video_bit_rate.Carl Hetherington
2024-03-17Add PlaylistEditorRestrictedMenus option, similar to PlayerRestrictedMenus.Carl Hetherington
2024-03-08Add <PlayerRestrictedMenus> option to config.xml (#2725).Carl Hetherington
2024-02-19Merge tag 'v2.16.77' into v2.17.xCarl Hetherington
2024-02-17Add option to load prefs from ZIP (#2771).Carl Hetherington
2024-01-28Give GROK its own config changed category.Carl Hetherington
2024-01-28Clean up grok's presence in the config file and make sure it's optional.Carl Hetherington
2024-01-28Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2024-01-28Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding vi...Carl Hetherington
2024-01-09Check for bad DN qualifiers on signer certificates (#2716).Carl 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-01-14Add options for where the add files dialog starts (#2413).Carl Hetherington
2023-01-03Generalise add_files_path to initial_paths().Carl Hetherington
2022-12-13More header trimming.Carl Hetherington
2022-11-29Add default release territory configuration (#2375).Carl Hetherington
2022-11-29Add default audio language configuration (#2375).Carl Hetherington
2022-11-29Remove default container configuration option.Carl Hetherington
2022-11-02Add passive mode option to TMS upload.Carl Hetherington
2022-10-14Save and restore sash positions in the main DoM.Carl Hetherington
2022-09-04Add a description of which part of the config failed to load.Carl Hetherington
2022-09-04Split up Config::read().Carl Hetherington