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