summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_batch.cc
AgeCommit message (Expand)Author
2023-10-28Check some unsanitized network inputs before allocating memory using them.Carl Hetherington
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
2023-06-09Don't call DOMFrame::start_job from a non-UI thread.Carl Hetherington
2023-01-14Add wx_ptr and use it instead of ScopeGuard in a lot of places.Carl Hetherington
2023-01-14Use more ScopeGuards.Carl Hetherington
2022-12-25Support drag and drop of film directories onto the batch converter (#340).Carl Hetherington
2022-12-25Use icons at the top of the batch converter rather than text buttons at the b...Carl Hetherington
2022-12-24Fix crash when starting two batch converters at the same time.Carl Hetherington
2022-09-05Tidy up code to report failures to load config in the UI.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-20Move make_dcp() out of Film (#2132).Carl Hetherington
2022-04-09Add some missing override labels.Carl Hetherington
2021-11-28Rearrange checking (and re-examining) content.Carl Hetherington
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
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
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 serve...Carl Hetherington
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
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
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