| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-08 | Fix incorrectly-removed spaces. | Carl Hetherington | |
| 2025-03-08 | Supporters update. | Carl Hetherington | |
| 2025-03-08 | Get gpu_lister path from config. | Carl Hetherington | |
| 2025-03-08 | Avoid temporary file for listing GPUs. | Carl Hetherington | |
| 2025-03-08 | Move get_gpu_names() to its own file. | Carl Hetherington | |
| 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-05 | Report content as having missing files also if there are missing fonts. | Carl Hetherington | |
| 2025-03-05 | Replace Content::paths_valid() with a free utility function. | Carl Hetherington | |
| 2025-03-03 | Fix Grok build after changes to preferences code. | Carl Hetherington | |
| 2025-03-02 | Remove unused includes. | Carl Hetherington | |
| 2025-03-02 | Rename config_dialog.{cc,h} -> preferences_page.{cc,h} | Carl Hetherington | |
| Also trim some includes. | |||
| 2025-03-02 | Move General preferences tab parent to its own file. | Carl Hetherington | |
| 2025-03-02 | Move Sound preferences to its own file. | Carl Hetherington | |
| 2025-03-02 | Move Locations preferences to its own file. | Carl Hetherington | |
| 2025-03-02 | Move Keys preferences to its own file. | Carl Hetherington | |
| 2025-03-02 | Use a customised config dialog for the KDM creator. | Carl Hetherington | |
| 2025-03-02 | Move config file location config up to the general dialogue. | Carl Hetherington | |
| 2025-03-01 | Move KDM Email preferences page to its own file. | Carl Hetherington | |
| 2025-03-01 | Move Email preferences page to its own file. | Carl Hetherington | |
| 2025-03-01 | Put some preferences stuff into a namespace. | Carl Hetherington | |
| 2025-03-01 | White space: player_config_dialog.h | Carl Hetherington | |
| 2025-03-01 | White space: full_config_dialog.{cc,h} | Carl Hetherington | |
| 2025-03-01 | White space: config_dialog.{cc,h} | Carl Hetherington | |
| 2025-03-01 | Move CertificateChainEditor to its own files and format white space. | Carl Hetherington | |
| 2025-02-25 | Fix failure to use name format with the short output panel (#2646).v2.18.12 | Carl Hetherington | |
| Because we would do nothing when there are no _examples. | |||
| 2025-02-25 | Supporters update. | Carl Hetherington | |
| 2025-02-25 | Fix misunderstanding of wxDialog lifetime handling. | Carl Hetherington | |
| Broken by d0308d53dd9f4d036d8c5fe8023920fcdfd43f39 wxDialog can be stack allocated if opened with ShowModal(), but not with Show(). Go back to wx_ptr for those that are opened with Show(). | |||
| 2025-02-23 | Rename VerifyDCPProgressDialog -> VerifyDCPDialog. | Carl Hetherington | |
| 2025-02-23 | Make the player verify UI more like the standalone one. | Carl Hetherington | |
| 2025-02-23 | Allow verification of multiple DCPs in one go (#2843). | Carl Hetherington | |
| 2025-02-22 | Return std::vector instead of boost::optional from the EditableList dialog. | Carl Hetherington | |
| It's a bit clumsy, as returning more than one thing only makes sense when adding (not when editing), but allowing both optional and vector with template voodoo seems awkward (at least with C++11). | |||
| 2025-02-22 | Log audio latency under the player debug option. | Carl Hetherington | |
| 2025-02-22 | Promote average_latency() to a public method. | Carl Hetherington | |
| 2025-02-22 | Fix erroneous space removal. | Carl Hetherington | |
| 2025-02-22 | White space: gl_video_view.{cc,h} | Carl Hetherington | |
| 2025-02-22 | Add player debug checkbox to player preferences. | Carl Hetherington | |
| 2025-02-22 | White space (+cleanup): player_config_dialog.cc | Carl Hetherington | |
| 2025-02-18 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-02-17 | pot/merge. | Carl Hetherington | |
| 2025-02-17 | Tweak layout of VF dialog to hopefully be clearer. | Carl Hetherington | |
| 2025-02-17 | Update VF dialog when audio channels count changes. | Carl Hetherington | |
| 2025-02-15 | Fix white line at bottom of full-screen DCP playback (#2973). | Carl Hetherington | |
| 2025-02-13 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-02-12 | pot/merge. | Carl Hetherington | |
| 2025-02-11 | Remove unsightly newline. | Carl Hetherington | |
| 2025-02-11 | Fix up i18n after analytics message change. | 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-09 | Supporters update. | Carl Hetherington | |
