Fix DKDM generation by moving the validity period a day inside the certificate validity.
[dcpomatic.git] / src / tools / dcpomatic.cc
2018-01-05 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-01-05 Carl HetheringtonMake player/KDM creator and main DCP-o-matic all behave...
2017-09-03 Carl HetheringtonTry to make Cmd+W work on OS X (#934).
2017-08-19 Carl HetheringtonCope nicely if the user has a configured default contai...
2017-08-14 Carl HetheringtonRename ConfigDialog -> FullConfigDialog.
2017-07-25 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-07-25 Carl HetheringtonFirst go at configurable config.xml location.
2017-06-23 Carl HetheringtonTry to fix show DCP when project directory names contai...
2017-06-07 Carl HetheringtonBasic and untested export option to bounce down to...
2017-05-24 Carl HetheringtonBasic implementation of a tree view for DKDMs (#1012).
2017-05-10 Carl HetheringtonAdd shortcut for export.
2017-05-10 Carl HetheringtonRename some classes.
2017-05-09 Carl HetheringtonSome export tidying up.
2017-05-09 Carl HetheringtonBasic GUI for export.
2017-05-09 Carl HetheringtonBasica save-as (duplicate) (#746).
2017-05-04 Carl HetheringtonNag about saving metadata.xml and DCP XMLs when making...
2017-05-04 Carl HetheringtonNag users to backup config.xml if they make a DKDM.
2017-04-27 Carl HetheringtonMove ports around to allow master/server to coexist...
2017-04-03 Carl HetheringtonConfirm overwrite of existing DCP when creating a new...
2017-03-07 Carl HetheringtonMerge.
2017-03-07 Carl HetheringtonHandle failure to write to cinemas file more nicely.
2017-03-03 Carl HetheringtonAllow import of DCPs as content from the command line...
2017-01-20 Carl HetheringtonSome error message formatting tidy-ups.
2017-01-20 Carl HetheringtonIncorporate new icon by Julian van Mil for main DCP...
2016-12-20 Carl HetheringtonAllow content factory to return multiple content.
2016-11-19 Carl HetheringtonNo-op; rename a whole load of wx constants to their...
2016-09-30 Carl HetheringtonReverse order of jobs in the batch converter view.
2016-09-26 Carl HetheringtonFix harmless thinko.
2016-08-24 Carl HetheringtonAdd a basic management dialogue for templates.
2016-08-24 Carl HetheringtonBasic template support (#485).
2016-08-24 Carl HetheringtonRevert "Bump libdcp for new method."
2016-08-24 Carl HetheringtonBump libdcp for new method.
2016-08-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-08-16 Carl HetheringtonSimple mouseover in the video waveform (part of #932).
2016-08-12 Carl HetheringtonReplace incorrect uses of raw_convert with a new locale...
2016-08-12 Carl HetheringtonMove raw_convert into libdcp.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-29 Carl HetheringtonRearrange KDM window and replace OK/Cancel with Make...
2016-07-29 Carl HetheringtonAllow configuration of KDM filename format.
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-07-14 Carl HetheringtonBetter behaviour if config fails to load.
2016-07-08 Carl HetheringtonShow hints before make DCP (#823).
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-07 Carl HetheringtonRe-add option to save DKDMs to a file.
2016-05-29 Carl HetheringtonUse save/don't save/abort operation in more cases ...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonReasonably straightforward stuff; main things are adding
2016-04-29 Carl HetheringtonRequest confirmation before resetting preferences ...
2016-04-26 Carl HetheringtonFix non-working delete key.
2016-04-24 Carl HetheringtonAdd cancel button to quit-dialog (#847).
2016-04-24 Carl HetheringtonUse boost::noncopyable.
2016-03-13 Carl HetheringtonTweak error formatting.
2016-02-21 Carl HetheringtonFix broken content remove button.
2016-02-18 Carl HetheringtonUse dcpomatic's raw_convert rather than libdcp's.
2016-02-17 Carl HetheringtonAllow multiple configuration files in DCP-o-matic's...
2016-02-02 Carl HetheringtonAdd delete-key shortcut to remove content.
2016-01-06 Carl HetheringtonAdd DCP-o-matic DKDMs straight to the configured list.
2015-12-21 Carl HetheringtonTry more times to connect to batch converter.
2015-12-16 Carl HetheringtonBump batch-socket timeout a bit.
2015-12-16 Carl HetheringtonTry localhost -> 127.0.0.1.
2015-12-15 Carl HetheringtonTry an ack on request for the batch converter to do...
2015-12-15 Carl HetheringtonMore debug of batch converter startup.
2015-12-11 Carl HetheringtonBasics of send-to-batch-converter; not tested on Window...
2015-12-11 Carl HetheringtonRename Server -> EncodeServer, ServerFinder -> EncodeSe...
2015-11-19 Carl HetheringtonMerge.
2015-11-14 Carl HetheringtonFix various misbehaviours with update checking (#749).
2015-11-03 Carl HetheringtonImprove reporting of unhandled exceptions.
2015-10-11 Carl HetheringtonMerge.
2015-10-11 Carl HetheringtonAdd debug option to log SMTP session transcripts.
2015-10-09 Carl HetheringtonConnect dcpomatic_kdm to backend.
2015-10-09 Carl HetheringtonRemove use of Film in KDM stuff.
2015-10-09 Carl HetheringtonRemove the need for ScreenKDM::collect.
2015-10-09 Carl HetheringtonTry to clean up KDM creation code a bit.
2015-09-16 Carl HetheringtonFix i18n of an error report.
2015-09-14 Carl HetheringtonAdd option to analyse audio automatically when content...
2015-09-01 Carl Hetheringtonupdate.{cc,h} -> update_checker.{cc,h}.
2015-08-28 Carl HetheringtonDon't crash on startup if the splash PNG can't be found.
2015-08-26 Carl HetheringtonRemove some debug.
2015-08-26 Carl HetheringtonSeparate ExceptionStore.
2015-08-26 Carl HetheringtonInclude tidying src/lib/a-j*.h
2015-08-25 Carl HetheringtonAdd video waveform viewer.
2015-08-18 Carl HetheringtonInclude tidying.
2015-08-11 Carl HetheringtonShow a splash screen if config needs creating.
2015-08-10 Carl HetheringtonSet up for the correct handling of UTF-8 with Windows
2015-07-30 Carl HetheringtonFix TRANSLATORS comment format.
2015-07-29 Carl HetheringtonSlightly improve presentation of exceptions.
2015-07-08 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-07-08 Carl HetheringtonRemove the rather not-much-there Properties dialog...
2015-07-06 Carl HetheringtonProblem reporting needs a film.
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-14 Carl HetheringtonAdd buttons to set trim from current playhead position...
2015-05-26 Carl Hetherington{Video,Audio}Frame -> Frame.
2015-05-26 Carl HetheringtonComment.
2015-05-20 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-13 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-13 Carl HetheringtonRename UISignaller -> SignalManager.
2015-05-07 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-07 Carl HetheringtonOnly write config on change from the UI, not (say)...
2015-05-04 Carl Hetherington278e253fad54299c2f5a2b1ece9413dc6da49d4a from master...
next