Clementine-audio-player-Mac.../src/playlist
David Sansome 7166f0d922 When pressing Ctrl+C on a playlist item, copy the text of all visible columns, rather than just the text of the "current" one. Fixes issue 2558 2012-01-29 19:24:13 +00:00
..
dynamicplaylistcontrols.cpp Add an "Expand" button to add more tracks to a dynamic playlist. Fixes issue 1268 2011-11-10 11:21:41 +00:00
dynamicplaylistcontrols.h Add an "Expand" button to add more tracks to a dynamic playlist. Fixes issue 1268 2011-11-10 11:21:41 +00: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 The external tagreader mostly works now: 2012-01-07 00:26:07 +00:00
playlist.h The external tagreader mostly works now: 2012-01-07 00:26:07 +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 Use a better spotify icon in the Source row, clean up pixmap drawing code 2012-01-08 15:16:36 +00:00
playlistdelegates.h Add pixmap cache to source icons. 2012-01-04 12:04:17 +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 Indicate which column alignment action is currently set on each column in the menu. 2011-11-12 16:23:41 +00:00
playlistheader.h Indicate which column alignment action is currently set on each column in the menu. 2011-11-12 16:23:41 +00:00
playlistitem.cpp Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +00:00
playlistitem.h Mark spotify streams as not seekable 2011-11-28 18:45:12 +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 Keep the playlist column alignment setting in PlaylistView instead of in each individual Playlist, ensuring all playlists share the same column alignments and there's only one place to save/restore them. 2011-11-12 16:12:51 +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 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
playlistsequence.h 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
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 Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +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 When pressing Ctrl+C on a playlist item, copy the text of all visible columns, rather than just the text of the "current" one. Fixes issue 2558 2012-01-29 19:24:13 +00:00
playlistview.h When pressing Ctrl+C on a playlist item, copy the text of all visible columns, rather than just the text of the "current" one. Fixes issue 2558 2012-01-29 19:24:13 +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 Make the async load of folders thread-safe 2011-11-18 21:55:54 +01:00
songloaderinserter.h Make the async load of folders thread-safe 2011-11-18 21:55:54 +01:00
songmimedata.h Support for playing tracks from local library 2011-08-29 03:32:41 +01:00
songplaylistitem.cpp The external tagreader mostly works now: 2012-01-07 00:26:07 +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