Clementine-audio-player-Mac.../src/playlist
Arnaud Bienner 78804b12c6 Use a save dialog option instead of quick change menu.
This is less confusing IMO. The dialog will shown up only if users decided to in the preferences, so that will not bother users who don't need this.
This reuses lot of things from Alan contribution from #4484
2014-10-07 00:29:46 +02:00
..
dynamicplaylistcontrols.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
dynamicplaylistcontrols.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
dynamicplaylistcontrols.ui Add an "Expand" button to add more tracks to a dynamic playlist. Fixes issue 1268 2011-11-10 11:21:41 +00:00
playlist.cpp Missing things from previous commit 2014-10-07 00:29:46 +02:00
playlist.h Use a save dialog option instead of quick change menu. 2014-10-07 00:29:46 +02:00
playlistbackend.cpp Debug logging when saving a playlist. 2014-03-18 16:14:12 +01:00
playlistbackend.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
playlistcontainer.cpp Revert "Finished the changes to the quick change menu. Everything should work." 2014-10-07 00:29:46 +02:00
playlistcontainer.h Revert "Finished the changes to the quick change menu. Everything should work." 2014-10-07 00:29:46 +02:00
playlistcontainer.ui Revert "Add a quick change menu to the playlist container." 2014-10-07 00:29:46 +02:00
playlistdelegates.cpp Fix the rendering of the little numbers in the boxes on queued items in the playlist 2014-05-24 14:05:21 +10:00
playlistdelegates.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistfilter.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistfilter.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
playlistfilterparser.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistfilterparser.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistheader.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistheader.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
playlistitem.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistitem.h Merge branch 'skip_track' of https://github.com/asiviero/Clementine into asiviero-skip_track 2014-02-08 13:19:23 +11:00
playlistitemmimedata.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistlistcontainer.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistlistcontainer.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
playlistlistcontainer.ui Add a playlistlist view with a helper text 2013-06-29 18:05:03 +02:00
playlistlistmodel.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistlistmodel.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
playlistlistview.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistlistview.h Some more NULL -> nullptr conversions. 2014-02-21 17:30:46 +01:00
playlistmanager.cpp Use a save dialog option instead of quick change menu. 2014-10-07 00:29:46 +02:00
playlistmanager.h Use a save dialog option instead of quick change menu. 2014-10-07 00:29:46 +02:00
playlistsaveoptionsdialog.cpp Use a save dialog option instead of quick change menu. 2014-10-07 00:29:46 +02:00
playlistsaveoptionsdialog.h Use a save dialog option instead of quick change menu. 2014-10-07 00:29:46 +02:00
playlistsaveoptionsdialog.ui Use a save dialog option instead of quick change menu. 2014-10-07 00:29:46 +02:00
playlistsequence.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistsequence.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
playlistsequence.ui Rename the existing "Shuffle by album" mode to "Shuffle tracks in this album", and add a new "Shuffle albums" mode that plays all the tracks in each album sequentially, but then jumps to a different random album afterwards. 2011-11-27 15:01:10 +00:00
playlisttabbar.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlisttabbar.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
playlistundocommands.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistundocommands.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistview.cpp Consider some more things as text (like numbers) when deciding if we should focus on the search bar 2014-10-04 18:08:53 +02:00
playlistview.h Cleaning unnecessary code 2014-07-23 23:47:12 +01:00
queue.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
queue.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
queuemanager.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
queuemanager.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
queuemanager.ui added a button to remove items and keyboard shortcuts in the Queue 2011-03-30 18:41:34 +00:00
songloaderinserter.cpp Load all the metadata for the first song, so the duration will appear properly when it starts playing. 2014-05-11 17:35:23 +10:00
songloaderinserter.h Load all songs that require disc-read non-blocking. 2014-04-02 15:57:01 +02:00
songmimedata.h Some more NULL -> nullptr conversions. 2014-02-21 17:30:46 +01:00
songplaylistitem.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
songplaylistitem.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00