Clementine-audio-player-Mac.../src/playlist
Vikram Ambrose 3da938eac2 Add search filter to playlist list page
This allows power users who keep 100s of playlists to easily
find a playlist either by directory name, playlist name or by
searching for a song artist/title a playlist might contain
2018-01-11 13:11:13 +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 Delete Undo Fix Attempt - Should Solve Issue #5701 Using Clementine to delete a song from disk should not be added to the undo stack (#5702) 2017-04-18 14:29:25 +01:00
playlist.h Consider depth levels in path sorting (#5445) (#5573) 2016-12-31 13:22:10 +00:00
playlistbackend.cpp Speed up playlist restoring by moving sqlite query off main thread 2014-12-09 12:47:37 -05:00
playlistbackend.h Speed up playlist restoring by moving sqlite query off main thread 2014-12-09 12:47:37 -05:00
playlistcontainer.cpp Add appearance option to hide playlist filter toolbar (#5942) 2018-01-03 15:24:56 +00:00
playlistcontainer.h Add appearance option to hide playlist filter toolbar (#5942) 2018-01-03 15:24:56 +00:00
playlistcontainer.ui Remove unwanted lines from playlistcontainer 2016-01-16 07:06:27 -06:00
playlistdelegates.cpp Remove most usages of QFutureWatcher 2015-11-27 14:28:12 +00:00
playlistdelegates.h Remove most usages of QFutureWatcher 2015-11-27 14:28:12 +00:00
playlistfilter.cpp Support showing original year tag on the playlist. 2015-06-30 19:25:38 +02: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 Lock/Unlock Ratings edit status 2015-10-24 23:05:23 -05:00
playlistheader.h Lock/Unlock Ratings edit status 2015-10-24 23:05:23 -05:00
playlistitem.cpp Fix compilation with moved files in internet/ 2014-12-18 23:35:21 +01:00
playlistitem.h Remove most usages of QFutureWatcher 2015-11-27 14:28:12 +00:00
playlistitemmimedata.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistlistcontainer.cpp Add search filter to playlist list page 2018-01-11 13:11:13 +02:00
playlistlistcontainer.h Add search filter to playlist list page 2018-01-11 13:11:13 +02:00
playlistlistcontainer.ui Add search filter to playlist list page 2018-01-11 13:11:13 +02:00
playlistlistmodel.cpp Add search filter to playlist list page 2018-01-11 13:11:13 +02:00
playlistlistmodel.h Add search filter to playlist list page 2018-01-11 13:11:13 +02: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 New shortcut: remove current playing song from playlist (#5723) 2017-05-31 17:59:36 +01:00
playlistmanager.h New shortcut: remove current playing song from playlist (#5723) 2017-05-31 17:59:36 +01:00
playlistsaveoptionsdialog.cpp Make format after update to avoid conflicts 2014-10-15 21:57:57 +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 Remove arrow indicators from mainwindow repeat & shuffle QToolButtons 2015-11-18 03:31:46 -06:00
playlistsequence.h Revert "Revert "Add track intro mode"" 2015-06-15 16:27:40 -04:00
playlistsequence.ui Revert "Revert "Add track intro mode"" 2015-06-15 16:27:40 -04:00
playlisttabbar.cpp check custom icon location, then system theme & then fallback theme 2015-10-13 22:35:49 -05:00
playlisttabbar.h Avoid db commits during startup 2014-12-09 12:48:53 -05: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 fix up key in playlist (#5768) 2017-06-21 15:11:41 +01:00
playlistview.h Delete Undo Fix Attempt - Should Solve Issue #5701 Using Clementine to delete a song from disk should not be added to the undo stack (#5702) 2017-04-18 14:29:25 +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 check custom icon location, then system theme & then fallback theme 2015-10-13 22:35:49 -05:00
queuemanager.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
queuemanager.ui ↑↓ for "Up" and "Down" (#5841) 2017-08-29 01:45:43 +02:00
songloaderinserter.cpp Fix a bug in InsertItems functions that makes Cdda tracks to not be saved/restored correctly when restarting Clementine 2014-10-26 17:08:12 +01:00
songloaderinserter.h Finish CD integration update to Gstreamer 1.0 2014-10-26 03:32:37 +01: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