summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-03-05Extract some bits from search_by_name().Carl Hetherington
2025-03-05Add Content::{font_paths,replace_font_path}().Carl Hetherington
2025-03-05Fix annoying comment.Carl Hetherington
2025-03-05Replace Content::paths_valid() with a free utility function.Carl Hetherington
2025-03-05all_of() is clearer than find_if() here.Carl Hetherington
2025-03-05Fix spacing.Carl Hetherington
2025-03-05Create SignalManager in the front end, not the tested part.Carl Hetherington
2025-03-05Cleanup: use std::any_of instead of a find_if.Carl Hetherington
2025-03-05Allow start of DCP encode job after pausing export.Carl Hetherington
2025-03-03Fix Grok build after changes to preferences code.Carl Hetherington
2025-03-03Fix some erroneous exit() commands in the new encode CLI.Carl Hetherington
2025-03-03Fix use of program_name in encode CLI.Carl Hetherington
2025-03-03Tidy up by using a shared_ptr.Carl Hetherington
2025-03-02Move CLI encoder to a vaguely-testable method.Carl Hetherington
2025-03-02Remove unused using.Carl Hetherington
2025-03-02Use fmt::format() for formatted errors.Carl Hetherington
2025-03-02White space.Carl Hetherington
2025-03-02Use out/flush in main() for cout.Carl Hetherington
2025-03-02Make show_jobs_on_console() use output and flush functions.Carl Hetherington
2025-03-02Make list_servers() use an output function.Carl Hetherington
2025-03-02Make print_dump() use an output function.Carl Hetherington
2025-03-02Make help() use an output function.Carl Hetherington
2025-03-02Use program_name constant.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 Locations preferences to its own file.Carl Hetherington
2025-03-02Move Keys preferences to its own file.Carl Hetherington
2025-03-02Use the configured KDM creator log file rather than a hard-coded one.Carl Hetherington
2025-03-02Use a customised config dialog for the KDM creator.Carl Hetherington
2025-03-02Move config file location config up to the general dialogue.Carl Hetherington
2025-03-02Add KDM debug log file option.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: player_config_dialog.hCarl Hetherington
2025-03-01White space: full_config_dialog.{cc,h}Carl Hetherington
2025-03-01White space: config_dialog.{cc,h}Carl Hetherington
2025-03-01Move CertificateChainEditor to its own files and format white space.Carl Hetherington
2025-03-01Use error-catching method to find potential DCPs (#2982).Carl Hetherington
2025-02-25Fix failure to use name format with the short output panel (#2646).v2.18.12Carl Hetherington
2025-02-25Supporters update.Carl Hetherington
2025-02-25Fix misunderstanding of wxDialog lifetime handling.Carl Hetherington
2025-02-23Rename VerifyDCPProgressDialog -> VerifyDCPDialog.Carl Hetherington
2025-02-23Make the player verify UI more like the standalone one.Carl Hetherington
2025-02-23Allow passing options to VerifyDCPJob.Carl Hetherington
2025-02-23Add JobManager::cancel_all_jobs().Carl Hetherington
2025-02-23Add option to disable detailed picture asset checks.Carl Hetherington
2025-02-23Update the verifier GUI a little more often.Carl Hetherington