summaryrefslogtreecommitdiff
path: root/src/lib/config.cc
AgeCommit message (Collapse)Author
2015-01-04Fix loading of 1.x metadata.Carl Hetherington
2015-01-04Adapt for changes to libdcp.Carl Hetherington
2014-12-28Basic adaptations for changes to libdcp1 colour conversion handling.Carl Hetherington
2014-12-09Hand apply 5e96dbee6de3b4baf82083e5c7169f27e6051c5b from master; give a ↵Carl Hetherington
nicer error when writing config fails.
2014-12-05Include rearrangement.Carl Hetherington
2014-11-11Hand-apply 80562fe5dce5fd625da583ca6f7c2833f9db8754 from master (remove ↵Carl Hetherington
default scale and use a scale guessed from the content's size and sample aspect ratio).
2014-11-03Change default DCP content type to FTR.Carl Hetherington
2014-09-18Try to make Windows console appearance a preference.Carl Hetherington
2014-09-09Use dcpomatic2 for config files (for now, at least) and remove old ↵Carl Hetherington
.dvdomatic option.
2014-09-07Merge master.Carl Hetherington
2014-09-07Use VideoContentScale rather than Ratio for the default scale to.Carl Hetherington
2014-09-01Merge master.Carl Hetherington
2014-08-31Stop CPL <Creator> tag being configurable and use DCP-o-matic version number ↵Carl Hetherington
instead.
2014-08-25Merge master.Carl Hetherington
2014-08-25Basic recent files list in the File menu.Carl Hetherington
Suggested-by: Carsten Kurz
2014-08-25Also create decryption certs if there is no config file.Carl Hetherington
2014-08-25Create a dcp::Signer in Config even when there is no existing file.Carl Hetherington
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random ↵Carl Hetherington
crashes on OS X.
2014-08-06Merge master.Carl Hetherington
2014-08-04Add KDM BCC email option.Carl Hetherington
2014-07-21Adapt to changes in libdcp1 wrt shared_ptr and Certificate.Carl Hetherington
2014-07-18Keep signing certificates / keys in config.xml rather than on disk; allow ↵Carl Hetherington
configuration.
2014-07-16Merge remote-tracking branch 'origin/master' into 1.0Carl Hetherington
2014-07-16Add default scaling setting to preferences (#384).Carl Hetherington
2014-07-16Merge remote-tracking branch 'origin/master' into 2.0Carl Hetherington
2014-07-16Allow $CPL_NAME etc. in KDM email subjects. Add de_DE translation ofCarl Hetherington
default subject. Suggested-by: Carsten Kurz
2014-07-16Make KDM email subject configurable.Carl Hetherington
Suggested-by: Carsten Kurz
2014-07-13Remove support for (very) old config file format.Carl Hetherington
2014-07-13Rename SoundProcessor -> CinemaSoundProcessor.Carl Hetherington
2014-06-23Merge master.Carl Hetherington
2014-06-23Add option to CC a KDM email, and addCarl Hetherington
$SCREENS and $CINEMA_NAME as variables in the email. Suggested-by: Carsten Kurz
2014-06-22Reset-to-default button for KDM email text.Carl Hetherington
Suggested-by: Carsten Kurz
2014-06-12Merge master.Carl Hetherington
2014-06-10Use ISDCF rather than DCI when talking about the digital cinemaCarl Hetherington
naming convention (#362). Reported-by: Mattias Mattsson
2014-06-02Merge master.Carl Hetherington
2014-05-21Try to fix clashes caused by ERROR, WARNING etc. as variables.Carl Hetherington
2014-05-21Tidy up logging a bit. Make it configurable from the GUI.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-12Add option to use any DCP frame rate, rather than just theCarl Hetherington
"allowed" set. Requested-by: Noah Orozco
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
which should get things right with both decimal and thousands separators; LocaleGuard fixed decimal separators ok but not, it appears, thousands ones.
2014-04-01Merge master.Carl Hetherington
2014-03-22Allow up to 500MB/s J2K bitrate.Carl Hetherington
Requested-by: Jonathan Jensen
2014-02-24Tweaks for libdcp.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-01-26ChangeLog and change default JPEG2000 bandwidth to 100MBps.Carl Hetherington
2014-01-07Various update bits.Carl Hetherington
2014-01-05Make KDM email translatable.Carl Hetherington
2013-12-23Move default config options into their own tab; support user/password for ↵Carl Hetherington
SMTP TLS/SSL.
2013-12-23Add start/end time option to KDM email.Carl Hetherington