Clementine-audio-player-Mac.../src/playlist
John Maguire 16b57935a9 Rename PlaylistManager.name(id) to PlaylistManager.GetPlaylistName(id) so that it doesn't clash with QObject::name() for Python scripts.
Thanks to Cristian Beskid
2011-07-13 18:14:14 +00:00
..
dynamicplaylistcontrols.cpp Show controls at the bottom of the playlist when a dynamic playlist is active 2010-11-20 20:00:40 +00:00
dynamicplaylistcontrols.h Show controls at the bottom of the playlist when a dynamic playlist is active 2010-11-20 20:00:40 +00:00
dynamicplaylistcontrols.ui Show controls at the bottom of the playlist when a dynamic playlist is active 2010-11-20 20:00:40 +00:00
playlist.cpp Allow shorter playlist column names if header size is too small. 2011-07-06 13:22:42 +00:00
playlist.h Allow shorter playlist column names if header size is too small. 2011-07-06 13:22:42 +00:00
playlistbackend.cpp Show spotify search results in a separate playlist tab rather than in a tree in the sidebar. 2011-04-28 17:50:45 +00:00
playlistbackend.h Add Python bindings for Playlists, port the rainbowizer plugin to PythonQt and make its colours a bit more tasteful 2011-05-29 12:55:18 +00:00
playlistcontainer.cpp Hide the did you mean widget when leaving the search box, Don't lose the spotify tab icon when stopping playback, add a helpful label to the empty spotify search tab, remove the playlist CSS hook, fix double clicking the "Search spotify" item in the list 2011-04-29 11:24:58 +00:00
playlistcontainer.h Hide the did you mean widget when leaving the search box, Don't lose the spotify tab icon when stopping playback, add a helpful label to the empty spotify search tab, remove the playlist CSS hook, fix double clicking the "Search spotify" item in the list 2011-04-29 11:24:58 +00:00
playlistcontainer.ui Show spotify search results in a separate playlist tab rather than in a tree in the sidebar. 2011-04-28 17:50:45 +00:00
playlistdelegates.cpp Add a new logging system 2011-04-22 16:50:29 +00:00
playlistdelegates.h Add tag completers for albumartist, composer and genre, and load completion models in background threads 2010-12-25 13:11:09 +00:00
playlistfilter.cpp Add a Comment field to the playlist. Fixes issue #890 2010-11-28 15:22:48 +00:00
playlistfilter.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
playlistheader.cpp Add column text alignment options to the playlist header menu. Thanks brunciter! 2010-12-22 10:45:14 +00:00
playlistheader.h Add column text alignment options to the playlist header menu. Thanks brunciter! 2010-12-22 10:45:14 +00:00
playlistitem.cpp Remove the special load behaviour from Playlist Items and instead add URL Handlers that do the same job but for all playlist item types. 2011-04-28 15:10:28 +00:00
playlistitem.h Fix registration of metatypes for list handlers on Qt 4.7 2011-05-29 14:08:55 +00:00
playlistitemmimedata.h Refactor all the code that handles adding items to the playlist - whether it be by a context menu item, double clicking in a view or dragging. Everything now uses the models' mimeData() instead of duplicating the same code everywhere. 2011-01-10 22:26:13 +00:00
playlistmanager.cpp Add Python bindings for Playlists, port the rainbowizer plugin to PythonQt and make its colours a bit more tasteful 2011-05-29 12:55:18 +00:00
playlistmanager.h Rename PlaylistManager.name(id) to PlaylistManager.GetPlaylistName(id) so that it doesn't clash with QObject::name() for Python scripts. 2011-07-13 18:14:14 +00:00
playlistsequence.cpp Add global shortcuts for repeat and shuffle modes. Fixes issue #955 2011-03-17 08:21:05 +00:00
playlistsequence.h Add global shortcuts for repeat and shuffle modes. Fixes issue #955 2011-03-17 08:21:05 +00:00
playlistsequence.ui Show the "status bar" as part of the central widget 2010-06-16 19:21:15 +00:00
playlisttabbar.cpp Ask for confirmation also on tab close button for now 2011-06-26 12:30:19 +00:00
playlisttabbar.h Ask for confirmation also on tab close button for now 2011-06-26 12:30:19 +00:00
playlistundocommands.cpp Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests. 2011-04-28 12:27:53 +00:00
playlistundocommands.h Loading file in async way, in two times: fast loading files and insert them in playlist view, while loading info (tags, ...) in background thread 2011-04-16 14:04:15 +00:00
playlistview.cpp Allow shorter playlist column names if header size is too small. 2011-07-06 13:22:42 +00:00
playlistview.h Add 'Enable playlist background image' to preferences. 2011-06-08 14:48:43 +00:00
queue.cpp Add Python bindings for Playlists, port the rainbowizer plugin to PythonQt and make its colours a bit more tasteful 2011-05-29 12:55:18 +00:00
queue.h added a button to remove items and keyboard shortcuts in the Queue 2011-03-30 18:41:34 +00:00
queuemanager.cpp added a button to remove items and keyboard shortcuts in the Queue 2011-03-30 18:41:34 +00:00
queuemanager.h added a button to remove items and keyboard shortcuts in the Queue 2011-03-30 18:41:34 +00: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 Minor modifications on load audio CD, including better cleaning of objects 2011-06-14 23:38:43 +00:00
songloaderinserter.h Starting audio CD support. Starts issue 701 2011-06-09 23:08:43 +00:00
songmimedata.h Refactor all the code that handles adding items to the playlist - whether it be by a context menu item, double clicking in a view or dragging. Everything now uses the models' mimeData() instead of duplicating the same code everywhere. 2011-01-10 22:26:13 +00:00
songplaylistitem.cpp When initialising a song from a library query, don't always assume the metadata originally came from a file (which means icycast tags are ignored when it is played). Fixes issue 1857 2011-06-17 20:00:10 +00:00
songplaylistitem.h Allow radio services (Spotify) to store whole songs in playlist items 2011-04-26 22:06:58 +00:00
specialplaylisttype.cpp Add a "Did you mean ...?" widget when searching on spotify 2011-04-28 20:48:53 +00:00
specialplaylisttype.h Hide the did you mean widget when leaving the search box, Don't lose the spotify tab icon when stopping playback, add a helpful label to the empty spotify search tab, remove the playlist CSS hook, fix double clicking the "Search spotify" item in the list 2011-04-29 11:24:58 +00:00