summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
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
2021-03-12Use /dev/rdisk on macOS.Carl Hetherington
2021-02-23Remove wxSTAY_ON_TOP from splash screen on Windows to stop it hidingCarl Hetherington
error dialogues that pop up during startup.
2021-02-17Assorted C++11 tidying.Carl Hetherington
2021-02-17Fix some wx3.1 assertions and some C++ tidying.Carl Hetherington
2021-02-16C++11 tidying.Carl Hetherington
2021-02-15Coalesce player changes around KDM loading.Carl Hetherington
A similar fix for KDM changes as 7d33aff2d5e81185f3361e28c84e3f9858464ef1 was for CPL changes.
2021-02-09Coalesce player changes around CPL change.v2.15.127Carl Hetherington
If multiple player changes happen, causing the player to be suspended, there are problems if one of those changes causes a FilmViewer:seek. In there, we wait for the seek to finish, but it will never finish because of the suspension. Hence it's important that we only trigger the seek once the suspension is over. Fixes #1905.
2021-02-07Report boost::filesystem_error with more details.Carl Hetherington
2021-02-04Fix no subtitles/captions in the player after changing the CPL.Carl Hetherington
2021-02-04Some C++11 stuff.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-20Bump libdcp for better verification, and make API adjustments.Carl Hetherington
2021-01-09More c++ tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-23pot/merge.Carl Hetherington
2020-12-11Fix lots of macOS warnings by using a different boost/bind include.Carl Hetherington
2020-12-03Move a load of disk writing code to src/lib/ext.cc.Carl Hetherington
2020-11-29Better progress reporting during DCP validation (#1812).v2.15.108Carl Hetherington
2020-11-24Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-11-21pot/merge.Carl Hetherington
2020-11-21Remove the "simple" UI (#1868).Carl Hetherington
It just seemed to cause more problems than it solved; mainly people enabling it by mistake and then being told to click buttons that they could not see.
2020-11-18Make the default disk writer window wider.Carl Hetherington
2020-11-02Replace dcp::Data with dcp::ArrayDataCarl Hetherington
2020-10-27Add uninstaller for the .pkg part of the disk writer on macOS (#1740).Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-10-19Playlist editor: save configuration when it changes.Carl Hetherington
2020-10-19Playlist editor: update content list when configuration changes.Carl Hetherington
2020-10-19macOS build fix.Carl Hetherington