summaryrefslogtreecommitdiff
path: root/src/lib/config.cc
AgeCommit message (Collapse)Author
2020-06-17Allow more complete control over the libdcp/DCP-o-matic metadata written to ↵Carl Hetherington
various places.
2020-06-08Move upload-DCP-to-TMS button to preferences.Carl Hetherington
2020-05-25Don't offer full-frame containers unless 'allow any container' is enabled.Carl Hetherington
2020-05-11Remove now-unused default-scale-to config option.Carl Hetherington
2020-05-06Add configuration options for DKDMs.Carl Hetherington
2020-04-17Remove some unnecessary using statements.Carl Hetherington
2019-12-19Add an output audio matrix (#1482).Carl Hetherington
2019-10-13Hide the upmixers unless an "advanced" configuration option is ticked.v2.15.22Carl Hetherington
The upmixers are not of sufficient quality to always be an improvement, and anecdotally it seems that some users see them and hope one will be a silver bullet.
2019-07-02Don't crash if history items are inaccessible.Carl Hetherington
2019-07-02Add support for Datasat AP2x and USL sound processors when convertingCarl Hetherington
fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
2019-05-10Make video view type configurable.Carl Hetherington
2019-05-10Validation of certificate chains will fail before dcpomatic_setup()Carl Hetherington
is called, as OpenSSL has not yet been set up. Make sure that these failures only raise a Bad() (which nobody is yet listening to) rather than throwing an exception which gets caught and reported as a failed-to-load config. If none of the OpenSSL stuff is working chain_valid() will return false but private_key_valid() will throw an exception (as it tries to get the leaf certificate, causing a validity check).
2019-05-10Complain on startup if signer or decryption chains are inconsistent (#1520).Carl Hetherington
2019-04-20Bump default J2K bandwidth to 150MBit/s (#1523).Carl Hetherington
2019-04-14Store successful DCP encodes.Carl Hetherington
2019-03-28Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138Carl Hetherington
2019-02-19Don't display non-existant items in the history.Carl Hetherington
2019-02-15Add support for player logging.v2.13.119Carl Hetherington
2019-02-14Player log file -> player activity log file.Carl Hetherington
2019-01-13Various manual updates.Carl Hetherington
2019-01-09swaroop: store whole signer/decryption chains and private keys encrypted by ↵Carl Hetherington
machine UUID.
2018-12-25Fix failure to re-create config when it is bad (due to attempt to find a linkCarl Hetherington
in the bad file). Improve config saving with low disk space; don't corrupt an existing file if we can't save a new one.
2018-12-23Be a bit more careful with fwrite.Carl Hetherington
2018-12-23swaroop: encrypt decryption private key with motherboard UUID.Carl Hetherington
2018-12-23Incomplete encryption of private keys.Carl Hetherington
2018-11-28Write config.xml with CR/LF terminators on Windows.Carl Hetherington
2018-11-22swaroop: remove SPL editing from player UI.Carl Hetherington
2018-11-18Manual tweaks.Carl Hetherington
2018-11-13swaroop: only allow playback if configured lock file is present.v2.13.72Carl Hetherington
2018-11-09swaroop: windows build fix.v2.13.69Carl Hetherington
2018-10-26Add empty playlist list and configuration option.Carl Hetherington
2018-10-19Rename player DCP directory to player content; ignore failures to load ↵Carl Hetherington
directories which are not DCPs from the player content directory.
2018-10-09Add load button for SPL.Carl Hetherington
2018-10-09Quell config-save warning when we're only trying to save history.Carl Hetherington
2018-10-09swaroop: required monitors checks.Carl Hetherington
2018-09-27Set up new watermark config.Carl Hetherington
2018-09-27swaroop: take ownership of config file if we're run as root.Carl Hetherington
2018-09-27Disable preferences menu if the config can't be written.Carl Hetherington
2018-09-27Untested watermarking.Carl Hetherington
2018-09-26Support download of KDMs from a web service in swaroop profile.v2.13.56Carl Hetherington
2018-09-26Add background image configuration to swaroop variant.Carl Hetherington
2018-09-25Add KDM directory configuration in player.Carl Hetherington
2018-09-23Add player DCP directory to config.Carl Hetherington
2018-09-18Configurable window arrangement in player dual-screen mode.Carl Hetherington
2018-09-18Probably makes sense to default to checking KDM validity rangesCarl Hetherington
so that testing KDMs is more like real life.
2018-09-14Very basic player logging.v2.13.49Carl Hetherington
2018-09-14Basic and rather clumsy option to respect KDM validity windows.Carl Hetherington
2018-09-14Allow configurable start mode for player.Carl Hetherington
2018-09-08Fix interface complexity configuration.Carl Hetherington
2018-09-07Initial nag for interface complexity.Carl Hetherington