summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_disk.cc
AgeCommit message (Expand)Author
2025-09-15Allow building with boost::process v2 (added in Ubuntu 25.10).Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2025-07-03Hack some window sizes for Fedora (#3055).Carl Hetherington
2025-05-27Move i18n setup into 3 separate platform files.Carl Hetherington
2025-05-27Put wx::report_problem() in a dcpomatic namespace.Carl Hetherington
2025-02-22Return std::vector instead of boost::optional from the EditableList dialog.Carl Hetherington
2025-02-09Remove unnecessary wx_ptrCarl Hetherington
2024-11-27Remove beta-grade warning in the Disk Writer.Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-04-26Allow customisation of error report email address.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-02-04Make default Disk Writer window a little narrower.Carl Hetherington
2024-02-04Tweak labels: DCP -> DCPs.Carl Hetherington
2024-02-04Tweak vertical spacing of wxChoice on macOS (#2747).Carl Hetherington
2024-02-04Look for drives for 3 seconds on startup (#2748).Carl Hetherington
2024-01-28Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding vi...Carl Hetherington
2024-01-16Missing include.Carl Hetherington
2024-01-11Attempt to rationalise menu IDs and avoid duplicates.Carl Hetherington
2023-10-09Bump libdcp for new filesystem wrappers.Carl Hetherington
2023-01-29Use DiskWriterBackEndResponse, and add some more information to the unmount e...Carl Hetherington
2023-01-16Use wx_ptr more.Carl Hetherington
2023-01-15Tell user what just happened if they get either of the disk writer confirmati...Carl Hetherington
2022-12-10Missing include.Carl Hetherington
2022-09-01Fix two more badly-adapted instantiations of EditableList and makeCarl Hetherington
2022-07-20Allow multiple DCPs to be written to a disk (#1756).Carl Hetherington
2022-04-22And another missed warnings.hCarl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-09Add some missing override labels.Carl Hetherington
2021-09-27Add config location versioning (#2090).Carl Hetherington
2021-06-05Give an error if a non-DCP folder is selected for DCP writing (#2024).Carl Hetherington
2021-05-28Add some useful command-line options to dcpomatic2_disk.Carl Hetherington
2021-05-26Insert a delay to make sure the QUIT message arrives (#2018).Carl Hetherington
2021-05-10Open a dialogue if pinging the back-end fails on macOS.v2.15.146Carl Hetherington
2021-05-09Attempt ping from front- to back-end several times (#1990).v2.15.145Carl Hetherington
2021-05-09Add more logging to disk writer.Carl Hetherington
2021-04-22Wait a while for unmounts to go through in case we have to authenticate the u...Carl Hetherington
2021-04-21Re-scan drives just before writing the DCP (#1969).Carl Hetherington
2021-04-04More disk build fixes.Carl Hetherington
2021-04-04Fix disk build.Carl Hetherington
2021-04-03C++11 tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-18Make the default disk writer window wider.Carl Hetherington
2020-10-27Add uninstaller for the .pkg part of the disk writer on macOS (#1740).Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-08-07Check that we have a connection to the disk writer before starting to use it ...Carl Hetherington
2020-07-27Fix some unused variable warnings on macOS.Carl Hetherington
2020-07-26Various OSX warnings fixes.Carl Hetherington
2020-06-01Hidden debug option to make _disk not start _disk_writer on Linux.v2.15.76Carl Hetherington