summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-03Remove unnecessary check.cleanupsCarl Hetherington
2021-12-03Remove some unused code.Carl Hetherington
2021-12-03C++11 tidying.Carl Hetherington
2021-12-03Initialise some class members for belt and braces.Carl Hetherington
2021-12-03Fix re-used variable inside a loop.Carl Hetherington
2021-12-03Don't redefine a variable.Carl Hetherington
2021-12-03Improve cppcheck script slightly.Carl Hetherington
2021-12-03Remove unused variables.Carl Hetherington
2021-12-03White space.Carl Hetherington
2021-12-03Missing explicit.Carl Hetherington
2021-12-03Use some const&Carl Hetherington
2021-12-03Missing overrides.Carl Hetherington
2021-12-03Assorted tidying up.Carl Hetherington
2021-12-03Remove some unused methods.Carl Hetherington
2021-12-02Port make_dummy_files to Python3 and improve it in various ways.Carl Hetherington
2021-12-02Fix possible incorrect eye mapping with 3D-alternate sources.Carl Hetherington
2021-12-02Fix -t parameter to possibly be a float.Carl Hetherington
2021-11-30Tweaks to examine.pyCarl Hetherington
2021-11-30Be a little more careful to handle exceptions from boost::filesystem::file_sizeCarl Hetherington
2021-11-29We must make empty sections for content with missing files.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-28Small C++11 cleanups.Carl Hetherington
2021-11-28Rearrange checking (and re-examining) content.Carl Hetherington
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.Carl Hetherington
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-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.Carl 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.Carl Hetherington
2021-11-14Account for DPI scale factors when calculating some sizes (#2118).Carl Hetherington
2021-11-13Fix failure to load DCPs from SMB shares (#2123).Carl Hetherington
2021-11-13Remove setuid root and use setcap instead in RPM packages.Carl Hetherington
2021-11-13Pulse the progress bar 'automatically' if we haven't had a progress update fo...Carl Hetherington
2021-11-13Add Job::seconds_since_last_progress_update().Carl Hetherington
2021-11-13Cleanup: use seconds() method.Carl Hetherington
2021-11-12Only look for tags which start with vCarl Hetherington
2021-11-11Remove player activity logging. Fixes #2122.Carl Hetherington