Missed update to private test repo version.
[dcpomatic.git] / src / tools / dcpomatic.cc
2024-03-07 Carl HetheringtonRename Emailer -> Email.
2024-02-17 Carl HetheringtonAdd option to load prefs from ZIP (#2771).
2024-02-17 Carl HetheringtonUse FileDialog for saving preferences ZIPs.
2024-02-11 Carl HetheringtonFix totally missing saving of DKDM recipients.
2024-01-30 Carl HetheringtonOpen macOS prefs with Mac-, not Mac-P (#2745).
2024-01-11 Carl HetheringtonAttempt to rationalise menu IDs and avoid duplicates.
2024-01-09 Carl HetheringtonCheck for bad DN qualifiers on signer certificates...
2023-11-26 Carl HetheringtonCall dcpomatic_setup_path_encoding() early enough ...
2023-11-26 Carl HetheringtonDon't crash if preferences ZIP needs to be overwritten...
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
2023-09-08 Carl HetheringtonOpen Windows console earlier in startup.
2023-09-02 Carl HetheringtonFix crash when pressing Ctrl+{C,V} at the wrong time.
2023-07-02 Carl HetheringtonFix crash if an exception is thrown before the splash...
2023-06-22 Carl HetheringtonAvoid virtual call to set_film() in constructor (#2571).
2023-05-18 Carl HetheringtonCleanup: replace some list with vector.
2023-04-25 Carl HetheringtonDon't use wx_ptr for the splash screen.
2023-04-18 Carl HetheringtonFix crash if saving files during save/cancel/close...
2023-04-18 Carl HetheringtonCleanup: longer variable name.
2023-04-09 Carl HetheringtonFix subtitle font handling with in-memory fonts from... v2.16.52
2023-03-05 Carl HetheringtonCatch exceptions from some calls to write_metadata().
2023-02-11 Carl HetheringtonCleanup: extract encrypt() call from Film::make_kdm().
2023-01-17 Carl HetheringtonBuild fix for Windows.
2023-01-16 Carl HetheringtonSwap some wx_ptr for simple members/locals.
2023-01-16 Carl HetheringtonUse wx_ptr more.
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.
2022-12-09 Carl HetheringtonExtract constants.h
2022-10-18 Carl HetheringtonImprove the appearance of things in macOS dark mode...
2022-10-18 Carl HetheringtonFix dark mode for release notes.
2022-10-14 Carl HetheringtonSave and restore sash positions in the main DoM.
2022-10-14 Carl HetheringtonAllow dragging of the border between the controls and...
2022-10-14 Carl HetheringtonCleanup: use simpler ownership for FilmViewer.
2022-09-05 Carl HetheringtonTidy up code to report failures to load config in the UI.
2022-08-15 Carl HetheringtonFix deadlock on cancelling jobs. v2.16.21
2022-07-20 Carl HetheringtonBasic release notes support (#2282).
2022-06-10 Carl HetheringtonRename CheckContentChangeJob -> CheckContentJob.
2022-06-10 Carl HetheringtonC++11 tidying.
2022-05-01 Carl HetheringtonReplace some raw arrays with std::vectors.
2022-04-28 Carl HetheringtonPut * in the title bar when the DCP-o-matic project...
2022-04-28 Carl HetheringtonSet window title based on the directory from Film.
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-20 Carl HetheringtonMove make_dcp() out of Film (#2132).
2022-04-09 Carl HetheringtonAdd some missing override labels.
2022-04-08 Carl HetheringtonFix some comment typos.
2022-03-09 Carl HetheringtonAdd option to export config as a .zip (#1776).
2022-02-12 Carl HetheringtonRename NAG_BAD_SIGNER_CHAIN -> NAG_BAD_SIGNER_CHAIN_UTF8.
2022-02-12 Carl HetheringtonWarn if the signing certificates have a validity period...
2021-12-13 Carl HetheringtonMake sure translators give email addresses.
2021-11-28 Carl HetheringtonRearrange checking (and re-examining) content.
2021-09-27 Carl HetheringtonMerge branch 'own-config' into v2.15.x
2021-09-27 Carl HetheringtonAdd config location versioning (#2090).
2021-09-21 Carl HetheringtonMove 'show in file manager' code to cross_*
2021-08-17 Carl HetheringtonAdd comments for shortcuts and extract them for the...
2021-06-30 Carl HetheringtonFix race.
2021-06-30 Carl HetheringtonC++11 tidying.
2021-04-30 Carl HetheringtonC++11 tidying.
2021-03-20 Carl HetheringtonAdd select-all.
2021-02-23 Carl HetheringtonRemove wxSTAY_ON_TOP from splash screen on Windows...
2021-02-17 Carl HetheringtonAssorted C++11 tidying.
2021-02-16 Carl HetheringtonC++11 tidying.
2021-02-07 Carl HetheringtonReport boost::filesystem_error with more details.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-09 Carl HetheringtonMore c++ tidying.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-21 Carl HetheringtonRemove the "simple" UI (#1868).
2020-10-18 Carl HetheringtonmacOS build fix.
2020-10-17 Carl HetheringtonClarify some error messages on macOS (#1837). jenkins
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-08-25 Carl HetheringtonTry to clean up the mess of exporting subtitles when...
2020-08-25 Carl HetheringtonAdd option to export Interop subs with or without the...
2020-08-25 Carl HetheringtonRename export dialogue to export video.
2020-08-25 Carl HetheringtonMove subtitle export to its own dialogue.
2020-08-07 Carl HetheringtonFix layout bug where the stuff in the content panel...
2020-08-05 Carl HetheringtonAllow export with one audio stream per channel. v2.15.95
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-06-08 Carl HetheringtonTry to provide some platform-specific menu text for...
2020-06-03 Carl HetheringtonClean up handling of paths relative to the executable.
2020-05-20 Carl HetheringtonFix DKDM generation by moving the validity period a...
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-09 Carl HetheringtonRemove scale to fit {width,height} options.
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 HetheringtonMove some functions to kdm_with_metadata
2020-05-06 Carl HetheringtonRename ScreenKDM -> KDMWithMetadata
2020-03-11 Carl HetheringtonGive a better error when opening a DCP with File -...
2020-03-11 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-03-10 Carl HetheringtonMake DKDMs with validity 2 minutes shorter than the...
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonBarely-functioning GL playback with new arrangement.
2019-12-27 Carl HetheringtonAdd --config option to dcpomatic2 (#1703).
2019-12-27 Carl HetheringtonAdd --version option to main DCP-o-matic.
2019-12-23 Carl HetheringtonFix error when trying to make DCP-o-matic DKDMs due...
2019-11-30 Carl HetheringtonTry to improve the checking for overwrite of export...
2019-11-11 Carl HetheringtonAdd a warning message about Windows controlled folder...
next