| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 2025-05-27 | Move i18n setup into 3 separate platform files. | Carl Hetherington | |
| 2025-02-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2024-09-03 | Remove use of wxT in favour of char_to_wx(). | Carl Hetherington | |
| The wxWidgets docs advise against its use these days. | |||
| 2024-05-11 | Stop using video directory and hard-linking (#2756). | Carl Hetherington | |
| Instead store details of a previously-created asset in the film's metadata and then look there for potential video files to re-use. | |||
| 2024-05-06 | Use sqlite for cinema and DKDM recipient lists. | Carl Hetherington | |
| 2024-04-21 | Extract all uses of DCP-o-matic name to allow branding. | Carl Hetherington | |
| 2024-02-03 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-01-30 | Open macOS prefs with Mac-, not Mac-P (#2745). | Carl Hetherington | |
| 2024-01-28 | Setup grok LD_LIBRARY_PATH when required (#2657). | Carl Hetherington | |
| 2024-01-28 | Only build grok for Ubuntu 22.04. | Carl Hetherington | |
| 2024-01-28 | Explicitly set up Grok logger rather than relying on a static variable. | Carl Hetherington | |
| 2024-01-28 | Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding ↵ | Carl Hetherington | |
| via his tool "grok". | |||
| 2024-01-11 | Attempt to rationalise menu IDs and avoid duplicates. | Carl Hetherington | |
| 2023-10-28 | Check some unsanitized network inputs before allocating memory using them. | Carl Hetherington | |
| 2023-10-09 | Use dcp::filesystem to wrap filesystem calls and fix_long_path | Carl Hetherington | |
| anything that is passed to read_file() from libcxml. This should fix #2623 and other similar problems. | |||
| 2023-06-09 | Don't call DOMFrame::start_job from a non-UI thread. | Carl Hetherington | |
| 2023-01-14 | Add wx_ptr and use it instead of ScopeGuard in a lot of places. | Carl Hetherington | |
| 2023-01-14 | Use more ScopeGuards. | Carl Hetherington | |
| 2022-12-25 | Support drag and drop of film directories onto the batch converter (#340). | Carl Hetherington | |
| 2022-12-25 | Use icons at the top of the batch converter rather than text buttons at the ↵ | Carl Hetherington | |
| bottom (#2396). | |||
| 2022-12-24 | Fix crash when starting two batch converters at the same time. | Carl Hetherington | |
| 2022-09-05 | Tidy up code to report failures to load config in the UI. | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
| 2022-04-20 | Move make_dcp() out of Film (#2132). | Carl Hetherington | |
| 2022-04-09 | Add some missing override labels. | Carl Hetherington | |
| 2021-11-28 | Rearrange checking (and re-examining) content. | Carl Hetherington | |
| Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed. | |||
| 2021-05-03 | C++11 tidying. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-09-01 | Build fixes for Boost >= 1.73 | Carl Hetherington | |
| Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de | |||
| 2019-03-24 | Possibly fix OSX startup error in batch converter (#1501). | Carl Hetherington | |
| 2019-01-14 | Hopefully fix debian 7 build. | Carl Hetherington | |
| 2019-01-13 | Fix Gb -> GB confusion (thanks Rob van Nieuwkerk). | Carl Hetherington | |
| 2019-01-13 | Fix typo in label (thanks Rob van Nieuwkerk). | Carl Hetherington | |
| 2019-01-12 | Check available disk space when adding jobs to the batch converter (#1249). | Carl Hetherington | |
| 2018-12-08 | Support buttons. | Carl Hetherington | |
| 2018-08-16 | Add pause/resume to the batch converter (#1248). | Carl Hetherington | |
| Add some missing locking to JobManager::decrease_priority. | |||
| 2018-05-29 | Save config changes made through the batch converter. | Carl Hetherington | |
| 2018-02-27 | Add a load of explicit keywords. | Carl Hetherington | |
| 2018-02-04 | Listen for server replies on different ports on main and batch, and get ↵ | Carl Hetherington | |
| servers to send replies to both (#1190). | |||
| 2018-01-12 | Separate readable error from technical detail in some places. | Carl Hetherington | |
| 2018-01-05 | More splash screens / config warnings. | Carl Hetherington | |
| 2017-08-14 | Rename ConfigDialog -> FullConfigDialog. | Carl Hetherington | |
| 2017-04-27 | Move ports around to allow master/server to coexist (#962). | Carl Hetherington | |
| 2017-01-20 | Add ^A shortcut for adding a film in the batch converter. | Carl Hetherington | |
| 2016-11-19 | No-op; rename a whole load of wx constants to their shorter equivalents. | Carl Hetherington | |
| 2016-10-03 | Fix various bad automatic merges in i18n files. | Carl Hetherington | |
