summaryrefslogtreecommitdiff
path: root/src/wx/playlist_controls.h
AgeCommit message (Collapse)Author
2023-06-22Controls::set_film() calls setup_sensitivity() so there's no need for ↵Carl Hetherington
PlaylistControls::set_film() also to do it.
2022-10-14Cleanup: use simpler ownership for FilmViewer.Carl Hetherington
2022-04-09C++11 tidying.Carl Hetherington
2022-04-09Add some missing override labels.Carl Hetherington
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-01-07std::shared_ptrCarl Hetherington
2020-03-16Move stress testing code into a separate class and always build it.Carl Hetherington
Fix stress script generation to always reload a DCP rather than expecting it to be available after it has finished playback.
2020-03-15Fix player stress testing with expanded controls.Carl Hetherington
Also correctly wait with a stress test until the DCP open has completely finished.
2020-03-01Support playlists in the player in dual-screen mode.v2.15.45Carl Hetherington