summaryrefslogtreecommitdiff
path: root/src/lib/config.cc
AgeCommit message (Collapse)Author
2016-07-12Stop silently catching exceptions when config load fails.Carl Hetherington
I'm not sure why this was added, but it could hide serious problems during config load: especially failures to load/create _signer_chain which has been seen in the wild several times.
2016-07-08Show hints before make DCP (#823).Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-06-17Add preference for the default number of DCP channels (#897).Carl Hetherington
2016-06-10Remove some debug code.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-04-14Debug strange config error on OS X.Carl Hetherington
2016-03-02Add configure option to disable EBUR128 analysis of audio.Carl Hetherington
2016-02-21Add some assertion checks to config_write.Carl Hetherington
2016-02-17Use a separate file (in a configurable location) to store cinema / screen ↵Carl Hetherington
certificates (#796).
2016-02-17Allow multiple configuration files in DCP-o-matic's directory.Carl Hetherington
2016-01-14Multiple CC addresses for KDM emails (#785).Carl Hetherington
2015-12-23Add a stored list of DKDMs to the creator rather than just a load button (#767).Carl Hetherington
2015-12-11Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ↵Carl Hetherington
ServerDescription -> EncodeServerDescription.
2015-11-02Reset KDM email subject as well as body; fix erroneous initial subject.Carl Hetherington
2015-10-09Nicer default labels in certificate chains.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-10-01Fix erroneous optional dereference.Carl Hetherington
2015-09-16Config option for default standard (SMPTE / Interop).Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-09-14Add option to analyse audio automatically when content is added (#673).Carl Hetherington
2015-08-28Fix incorrect loading of decryption private key from config.Carl Hetherington
2015-08-27Make sure we don't create any config directories until we've set up the i18n ↵Carl Hetherington
properly.
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-08-26Move ServerDescription into its own header.Carl Hetherington
2015-08-19Add only-servers-encode option for debugging / optimisation / testing of ↵Carl Hetherington
servers.
2015-08-18Make DCP creator configurable.Carl Hetherington
2015-08-13Less severe error message when there is no config file.Carl Hetherington
2015-08-11Show a splash screen if config needs creating.Carl Hetherington
2015-08-11Write config after certificate chains have been createdCarl Hetherington
so that they are not created again (part of #651).
2015-07-30Allow config of the full KDM decryption chain.Carl Hetherington
2015-07-30Rename Config::_signer to Config::_signer_chain.Carl Hetherington
2015-07-30Changes to libdcp.Carl Hetherington
2015-07-19Fix some missing set-to-defaults (#640).Carl Hetherington
2015-07-17Add FTP uploader using curl.Carl Hetherington
2015-07-06Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0Carl Hetherington
2015-07-06Better updating of servers list when things change.Carl Hetherington
2015-07-06Add configuration of KDM SMTP port; remove slight warning about plaintext ↵Carl Hetherington
passwords.
2015-06-25Add DEBUG_DECODE and some basic debugging of the decoding process.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-03Write prefs to ~/Library/Preferences on OS X.Carl Hetherington
2015-05-25Remove user-configurable colour conversion presets.Carl Hetherington
2015-05-07Only write config on change from the UI, not (say) from tests.Carl Hetherington
2015-04-22Add P3 colour conversion preset.Carl Hetherington
2015-04-22Various changes to colour conversion specification to use chromaticities.Carl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-04-1500cc8646894f6519d1e2726f3e7a4fbc1e11d8f3 from master; make the config dialog ↵Carl Hetherington
update itself when the configuration changes, and add a menu option to restore the default configuration.
2015-03-25Remove Scaler config and use SWS_BICUBIC everywhere.Carl Hetherington
2015-02-19Update copyright year.Carl Hetherington