| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-17 | Add retry for email sending (#2963).2963-retry-email | Carl Hetherington | |
| 2025-02-16 | White space: kdm_with_metadata.{cc,h} send_kdm_email_job.{cc,h} | Carl Hetherington | |
| 2025-02-15 | Fix white line at bottom of full-screen DCP playback (#2973). | Carl Hetherington | |
| 2025-02-15 | Add eye option to player for 3D DCPs. | Carl Hetherington | |
| 2025-02-13 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-02-12 | pot/merge. | Carl Hetherington | |
| 2025-02-12 | Fix test reference.v2.18.11 | Carl Hetherington | |
| 2025-02-11 | Fix crash when tests are run in some orders. | Carl Hetherington | |
| 2025-02-11 | Remove unsightly newline. | Carl Hetherington | |
| 2025-02-11 | Fix/hack build to work again on Ubuntu 1{6,8}.04 | Carl Hetherington | |
| 2025-02-11 | Further fixes to cs_CZ translation. | Carl Hetherington | |
| 2025-02-11 | Fix up i18n after analytics message change. | Carl Hetherington | |
| 2025-02-11 | Add a test for the "analytics" code. | Carl Hetherington | |
| 2025-02-11 | Replace compose with fmt. | Carl Hetherington | |
| 2025-02-11 | Remove happy clappy language. | Carl Hetherington | |
| 2025-02-11 | Replace compose with fmt. | Carl Hetherington | |
| 2025-02-11 | Use a default constructor. | Carl Hetherington | |
| 2025-02-11 | Revert "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-11 | Tweak some de_DE translations. | Carl Hetherington | |
| 2025-02-10 | Fix 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-10 | Apply 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-10 | Improve test failure message. | Carl Hetherington | |
| 2025-02-09 | Remove 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-09 | Add --audio-channels option to dcpomatic2_create (#2966). | Carl Hetherington | |
| 2025-02-09 | Fix out-of-date help. | Carl Hetherington | |
| 2025-02-09 | Supporters update. | Carl Hetherington | |
| 2025-02-09 | Bump libdcp for private key loading fix. | Carl Hetherington | |
| 2025-02-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2025-02-09 | Add better wildcards for loading certificates and keys. | Carl Hetherington | |
| 2025-02-09 | Remove some make_wx. | Carl Hetherington | |
| 2025-02-06 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-02-03 | Missing language from test causing Clairmeta to give an error.v2.18.10 | Carl 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-03 | Fix subtitles being written with negative times when trimmed (#2965). | Carl Hetherington | |
| 2025-02-03 | Cleanup: rename subtitle_stop -> text_stop. | Carl Hetherington | |
| 2025-02-02 | Supporters update. | Carl Hetherington | |
| 2025-02-02 | pot/merge. | Carl Hetherington | |
| 2025-02-02 | White space: config.{cc,h} player.{cc,h} about_dialog.{cc,h} hints_dialog.{cc,h} | Carl Hetherington | |
| 2025-02-02 | Fix build warning on macOS. | Carl Hetherington | |
| 2025-02-02 | Catch DCPError when adding OV in the player. | Carl Hetherington | |
| 2025-01-31 | Bump libdcp for const fix in libcxml. | Carl Hetherington | |
| 2025-01-31 | Fix macOS preferences menu, lost in 0da18dbf9b62b532f48a4e859f70f4ddedb6f78e | Carl Hetherington | |
| 2025-01-29 | Bump libsub for subrip alignment fix with {\anX} (#2960). | Carl Hetherington | |
| 2025-01-27 | Fix some untidy layout. | Carl Hetherington | |
| 2025-01-26 | Fix the player again (crash with subs in OpenGL mode)v2.18.9 | Carl 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-25 | White space: film.{cc,h} font.{cc,h} | Carl Hetherington | |
| 2025-01-25 | White space: kdm_cli.{cc,h} usl.{cc,h} zipper.{cc,h} | Carl Hetherington | |
| 2025-01-25 | White space: audio_delay.{cc,h} audio_point.{cc,h} rng.{cc,h} atmos_test.cc | Carl Hetherington | |
| 2025-01-25 | White space: filter.{cc,h}, hints.{cc,h}, gain_calculator_dialog.{cc,h} | Carl Hetherington | |
| 2025-01-25 | Fix consistency of button stack gaps. | Carl Hetherington | |
| 2025-01-25 | Remove some more macOS spacing hacks that now seem to make things worse. | Carl Hetherington | |
