summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-31Try to fix failure to download .debs when building appimage.v2.15.182Carl Hetherington
2021-12-29Fix AppImage on systems with glib version > 2.68 (#2129).v2.15.181Carl Hetherington
The approach here is to bundle more stuff, and most of the details are taken from the Inkscape packaging/appimage/generate.sh script.
2021-12-29Tidy up appimage code with f-strings and an appdir variable.Carl Hetherington
2021-12-28Fix badly-formatted FPS counts (#2155).Carl Hetherington
This was introduced in a2e41d9a95b6e0000f3a54f513214130f8b6ca9f when a snprintf() was changed for a locale_convert().
2021-12-28Updated sv_SE translation from Adam Klotblixt.Carl Hetherington
2021-12-25Allow user to add .ttc font files.Carl Hetherington
2021-12-25Fix missing screen name in KDM emails.Carl Hetherington
2021-12-24Tidy up backing up of config files, improve the tests a little and fix it ↵Carl Hetherington
for the case when the user has specified their own config file path.
2021-12-23Fix deadlock in test, caused by setting jobs to finished before they have ↵Carl Hetherington
been started.
2021-12-21Fix trimming of ATMOS MXFs.Carl Hetherington
2021-12-21Tidy up NetworkError.Carl Hetherington
2021-12-18Fix inexplicable change to dylib paths with new VM.v2.15.180Carl Hetherington
After re-creating the macOS build VM, suddenly liblwext4 ends up linked as @rpath/liblwext4.dylib which breaks the DoM make_dmg script. I can only guess this is due to me installing a newer CMake.
2021-12-14Add missing library search path for macOS tests.v2.15.179Carl Hetherington
2021-12-13Make sure translators give email addresses.Carl Hetherington
2021-12-13Throw a more appropriate exception.Carl Hetherington
2021-12-13Extend NetworkError to take a detail parameter.Carl Hetherington
2021-12-13C++11 tidying.Carl Hetherington
2021-12-13Manual tweak.Carl Hetherington
2021-12-06Allow notification from disk writer jobs (#2143).Carl Hetherington
2021-12-06Use a virtual method rather than a set of nasty dynamic casts.Carl Hetherington
2021-12-06Set up {m,c,a}times on copied files (#2145).Carl Hetherington
2021-12-06Fix possible incorrect eye mapping with 3D-alternate sources.Carl Hetherington
2021-11-30Be a little more careful to handle exceptions from boost::filesystem::file_sizeCarl Hetherington
There has been a report of file_size throwing an exception and crashing DCP-o-matic, but I haven't been able to reproduce it yet (possibly related to there being missing content files).
2021-11-29We must make empty sections for content with missing files.Carl Hetherington
Fixes full audio buffers with no video in projects with image content (no audio) that have missing files.
2021-11-29Update supporters.v2.15.178Carl Hetherington
2021-11-29Fix mis-merge.Carl Hetherington
2021-11-29Add --gain option to dcpomatic_create.Carl Hetherington
2021-11-29Add --channel option to dcpomatic_create.Carl Hetherington
2021-11-29Tidying.Carl Hetherington
2021-11-29Add a comment.Carl Hetherington
2021-11-29Get config_dir and output_dir more directly.Carl Hetherington
2021-11-28Catch exceptions from RtAudio::startStream() in all cases.Carl Hetherington
2021-11-28Fix some truncated headings.Carl Hetherington
2021-11-28Rearrange 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-28Simplify and fix job scheduler, especially with respect to the priority system.Carl Hetherington
2021-11-28Extract part of the content change job to Content.Carl Hetherington
2021-11-22Fill in zeros if a part of a timecode is entered.v2.15.177Carl Hetherington
It looks better if zeros are added elsewhere when you, for example, put a number into the seconds box and click "set".
2021-11-22Fix failure to remove markers when the checkbox is unticked.Carl Hetherington
2021-11-22Don't import luminance of 0 from 2.14.x metadata files (part of #2130).Carl Hetherington
2021-11-22Don't allow luminance metadata below 0.1 in the GUI (part of #2130).Carl Hetherington
2021-11-20Supporters update.v2.15.176Carl Hetherington
2021-11-20Fix incorrect scaling of the simple view with hidpi screens (#2128).Carl Hetherington
2021-11-20Extract dpi_scale_factor() to a function.Carl Hetherington
2021-11-16Don't fail to send a problem report if there's no ffprobe.logCarl Hetherington
2021-11-14Supporters update.v2.15.175Carl Hetherington
2021-11-14With the upgrade to wxWidgets 3.1.5 it seems that the .mo file is renamed.Carl Hetherington
2021-11-14Fix the build for older macOS.Carl Hetherington
2021-11-14Missing include.v2.15.174Carl Hetherington
2021-11-14Account for DPI scale factors when calculating some sizes (#2118).v2.15.173Carl Hetherington
2021-11-14Fix failure to load DCPs from SMB shares (#2123).Carl Hetherington