summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2021-12-03Missing explicit.Carl Hetherington
2021-12-03Assorted tidying up.Carl Hetherington
2021-11-29Add --gain option to dcpomatic_create.Carl Hetherington
2021-11-29Add --channel option to dcpomatic_create.Carl Hetherington
2021-11-29Tidying.Carl Hetherington
2021-11-28Small C++11 cleanups.Carl Hetherington
2021-11-28Rearrange checking (and re-examining) content.Carl Hetherington
Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed.
2021-11-11Remove player activity logging. Fixes #2122.Carl Hetherington
If I remember right this was for swaroop and I suspect nobody else is really interested.
2021-11-05C++11 tidying.Carl Hetherington
2021-11-01Fix typo in dcpomatic_kdm_cli help.Carl Hetherington
2021-10-25Fix missing verification messages.Carl Hetherington
2021-10-24Updated es_ES translation from Manuel AC.Carl Hetherington
2021-10-17pot/merge.Carl Hetherington
2021-10-11Replace some raw arrays with std::vectors.Carl Hetherington
2021-10-03Differentiate requested and actual crop.Carl Hetherington
This is so we limit cropping to what is possible considering chroma subsampling.
2021-09-27Replace aligned bool with enum Alignment.Carl Hetherington
2021-09-27Various alignment adjustments.Carl Hetherington
2021-09-27When the player is used in OpenGL mode, pass unscaled XYZ data through to ↵Carl Hetherington
the shader and do colourspace conversion there.
2021-09-27C++11 tidying.Carl Hetherington
2021-09-27Add config location versioning (#2090).Carl Hetherington
2021-09-21Fix incorrect display of Unicode literal on Windows.Carl Hetherington
2021-09-21Move 'show in file manager' code to cross_*Carl Hetherington
2021-09-13Support building of cli-only .deb packages (#2066).Carl Hetherington
2021-09-02Updated zh_CN translation from Kahn Li.v2.15.159Carl Hetherington
2021-08-24Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-08-20pot/merge.Carl Hetherington
2021-08-20Updated de_DE translation from Uwe Dittes.Carl Hetherington
2021-08-17Add comments for shortcuts and extract them for the manual (#2073).Carl Hetherington
2021-08-17Only warn about lots of frame drops in the player (#2069).Carl Hetherington
2021-08-12pot/merge.Carl Hetherington
2021-08-12pot/merge.Carl Hetherington
2021-07-01Fix race.Carl Hetherington
2021-07-01C++11 tidying.Carl Hetherington
2021-06-28Update task bar icon when GUI theme changes (#1986).Carl Hetherington
We have to keep the StatusDialog around the whole time as it seems to be the only thing we have that can receive wxEVT_SYS_COLOUR_CHANGED.
2021-06-28C++11 tidying.Carl Hetherington
2021-06-25Make white/black versions of server icon.Carl Hetherington
2021-06-12Offer all KDM types no matter what standard is in use.Carl Hetherington
A user reports that on a Barco system they needed to use a "DCI Specific" KDM with an Interop DCP.
2021-06-07pot/merge.Carl Hetherington
2021-06-06Cleanup: use bitmap_path().Carl Hetherington
2021-06-05Give an error if a non-DCP folder is selected for DCP writing (#2024).Carl Hetherington
2021-05-30Allow annotation text to be set when combining DCPs.Carl Hetherington
2021-05-28pot/merge.Carl Hetherington
2021-05-28Updated sv_SE translation from Adam Klotblixt.Carl Hetherington
2021-05-28Add some useful command-line options to dcpomatic2_disk.Carl Hetherington
2021-05-27Fix missing verification note.v2.15.152Carl Hetherington
2021-05-26Insert a delay to make sure the QUIT message arrives (#2018).Carl Hetherington
I have no idea why this is necessary, but the nanomsg documentation suggests it.
2021-05-23Don't react so strongly to failure to bind the play server socket when ↵Carl Hetherington
starting a second player.
2021-05-22Fix sensitivity of "Make KDM(s)" button (#2007).v2.15.151Carl Hetherington
Before you could click it without selecting a DKDM.
2021-05-22C++11 tidying.Carl Hetherington
2021-05-10Open a dialogue if pinging the back-end fails on macOS.v2.15.146Carl Hetherington
At least this means the user will get another go without losing their setup. My only theory at this point is that sometimes the backend takes a crazy amount of time to start up because of some SIP / gatekeeper type nonsense (#1990).