summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_batch.cc
AgeCommit message (Collapse)Author
2021-05-03C++11 tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de
2019-03-24Possibly fix OSX startup error in batch converter (#1501).Carl Hetherington
2019-01-14Hopefully fix debian 7 build.Carl Hetherington
2019-01-13Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).Carl Hetherington
2019-01-13Fix typo in label (thanks Rob van Nieuwkerk).Carl Hetherington
2019-01-12Check available disk space when adding jobs to the batch converter (#1249).Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-08-16Add pause/resume to the batch converter (#1248).Carl Hetherington
Add some missing locking to JobManager::decrease_priority.
2018-05-29Save config changes made through the batch converter.Carl Hetherington
2018-02-27Add a load of explicit keywords.Carl Hetherington
2018-02-04Listen for server replies on different ports on main and batch, and get ↵Carl Hetherington
servers to send replies to both (#1190).
2018-01-12Separate readable error from technical detail in some places.Carl Hetherington
2018-01-05More splash screens / config warnings.Carl Hetherington
2017-08-14Rename ConfigDialog -> FullConfigDialog.Carl Hetherington
2017-04-27Move ports around to allow master/server to coexist (#962).Carl Hetherington
2017-01-20Add ^A shortcut for adding a film in the batch converter.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-10-03Fix various bad automatic merges in i18n files.Carl Hetherington
2016-09-30Allow loading of multiple films from the batch converter command line.Carl Hetherington
2016-09-30Reverse order of jobs in the batch converter view.Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-06-21Revert "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-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-12-15Try an ack on request for the batch converter to do a job.Carl Hetherington
2015-12-11Remove some debug code.Carl Hetherington
2015-12-11Basics of send-to-batch-converter; not tested on Windows nor OS X.Carl Hetherington
2015-11-27Add config and server list to the batch converter's menus.Carl Hetherington
2015-10-09More OS X tweaks.Carl Hetherington
2015-08-10Set up for the correct handling of UTF-8 with WindowsCarl Hetherington
paths before trying to access the config file. Fixes #654.
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-26{Video,Audio}Frame -> Frame.Carl Hetherington
2015-05-13Rename UISignaller -> SignalManager.Carl Hetherington
2015-03-25Remove Scaler config and use SWS_BICUBIC everywhere.Carl Hetherington
2014-10-24Fix job pausing to actually work, and always add Pause buttons to ↵Carl Hetherington
JobManagerViews (part of #344).
2014-09-02Seemingly rather long-winded way of making the JobManagerView inCarl 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.
2014-09-02Use the DCP-o-matic info dialogue for the batch converter.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-02-12Remember last directory in dcpomatic_batch film picker.Carl Hetherington
Requested-by: Brad Miller
2014-01-24Allow addition of a job from the command line.Carl Hetherington
2013-07-26Remove old Connect() wxWidgets API and use Bind().Carl Hetherington
2013-06-15Merge master.Carl Hetherington
2013-05-23Various bits and pieces.Carl Hetherington
2013-05-10Add missing files.Carl Hetherington