summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-09Fix incorrect quoting in helper script.v2.16.6v2.16.x-pendingCarl Hetherington
2022-03-09Improve ratings dialog to allow only valid values (#2199).Carl Hetherington
2022-03-09Allow passing flags into TableDialog::add for labels.Carl Hetherington
2022-03-09Add search_ctrl_height()Carl Hetherington
2022-03-09C++11 cleanup.Carl Hetherington
2022-03-09Don't write a <ContentVersion> tag with an empty <LabelText> (#2191).Carl Hetherington
I can't see the problem with this, but apparently Dolby CineInspect complains about it. We could fix this in libdcp but I think that would make more sense if this were related to a definite standard violation, instead of just some tinkering to hide a possibly-incorrect warning.
2022-03-09Use some decimal places when reporting transcode speed in the log.Carl Hetherington
2022-03-09Mark full debian package as replacing the CLI one (#2179).Carl Hetherington
2022-03-09Bail out early when there's a reason why the KDM is invalid.Carl Hetherington
2022-03-09Add some more logging to the DCP examiner.Carl Hetherington
2022-03-09Add --kdm option to dcpomatic_createCarl Hetherington
2022-03-09Improve error handling in CLI client slightly.Carl Hetherington
2022-03-09Cleanup: use some better variable names.Carl Hetherington
2022-03-09Basic CLI support for export.Carl Hetherington
2022-03-09Add option to use (or not) ISDCF names by default.Carl Hetherington
2022-03-09Remove unused file_dialog_wrapper.hCarl Hetherington
2022-03-09Add option to export config as a .zip (#1776).Carl Hetherington
2022-03-09Switch a list for vector.Carl Hetherington
2022-03-09Use checkboxes to decide which screens KDMs will be made for (#1895).Carl Hetherington
2022-03-09Display the filename / URL that a screen certificate was obtained from (#1894).Carl Hetherington
2022-03-09C++11 and general tidying.Carl Hetherington
2022-03-09Supporters update.v2.16.5Carl Hetherington
2022-03-09Fix home_directory() with non-US-English pathnames on Windows (#2203).Carl Hetherington
2022-03-08Cleanup: remove some unused usings.Carl Hetherington
2022-03-08Only look in the filename (not the whole path) when guessing channels for ↵Carl Hetherington
sound files (#2204).
2022-03-08Improve test output.Carl Hetherington
2022-03-02Remove non-existant option from create help.Carl Hetherington
2022-02-25Fix typo in wscript.v2.16.4Carl Hetherington
2022-02-25Supporters update.Carl Hetherington
2022-02-25libcrypto has a new version in the updated mxe.Carl Hetherington
2022-02-25Package without libjasper and liblcms2, both of which were dependenciesCarl Hetherington
of GraphicsMagick, which we've removed from the build environment as it's no longer required.
2022-02-25Avoid build errors from glibmm's use of dynamic exception specifications.Carl Hetherington
2022-02-25Bump ffmpeg to build on newer binutils.Carl Hetherington
2022-02-25Include some DLLs that gdb needs.Carl Hetherington
2022-02-25Fix Windows debug build.Carl Hetherington
2022-02-25Add -x32/-x64 suffix to boost libraries when building for Windows.Carl Hetherington
2022-02-25Avoid boost::bind()ing a shared_ptr.Carl Hetherington
2022-02-25Fix some dubious thread/locking behaviour.Carl Hetherington
Previously we had server_found(), which took the lock and found a server, which it returned as an iterator into the list. However, it then released the lock, which I think left the iterator unprotected. This wasn't done in response to any particular bug, I just noticed it on the way past.
2022-02-25Updated pl_PL translation from Michał TomaszewskiCarl Hetherington
2022-02-20Supporters update.v2.16.3Carl Hetherington
2022-02-20Supporters update.Carl Hetherington
2022-02-20Supporters update.Carl Hetherington
2022-02-20Try to avoid some bad filenaming in rare cases.Carl Hetherington
2022-02-19Don't build tests when packaging.Carl Hetherington
2022-02-19Try to fix for further cdist adventures.Carl Hetherington
2022-02-19Fix build/package for modification to cdist.Carl Hetherington
2022-02-18Supporters update.v2.16.2Carl Hetherington
2022-02-17Fix debian unstable package.Carl Hetherington
2022-02-17Fix appimage build.Carl Hetherington
2022-02-17Inhibit dbgsym package creation in non-debug mode.Carl Hetherington