summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_kdm.cc
AgeCommit message (Collapse)Author
2020-11-23Remove swaroop variant.Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2020-07-26Various OSX warnings fixes.Carl Hetherington
2020-05-07Add a 'Make DKDM' dialogue box to simplify and (hopefully) clarify DKDM ↵Carl Hetherington
creation (#1637).
2020-05-06Set 'i' earlier in name_values.Carl Hetherington
2020-05-06Write 'f', 'b' and 'e' tags into all KDMWithMetadata when they are made.Carl Hetherington
2020-05-06Rename some variables and re-implement collect().Carl Hetherington
2020-05-06Move some functions to kdm_with_metadataCarl Hetherington
2020-05-06Remove Screen pointer from KDMWithMetadata, preferring toCarl Hetherington
add metadata to a dcp::NameFormat::Map earlier in the call stack.
2020-05-06Add KDMWithMetadataPtr typedefCarl Hetherington
2020-05-06Rename ScreenKDM -> KDMWithMetadataCarl Hetherington
2019-06-09swaroop: support validity periods in ecinema KDMs.Carl Hetherington
2019-05-13swaroop: basics of ECinema support in KDM creator.Carl Hetherington
2019-05-13swaroop: allow ScreenKDM subclasses for different KDM types.Carl Hetherington
2019-05-10Put Font and Screen into dcpomatic namespace.Carl Hetherington
2019-05-10Disable DKDM remove/export buttons as appropriate.Carl Hetherington
2019-05-10Add export button for DKDMs (part of #1510).Carl Hetherington
2019-05-10Nag about deletion of DKDMs.Carl Hetherington
2019-05-10Fix warning.Carl Hetherington
2019-03-10Better error when trying to load a much-too-large file as a KDM in the KDM ↵Carl Hetherington
creator.
2018-12-23Same fix again for KDM.Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-11-09Allow specification of trusted devices by thumbprint rather thanv2.13.68Carl Hetherington
by full certificate.
2018-07-06Add advanced KDM options button containing switches for forensic marking.Carl Hetherington
2018-02-27Add a load of explicit keywords.Carl Hetherington
2018-02-14Build fixes.Carl Hetherington
2018-01-12Separate readable error from technical detail in some places.Carl Hetherington
2018-01-06Fix crash when dragging and dropping the only DKDM.Carl Hetherington
2018-01-06Check that we can decrypt a DKDM when it is loaded (#1011).Carl Hetherington
2018-01-05Make player/KDM creator and main DCP-o-matic all behave the same with ↵Carl Hetherington
respect to problems when loading config.
2017-08-14Rename ConfigDialog -> FullConfigDialog.Carl Hetherington
2017-05-24Keep model up to date when reordering KDMs.Carl Hetherington
2017-05-24Try to respect ordering when dragging and dropping.Carl Hetherington
2017-05-24Support basic drag-and-drop of DKDMs.Carl Hetherington
2017-05-24Don't crash when failing to parse a KDM.Carl Hetherington
2017-05-24Basic implementation of a tree view for DKDMs (#1012).Carl Hetherington
2017-03-03Move common KDM creation / email code into KDMOutputPanel.Carl Hetherington
2016-12-16Confirm overwrite of KDMs (#1008).Carl Hetherington
2016-12-16Increase maximum allowable KDM file size.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-10-20Give a better error if the user tries to load a non-KDM as a DKDM into the ↵Carl Hetherington
KDM creator.
2016-07-29Simplification of name format stuff.Carl Hetherington
2016-07-29Basics of custom DCP filename components.Carl Hetherington
2016-07-29Rearrange KDM creator window.Carl Hetherington
2016-07-29Allow configuration of KDM filename format.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington