| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-29 | Add a simple DCP editor. | Carl Hetherington | |
| 2022-04-29 | Use explicit parameters to the EditableList constructor, and allow | Carl Hetherington | |
| arbitrary new/edit/remove button combinations to be used. | |||
| 2022-04-29 | Fix (I think) some strange situations where ::get() on dialogs | Carl Hetherington | |
| used by EditableList would return something that wasn't a optional<> but would then get implicitly cast to one. Now we have a static_assert to check that the type is what we expect. | |||
| 2022-04-29 | Put * in the title bar when the DCP-o-matic project is modified (#1938). | Carl Hetherington | |
| 2022-04-29 | Set window title based on the directory from Film. | Carl Hetherington | |
| 2022-04-29 | Add option to save a player frame to a file (#2133). | Carl Hetherington | |
| 2022-04-29 | Add image_as_jpeg() | Carl Hetherington | |
| 2022-04-29 | Move Image::as_png() out to image_as_png(). | Carl Hetherington | |
| 2022-04-22 | And another missed warnings.h | Carl Hetherington | |
| 2022-04-22 | Missing warnings.h include fix. | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
| 2022-04-21 | Tidying. | Carl Hetherington | |
| 2022-04-20 | Remove DCP class and replace its functionality with a plain method in libdcp. | Carl Hetherington | |
| 2022-04-20 | Tidying. | Carl Hetherington | |
| 2022-04-20 | Move make_dcp() out of Film (#2132). | Carl Hetherington | |
| 2022-04-17 | Add more missing override labels. | Carl Hetherington | |
| 2022-04-09 | Add some missing override labels. | Carl Hetherington | |
| 2022-04-09 | Fix some comment typos. | Carl Hetherington | |
| 2022-03-30 | Tweak --export-filename help. | Carl Hetherington | |
| 2022-03-16 | Make the value used for 'f' in KDM names consistent (#1657). | Carl Hetherington | |
| Before it was mostly the film name, but this is confusing when a single film contains multiple CPLs. | |||
| 2022-03-09 | Add --kdm option to dcpomatic_create | Carl Hetherington | |
| 2022-03-09 | Improve error handling in CLI client slightly. | Carl Hetherington | |
| 2022-03-09 | Cleanup: use some better variable names. | Carl Hetherington | |
| 2022-03-09 | Basic CLI support for export. | Carl Hetherington | |
| 2022-03-09 | Remove unused file_dialog_wrapper.h | Carl Hetherington | |
| 2022-03-09 | Add option to export config as a .zip (#1776). | Carl Hetherington | |
| 2022-03-09 | Use checkboxes to decide which screens KDMs will be made for (#1895). | Carl Hetherington | |
| 2022-02-25 | Fix Windows debug build. | Carl Hetherington | |
| 2022-02-25 | Add -x32/-x64 suffix to boost libraries when building for Windows. | Carl Hetherington | |
| 2022-02-12 | Rename NAG_BAD_SIGNER_CHAIN -> NAG_BAD_SIGNER_CHAIN_UTF8. | Carl Hetherington | |
| 2022-02-12 | Warn if the signing certificates have a validity period > 10 years (#2174). | Carl Hetherington | |
| 2022-02-11 | Updated ru_RU translation from Mikhail Epshteyn. | Carl Hetherington | |
| 2022-02-10 | Updated ru_RU translation from Mikhail Epshteyn. | Carl Hetherington | |
| 2022-02-07 | Updated ru_RU translation from Mikhail Epshteyn. | Carl Hetherington | |
| 2022-01-21 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2022-01-20 | pot/merge.v2.15.187 | Carl Hetherington | |
| 2022-01-19 | Add uid/euid to macOS debug message. | Carl Hetherington | |
| 2022-01-16 | Add --twok option to dcpomatic2_create. | Carl Hetherington | |
| 2022-01-11 | Allow tests to run kdm_cli(). | Carl Hetherington | |
| 2022-01-11 | Allow control of where KDM CLI's output goes. | Carl Hetherington | |
| 2022-01-11 | Use exceptions to handle errors in the KDM CLI. | Carl Hetherington | |
| 2022-01-11 | Move KDM CLI tool into lib/ | Carl Hetherington | |
| 2022-01-11 | Remove unnecessary exit(). | Carl Hetherington | |
| 2021-12-13 | Make sure translators give email addresses. | Carl Hetherington | |
| 2021-11-29 | Add --gain option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-29 | Add --channel option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-29 | Tidying. | Carl Hetherington | |
| 2021-11-28 | Rearrange checking (and re-examining) content. | Carl Hetherington | |
| Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed. | |||
| 2021-11-11 | Remove player activity logging. Fixes #2122. | Carl Hetherington | |
| If I remember right this was for swaroop and I suspect nobody else is really interested. | |||
