Clementine-audio-player-Mac.../src/playlist
Arnaud Bienner 65f1dca716 Minor style changes 2012-11-09 20:30:32 +01: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 When pressing the Previous button in Repeat Track mode, go to the previous track instead of repeating the current one. Fixes issue 2897 2012-08-26 13:11:28 +01:00
playlist.h Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistbackend.cpp Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistbackend.h Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistcontainer.cpp Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistcontainer.h Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistcontainer.ui Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistdelegates.cpp Handle URL QVariants properly when displaying filenames in the playlist view. Fixes issue 3127 2012-08-26 12:24:16 +01:00
playlistdelegates.h Add pixmap cache to source icons. 2012-01-04 12:04:17 +00:00
playlistfilter.cpp Use numerical comparisons in playlist filter when appropriate. 2012-10-10 11:35:53 +02:00
playlistfilter.h Use numerical comparisons in playlist filter when appropriate. 2012-10-10 11:35:53 +02:00
playlistfilterparser.cpp Use numerical comparisons in playlist filter when appropriate. 2012-10-10 11:35:53 +02:00
playlistfilterparser.h Use numerical comparisons in playlist filter when appropriate. 2012-10-10 11:35:53 +02:00
playlistheader.cpp Make it possible to compile out moodbar support 2012-05-27 21:33:05 +01: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 Create and render moodbars in background threads to avoid blocking the UI 2012-05-27 18:53:57 +01:00
playlistitem.h Create and render moodbars in background threads to avoid blocking the UI 2012-05-27 18:53:57 +01: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
playlistlistcontainer.cpp Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistlistcontainer.h Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistlistcontainer.ui Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistlistmodel.cpp Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistlistmodel.h Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistmanager.cpp Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistmanager.h Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07: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 Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlisttabbar.h Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it. 2012-10-30 23:04:22 -07:00
playlistundocommands.cpp Allow playlist sorting and shuffling to be undone. Fixes issue 654. 2012-06-09 14:33:51 +01:00
playlistundocommands.h Allow playlist sorting and shuffling to be undone. Fixes issue 654. 2012-06-09 14:33:51 +01:00
playlistview.cpp Minor style changes 2012-11-09 20:30:32 +01:00
playlistview.h Minor style changes 2012-11-09 20:30:32 +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