Clementine-audio-player-Mac.../src/playlist
David Sansome a8d79582c1 Add a status bar indicator to tell the user how many tracks are loaded. Fixes issue #155 2010-06-12 21:20:53 +00:00
..
playlist.cpp Add a status bar indicator to tell the user how many tracks are loaded. Fixes issue #155 2010-06-12 21:20:53 +00:00
playlist.h Add a status bar indicator to tell the user how many tracks are loaded. Fixes issue #155 2010-06-12 21:20:53 +00:00
playlistbackend.cpp Do the compilation processing in the database thread, and make everything lock on the database to ensure two threads don't access it at once. 2010-06-02 16:22:20 +00:00
playlistbackend.h Put the Database object in its own thread, and create the Library and Playlist backends in that database thread. The database calls don't happen in the database thread yet, but this is the first step towards making sure sqlite access is thread safe. 2010-06-02 15:58:07 +00:00
playlistcontainer.cpp Add a filter for each type of playlist in the load/save dialogs. 2010-05-22 22:29:52 +00:00
playlistcontainer.h GUI for saving playlists 2010-05-22 22:20:00 +00:00
playlistcontainer.ui Make the small toolbar buttons stay small even on gtk styles that use bigger buttons 2010-06-08 11:43:34 +00:00
playlistdelegates.cpp Append a "Hz", "bpm", "kbps" etc. suffix to bit rate, sample rate and BPM columns in the playlist 2010-06-10 17:04:40 +00:00
playlistdelegates.h Append a "Hz", "bpm", "kbps" etc. suffix to bit rate, sample rate and BPM columns in the playlist 2010-06-10 17:04:40 +00:00
playlistfilter.cpp Playlist filtering 2010-05-22 16:36:13 +00:00
playlistfilter.h Playlist filtering 2010-05-22 16:36:13 +00:00
playlistheader.cpp Make the playlist header present a one-level menu for showing and hiding columns. Fixes issue #381 2010-06-10 17:40:14 +00:00
playlistheader.h Make the playlist header present a one-level menu for showing and hiding columns. Fixes issue #381 2010-06-10 17:40:14 +00:00
playlistitem.cpp Refactor the way Player gets tracks to play from RadioPlaylistItems. They can now return synchronously with a URL, asynchronously via a signal, or with an error. This properly fixes the problem of preloading a last.fm stream when the track before is about to end. 2010-05-18 20:43:10 +00:00
playlistitem.h Refactor the way Player gets tracks to play from RadioPlaylistItems. They can now return synchronously with a URL, asynchronously via a signal, or with an error. This properly fixes the problem of preloading a last.fm stream when the track before is about to end. 2010-05-18 20:43:10 +00:00
playlistmanager.cpp Add a status bar indicator to tell the user how many tracks are loaded. Fixes issue #155 2010-06-12 21:20:53 +00:00
playlistmanager.h Add a status bar indicator to tell the user how many tracks are loaded. Fixes issue #155 2010-06-12 21:20:53 +00:00
playlistsequence.cpp Use icons from the desktop theme where possible, fall back on oxygen. 2010-05-19 15:45:29 +00:00
playlistsequence.h Use icons from the desktop theme where possible, fall back on oxygen. 2010-05-19 15:45:29 +00:00
playlistsequence.ui Use icons from the desktop theme where possible, fall back on oxygen. 2010-05-19 15:45:29 +00:00
playlisttabbar.cpp GUI for saving playlists 2010-05-22 22:20:00 +00:00
playlisttabbar.h GUI for saving playlists 2010-05-22 22:20:00 +00:00
playlistundocommands.cpp Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
playlistundocommands.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
playlistview.cpp Append a "Hz", "bpm", "kbps" etc. suffix to bit rate, sample rate and BPM columns in the playlist 2010-06-10 17:04:40 +00:00
playlistview.h Invalidate the cached current row pixmap when the column headers are moved/resized and when the song's metadata changes. 2010-06-02 13:51:16 +00:00
songmimedata.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
songplaylistitem.cpp Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
songplaylistitem.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00