summaryrefslogtreecommitdiff
path: root/src/lib/screen.h
AgeCommit message (Collapse)Author
2025-07-04Go back to the old way of handling KDM timing.Carl Hetherington
Once again the KDM gets its timezone from the cinema.
2025-01-22Allow KDMRecipient and hence Screen to convert certs to dcp::Certificate lazily.Carl Hetherington
This is pretty slow (as it runs the certificate through OpenSSL) and we don't need to do it for every certificate in a database when we load the database.
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington
2024-01-28Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).Carl Hetherington
2023-02-11Pass make_kdm as a function into kdm_for_screen().Carl Hetherington
2023-02-11Warn/error on making KDMs using recipient certs whose validity periodsCarl Hetherington
lie outside those of the KDMs (#2423).
2022-04-09Add some missing override labels.Carl Hetherington
2022-03-09Display the filename / URL that a screen certificate was obtained from (#1894).Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-05-06Derive Screen from a new class KDMRecipient.Carl Hetherington
2020-05-06Move TrustedDevice to its own source files.Carl Hetherington
2020-05-06Extract common code out into kdm_for_screen()Carl Hetherington
2020-01-03Fix failure to save screen notes when making a new one (github bug #6).Carl Hetherington
2019-05-10Put Font and Screen into dcpomatic namespace.Carl Hetherington
2018-11-09Allow specification of trusted devices by thumbprint rather thanv2.13.68Carl Hetherington
by full certificate.
2018-02-27Add a load of explicit keywords.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-04-29Add free-text notes field to cinemas and screens.Carl Hetherington
2015-11-15Save trusted devices.Carl Hetherington
2015-11-15Rename certificate -> recipient in Screen.Carl Hetherington
2015-08-18Include tidying.Carl Hetherington
2012-12-03Remove film player, DVD ripping, alignment, screen configs; never finished ↵Carl Hetherington
and not really very likely to be.
2012-07-15Move things round a bit.Carl Hetherington