summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_playlist.cc
AgeCommit message (Expand)Author
2025-02-06wip: use sqlite3 for playlists2895-http-playlistsCarl Hetherington
2025-02-02Move responsibility for reading the content store into the applications.Carl Hetherington
2025-02-02Move playback content store handling into ContentStore.Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-04-26Allow customisation of error report email address.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-03-17Add PlaylistEditorRestrictedMenus option, similar to PlayerRestrictedMenus.Carl Hetherington
2024-03-17Tidy and fix up the playlist editor menu on macOS.Carl Hetherington
2024-01-30Open macOS prefs with Mac-, not Mac-P (#2745).Carl Hetherington
2024-01-02Remove tick/no_tick icons which I believe are no longer used.Carl Hetherington
2023-12-23Fix crash with a non-existent playlist directory.Carl Hetherington
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