| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-06 | Updated zh_CN translation from 刘汉源 | Carl Hetherington | |
| 2025-05-06 | Cleanup: whitespace. | Carl Hetherington | |
| 2025-05-03 | Fix bad format string (#3022). | Carl Hetherington | |
| 2025-04-13 | Standardise on translating the DoM "Film" (i.e. project) to Projekt in de_DE. | Carl Hetherington | |
| 2025-04-13 | Updated de_DE translation from David Lankes. | Carl Hetherington | |
| 2025-04-13 | Don't bind a shared_ptr<PlayerVideo> to ImageChanged (#3013). | Carl Hetherington | |
| Otherwise if the GUI is busy when the emissions build up, each one holds a reference to a potentially large image. This caused enormous memory use when playing a DCP and verifying it at the same time. | |||
| 2025-04-07 | Work around failure to open maximised on Ubuntu 24.04 (#3010). | Carl Hetherington | |
| 2025-03-26 | Just maximise the verifier on startup (#3004). | Carl Hetherington | |
| 2025-03-22 | Fix menu sensitivity. | Carl Hetherington | |
| Broken in e1c43614ad31ce276b923f9b1d280ad0c102c4b1 | |||
| 2025-03-22 | Remove before appending to try and reduce flicker on Windows. | Carl Hetherington | |
| 2025-03-22 | Allow taller server log windows. | Carl Hetherington | |
| 2025-03-22 | Fix bad server log truncation on Windows. | Carl Hetherington | |
| 2025-03-22 | Tidy up layout of server GUI. | Carl Hetherington | |
| 2025-03-22 | Make the Socket connect() call a little friendlier. | Carl Hetherington | |
| This avoids some boilerplate. | |||
| 2025-03-19 | Move most of the create CLI into create_cli.cc to make it more testable. | 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 | Allow start of DCP encode job after pausing export. | Carl Hetherington | |
| 2025-03-02 | Move CLI encoder to a vaguely-testable method. | Carl Hetherington | |
| 2025-03-02 | Remove unused using. | Carl Hetherington | |
| 2025-03-02 | Use fmt::format() for formatted errors. | Carl Hetherington | |
| 2025-03-02 | White space. | Carl Hetherington | |
| 2025-03-02 | Use out/flush in main() for cout. | Carl Hetherington | |
| 2025-03-02 | Make show_jobs_on_console() use output and flush functions. | Carl Hetherington | |
| 2025-03-02 | Make list_servers() use an output function. | Carl Hetherington | |
| 2025-03-02 | Make print_dump() use an output function. | Carl Hetherington | |
| 2025-03-02 | Make help() use an output function. | Carl Hetherington | |
| 2025-03-02 | Use program_name constant. | Carl Hetherington | |
| 2025-03-02 | Use the configured KDM creator log file rather than a hard-coded one. | Carl Hetherington | |
| 2025-03-02 | Use a customised config dialog for the KDM creator. | Carl Hetherington | |
| 2025-03-01 | Use error-catching method to find potential DCPs (#2982). | 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 | Add option to disable detailed picture asset checks. | Carl Hetherington | |
| 2025-02-23 | Update the verifier GUI a little more often. | Carl Hetherington | |
| 2025-02-23 | Add cancel button to verifier. | 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-18 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-02-17 | pot/merge. | Carl Hetherington | |
| 2025-02-15 | Add eye option to player for 3D DCPs. | Carl Hetherington | |
| 2025-02-12 | pot/merge. | 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-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2025-02-02 | pot/merge. | 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 | Fix macOS preferences menu, lost in 0da18dbf9b62b532f48a4e859f70f4ddedb6f78e | 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). | |||
