summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2025-02-07fixup! fixup! try to get stderr in consolexmlsec-debugCarl Hetherington
2025-02-07fixup! try to get stderr in consoleCarl Hetherington
2025-02-07try to get stderr in consoleCarl Hetherington
2025-02-02pot/merge.Carl Hetherington
2025-02-02Fix build warning on macOS.Carl Hetherington
2025-02-02Catch DCPError when adding OV in the player.Carl Hetherington
2025-01-31Fix macOS preferences menu, lost in 0da18dbf9b62b532f48a4e859f70f4ddedb6f78eCarl Hetherington
2025-01-26Fix the player again (crash with subs in OpenGL mode)v2.18.9Carl Hetherington
Once again the player subtitle alignment wasn't being set up, because this happens on _viewer.set_film(). _viewer.set_film() must therefore happen after film_changed(), but then some things in film_changed() need to happen after _viewer.set_film() (notably the info update and menu sensitivity update).
2025-01-25Small cleanup.v2.18.8Carl Hetherington
2025-01-25Tidy up and fix how post-load updates are managed.Carl Hetherington
2025-01-24Fix mangled translation (#2957).Carl Hetherington
2025-01-24Updated ru_RU translation from Евгений Дац.Carl Hetherington
2025-01-24Remove unnnecessary bits.Carl Hetherington
2025-01-23Fix non-display of subtitles in the player.v2.18.7Carl Hetherington
2025-01-22Update the UI on a change to the configured cinema/screen database (#2951).Carl Hetherington
2025-01-20Remove the strange tolerant flag in Film.Carl Hetherington
Instead, we now pass it in directly to Content::examine() and the Player.
2025-01-20Pass tolerant flag into Player.Carl Hetherington
This is needed because the DCPDecoder ends up needing it when it reads reel information from CPLs. Maybe all that stuff should be in our metadata.
2025-01-20Pass tolerant flag into Content::examine() and the ExamineContentJob.Carl Hetherington
Along the way this helps to fix #2942.
2025-01-16Extract layout_for_short_screen().Carl Hetherington
2025-01-16Remove File menu on macOS (it has nothing in it).Carl Hetherington
2025-01-16Use DCPOMATIC_OSX instead of __WXOSX__Carl Hetherington
2025-01-14Fix always-disabled verify option in player.Carl Hetherington
2025-01-13Clarify ambiguous bind call for GCC 14.2.1 on Arch.Carl Hetherington
2025-01-12Fix use of so-far un-set _film, causing crash when you try to add an OV.Carl Hetherington
2025-01-12Move a member function into a lambda.Carl Hetherington
2025-01-12Add another assert.Carl Hetherington
2025-01-12Cleanup: white space.Carl Hetherington
2025-01-10pot/merge.v2.18.3Carl Hetherington
2025-01-09Fix assertion error when playing subtitle DCPs with OpenGL (#2929).Carl Hetherington
The player's _optimisation was not set up correctly, so it would give PADDED images instead of COMPACT, raising an assertion in the OpenGL renderer.
2025-01-05Remove some unused includes.Carl Hetherington
2025-01-05Bump libdcp for raw_convert changes.Carl Hetherington
raw_convert<string> is gone, so here we use fmt::{to_string,format} instead. Other raw_converts now use fast_float.
2025-01-02pot/merge.Carl Hetherington
2025-01-01Tweak some button padding.Carl Hetherington
2025-01-01Add shorter output panel for KDMs on smaller screens (#2646).Carl Hetherington
2025-01-01Trim some padding from the KDM creator.Carl Hetherington
2025-01-01Split KDMOutputPanel into TallKDMOutputPanel and a base.Carl Hetherington
The TallKDMOutputPanel is just responsible for layout out the controls.
2024-12-26Display the content title text rather than the annotation text in the player ↵Carl Hetherington
CPL menu (#2907).
2024-12-07Updateed fr_FR translation from Laurent Tenzer.Carl Hetherington
2024-12-05Updated fr_FR translation from Laurent Tenzer.Carl Hetherington
2024-12-04Updated ru_RU translation from r k.Carl Hetherington
2024-11-28Fix size of spin controls in the editor.Carl Hetherington
2024-11-27Remove beta-grade warning in the Disk Writer.Carl Hetherington
I hope I don't live to regret this.
2024-11-20Updated zh_CN translation from Kahn Li.v2.17.24Carl Hetherington
2024-11-13Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2024-11-03Fix another crash caused by UTF-8 characters in strings to be translated.Carl Hetherington
2024-10-15Fix some missing tabs in the fa_IR translation.Carl Hetherington
2024-10-05Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-09-27pot/merge.Carl Hetherington
2024-09-27pot/merge.Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
The wxWidgets docs advise against its use these days.