summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-04All going downhill.dkdmCarl Hetherington
2020-05-03Cleanups.Carl Hetherington
2020-05-03wip: stuff.Carl Hetherington
2020-05-03Remove duplicate call to Config::instance().Carl Hetherington
2020-05-03Rename ScreenKDM to ScreenWithKDMCarl Hetherington
2020-05-03Move Film::make_kdms to the call sites.Carl Hetherington
2020-05-03Derive Screen from a new class KDMRecipient.Carl Hetherington
2020-05-03Move TrustedDevice to its own source files.Carl Hetherington
2020-05-03Add Zipper class and use it in CinemaKDMs.Carl Hetherington
2020-05-03pot/merge.v2.15.71Carl Hetherington
2020-05-03Formatting tweaks to unmount dialogue.Carl Hetherington
2020-05-03Fix unmount of drives with spaces in their names (#1744).Carl Hetherington
2020-05-03Remove some debug code.Carl Hetherington
2020-05-03Fix behaviour on disk writer window close.Carl Hetherington
2020-05-03Do all writes then do all verification and report progressCarl Hetherington
for each separately (#1743)
2020-05-02Try to start _writer on-demand on macOS (#1739).Carl Hetherington
2020-05-02Try unloading the old disk writer on install (may fix #1738).Carl Hetherington
2020-05-02Bump lwext.v2.15.70Carl Hetherington
2020-05-02Add a specific lwext4 commit to the cscript.v2.15.69Carl Hetherington
2020-04-30Add git commits to writer log files.v2.15.68Carl Hetherington
2020-04-30Turn on lwext4 debugging to see if that helps.Carl Hetherington
2020-04-30Add some more macOS debug logging for disks, and ignore mounted disk images.Carl Hetherington
2020-04-30Missed part of rdisk -> disk revert.v2.15.67Carl Hetherington
2020-04-30Correct ext2 block size to 4096.Carl Hetherington
It seems that this is the typical Linux value; it allows large files and so on. But more importantly, it appears that this change turns the lwext4 library code from taking an hour+ to do a USB stick format on mac (and maybe other platforms) to taking under 3 minutes. The underlying reason for this is not clear.
2020-04-30Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference.Carl Hetherington
2020-04-29Add exit command to stress tester.Carl Hetherington
2020-04-29Put current frame position in seek-by-frame dialogue when opening it (#1736).Carl Hetherington
2020-04-29Add hinting to the seek dialogue; may be a nice fix for #1736.Carl Hetherington
2020-04-29Use raw_convert rather than lexical_cast.Carl Hetherington
2020-04-28Further sanity check fixes.v2.15.66Carl Hetherington
2020-04-28Fix macOS sanity check.Carl Hetherington
2020-04-28Add a log message and actually use device_for_write().Carl Hetherington
2020-04-28Add a log message.Carl Hetherington
2020-04-28Fix warning.Carl Hetherington
2020-04-28Remove some unnecessary methods.v2.15.65Carl Hetherington
2020-04-28Fix build.Carl Hetherington
2020-04-28Missing files.v2.15.64Carl Hetherington
2020-04-27Writer on macOS runs as root, so trying to use the config_path()v2.15.63Carl Hetherington
to log to will end up trying to write to root's home. Instead, log to stdout as the process control stuff redirects that into /var/log anyway.
2020-04-27Experimental use of /dev/rdisk rather than /dev/disk on macOS,Carl Hetherington
as there is some suggestion it is faster.
2020-04-27Add Sebastian Leitner as a tester.Carl Hetherington
2020-04-27Use F_SET_EXT2 not EXT4.Carl Hetherington
2020-04-27The Disk Writer also needs openssl as creating its Config objectv2.15.62Carl Hetherington
will try to make certificates if it's the first DCP-o-matic tool to be run on a machine. In theory we could make the cert creation not happen for the disk writer but that seems a little fiddly.
2020-04-27Fix disk writer stdout/stderr paths.Carl Hetherington
2020-04-27Missing icons for _disk.Carl Hetherington
2020-04-27Missed disk writer from appimage.Carl Hetherington
2020-04-26More Debian 8 trimming.v2.15.61Carl Hetherington
2020-04-26Debian 8 will be EOL before DCP-o-matic 2.16.0.Carl Hetherington
2020-04-26Debian 9 uses an older libxerces.Carl Hetherington
2020-04-26Some basic notes on smoke testing.Carl Hetherington
2020-04-26Ubuntu 19.10 also has libnanomsg5.Carl Hetherington