| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-08 | Don't use an optional for the Grok config object. | Carl Hetherington | |
| I'm not sure why I did it like this in the first place - perhaps so that if the API endpoint changes there aren't so many old values stuck in config files all over the place? Anyway, it seems cleaner to do it like this, as it's how we handle the other config. | |||
| 2025-03-08 | Further help clarification. | Carl Hetherington | |
| 2025-03-08 | Tweak help to suggest that the film is really a command parameter. | Carl Hetherington | |
| 2025-03-08 | Make --dump into a command. | Carl Hetherington | |
| 2025-03-08 | Make --list-servers into a command. | Carl Hetherington | |
| 2025-03-08 | Preparation for offering command in the encode CLI. | Carl Hetherington | |
| 2025-03-08 | Add a basic test of the encode CLI. | Carl Hetherington | |
| 2025-03-08 | Remove unnecessary new line. | Carl Hetherington | |
| 2025-03-07 | Change problem reporting email address. | Carl Hetherington | |
| 2025-03-06 | Fix black frames when raising frame rate by a lot (#2993). | Carl Hetherington | |
| 2025-03-06 | Fix some config documentation comments. | Carl Hetherington | |
| 2025-03-05 | Find missing fonts after finding missing content. | Carl Hetherington | |
| 2025-03-05 | Extract some bits from search_by_name(). | Carl Hetherington | |
| 2025-03-05 | Add Content::{font_paths,replace_font_path}(). | Carl Hetherington | |
| 2025-03-05 | Fix annoying comment. | Carl Hetherington | |
| 2025-03-05 | Replace Content::paths_valid() with a free utility function. | Carl Hetherington | |
| 2025-03-05 | all_of() is clearer than find_if() here. | Carl Hetherington | |
| 2025-03-05 | Fix spacing. | Carl Hetherington | |
| 2025-03-05 | Create SignalManager in the front end, not the tested part. | Carl Hetherington | |
| Otherwise the wrong SignalManager gets used for some tests (after an encode_cli test) which causes problems. | |||
| 2025-03-05 | Cleanup: use std::any_of instead of a find_if. | Carl Hetherington | |
| 2025-03-03 | Fix some erroneous exit() commands in the new encode CLI. | Carl Hetherington | |
| 2025-03-03 | Fix use of program_name in encode CLI. | Carl Hetherington | |
| 2025-03-03 | Tidy up by using a shared_ptr. | Carl Hetherington | |
| 2025-03-02 | Move CLI encoder to a vaguely-testable method. | Carl Hetherington | |
| 2025-03-02 | Add KDM debug log file option. | Carl Hetherington | |
| 2025-02-23 | Allow passing options to VerifyDCPJob. | Carl Hetherington | |
| 2025-02-23 | Add JobManager::cancel_all_jobs(). | Carl Hetherington | |
| 2025-02-23 | Allow verification of multiple DCPs in one go (#2843). | Carl Hetherington | |
| 2025-02-22 | Add accessor. | Carl Hetherington | |
| 2025-02-18 | Add retry for email sending (#2963). | Carl Hetherington | |
| 2025-02-17 | pot/merge. | Carl Hetherington | |
| 2025-02-17 | White space: content.{cc,h} | Carl Hetherington | |
| 2025-02-16 | White space: kdm_with_metadata.{cc,h} send_kdm_email_job.{cc,h} | Carl Hetherington | |
| 2025-02-12 | pot/merge. | 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 | 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-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-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-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 | 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 | |
