Add config option for default KDM type.
[dcpomatic.git] / src /
2022-04-02 Carl HetheringtonAdd config option for default KDM type.
2022-04-02 Carl HetheringtonMake a small class to choose KDM types.
2022-04-02 Carl HetheringtonRemove KDM type that was added for testing.
2022-04-02 Carl HetheringtonAdd $CINEMA_SHORT_NAME variable in KDM emails.
2022-04-02 Carl HetheringtonCleanup: remove some duplicated code.
2022-04-02 Carl HetheringtonWe can (and should) get the screens straight from _chec...
2022-04-02 Carl HetheringtonNow we don't need _cinemas and _screens any more.
2022-04-02 Carl HetheringtonFix _selected_* to only store pointers to things.
2022-04-02 Carl HetheringtonSpeed things up by sorting before adding cinemas.
2022-04-02 Carl HetheringtonPreserve checked status during search (#2212).
2022-04-02 Carl HetheringtonAdd an initialisation in the class.
2022-04-02 Carl HetheringtonAlso keep maps the other way around.
2022-04-02 Carl HetheringtonKeep maps of wxTreeListItem to Cinema/Screen.
2022-04-02 Carl HetheringtonFix writing KDMs with long filenames.
2022-04-02 Carl HetheringtonUse the ICU library to sort cinemas rather than strcoll...
2022-04-02 Carl HetheringtonEncode UTF-8 subjects and attachment names properly...
2022-04-02 Carl HetheringtonSlightly improve behaviour under low memory conditions.
2022-04-02 Carl HetheringtonUse a vector<pair<...>> to store screens and cinemas...
2022-04-02 Carl HetheringtonReplace class shim with a custom comparator.
2022-04-02 Carl HetheringtonFix weird placement of SetSortColumn() call causing...
2022-04-02 Carl HetheringtonCleanup: use some better variable names.
2022-04-02 Carl HetheringtonMake the value used for 'f' in KDM names consistent...
2022-04-02 Carl HetheringtonCleanup: tidying.
2022-04-02 Carl HetheringtonFix incorrectly-timed emission of silence padding causi...
2022-04-02 Carl HetheringtonC++11 tidying.
2022-04-02 Carl HetheringtonCleanup: tidy some comments.
2022-03-13 Carl HetheringtonRemember the state of the write to/email checkboxes...
2022-03-13 Carl HetheringtonC++11 tidying.
2022-03-13 Carl HetheringtonTidying.
2022-03-13 Carl HetheringtonFix sensitivity of custom scaled edit button.
2022-03-13 Carl HetheringtonAllow editing of a screen's cinema / adding a new scree...
2022-03-13 Carl HetheringtonFix build with the macOS 10.8 version of wxWidgets.
2022-03-13 Carl HetheringtonImprove ratings dialog to allow only valid values ...
2022-03-13 Carl HetheringtonAllow passing flags into TableDialog::add for labels.
2022-03-13 Carl HetheringtonAdd search_ctrl_height()
2022-03-13 Carl HetheringtonC++11 cleanup.
2022-03-13 Carl HetheringtonDon't write a <ContentVersion> tag with an empty <Label...
2022-03-13 Carl HetheringtonUse some decimal places when reporting transcode speed...
2022-03-09 Carl HetheringtonSupporters update.
2022-03-09 Carl HetheringtonFix home_directory() with non-US-English pathnames...
2022-03-09 Carl HetheringtonCleanup: remove some unused usings.
2022-03-09 Carl HetheringtonOnly look in the filename (not the whole path) when...
2022-03-03 Carl HetheringtonRemove non-existant option from create help.
2022-03-03 Carl HetheringtonSupporters update.
2022-03-03 Carl HetheringtonFix Windows debug build.
2022-03-03 Carl HetheringtonAdd -x32/-x64 suffix to boost libraries when building...
2022-03-03 Carl HetheringtonAvoid boost::bind()ing a shared_ptr.
2022-03-03 Carl HetheringtonFix some dubious thread/locking behaviour.
2022-03-03 Carl HetheringtonUpdated pl_PL translation from Michał Tomaszewski
2022-03-03 Carl HetheringtonSupporters update.
2022-03-03 Carl HetheringtonSupporters update.
2022-03-03 Carl HetheringtonSupporters update.
2022-02-19 Carl HetheringtonSupporters update.
2022-02-19 Carl HetheringtonAdd an assert.
2022-02-19 Carl HetheringtonTry to handle EAGAIN from avcodec_send_packet() properly.
2022-02-19 Carl HetheringtonKeep Waker around for longer so it works better (#2184).
2022-02-19 Carl HetheringtonAdd hint about excessive certificate validity.
2022-02-19 Carl HetheringtonExtract check_certificates() method.
2022-02-19 Carl HetheringtonAdd re-make signing certificates button to the main...
2022-02-19 Carl HetheringtonMove some logic from the caller into MakeChainDialog.
2022-02-19 Carl HetheringtonNo-op: tidying.
2022-02-19 Carl HetheringtonSupporters update.
2022-02-19 Carl HetheringtonRelax error handling when examining FFmpeg files (...
2022-02-13 Carl HetheringtonFix audio fading.
2022-02-13 Carl HetheringtonAllow a little more space in small_button_size for...
2022-02-13 Carl HetheringtonMissing include.
2022-02-12 Carl HetheringtonWarn if the signing certificates have a validity period...
2022-02-12 Carl HetheringtonRename NAG_BAD_SIGNER_CHAIN -> NAG_BAD_SIGNER_CHAIN_UTF8.
2022-02-12 Carl HetheringtonGo back to 10-year certificate validity periods (#2174).
2022-02-11 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-11 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-10 Carl HetheringtonC++11 cleanup. checked-for-v2.16.x
2022-02-10 Carl HetheringtonDon't give up on backups if config.xml isn't there...
2022-02-10 Carl HetheringtonHopefully fix some bad placeholders in ru_RU.
2022-02-10 Carl HetheringtonUse Russian name Михаил Эпштейн for Mikhail Epshteyn.
2022-02-10 Carl HetheringtonFix an incorrect placeholder.
2022-02-10 Carl HetheringtonRemove some thought-to-be erroneous fuzzy markers from...
2022-02-09 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-09 Carl HetheringtonFix typo instrinsic -> intrinsic (thanks Mikhail Epshteyn)
2022-02-07 Carl HetheringtonAdd missing #include to fix macOS build.
2022-02-05 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-02 Carl HetheringtonFix another misunderstanding with macOS drive discovery.
2022-01-31 Carl HetheringtonGive a nicer error when starting the server twice.
2022-01-31 Carl HetheringtonTidying.
2022-01-29 Carl HetheringtonRemove old comment.
2022-01-28 Carl HetheringtonBail out early when there's a reason why the KDM is...
2022-01-28 Carl HetheringtonAdd some more logging to the DCP examiner.
2022-01-28 Carl HetheringtonAdd --kdm option to dcpomatic_create
2022-01-28 Carl HetheringtonImprove error handling in CLI client slightly.
2022-01-28 Carl HetheringtonCleanup: use some better variable names.
2022-01-27 Carl HetheringtonBasic CLI support for export.
2022-01-27 Carl HetheringtonFix bug reading fade in/out tags introduced in
2022-01-26 Carl HetheringtonAdd option to use (or not) ISDCF names by default.
2022-01-25 Carl HetheringtonAdd fade in/out option to the content audio tab (#1026).
2022-01-25 Carl HetheringtonCleanup: move some methods from util to memory_util
2022-01-25 Carl HetheringtonCleanup: move stride_round_up into the only place it...
2022-01-25 Carl HetheringtonCleanup: move some methods from util to maths_util.
2022-01-25 Carl HetheringtonC++11 cleanup.
2022-01-25 Carl HetheringtonRename Fade{In,Out} to VideoFade{In,Out} in metadata...
2022-01-24 Carl HetheringtonSlightly hacky fix for -114 errors during 3D encodes...
next