summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_verifier.cc
AgeCommit message (Collapse)Author
2026-02-13Fix old macOS build.Carl Hetherington
2026-02-11Allow adding multiple DCPs to the verifier in one go, and remember the last ↵Carl Hetherington
location.
2026-01-09Possibly fix disappearing Cancel/Verify buttons.Carl Hetherington
Before this commit these buttons would need the window to be half a screen width width before they were seen (at least on Ubuntu 24.04).
2025-12-18Use known DKDMs to decrypt DCPs for verification.Carl Hetherington
2025-12-18Allow adding KDMs to the verifier to verify encrypted DCPs (#2971).Carl Hetherington
2025-12-17Refactor EditableList to take a new pair of functors for new/edit operations.Carl Hetherington
In the future this will allow more intricate text displays in EditableLists.
2025-09-21Fix verifier window background colour on Windows (#3085).Carl Hetherington
2025-09-19Allow saving of verification reports as PDF (#1823).Carl Hetherington
2025-05-27Move i18n setup into 3 separate platform files.Carl Hetherington
2025-05-27Put wx::report_problem() in a dcpomatic namespace.Carl Hetherington
2025-05-06Add a menu bar to the verifier (#3031).Carl Hetherington
Otherwise on macOS it looks a bit odd now it defaults to full-screen
2025-03-26Just maximise the verifier on startup (#3004).Carl Hetherington
2025-03-01Use error-catching method to find potential DCPs (#2982).Carl Hetherington
2025-02-23Make the player verify UI more like the standalone one.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
2025-02-23Add cancel button to verifier.Carl Hetherington
2025-02-23Allow verification of multiple DCPs in one go (#2843).Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-04-26Allow customisation of error report email address.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-04-17Separate GUI verifier with basic reporting (#1823).Carl Hetherington