Don't use --target-macos-arm64 any more, since it's not supported.
[dcpomatic.git] / src / tools / dcpomatic_kdm.cc
2024-01-30 Carl HetheringtonOpen macOS prefs with Mac-, not Mac-P (#2745).
2024-01-18 Carl HetheringtonmacOS build fix.
2024-01-17 Carl HetheringtonAllow specification of KDM annotation text (#296).
2024-01-11 Carl HetheringtonAttempt to rationalise menu IDs and avoid duplicates.
2023-12-19 Carl HetheringtonFix sensitivity of KDM create button when no output...
2023-11-20 Carl HetheringtonAdd a dialog to show which screens have potentially...
2023-11-20 Carl HetheringtonFix "create KDM" button sensitivity with invalid KDM...
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
2023-05-30 Carl HetheringtonDon't show warning when only removing an empty DKDM...
2023-05-30 Carl HetheringtonDon't add DKDMs twice (#2545).
2023-05-30 Carl HetheringtonFix disappearing DKDM folders when dragging a folder...
2023-05-13 Carl HetheringtonCleanup: using ordering.
2023-05-13 Carl HetheringtonFix typos in errors.
2023-04-25 Carl HetheringtonDon't use wx_ptr for the splash screen.
2023-02-11 Carl HetheringtonUse kdm_for_screen also in dcpomatic_kdm
2023-02-11 Carl HetheringtonUse the correct prompt for file/folder.
2023-02-11 Carl HetheringtonImprove error when the KDM period is outside the signer...
2023-02-11 Carl HetheringtonWarn/error on making KDMs using recipient certs whose...
2023-02-11 Carl HetheringtonCleanup: use an early return to calm some indentation.
2023-01-16 Carl HetheringtonSwap some wx_ptr for simple members/locals.
2023-01-16 Carl HetheringtonAdd DCPOMATIC_SUBHEADING_TOP_PAD.
2023-01-15 Carl HetheringtonUse wx_ptr for the splash screen.
2023-01-14 Carl HetheringtonAdd wx_ptr and use it instead of ScopeGuard in a lot...
2023-01-13 Carl HetheringtonUse more ScopeGuards.
2023-01-04 Carl HetheringtonAllow drag-and-drop of DKDMs onto the list in the KDM...
2023-01-04 Carl HetheringtonExtract add_dkdm().
2023-01-04 Carl HetheringtonCleanup: use auto.
2023-01-04 Carl HetheringtonUse FileDialog for Add DKDM in the KDM creator.
2023-01-03 Carl HetheringtonCleanup: use ScopeGuard.
2022-12-14 Carl HetheringtonBump libdcp to a version with UTCOffset.
2022-12-09 Carl HetheringtonExtract constants.h
2022-10-18 Carl HetheringtonAdd search to DKDM list (#2298).
2022-10-18 Carl HetheringtonCleanup: 0 -> nullptr.
2022-09-05 Carl HetheringtonTidy up code to report failures to load config in the UI.
2022-08-17 Carl HetheringtonSort DKDMs by CPL name (#2297).
2022-08-17 Carl HetheringtonC++11 tidying.
2022-08-17 Carl HetheringtonDefault to filtering DKDM filenames to only see *.xml...
2022-07-20 Carl HetheringtonAdd some logging to the KDM creator.
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-17 Carl HetheringtonAdd more missing override labels.
2022-04-09 Carl HetheringtonAdd some missing override labels.
2022-03-16 Carl HetheringtonMake the value used for 'f' in KDM names consistent...
2022-03-09 Carl HetheringtonRemove unused file_dialog_wrapper.h
2022-03-09 Carl HetheringtonUse checkboxes to decide which screens KDMs will be...
2021-06-12 Carl HetheringtonOffer all KDM types no matter what standard is in use.
2021-05-22 Carl HetheringtonFix sensitivity of "Make KDM(s)" button (#2007). v2.15.151
2021-05-22 Carl HetheringtonC++11 tidying.
2021-02-17 Carl HetheringtonFix some wx3.1 assertions and some C++ tidying.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-10 Carl HetheringtonFix lots of macOS warnings by using a different boost...
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-27 Carl HetheringtonHide warnings triggered by Ubuntu 20.04's gcc.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonAdd a 'Make DKDM' dialogue box to simplify and (hopeful...
2020-05-06 Carl HetheringtonSet 'i' earlier in name_values.
2020-05-06 Carl HetheringtonWrite 'f', 'b' and 'e' tags into all KDMWithMetadata...
2020-05-06 Carl HetheringtonRename some variables and re-implement collect().
2020-05-06 Carl HetheringtonMove some functions to kdm_with_metadata
2020-05-06 Carl HetheringtonRemove Screen pointer from KDMWithMetadata, preferring to
2020-05-06 Carl HetheringtonAdd KDMWithMetadataPtr typedef
2020-05-06 Carl HetheringtonRename ScreenKDM -> KDMWithMetadata
2019-06-09 Carl Hetheringtonswaroop: support validity periods in ecinema KDMs.
2019-05-13 Carl Hetheringtonswaroop: basics of ECinema support in KDM creator.
2019-05-13 Carl Hetheringtonswaroop: allow ScreenKDM subclasses for different KDM...
2019-05-10 Carl HetheringtonPut Font and Screen into dcpomatic namespace.
2019-05-10 Carl HetheringtonDisable DKDM remove/export buttons as appropriate.
2019-05-10 Carl HetheringtonAdd export button for DKDMs (part of #1510).
2019-05-10 Carl HetheringtonNag about deletion of DKDMs.
2019-05-10 Carl HetheringtonFix warning.
2019-03-10 Carl HetheringtonBetter error when trying to load a much-too-large file...
2018-12-23 Carl HetheringtonSame fix again for KDM.
2018-12-08 Carl HetheringtonSupport buttons.
2018-12-08 Carl HetheringtonBasics of in-place i18n with support for wxStaticText...
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-09 Carl HetheringtonAllow specification of trusted devices by thumbprint... v2.13.68
2018-07-06 Carl HetheringtonAdd advanced KDM options button containing switches...
2018-02-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-02-27 Carl HetheringtonAdd a load of explicit keywords.
2018-02-14 Carl HetheringtonBuild fixes.
2018-01-12 Carl HetheringtonSeparate readable error from technical detail in some...
2018-01-06 Carl HetheringtonFix crash when dragging and dropping the only DKDM.
2018-01-06 Carl HetheringtonCheck that we can decrypt a DKDM when it is loaded...
2018-01-05 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-01-05 Carl HetheringtonMake player/KDM creator and main DCP-o-matic all behave...
2017-08-14 Carl HetheringtonRename ConfigDialog -> FullConfigDialog.
2017-05-24 Carl HetheringtonKeep model up to date when reordering KDMs.
2017-05-24 Carl HetheringtonTry to respect ordering when dragging and dropping.
2017-05-24 Carl HetheringtonSupport basic drag-and-drop of DKDMs.
2017-05-24 Carl HetheringtonDon't crash when failing to parse a KDM.
2017-05-24 Carl HetheringtonBasic implementation of a tree view for DKDMs (#1012).
2017-03-07 Carl HetheringtonMerge.
2017-03-03 Carl HetheringtonMove common KDM creation / email code into KDMOutputPanel.
2016-12-16 Carl HetheringtonConfirm overwrite of KDMs (#1008).
2016-12-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-12-16 Carl HetheringtonIncrease maximum allowable KDM file size.
2016-11-19 Carl HetheringtonNo-op; rename a whole load of wx constants to their...
next