dcpomatic.git
2023-01-21 Carl HetheringtonFix error when OK-ing a text track dialog with no langu...
2023-01-20 Carl HetheringtonFix extra widgets appearing when switching between...
2023-01-18 Carl HetheringtonSimplify and fix up selection code for the content...
2023-01-18 Carl HetheringtonUse ScopeGuard for _no_check_selection
2023-01-18 Carl HetheringtonCleanup: stack-allocated dialogs.
2023-01-18 Carl HetheringtonSupport Dolby-style WAV back surround names when guessi...
2023-01-18 Carl HetheringtonDolby is apparently recreating all their certificates...
2023-01-17 Carl HetheringtonAdd -ISDCF to ISDCF name as required (#2416).
2023-01-17 Carl HetheringtonCleanup: make a temporary for the content list.
2023-01-17 Carl HetheringtonDebug code to print out available icu locales.
2023-01-17 Carl HetheringtonAllow Collators to have their language specified, and...
2023-01-17 Carl HetheringtonUse Collator for recipients search (#2426).
2023-01-17 Carl HetheringtonCleanup: use stack-allocated Dialogs.
2023-01-17 Carl HetheringtonUse collator to search for screens (#2426).
2023-01-17 Carl HetheringtonAdd basic Collator::find() method.
2023-01-17 Carl HetheringtonAdd a comment.
2023-01-17 Carl HetheringtonCleanup: use std::vector and extract utf8_to_utf16().
2023-01-17 Carl HetheringtonAdd some very basic tests of Collator.
2023-01-17 Carl HetheringtonBuild fix for Windows.
2023-01-16 Carl HetheringtonSwap some wx_ptr for simple members/locals.
2023-01-16 Carl HetheringtonAdd certificate validity period to the screen dialog.
2023-01-16 Carl HetheringtonTidy up certificate detail handling.
2023-01-16 Carl HetheringtonLayout tweaks to screen dialog.
2023-01-16 Carl HetheringtonAdd indent option to wxGridBagSizer version of add_labe...
2023-01-16 Carl HetheringtonAdd DCPOMATIC_SUBHEADING_TOP_PAD.
2023-01-16 Carl HetheringtonDouble-click to edit cinemas/screens.
2023-01-16 Carl HetheringtonStack-allocate wxDialog instead of using wx_ptr.
2023-01-16 Carl HetheringtonAdd subject/issuer details to the screen dialog (#2422).
2023-01-16 Carl HetheringtonAdd tooltip for recipient file in the screen dialog.
2023-01-16 Carl HetheringtonAdd set_recipient_file().
2023-01-16 Carl HetheringtonCleanup: use auto.
2023-01-16 Carl HetheringtonLimit the size of the recipient file name in the screen...
2023-01-16 Carl HetheringtonManually call selection_changed() after removing a...
2023-01-16 Carl HetheringtonWrite dummy subtitles also to empty Interop reels ...
2023-01-16 Carl HetheringtonBump libdcp to version which checks for empty interop...
2023-01-16 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2023-01-16 Carl HetheringtonUse wx_ptr more.
2023-01-16 Carl HetheringtonIt seems wrong to Destroy() these widgets as I think...
2023-01-16 Carl HetheringtonMake reset() safer if the new throws.
2023-01-15 Carl HetheringtonTell user what just happened if they get either of...
2023-01-15 Carl HetheringtonHandle translation correctly for the warning about...
2023-01-15 Carl HetheringtonHandle translation correctly for the initial "beta...
2023-01-15 Carl HetheringtonCleanup: 0 -> nullptr.
2023-01-15 Carl HetheringtonRemove incorrect quotes from parameter.
2023-01-15 Carl Hetheringtonpot/merge.
2023-01-15 Carl HetheringtonUse wx_ptr for the splash screen.
2023-01-14 Carl HetheringtonUse wx_ptr some more.
2023-01-14 Carl HetheringtonFix reset() to use rvalue references.
2023-01-14 Carl HetheringtonUse wx_ptr for AutoCropDialog
2023-01-14 Carl HetheringtonAdd reset() to wx_ptr and allow it to be null.
2023-01-14 Carl HetheringtonUse some more wx_ptr.
2023-01-14 Carl HetheringtonAdd wx_ptr and use it instead of ScopeGuard in a lot...
2023-01-14 Carl HetheringtonBump libdcp to fix font ID bug in the combiner (#2402).
2023-01-14 Carl HetheringtonUse ScopeGuard more.
2023-01-13 Carl HetheringtonAdd some branch notes to DEVELOP.md
2023-01-13 Carl HetheringtonAdd options for where the add files dialog starts ...
2023-01-13 Carl HetheringtonAdd bind() to Choice.
2023-01-13 Carl HetheringtonAllow optional override of the initial path taken from...
2023-01-13 Carl HetheringtonUse FileDialog for adding content files.
2023-01-13 Carl HetheringtonUse more ScopeGuards.
2023-01-13 Carl HetheringtonAdd header guard.
2023-01-13 Carl HetheringtonTrim spaces from entries to certificate download pages.
2023-01-13 Carl HetheringtonGive a better error when entering a bad Dolby/Doremi...
2023-01-08 Carl HetheringtonAdd a section to try to clarify KDMs for distributors.
2023-01-08 Carl HetheringtonRemove blank line and fix </section> position.
2023-01-08 Carl HetheringtonSpecify python3 for pptex.py
2023-01-07 Carl HetheringtonRemember paths in the add input dir picker in the combiner.
2023-01-07 Carl HetheringtonAdd DirDialog.
2023-01-07 Carl HetheringtonFix incorrect filenames. v2.16.40
2023-01-07 Carl HetheringtonFix typo of new icon extensions.
2023-01-06 Carl HetheringtonFix missing batch converter tool icons.
2023-01-06 Carl HetheringtonCleanup: use a loop for POSIX icons.
2023-01-04 Carl HetheringtonSupporters update. v2.16.39
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 HetheringtonAlso use FileDialog for adding certificates to screens.
2023-01-04 Carl HetheringtonUse FileDialog for Add DKDM in the KDM creator.
2023-01-04 Carl HetheringtonAdd FileDialog (wrapping wxFileDialog); currently it...
2023-01-03 Carl HetheringtonGeneralise add_files_path to initial_paths().
2023-01-03 Carl HetheringtonCleanup: use ScopeGuard.
2023-01-03 Carl HetheringtonSupporters update.
2023-01-02 Carl HetheringtonFix errors when a custom size is given which is larger...
2022-12-31 Carl HetheringtonHappy new year!
2022-12-30 Carl HetheringtonBump libdcp to fix an error in the player (#2401). v2.16.38
2022-12-29 Carl HetheringtonCleanup: test tidying.
2022-12-28 Carl HetheringtonFix default VersionNumber when it's not specified in...
2022-12-25 Carl HetheringtonSupport drag and drop of film directories onto the...
2022-12-25 Carl HetheringtonShow audio bit depth in content properties (#559).
2022-12-25 Carl HetheringtonCleanup: use some auto / make_shared.
2022-12-25 Carl HetheringtonTweak property name.
2022-12-25 Carl HetheringtonUse icons at the top of the batch converter rather...
2022-12-25 Carl HetheringtonMake pause/resume work properly in the batch converter.
2022-12-24 Carl HetheringtonCleanup: rename _empty_condition -> _schedule_condition
2022-12-24 Carl HetheringtonCleanup: remove unnecessary variable.
2022-12-24 Carl HetheringtonCleanup: simplify some code.
2022-12-24 Carl HetheringtonFix crash when starting two batch converters at the...
2022-12-22 Carl HetheringtonBump libdcp for fixes to #2391 and #2394. v2.16.37
2022-12-22 Carl HetheringtonAdd Marek Dudzik as a tester.
2022-12-21 Carl HetheringtonBump libdcp for less strict COC verification (#2395). v2.16.36
next