summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_batch.cc
AgeCommit message (Collapse)Author
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