summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2021-07-10Use dcp::compose rather than our own.composeCarl 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).
2021-05-09Attempt ping from front- to back-end several times (#1990).v2.15.145Carl Hetherington
On macOS it seems that the backend sometimes is not started very quickly. Adding a long timeout to ping does not work, perhaps because the backend is not listening. Trying a few times seems to fix it. With this fix I saw this log: Sun May 9 23:02:51 2021: dcpomatic_disk_writer e63a485e23 started Sun May 9 23:02:51 2021: Entering main loop Sun May 9 23:02:51 2021: Writer receives command: P from the backend and Sun May 9 23:02:45 2021: Could not send ping to writer (attempt 1) Sun May 9 23:02:47 2021: Could not send ping to writer (attempt 2) Sun May 9 23:02:49 2021: Could not send ping to writer (attempt 3) from the front-end, suggesting that the first 3 pings went to /dev/null and the 4th was heard.
2021-05-09Add more logging to disk writer.Carl Hetherington
2021-05-08Add some more logging to disk_writer.v2.15.144Carl Hetherington
2021-05-07Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2021-05-07pot/merge.Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2021-04-23Close down the FilmViewer before its GUI elements get destroyed (#1982).Carl Hetherington
Otherwise this happens when we're already in the middle of destroying the UI.
2021-04-22Do the polkit dance for unmounting drives as well as writing them.Carl Hetherington
If we ask for permission to unmount that should carry over to give permission to format/write as well.
2021-04-22Wait a while for unmounts to go through in case we have to authenticate the ↵Carl Hetherington
user.
2021-04-22C++11 tidying.Carl Hetherington
2021-04-21Re-scan drives just before writing the DCP (#1969).Carl Hetherington
In case the drive you chose has disappeared, or something about it has changed since it was found.
2021-04-21Fix response of the disk writer when polkit authorization fails onCarl Hetherington
Linux.
2021-04-10pot/merge.Carl Hetherington
2021-04-08Assorted C++11/formatting cleanups.Carl Hetherington
2021-04-07Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-04-07Assorted C++11/formatting cleanups.Carl Hetherington
2021-04-06pot/merge.v2.15.139Carl Hetherington
2021-04-06Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-04-05pot/merge.Carl Hetherington
2021-04-05Fix confusing error on trying to load a DoM project into the player (#1948).Carl Hetherington
2021-04-04More disk build fixes.Carl Hetherington
2021-04-04Fix disk build.Carl Hetherington
2021-04-03C++11 tidying.Carl Hetherington
2021-03-28Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-03-23pot/merge.Carl Hetherington
2021-03-22More polish of Swedish translationMattias Mattsson
2021-03-21Updated sv_SE translations v2Mattias Mattsson
2021-03-20Add select-all.Carl Hetherington
2021-03-13Some C++11 stuff.Carl Hetherington