summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
AgeCommit message (Collapse)Author
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵Carl Hetherington
stringstream.
2016-07-14Better behaviour if config fails to load.Carl Hetherington
Create a default config if any exception is thrown by ::read, and tell the UI so that it can pop up a message to say what has happened.
2016-07-08Show hints before make DCP (#823).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-06-07Re-add option to save DKDMs to a file.Carl Hetherington
2016-05-30Use save/don't save/abort operation in more cases (#847).Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Reasonably straightforward stuff; main things are addingCarl Hetherington
a _parent to VideoContent (mainly, but not only, for signalling) and moving the video shared_ptr into Content, which makes much more sense to replace dynamic_cast tests for whether something has video or whatever. Nearly builds.
2016-04-29Request confirmation before resetting preferences (#867).Carl Hetherington
2016-04-26Fix non-working delete key.Carl Hetherington
2016-04-25Add cancel button to quit-dialog (#847).Carl Hetherington
2016-04-25Use boost::noncopyable.Carl Hetherington
2016-03-13Tweak error formatting.Carl Hetherington
2016-02-21Fix broken content remove button.Carl Hetherington
2016-02-18Use dcpomatic's raw_convert rather than libdcp's.Carl Hetherington
2016-02-17Allow multiple configuration files in DCP-o-matic's directory.Carl Hetherington
2016-02-02Add delete-key shortcut to remove content.Carl Hetherington
2016-01-06Add DCP-o-matic DKDMs straight to the configured list.Carl Hetherington
2015-12-21Try more times to connect to batch converter.Carl Hetherington
2015-12-16Bump batch-socket timeout a bit.Carl Hetherington
2015-12-16Try localhost -> 127.0.0.1.Carl Hetherington
2015-12-15Try an ack on request for the batch converter to do a job.Carl Hetherington
2015-12-15More debug of batch converter startup.Carl Hetherington
2015-12-11Basics of send-to-batch-converter; not tested on Windows nor OS X.Carl Hetherington
2015-12-11Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ↵Carl Hetherington
ServerDescription -> EncodeServerDescription.
2015-11-19Merge.Carl Hetherington
2015-11-14Fix various misbehaviours with update checking (#749).Carl Hetherington
2015-11-03Improve reporting of unhandled exceptions.Carl Hetherington
2015-10-11Add debug option to log SMTP session transcripts.Carl Hetherington
2015-10-09Connect dcpomatic_kdm to backend.Carl Hetherington
2015-10-09Remove use of Film in KDM stuff.Carl Hetherington
2015-10-09Remove the need for ScreenKDM::collect.Carl Hetherington
2015-10-09Try to clean up KDM creation code a bit.Carl Hetherington
2015-09-16Fix i18n of an error report.Carl Hetherington
2015-09-14Add option to analyse audio automatically when content is added (#673).Carl Hetherington
2015-09-01update.{cc,h} -> update_checker.{cc,h}.Carl Hetherington
2015-08-28Don't crash on startup if the splash PNG can't be found.Carl Hetherington
2015-08-26Remove some debug.Carl Hetherington
2015-08-26Separate ExceptionStore.Carl Hetherington
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-08-25Add video waveform viewer.Carl Hetherington
2015-08-18Include tidying.Carl Hetherington
2015-08-11Show a splash screen if config needs creating.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-07-30Fix TRANSLATORS comment format.Carl Hetherington
2015-07-29Slightly improve presentation of exceptions.Carl Hetherington
2015-07-08Remove the rather not-much-there Properties dialog, to see if anyone notices.Carl Hetherington
2015-07-06Problem reporting needs a film.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington