summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-17Add retry for email sending (#2963).2963-retry-emailCarl Hetherington
2025-02-16White space: kdm_with_metadata.{cc,h} send_kdm_email_job.{cc,h}Carl Hetherington
2025-02-15Fix white line at bottom of full-screen DCP playback (#2973).Carl Hetherington
2025-02-15Add eye option to player for 3D DCPs.Carl Hetherington
2025-02-13Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-02-12pot/merge.Carl Hetherington
2025-02-12Fix test reference.v2.18.11Carl Hetherington
2025-02-11Fix crash when tests are run in some orders.Carl Hetherington
2025-02-11Remove unsightly newline.Carl Hetherington
2025-02-11Fix/hack build to work again on Ubuntu 1{6,8}.04Carl Hetherington
2025-02-11Further fixes to cs_CZ translation.Carl Hetherington
2025-02-11Fix up i18n after analytics message change.Carl Hetherington
2025-02-11Add a test for the "analytics" code.Carl Hetherington
2025-02-11Replace compose with fmt.Carl Hetherington
2025-02-11Remove happy clappy language.Carl Hetherington
2025-02-11Replace compose with fmt.Carl Hetherington
2025-02-11Use a default constructor.Carl Hetherington
2025-02-11Revert "Add stubs for Georgian (ka_KA) language support."Carl Hetherington
This reverts commit b5cecdd0ee7c75388d95e2f987538fe88c23893a. I added this for somebody but no apparently translations were ever forthcoming, so remove it again.
2025-02-11Tweak some de_DE translations.Carl Hetherington
2025-02-10Fix macOS locale handling.Carl Hetherington
The docs for wxLocale say it's broken on macOS, and it seems to cause problems when e.g. de_DE is configured in DoM and the computer is set to de_DE locale (and language) - then you can't enter , in wxSpinCtrlDouble and if you type a . and then use the up/down buttons it all goes wrong. It doesn't seem possible to set a configured locale in DoM, but you probably don't want that anyway. wxUILocale::UseDefault() appears to magically fix everything. Unfortunately this is not available in the version of wxWidgets we use for 10.8 and 10.9, and we can't go higher with wxWidgets on those macOS versions. So maybe localisation on 10.{8,9} will be broken, and stay broken.
2025-02-10Apply the same fix for DKDM recipients as we previously had for cinemas.Carl Hetherington
Otherwise the same problem happens with dkdm_recipients.xml - it is moved to sqlite3 but the configuration still has the XML path, causing a crash the next time we try to access the DKDM recipients list.
2025-02-10Improve test failure message.Carl Hetherington
2025-02-09Remove believed pointless pre-storage of file state.Carl Hetherington
I think I previously misunderstood what was going on here and thought the problem was that doing set_cinemas_file() created a sqlite3 file. I now think that the problem is rather that we call Config::instance() early in dcpomatic.cc, then ::drop(). This creates the sqlite3 file, sets its path in the Config object but then deletes the object without saving it. When we create the Config object "for real" we don't reset the path from XML to sqlite3. The part of the previous fix that unconditionally sets the config path seems to be the right one.
2025-02-09Add --audio-channels option to dcpomatic2_create (#2966).Carl Hetherington
2025-02-09Fix out-of-date help.Carl Hetherington
2025-02-09Supporters update.Carl Hetherington
2025-02-09Bump libdcp for private key loading fix.Carl Hetherington
2025-02-09Remove unnecessary wx_ptrCarl Hetherington
It was only ever used for wxDialog subclasses, which can be stack-allocated.
2025-02-09Add better wildcards for loading certificates and keys.Carl Hetherington
2025-02-09Remove some make_wx.Carl Hetherington
2025-02-06Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-02-03Missing language from test causing Clairmeta to give an error.v2.18.10Carl Hetherington
I don't know why this wasn't a problem before; perhaps the subtitle was entirely discarded as it goes to 10s but in the metadata the length is only 6.351.
2025-02-03Fix subtitles being written with negative times when trimmed (#2965).Carl Hetherington
2025-02-03Cleanup: rename subtitle_stop -> text_stop.Carl Hetherington
2025-02-02Supporters update.Carl Hetherington
2025-02-02pot/merge.Carl Hetherington
2025-02-02White space: config.{cc,h} player.{cc,h} about_dialog.{cc,h} hints_dialog.{cc,h}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-31Bump libdcp for const fix in libcxml.Carl Hetherington
2025-01-31Fix macOS preferences menu, lost in 0da18dbf9b62b532f48a4e859f70f4ddedb6f78eCarl Hetherington
2025-01-29Bump libsub for subrip alignment fix with {\anX} (#2960).Carl Hetherington
2025-01-27Fix some untidy layout.Carl 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-25White space: film.{cc,h} font.{cc,h}Carl Hetherington
2025-01-25White space: kdm_cli.{cc,h} usl.{cc,h} zipper.{cc,h}Carl Hetherington
2025-01-25White space: audio_delay.{cc,h} audio_point.{cc,h} rng.{cc,h} atmos_test.ccCarl Hetherington
2025-01-25White space: filter.{cc,h}, hints.{cc,h}, gain_calculator_dialog.{cc,h}Carl Hetherington
2025-01-25Fix consistency of button stack gaps.Carl Hetherington
2025-01-25Remove some more macOS spacing hacks that now seem to make things worse.Carl Hetherington