summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
AgeCommit message (Expand)Author
2025-12-01Add sentry crash reporting on Windows.sentryCarl Hetherington
2025-11-16Fix crash with --workaround-mutter.Carl Hetherington
2025-10-10Keep screen awake while playing on Windows (#3095).Carl Hetherington
2025-07-15Change Film::examine_and_add_content to take a vector of content.Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2025-06-13Might as well always allow problem reporting.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-05-26Tweak comment formatting.Carl Hetherington
2025-05-12Cleanup: coalesce an if.Carl Hetherington
2025-05-06Cleanup: whitespace.Carl Hetherington
2025-04-13Don't bind a shared_ptr<PlayerVideo> to ImageChanged (#3013).Carl Hetherington
2025-04-07Work around failure to open maximised on Ubuntu 24.04 (#3010).Carl Hetherington
2025-03-22Fix menu sensitivity.Carl Hetherington
2025-03-22Make the Socket connect() call a little friendlier.Carl Hetherington
2025-03-05Allow start of DCP encode job after pausing export.Carl Hetherington
2025-02-25Fix misunderstanding of wxDialog lifetime handling.Carl Hetherington
2025-02-09Remove unnecessary wx_ptrCarl Hetherington
2025-01-05Bump libdcp for raw_convert changes.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-07-12Remove some more stuff related to the old "instant i18n" feature.Carl Hetherington
2024-05-25Improve save-template dialog and always use a default template.Carl Hetherington
2024-05-11Stop using video directory and hard-linking (#2756).Carl Hetherington
2024-05-08Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington
2024-05-04Remove in-place translations support.Carl Hetherington
2024-04-26Allow branding of "report a problem" dialog.Carl Hetherington
2024-04-26Allow customisation of error report email address.Carl Hetherington
2024-04-21Rename Encoder -> FilmEncoder, and subclasses.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-03-09Merge branch 'main' into v2.17.xCarl Hetherington
2024-03-07Rename Emailer -> Email.Carl Hetherington
2024-02-19Merge tag 'v2.16.77' into v2.17.xCarl Hetherington
2024-02-17Add option to load prefs from ZIP (#2771).Carl Hetherington
2024-02-17Use FileDialog for saving preferences ZIPs.Carl Hetherington
2024-02-12Merge branch 'main' into v2.17.xCarl Hetherington
2024-02-11Fix totally missing saving of DKDM recipients.Carl Hetherington
2024-02-03Merge branch 'main' into v2.17.xCarl Hetherington
2024-01-30Open macOS prefs with Mac-, not Mac-P (#2745).Carl Hetherington
2024-01-28Remember whether Content or DCP is selected in a new ui.xml state file.Carl Hetherington
2024-01-28Setup grok LD_LIBRARY_PATH when required (#2657).Carl Hetherington
2024-01-28Add Version File dialog.Carl Hetherington
2024-01-28Only build grok for Ubuntu 22.04.Carl Hetherington
2024-01-28Explicitly set up Grok logger rather than relying on a static variable.Carl Hetherington
2024-01-28Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding vi...Carl Hetherington
2024-01-11Attempt to rationalise menu IDs and avoid duplicates.Carl Hetherington
2024-01-09Check for bad DN qualifiers on signer certificates (#2716).Carl Hetherington
2023-11-27Call dcpomatic_setup_path_encoding() early enough (#2665).Carl Hetherington