summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
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
2024-02-10Updated sl_SI translation from Martin Srebotnjak.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-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-28Cleanup: whitespace.Carl Hetherington
2024-01-28Add Version File dialog.Carl Hetherington
2024-01-28Fix missing grok log setup in dcpomatic_cli.Carl Hetherington
2024-01-28Make stop() private and use drop() instead.Carl Hetherington
This avoids confusing situations where we call stop(), then try to restart the finder (unsuccessfully, because once it's stop()ped it will stay around, never to be restarted).
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 ↵Carl Hetherington
via his tool "grok".
2024-01-18macOS build fix.Carl Hetherington
2024-01-18Allow specification of KDM annotation text (#296).Carl Hetherington
2024-01-16Missing include.Carl Hetherington
2024-01-13Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2024-01-12pot/merge.Carl Hetherington
2024-01-11Attempt to rationalise menu IDs and avoid duplicates.Carl Hetherington
2024-01-11Cleanup: using/include sorting.Carl Hetherington
2024-01-11Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-01-09Check for bad DN qualifiers on signer certificates (#2716).Carl Hetherington
2024-01-09Move ScopeGuard into libdcp.Carl Hetherington
2024-01-02Remove tick/no_tick icons which I believe are no longer used.Carl Hetherington
They were added to the list in the playlist editor but seemingly not used.
2024-01-02Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2023-12-24Add stubs for fa_IR (Farsi/Persian).v2.16.71Carl Hetherington
2023-12-23Fix crash with a non-existent playlist directory.Carl Hetherington
2023-12-19Improve positioning of player windows in dual screen mode.Carl Hetherington
2023-12-19Add some logging to show what's going on with the wxDisplays.Carl Hetherington
2023-12-19Fix sensitivity of KDM create button when no output method has been chosen.Carl Hetherington
2023-11-27Call dcpomatic_setup_path_encoding() early enough (#2665).Carl Hetherington
On Windows this was previously called after we instantiated a Config object to get win32_console(), meaning that the required path voodoo was not active when looking for the config. This caused problems if the user has a non-ASCII user name.
2023-11-26Don't crash if preferences ZIP needs to be overwritten during export.Carl Hetherington
2023-11-23Updated zh_CN translation from 刘汉源Carl Hetherington
2023-11-20Verify encrypted DCPs (more) correctly (#2659).Carl Hetherington
2023-11-20Cleanup: use stack-allocated FileDialog and accept multiple KDMs.Carl Hetherington
2023-11-20Cleanup: use ScopeGuard.Carl Hetherington