summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_kdm.cc
AgeCommit message (Expand)Author
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington
2024-04-26Allow branding of "report a problem" dialog.Carl Hetherington
2024-04-26Allow customisation of error report email address.Carl Hetherington
2024-04-24Restore time zone to Cinema and improve UI to use it (#2473).Carl Hetherington
2024-04-21Rename Encoder -> FilmEncoder, and subclasses.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-01-30Open macOS prefs with Mac-, not Mac-P (#2745).Carl Hetherington
2024-01-18macOS build fix.Carl Hetherington
2024-01-18Allow specification of KDM annotation text (#296).Carl Hetherington
2024-01-11Attempt to rationalise menu IDs and avoid duplicates.Carl Hetherington
2023-12-19Fix sensitivity of KDM create button when no output method has been chosen.Carl Hetherington
2023-11-20Add a dialog to show which screens have potentially-problematicCarl Hetherington
2023-11-20Fix "create KDM" button sensitivity with invalid KDM time range.Carl Hetherington
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
2023-05-30Don't show warning when only removing an empty DKDM folder (#2541).Carl Hetherington
2023-05-30Don't add DKDMs twice (#2545).Carl Hetherington
2023-05-30Fix disappearing DKDM folders when dragging a folder into its own child (#2540)Carl Hetherington
2023-05-13Cleanup: using ordering.Carl Hetherington
2023-05-13Fix typos in errors.Carl Hetherington
2023-04-25Don't use wx_ptr for the splash screen.Carl Hetherington
2023-02-11Use kdm_for_screen also in dcpomatic_kdmCarl Hetherington
2023-02-11Use the correct prompt for file/folder.Carl Hetherington
2023-02-11Improve error when the KDM period is outside the signer period in the KDM cre...Carl Hetherington
2023-02-11Warn/error on making KDMs using recipient certs whose validity periodsCarl Hetherington
2023-02-11Cleanup: use an early return to calm some indentation.Carl Hetherington
2023-01-17Swap some wx_ptr for simple members/locals.Carl Hetherington
2023-01-16Add DCPOMATIC_SUBHEADING_TOP_PAD.Carl Hetherington
2023-01-15Use wx_ptr for the splash screen.Carl Hetherington
2023-01-14Add wx_ptr and use it instead of ScopeGuard in a lot of places.Carl Hetherington
2023-01-14Use more ScopeGuards.Carl Hetherington
2023-01-04Allow drag-and-drop of DKDMs onto the list in the KDM creator.Carl Hetherington
2023-01-04Extract add_dkdm().Carl Hetherington
2023-01-04Cleanup: use auto.Carl Hetherington
2023-01-04Use FileDialog for Add DKDM in the KDM creator.Carl Hetherington
2023-01-03Cleanup: use ScopeGuard.Carl Hetherington
2022-12-14Bump libdcp to a version with UTCOffset.Carl Hetherington
2022-12-10Extract constants.hCarl Hetherington
2022-10-19Add search to DKDM list (#2298).Carl Hetherington
2022-10-19Cleanup: 0 -> nullptr.Carl Hetherington
2022-09-05Tidy up code to report failures to load config in the UI.Carl Hetherington
2022-08-17Sort DKDMs by CPL name (#2297).Carl Hetherington
2022-08-17C++11 tidying.Carl Hetherington
2022-08-17Default to filtering DKDM filenames to only see *.xml, and allowCarl Hetherington
2022-07-20Add some logging to the KDM creator.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-17Add more missing override labels.Carl Hetherington
2022-04-09Add some missing override labels.Carl Hetherington
2022-03-16Make the value used for 'f' in KDM names consistent (#1657).Carl Hetherington
2022-03-09Remove unused file_dialog_wrapper.hCarl Hetherington
2022-03-09Use checkboxes to decide which screens KDMs will be made for (#1895).Carl Hetherington