Missed update to private test repo version.
[dcpomatic.git] / src / tools / dcpomatic_playlist.cc
2024-01-30 Carl HetheringtonOpen macOS prefs with Mac-, not Mac-P (#2745).
2024-01-02 Carl HetheringtonRemove tick/no_tick icons which I believe are no longer...
2023-12-23 Carl HetheringtonFix crash with a non-existent playlist directory.
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
2023-02-02 Carl HetheringtonAdd missing preferences menu option on macOS.
2023-01-16 Carl HetheringtonUse wx_ptr more.
2022-12-09 Carl HetheringtonExtract constants.h
2022-12-01 Carl HetheringtonMerge branch '2384-playlist'
2022-12-01 Carl HetheringtonDouble-click on content list adds the content.
2022-12-01 Carl HetheringtonAdd save button for playlist name.
2022-12-01 Carl HetheringtonExtract save_playlist().
2022-12-01 Carl HetheringtonCheck for playlist directory on new playlist, rather...
2022-12-01 Carl HetheringtonSet Delete button sensitivity correctly.
2022-12-01 Carl HetheringtonExtract selected().
2022-12-01 Carl HetheringtonSetup editor sensitivity on startup.
2022-12-01 Carl HetheringtonDon't display first playlist on startup.
2022-12-01 Carl HetheringtonSave playlist when content is added, moved or removed.
2022-12-01 Carl HetheringtonAdd and use SPL::swap().
2022-12-01 Carl HetheringtonGeneralise the Changed message from SPL.
2022-09-03 Carl HetheringtonBump libdcp for better ContentKind support, and libsub
2022-07-20 Carl HetheringtonChange bitmap_path to take a full name with extension.
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-21 Carl HetheringtonTidying.
2022-04-09 Carl HetheringtonAdd some missing override labels.
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-10-19 Carl HetheringtonPlaylist editor: save configuration when it changes.
2020-10-19 Carl HetheringtonPlaylist editor: update content list when configuration...
2020-10-18 Carl HetheringtonTidy up and fix bitmap path finding in the playlist...
2020-10-18 Carl HetheringtonFix typo.
2020-09-14 Carl HetheringtonRename shared_path -> resources_path.
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-03-01 Carl HetheringtonCall wxInitAllImageHandlers and fix Playlist Editor...
2020-03-01 Carl HetheringtonFix uninitialised variable.
2020-03-01 Carl HetheringtonFix loading of tick/no_tick graphics for playlist edito...
2020-02-29 Carl HetheringtonSeparate SPL from a version which signals when things...
2020-02-29 Carl HetheringtonAdd 'proper' config dialog for the playlist editor.
2020-02-29 Carl HetheringtonVarious playlist editor developments and fixes.
2020-02-29 Carl HetheringtonCopy swaroop_ playlist editor stuff back to main DoM.
2020-02-29 Carl HetheringtonMove swaroop playlist editor stuff into its own swaroop_
2019-06-09 Carl Hetheringtonswaroop: allowed-shows state in playlist.
2019-03-24 Carl HetheringtonDifferentiate Y in a couple of i18n places.
2019-02-19 Carl HetheringtonOSX playlist editor build fix.
2018-12-18 Carl Hetheringtonswaroop: force playlists to be saved as .xml.
2018-12-18 Carl Hetheringtonswaroop: fix phantom entries when loading/saving playlists.
2018-12-18 Carl Hetheringtonswaroop: remove unused _film variable.
2018-12-08 Carl Hetheringtonswaroop: better handling of missing content in SPLs.
2018-12-08 Carl Hetheringtonswaroop: fix build.
2018-12-08 Carl HetheringtonSupport buttons.
2018-12-06 Carl Hetheringtonswaroop: open playlist save/load in the configured...
2018-11-30 Carl Hetheringtonswaroop: fix load of playlist.
2018-11-23 Carl HetheringtonRemove required Film from content examine.
2018-11-22 Carl HetheringtonSeparate out SPL/SPLEntry; start trying to make player...
2018-11-22 Carl HetheringtonBasic save/load of playlists.
2018-11-22 Carl Hetheringtonswaroop: basic manipulation of content in playlist...
2018-11-22 Carl HetheringtonVarious work on playlist editor.
2018-11-22 Carl HetheringtonPlaylist editor stub.