summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_playlist.cc
AgeCommit message (Expand)Author
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
2023-02-02Add missing preferences menu option on macOS.Carl Hetherington
2023-01-16Use wx_ptr more.Carl Hetherington
2022-12-10Extract constants.hCarl Hetherington
2022-12-01Double-click on content list adds the content.Carl Hetherington
2022-12-01Add save button for playlist name.Carl Hetherington
2022-12-01Extract save_playlist().Carl Hetherington
2022-12-01Check for playlist directory on new playlist, rather than save.Carl Hetherington
2022-12-01Set Delete button sensitivity correctly.Carl Hetherington
2022-12-01Extract selected().Carl Hetherington
2022-12-01Setup editor sensitivity on startup.Carl Hetherington
2022-12-01Don't display first playlist on startup.Carl Hetherington
2022-12-01Save playlist when content is added, moved or removed.Carl Hetherington
2022-12-01Add and use SPL::swap().Carl Hetherington
2022-12-01Generalise the Changed message from SPL.Carl Hetherington
2022-09-03Bump libdcp for better ContentKind support, and libsubCarl Hetherington
2022-07-20Change bitmap_path to take a full name with extension.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2022-04-09Add some missing override labels.Carl Hetherington
2021-04-08Assorted C++11/formatting cleanups.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl 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-19Tidy up and fix bitmap path finding in the playlist editor.Carl Hetherington
2020-10-18Fix typo.Carl Hetherington
2020-09-14Rename shared_path -> resources_path.Carl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-07-26Various OSX warnings fixes.Carl Hetherington
2020-03-01Call wxInitAllImageHandlers and fix Playlist Editor AppName.Carl Hetherington
2020-03-01Fix uninitialised variable.Carl Hetherington
2020-03-01Fix loading of tick/no_tick graphics for playlist editor on Windows.Carl Hetherington
2020-03-01Separate SPL from a version which signals when things change.Carl Hetherington
2020-02-29Add 'proper' config dialog for the playlist editor.Carl Hetherington
2020-02-29Various playlist editor developments and fixes.Carl Hetherington
2020-02-29Copy swaroop_ playlist editor stuff back to main DoM.Carl Hetherington
2020-02-29Move swaroop playlist editor stuff into its own swaroop_Carl Hetherington
2019-06-09swaroop: allowed-shows state in playlist.Carl Hetherington
2019-03-24Differentiate Y in a couple of i18n places.Carl Hetherington
2019-02-19OSX playlist editor build fix.Carl Hetherington
2018-12-18swaroop: force playlists to be saved as .xml.Carl Hetherington
2018-12-18swaroop: fix phantom entries when loading/saving playlists.Carl Hetherington
2018-12-18swaroop: remove unused _film variable.Carl Hetherington
2018-12-08swaroop: better handling of missing content in SPLs.Carl Hetherington
2018-12-08swaroop: fix build.Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-12-06swaroop: open playlist save/load in the configured directory.Carl Hetherington
2018-11-30swaroop: fix load of playlist.Carl Hetherington