| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2016-09-30 | Allow loading of multiple films from the batch converter command line. | Carl Hetherington | |
| 2016-09-30 | Reverse order of jobs in the batch converter view. | Carl Hetherington | |
| 2016-08-24 | Basic template support (#485). | Carl Hetherington | |
| 2016-06-21 | Revert "Use make_shared<>." | Carl Hetherington | |
| Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f. | |||
| 2016-06-21 | Use make_shared<>. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2015-12-15 | Try an ack on request for the batch converter to do a job. | Carl Hetherington | |
| 2015-12-11 | Remove some debug code. | Carl Hetherington | |
| 2015-12-11 | Basics of send-to-batch-converter; not tested on Windows nor OS X. | Carl Hetherington | |
| 2015-11-27 | Add config and server list to the batch converter's menus. | Carl Hetherington | |
| 2015-10-09 | More OS X tweaks. | Carl Hetherington | |
| 2015-08-10 | Set up for the correct handling of UTF-8 with Windows | Carl Hetherington | |
| paths before trying to access the config file. Fixes #654. | |||
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-05-26 | {Video,Audio}Frame -> Frame. | Carl Hetherington | |
| 2015-05-13 | Rename UISignaller -> SignalManager. | Carl Hetherington | |
| 2015-03-25 | Remove Scaler config and use SWS_BICUBIC everywhere. | Carl Hetherington | |
| 2014-10-24 | Fix job pausing to actually work, and always add Pause buttons to ↵ | Carl Hetherington | |
| JobManagerViews (part of #344). | |||
| 2014-09-02 | Seemingly rather long-winded way of making the JobManagerView in | Carl Hetherington | |
| dcpomatic_batch shrink nicely (i.e. shrinking the gauge) when the window is shrunk. It seems surprising that we have to call back to children to tell them to layout / fit-inside, but it does all *seem* to be necessary. | |||
