Clementine-audio-player-Mac.../src/playlist
David Sansome 255682b057 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
..
dynamicplaylistcontrols.cpp
dynamicplaylistcontrols.h
dynamicplaylistcontrols.ui
playlist.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
playlist.h Improved Last.fm scrobbling when connection is down 2011-04-28 10:32:56 +00:00
playlistbackend.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
playlistbackend.h Allow radio services (Spotify) to store whole songs in playlist items 2011-04-26 22:06:58 +00:00
playlistcontainer.cpp Adding shorcuts for navigating over the tabs. Fixes issue 1568 2011-04-19 20:11:24 +00:00
playlistcontainer.h Adding shorcuts for navigating over the tabs. Fixes issue 1568 2011-04-19 20:11:24 +00:00
playlistcontainer.ui Make the clear button a part of the search textbox. Fixes issue #1071 2010-12-18 20:32:05 +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
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 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
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 "remove deleted songs from playlists" action in the 'deleted songs invalidator' plugin (fixes issue #1594) 2011-04-21 21:56:37 +00:00
playlistmanager.h "remove deleted songs from playlists" action in the 'deleted songs invalidator' plugin (fixes issue #1594) 2011-04-21 21:56:37 +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
playlisttabbar.cpp Fix a bounds check in PlaylistTabBar, convert a couple more things to use qLog() 2011-04-22 17:07:57 +00:00
playlisttabbar.h Adding shorcuts for navigating over the tabs. Fixes issue 1568 2011-04-19 20:11:24 +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 Revert r3155, as it seems this doesn't correct issue 1710 2011-04-21 22:23:44 +00:00
playlistview.h new option for greying out deleted songs on startup 2011-03-19 09:41:00 +00:00
queue.cpp added a button to remove items and keyboard shortcuts in the Queue 2011-03-30 18:41:34 +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 thanks to David' comments. Adding some comments to explain the new process: hope it's clearer now 2011-04-16 15:06:13 +00:00
songloaderinserter.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
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 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
songplaylistitem.h Allow radio services (Spotify) to store whole songs in playlist items 2011-04-26 22:06:58 +00:00