summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2026-07-01Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2026-07-01pot/merge.Carl Hetherington
2026-06-28Tell the user if they try to export subs when there are none.Carl Hetherington
2026-06-27Use new SubtitleFormat enum instead of dcp::Standard.Carl Hetherington
2026-06-26Rename all fonts that we load.Carl Hetherington
This seems to be the only chance we have of making Pango-via-FontConfig definitely choose the font that we want. There was a case https://dcpomatic.com/forum/viewtopic.php?t=3015 where a user specified Arial Rounded MT Bold but ended up with a substitution. I tried loading an Arial Rounded, and then FontConfig chose that even when we asked for Arial Rounded MT Bold. Maybe it's because both fonts were marked as having "Book" weight ... I don't know. It seems like the easiest way to get what we want here is to try to subvert FontConfig's selection logic by giving everything we load a different family name. If only we could just load a font and tell Pango to use it ... but it seems like we can't have nice things.
2026-06-21Add extra --dcp option to player.Carl Hetherington
This seems pointless given that you can just give a path without an option, but somebody wants it and I can't see a good reason to say no.
2026-06-20Add --auto-play option to player.Carl Hetherington
2026-06-20Remove some unnecessary includes.Carl Hetherington
2026-06-20Updated ru_RU translation from Евгений Дац.Carl Hetherington
2026-06-14Add --kdm option to player command line.Carl Hetherington
2026-06-14Remove if check that is already covered by an assertion.Carl Hetherington
2026-06-14Trim some includes and usings.Carl Hetherington
2026-06-01Fix crash when adding DCPs to the verifier.Carl Hetherington
load_dcps would go out of scope and so no longer reliably be usable.
2026-06-01Cleanup: remove two old explicits.Carl Hetherington
2026-05-31Updated it_IT translation from Marco Ville.Carl Hetherington
2026-05-17Copy remembered assets when duplicating film (#3162).Carl Hetherington
2026-05-17White space: dcpomatic.cc.Carl Hetherington
2026-05-17Updated zh_CN translation from 刘汉源.Carl Hetherington
2026-05-09Updated ja_JP translation from 林雅成.Carl Hetherington
2026-04-22Updated fr_FR translation from Théo Lalanne.Carl Hetherington
2026-04-20pot/merge.Carl Hetherington
2026-04-12Fix macOS build.Carl Hetherington
2026-04-11Fix loading DCPs into the verifier with trailing /Carl Hetherington
2026-04-11Allow loading DCPs from the GUI verifier command line.Carl Hetherington
2026-04-11Extract load_dcps.Carl Hetherington
2026-04-08Updated ja_JP translation from 林雅成.Carl Hetherington
2026-03-23Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2026-03-23Updated ja_JP translation from 林雅成.Carl Hetherington
2026-03-23pot/merge.Carl Hetherington
2026-03-20Updated ja_JP translation from 林雅成.Carl Hetherington
2026-03-20Add stub el_GR translation.Carl Hetherington
2026-03-10ko_KR translation from Sean.Carl Hetherington
2026-03-01Updated ja_JP translation from 林雅成.Carl Hetherington
2026-02-24Updated ja_JP translation from 林雅成.Carl Hetherington
2026-02-24Add translation to ja_JP from Masanari Hayashi (林雅成).Carl Hetherington
2026-02-15Add stub ja_JP translation.Carl Hetherington
2026-02-14Add a menu option to open the user manual in a web browser.Carl Hetherington
2026-02-13Fix old macOS build.Carl Hetherington
2026-02-11Fix build error on Ubuntu 16.04.Carl Hetherington
2026-02-11Allow adding multiple DCPs to the verifier in one go, and remember the last ↵Carl Hetherington
location.
2026-02-02Remember where the last editor DCP was opened from.Carl Hetherington
2026-01-11Add ko_KR translation stub.Carl Hetherington
2026-01-09Possibly fix disappearing Cancel/Verify buttons.Carl Hetherington
Before this commit these buttons would need the window to be half a screen width width before they were seen (at least on Ubuntu 24.04).
2026-01-06Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2026-01-05pot/merge.Carl Hetherington
2026-01-01Allow export of Interop/SMPTE format subtitles (#3025).Carl Hetherington
2025-12-31Add Shift-Ctrl-E shortcut to export subtitles.Carl Hetherington
2025-12-31Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-12-30pot/merge.Carl Hetherington
2025-12-30Cope with DCPs that have no video and hence no video encoding.Carl Hetherington