summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
AgeCommit message (Collapse)Author
2017-04-27Move ports around to allow master/server to coexist (#962).Carl Hetherington
2017-04-03Confirm overwrite of existing DCP when creating a new one.Carl Hetherington
2017-03-07Merge.Carl Hetherington
2017-03-07Handle failure to write to cinemas file more nicely.Carl Hetherington
2017-03-03Allow import of DCPs as content from the command line again.Carl Hetherington
2017-01-20Some error message formatting tidy-ups.Carl Hetherington
2017-01-20Incorporate new icon by Julian van Mil for main DCP-o-matic.Carl Hetherington
2016-12-20Allow content factory to return multiple content.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-09-30Reverse order of jobs in the batch converter view.Carl Hetherington
2016-09-26Fix harmless thinko.Carl Hetherington
2016-08-24Add a basic management dialogue for templates.Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-08-24Revert "Bump libdcp for new method."Carl Hetherington
This reverts commit 3412af70b950dcdc604413ef05c26becda6da789.
2016-08-24Bump libdcp for new method.Carl Hetherington
2016-08-16Simple mouseover in the video waveform (part of #932).Carl Hetherington
2016-08-12Replace incorrect uses of raw_convert with a new locale_convert.Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
the suspected thread-unsafe crash bugs on OS X.
2016-07-29Rearrange KDM window and replace OK/Cancel with Make KDM button.Carl Hetherington
2016-07-29Allow configuration of KDM filename format.Carl Hetherington
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