Fix typo in log message.
[dcpomatic.git] / src / tools /
2022-09-17 Carl HetheringtonAllow specification of the CPL ID to use in a DCP with...
2022-09-17 Carl HetheringtonDon't dump empty error details.
2022-09-17 Carl HetheringtonUpdated hu_HU translation from Áron Németh.
2022-09-14 Carl HetheringtonFix some spelling mistakes (mostly in comments).
2022-09-08 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2022-09-08 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2022-09-06 Carl Hetheringtonpot/merge.
2022-09-05 Carl HetheringtonTidy up code to report failures to load config in the UI.
2022-09-03 Carl HetheringtonBump libdcp for better ContentKind support, and libsub
2022-09-01 Carl HetheringtonFix "escape" from dual screen mode, on Linux at least... v2.16.23
2022-09-01 Carl HetheringtonFix two more badly-adapted instantiations of EditableLi...
2022-08-26 Carl HetheringtonTemplate hu_HU translation.
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-08-15 Carl HetheringtonFix deadlock on cancelling jobs. v2.16.21
2022-07-20 Carl HetheringtonAdd some logging to the KDM creator.
2022-07-20 Carl HetheringtonBasic release notes support (#2282).
2022-07-20 Carl HetheringtonChange bitmap_path to take a full name with extension.
2022-07-20 Carl HetheringtonAllow multiple DCPs to be written to a disk (#1756).
2022-07-17 Carl HetheringtonUpdated sl_SI translation from Martin Srebotnjak.
2022-07-12 Carl HetheringtonFix stupid crash in dcpomatic_create when adding a...
2022-07-11 Carl HetheringtonUse a vector rather than a list when returning from...
2022-07-10 Carl HetheringtonUpdated sl_SI translation from Martin Srebotnjak.
2022-07-09 Carl HetheringtonNew sl_SI translation from Martin Srebotnjak.
2022-07-08 Carl HetheringtonFix charset.
2022-07-08 Carl HetheringtonMissed bits of sl_SI translation update.
2022-07-02 Carl HetheringtonFix debug build on Windows.
2022-06-12 Carl HetheringtonRename PRORES -> PRORES_HQ
2022-06-10 Carl HetheringtonRename CheckContentChangeJob -> CheckContentJob.
2022-06-10 Carl HetheringtonC++11 tidying.
2022-06-08 Carl HetheringtonFix a few places where a complete ERROR message was...
2022-05-23 Carl HetheringtonFix silly mistake adding an extra make_dcp().
2022-05-11 Carl HetheringtonUpdated pl_PL translation from Michał Tomaszewski.
2022-05-11 Carl HetheringtonUse GetCommandLineW() to get a UTF16-encoded command...
2022-05-06 Dian LiUpdated zh_CN translation
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-05-01 Carl HetheringtonReplace some raw arrays with std::vectors.
2022-04-29 Carl HetheringtonAdd a simple DCP editor.
2022-04-29 Carl HetheringtonUse explicit parameters to the EditableList constructor...
2022-04-29 Carl HetheringtonFix (I think) some strange situations where ::get(...
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-28 Carl HetheringtonAdd option to save a player frame to a file (#2133).
2022-04-28 Carl HetheringtonAdd image_as_jpeg()
2022-04-28 Carl HetheringtonMove Image::as_png() out to image_as_png().
2022-04-22 Carl HetheringtonAnd another missed warnings.h
2022-04-22 Carl HetheringtonMissing warnings.h include fix.
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-21 Carl HetheringtonTidying.
2022-04-20 Carl HetheringtonRemove DCP class and replace its functionality with...
2022-04-20 Carl HetheringtonTidying.
2022-04-20 Carl HetheringtonMove make_dcp() out of Film (#2132).
2022-04-17 Carl HetheringtonAdd more missing override labels.
2022-04-09 Carl HetheringtonAdd some missing override labels.
2022-04-08 Carl HetheringtonFix some comment typos.
2022-03-30 Carl HetheringtonTweak --export-filename help.
2022-03-16 Carl HetheringtonMake the value used for 'f' in KDM names consistent...
2022-03-09 Carl HetheringtonAdd --kdm option to dcpomatic_create
2022-03-09 Carl HetheringtonImprove error handling in CLI client slightly.
2022-03-09 Carl HetheringtonCleanup: use some better variable names.
2022-03-09 Carl HetheringtonBasic CLI support for export.
2022-03-09 Carl HetheringtonRemove unused file_dialog_wrapper.h
2022-03-09 Carl HetheringtonAdd option to export config as a .zip (#1776).
2022-03-09 Carl HetheringtonUse checkboxes to decide which screens KDMs will be...
2022-02-25 Carl HetheringtonFix Windows debug build.
2022-02-25 Carl HetheringtonAdd -x32/-x64 suffix to boost libraries when building...
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...
2022-02-11 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-09 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-07 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-01-21 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2022-01-20 Carl Hetheringtonpot/merge. v2.15.187
2022-01-19 Carl HetheringtonAdd uid/euid to macOS debug message.
2022-01-16 Carl HetheringtonAdd --twok option to dcpomatic2_create.
2022-01-11 Carl HetheringtonAllow tests to run kdm_cli().
2022-01-11 Carl HetheringtonAllow control of where KDM CLI's output goes.
2022-01-11 Carl HetheringtonUse exceptions to handle errors in the KDM CLI.
2022-01-11 Carl HetheringtonMove KDM CLI tool into lib/
2022-01-11 Carl HetheringtonRemove unnecessary exit().
2021-12-13 Carl HetheringtonMake sure translators give email addresses.
2021-11-29 Carl HetheringtonAdd --gain option to dcpomatic_create.
2021-11-29 Carl HetheringtonAdd --channel option to dcpomatic_create.
2021-11-29 Carl HetheringtonTidying.
2021-11-28 Carl HetheringtonRearrange checking (and re-examining) content.
2021-11-11 Carl HetheringtonRemove player activity logging. Fixes #2122.
2021-11-04 Carl HetheringtonFix typo in dcpomatic_kdm_cli help.
2021-10-25 Carl HetheringtonFix missing verification messages.
2021-10-18 Carl HetheringtonUpdated es_ES translation from Manuel AC.
2021-10-17 Carl Hetheringtonpot/merge.
2021-10-03 Carl HetheringtonDifferentiate requested and actual crop.
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-09-27 Carl HetheringtonWhen the player is used in OpenGL mode, pass unscaled...
2021-09-27 Carl HetheringtonC++11 tidying.
2021-09-27 Carl HetheringtonMerge branch 'own-config' into v2.15.x
2021-09-27 Carl HetheringtonAdd config location versioning (#2090).
next