summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2024-07-26Merge branch 'main' into v2.17.xCarl Hetherington
2024-07-12Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2024-07-12Remove some more stuff related to the old "instant i18n" feature.Carl Hetherington
2024-07-11pot/merge.Carl Hetherington
2024-07-09Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-07-09Fix too-late setup of path encoding stuff.Carl Hetherington
2024-07-09Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-07-07Re-fix incorrect ArgFixer.v2.16.88Carl Hetherington
It needs to be in the front-end, not the kdm_cli() method, otherwise the tests break.
2024-07-07Remove double ArgFixer introduced in fefcccd5.Carl Hetherington
2024-07-06Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-07-06Add some missing ArgFixers for Windows command lines (#2844).Carl Hetherington
2024-06-23Add minimal player HTTP server (#2830).Carl Hetherington
2024-06-23Extract internal player server to separate file and tidy up a bit.Carl Hetherington
2024-06-06Support optimised rendering of YUV420P in OpenGL.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
Instead store details of a previously-created asset in the film's metadata and then look there for potential video files to re-use.
2024-05-08Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-05-08Merge branch 'main' into v2.17.xCarl Hetherington
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington
2024-05-06We now need to import print() for older Pythons.Carl Hetherington
2024-05-06Remove use of f-strings in wscriptsCarl Hetherington
Various Linux build environments have a python that is too old.
2024-05-04Remove in-place translations support.Carl Hetherington
It feels like there have been too many failed attempts and not enough (maybe zero?) successes so it's just too confusing.
2024-05-02Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2024-05-01Remove stray 'Carl Hetherington
2024-04-28Add missing nice name for Windows executable.Carl Hetherington
2024-04-28Write file descriptions to .exe files for the Windows task manager.Carl Hetherington
2024-04-28Build .rc files on the fly.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-24Restore time zone to Cinema and improve UI to use it (#2473).Carl Hetherington
2024-04-22Allow specification of video bit rate separately for J2K and MPEG2.Carl Hetherington
2024-04-21Rename j2k_bandwidth -> video_bit_rate.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-04-17Separate GUI verifier with basic reporting (#1823).Carl Hetherington
2024-04-16Rename VerifyDCPDialog -> VerifyDCPResultDialog.Carl Hetherington
2024-03-17Add PlaylistEditorRestrictedMenus option, similar to PlayerRestrictedMenus.Carl Hetherington
2024-03-17Tidy and fix up the playlist editor menu on macOS.Carl Hetherington
2024-03-09Merge branch 'main' into v2.17.xCarl Hetherington
2024-03-08Add <PlayerRestrictedMenus> option to config.xml (#2725).Carl Hetherington
This hides all player menus except "File".
2024-03-07Rename Emailer -> Email.Carl Hetherington
2024-02-22Merge tag 'v2.16.78' into v2.17.xv2.17.12Carl Hetherington
2024-02-21Make DCPExaminer::size() optional and deal with the consequences.v2.16.78Carl Hetherington
This means we can fix the case of a VF having no known size in a nice way, in turn fixing problems caused by the fix to #2775.
2024-02-19Merge tag 'v2.16.77' into v2.17.xCarl Hetherington
2024-02-18Add film duration to --dump output (#1702).Carl Hetherington
2024-02-18Avoid quotation marks around dumped paths.Carl 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