summaryrefslogtreecommitdiff
path: root/src/lib/job.cc
AgeCommit message (Expand)Author
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-09-14Add option to analyse audio automatically when content is added (#673).Carl Hetherington
2015-09-01Tidy up thread in destructor (Job)Carl Hetherington
2015-09-01Fix crash on cancellation of encodes during check of image data; allow cancel...Carl Hetherington
2015-08-25Purge rint() and use llrint and friends.Carl Hetherington
2015-08-18Include tidying.Carl Hetherington
2015-08-05Fix heinous thinko in previous.Carl Hetherington
2015-08-05Improve error reporting, in particular from dcpomatic_create.Carl Hetherington
2015-07-17Make a generic base for uploaders and move the SCP code into a subclass of that.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-05-25d588620e70bf15da29cc242e4ae8d86977e8f36a from master; fix hang if you cancel ...Carl Hetherington
2015-05-23Fix deadlock.Carl Hetherington
2015-05-13Rename UISignaller -> SignalManager.Carl Hetherington
2015-05-13Fix crashes on x-thread signal emission.Carl Hetherington
2015-03-24Hand-apply e30fd8d; resurrect JSON server code.Carl Hetherington
2015-02-04Don't truncate job statuses in the command line interface, only in the GUI.Carl Hetherington
2015-01-23Hand-apply 111f02f4fc8ace359a16aea1c88c2821bf3dde31 from master; improve prog...Carl Hetherington
2015-01-20Limit length of error messages in the job manager view.Carl Hetherington
2014-12-03Hand apply e4615ebe1cef519e3aaee317ca6d319fbb9a0903 from master; put job erro...Carl Hetherington
2014-11-06Basic support for emailing a report of a problem (#43).Carl Hetherington
2014-10-25Merge master.Carl Hetherington
2014-10-24Fix job pausing to actually work, and always add Pause buttons to JobManagerV...Carl Hetherington
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-08-11Merge master.Carl Hetherington
2014-08-11Remove some left-over JSON bits.Carl Hetherington
2014-06-02Merge master.Carl Hetherington
2014-04-27Merge master.Carl Hetherington
2014-04-27Open an error dialogue on uncaught exceptions in the main loop. Check that t...Carl Hetherington
2014-04-10Log all job errors to the file.Carl Hetherington
2014-03-06Fix build.Carl Hetherington
2014-03-05Another attempt to fix the race in dcpomatic_create.Carl Hetherington
2014-03-05Merge branch 'master' into 2.0Carl Hetherington
2014-03-05Fix nasty race in dcpomatic_create.Carl Hetherington
2014-02-24Tweaks for libdcp.Carl Hetherington
2014-02-24Merge master; specify libdcp-1.0.Carl Hetherington
2014-02-19Add some basic JSON stuff.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-02-11Merge master.Carl Hetherington
2014-02-09Various OOM fixes; fancy terminate() handler.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-11-08Don't display frames per second during digest calculation; clear job sub-name...Carl Hetherington
2013-11-07Force initial update of progress so that the sub-job gets updates straight away.Carl Hetherington
2013-10-19Some improvements in progress reporting, especially for long jobs.Carl Hetherington
2013-08-29Use my @dcpomatic.com address for now rather than a non-existant mailing list.Carl Hetherington
2013-07-25Move resampling back into AudioDecoder and fix various screw-ups with audio i...Carl Hetherington
2013-07-22Try to fix deadlock.Carl Hetherington
2013-07-20Remove polling from JobManagerView and use signals instead (fixes #137).Carl Hetherington
2013-07-20Don't crash with bad content (#135).Carl Hetherington