Rename ScreenKDM -> KDMWithMetadata
[dcpomatic.git] / src / lib / cinema_kdms.cc
2020-05-06 Carl HetheringtonRename ScreenKDM -> KDMWithMetadata
2020-05-03 Carl HetheringtonAdd Zipper class and use it in CinemaKDMs.
2019-05-13 Carl Hetheringtonswaroop: allow ScreenKDM subclasses for different KDM...
2019-03-28 Carl HetheringtonAllow explicit specification of email protocol (plain... v2.13.138
2019-03-22 Carl HetheringtonMake careful_string_filter a little better and use... v2.13.133
2019-03-15 Carl HetheringtonDon't try to send emails to cinemas with no addresses...
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-03-21 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-03-16 Carl HetheringtonKDM writing tweak from v2.12.x.
2018-02-14 Mart JansinkMake the KDM's id available to the filename format.
2018-02-14 Mart JansinkOptionally provide a custom filename and container...
2017-06-01 Carl HetheringtonCreate ZIP files for emails in temporary directories.
2017-06-01 Carl HetheringtonRemove emailed ZIP files when they are no longer needed.
2017-05-13 Carl HetheringtonFix various small errors in emailed-KDM zip file format...
2017-04-19 Carl HetheringtonVarious Doxygen fixes.
2017-03-07 Carl HetheringtonMerge.
2017-03-03 Carl HetheringtonAdd options to write KDMs to separate directories ...
2016-08-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-08-27 Carl HetheringtonFix KDM email start/end time substitution.
2016-08-16 Carl HetheringtonTidy up a few details with custom filenames.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-31 Carl HetheringtonSimplify NameFormat stuff.
2016-07-29 Carl HetheringtonRename KDMNameFormat.
2016-07-29 Carl HetheringtonSimplification of name format stuff.
2016-07-29 Carl HetheringtonBasics of custom DCP filename components.
2016-07-29 Carl HetheringtonAllow configuration of KDM filename format.
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-04-08 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-04-08 Carl HetheringtonLog full email body to DEBUG_EMAIL.
2016-04-08 Carl HetheringtonLog email transcription even if ::send throws an exception.
2016-01-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-01-14 Carl HetheringtonMultiple CC addresses for KDM emails (#785).
2016-01-10 Carl HetheringtonBetter error when no mail server has been configured...
2015-12-04 Carl HetheringtonFix nonfunctional send-problem-report.
2015-11-19 Carl HetheringtonRemove unused parameter.
2015-11-13 Carl HetheringtonAllow multiple recipients of KDM emails (#745).
2015-10-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-20 Carl HetheringtonReplace StringError with the equivalent std::runtime_error.
2015-10-11 Carl HetheringtonMerge.
2015-10-11 Carl HetheringtonAdd debug option to log SMTP session transcripts.
2015-10-09 Carl HetheringtonTweak naming of KDM emails and attachments.
2015-10-09 Carl HetheringtonReplace quickmail with a direct (and asynchronous)...
2015-10-09 Carl HetheringtonBetter error if no mail server has been configured.
2015-10-09 Carl HetheringtonRemove use of Film in KDM stuff.
2015-10-09 Carl HetheringtonTry to clean up KDM creation code a bit.