Clementine-audio-player-Mac.../src/playlist
Arnaud Bienner 58c217c1fa Always save previous background image, and start fading only is visible 2012-03-28 00:45:14 +02: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 Refactoring: instead of passing individual pointers to useful core classes (like TaskManager or LibraryBackend) to each class that uses them, pass one singleton-like Application instance everywhere. 2012-02-26 14:40:51 +00:00
playlistbackend.h Refactoring: instead of passing individual pointers to useful core classes (like TaskManager or LibraryBackend) to each class that uses them, pass one singleton-like Application instance everywhere. 2012-02-26 14:40:51 +00:00
playlistcontainer.cpp Use LineEdit::set_focus() instead of QWidget::setFocus() on LineEdit widgets that might be OS X search widgets 2012-03-25 21:14:39 +01: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 source icon for Jamendo songs. 2012-03-05 01:13:11 +01: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 Refactoring: instead of passing individual pointers to useful core classes (like TaskManager or LibraryBackend) to each class that uses them, pass one singleton-like Application instance everywhere. 2012-02-26 14:40:51 +00:00
playlistmanager.h Refactoring: instead of passing individual pointers to useful core classes (like TaskManager or LibraryBackend) to each class that uses them, pass one singleton-like Application instance everywhere. 2012-02-26 14:40:51 +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 Always save previous background image, and start fading only is visible 2012-03-28 00:45:14 +02:00
playlistview.h Add a fading animation when background image change 2012-03-16 22:39:39 +01:00
queue.cpp Activate fast QString concatenation. 2012-02-19 14:44:33 +01: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