summaryrefslogtreecommitdiff
path: root/src/lib/config.cc
AgeCommit message (Collapse)Author
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
2013-12-20Allow configuration of default audio delay (#276).Carl Hetherington
2013-12-18Hopefully fix crash on new film in some strange cases.Carl Hetherington
2013-11-26A whole load of UTF-8/-16 confusion fixes for Windows.Carl Hetherington
2013-11-20Use cxml::NodePtr.Carl Hetherington
2013-11-14Add server configuration back in.Carl Hetherington
2013-11-06Remove configuration of servers.Carl Hetherington
2013-11-05Various work on server discovery; works on localhost.Carl Hetherington
2013-10-28Add missing LocaleGuard to prevent commas getting into config files.Carl Hetherington
2013-10-26Add some console output on a failure to load the configuration.Carl Hetherington
2013-10-25Trying to debug config write failures.Carl Hetherington
2013-10-21Fix Rec 70 gammas (from Lilian Lefranc).Carl Hetherington