| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-04 | All going downhill.dkdm | Carl Hetherington | |
| 2020-05-03 | Cleanups. | Carl Hetherington | |
| 2020-05-03 | wip: stuff. | Carl Hetherington | |
| 2020-05-03 | Remove duplicate call to Config::instance(). | Carl Hetherington | |
| 2020-05-03 | Rename ScreenKDM to ScreenWithKDM | Carl Hetherington | |
| 2020-05-03 | Move Film::make_kdms to the call sites. | Carl Hetherington | |
| 2020-05-03 | Derive Screen from a new class KDMRecipient. | Carl Hetherington | |
| 2020-05-03 | Move TrustedDevice to its own source files. | Carl Hetherington | |
| 2020-05-03 | Add Zipper class and use it in CinemaKDMs. | Carl Hetherington | |
| 2020-05-03 | pot/merge.v2.15.71 | Carl Hetherington | |
| 2020-05-03 | Formatting tweaks to unmount dialogue. | Carl Hetherington | |
| 2020-05-03 | Fix unmount of drives with spaces in their names (#1744). | Carl Hetherington | |
| 2020-05-03 | Remove some debug code. | Carl Hetherington | |
| 2020-05-03 | Fix behaviour on disk writer window close. | Carl Hetherington | |
| 2020-05-03 | Do all writes then do all verification and report progress | Carl Hetherington | |
| for each separately (#1743) | |||
| 2020-05-02 | Try to start _writer on-demand on macOS (#1739). | Carl Hetherington | |
| 2020-04-30 | Add git commits to writer log files.v2.15.68 | Carl Hetherington | |
| 2020-04-30 | Turn on lwext4 debugging to see if that helps. | Carl Hetherington | |
| 2020-04-30 | Add some more macOS debug logging for disks, and ignore mounted disk images. | Carl Hetherington | |
| 2020-04-30 | Missed part of rdisk -> disk revert.v2.15.67 | Carl Hetherington | |
| 2020-04-30 | Correct 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-30 | Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference. | Carl Hetherington | |
| 2020-04-29 | Add exit command to stress tester. | Carl Hetherington | |
| 2020-04-29 | Put current frame position in seek-by-frame dialogue when opening it (#1736). | Carl Hetherington | |
| 2020-04-29 | Add hinting to the seek dialogue; may be a nice fix for #1736. | Carl Hetherington | |
| 2020-04-29 | Use raw_convert rather than lexical_cast. | Carl Hetherington | |
| 2020-04-28 | Further sanity check fixes.v2.15.66 | Carl Hetherington | |
| 2020-04-28 | Fix macOS sanity check. | Carl Hetherington | |
| 2020-04-28 | Add a log message and actually use device_for_write(). | Carl Hetherington | |
| 2020-04-28 | Add a log message. | Carl Hetherington | |
| 2020-04-28 | Fix warning. | Carl Hetherington | |
| 2020-04-28 | Remove some unnecessary methods.v2.15.65 | Carl Hetherington | |
| 2020-04-28 | Fix build. | Carl Hetherington | |
| 2020-04-28 | Missing files.v2.15.64 | Carl Hetherington | |
| 2020-04-27 | Writer on macOS runs as root, so trying to use the config_path()v2.15.63 | Carl 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-27 | Experimental use of /dev/rdisk rather than /dev/disk on macOS, | Carl Hetherington | |
| as there is some suggestion it is faster. | |||
| 2020-04-27 | Add Sebastian Leitner as a tester. | Carl Hetherington | |
| 2020-04-27 | Use F_SET_EXT2 not EXT4. | Carl Hetherington | |
| 2020-04-24 | Fix typo and missing serialisation of offsets at time of analysis. | Carl Hetherington | |
| 2020-04-24 | Another build fix (for non-Linux this time).v2.15.57 | Carl Hetherington | |
| 2020-04-24 | Ubuntu 20.04 packaging. | Carl Hetherington | |
| 2020-04-24 | Fix build following previous commit. | Carl Hetherington | |
| 2020-04-24 | Hopefully we can use GTK's file chooser button again now. | Carl Hetherington | |
| 2020-04-24 | Add subtitle analysis so that the outline of all subtitles | Carl Hetherington | |
| in a piece of content can be overlaid onto the preview (#1233). | |||
| 2020-04-24 | Substantial reworking of the font rendering code to measure | Carl Hetherington | |
| the size of the text before rendering, thereby creating correctly- sized output images (rather than ones with guesses on height and with the full target width). This uses some potentially dubious behaviour described here https://stackoverflow.com/questions/31788577/create-pango-layout-before-cairo-surface and could cause any number of problems. The advantages are that a) it should be a little more efficient and b) the images created for the subtitle analysis code are useful. | |||
| 2020-04-24 | More extractions. | Carl Hetherington | |
| 2020-04-24 | Use a variable for subtitles.front() | Carl Hetherington | |
| 2020-04-24 | Extract some bits of code into their own methods. | Carl Hetherington | |
| 2020-04-24 | Improve layout of drive-wipe warning dialogue. | Carl Hetherington | |
| 2020-04-24 | Add pre-running warning to disk writer. | Carl Hetherington | |
