Missed update to private test repo version.
[dcpomatic.git] / src / lib / kdm_with_metadata.cc
2024-03-07 Carl HetheringtonFix screen name order in KDM emails.
2024-03-07 Carl HetheringtonStore attachment contents in the Email object.
2024-03-07 Carl HetheringtonRename Emailer -> Email.
2023-11-23 Carl HetheringtonClarify error messages about missing configuration.
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
2023-04-20 Carl HetheringtonFix lack of email sending if there are no cinema addres...
2023-02-11 Carl HetheringtonFix incorrect messages about KDMs being written to...
2022-09-17 Carl HetheringtonWhen emailing multiple addresses, put one in To: and...
2022-09-17 Carl HetheringtonDon't try to send KDM email unless we have a from address.
2022-06-03 Carl HetheringtonAllow sending KDMs to more emails (#2244).
2022-06-03 Carl HetheringtonImprove some short variable names.
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-03-19 Carl HetheringtonAdd $CINEMA_SHORT_NAME variable in KDM emails.
2022-03-19 Carl HetheringtonCleanup: remove some duplicated code.
2022-03-17 Carl HetheringtonFix writing KDMs with long filenames.
2022-01-11 Carl HetheringtonRename email() -> send_emails().
2021-12-25 Carl HetheringtonFix missing screen name in KDM emails.
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonAdd a 'Make DKDM' dialogue box to simplify and (hopeful...
2020-05-06 Carl HetheringtonIgnore screen specifier when making containers.
2020-05-06 Carl HetheringtonRemove some now-pointless passing of name_values.
2020-05-06 Carl HetheringtonSet 'i' earlier in name_values.
2020-05-06 Carl HetheringtonRename some variables and re-implement collect().
2020-05-06 Carl HetheringtonMove some functions to kdm_with_metadata
2020-05-06 Carl HetheringtonRemove Screen pointer from KDMWithMetadata, preferring to
2020-05-06 Carl HetheringtonAdd KDMWithMetadataPtr typedef
2020-05-06 Carl HetheringtonRename ScreenKDM -> KDMWithMetadata