Clementine-audio-player-Mac.../src/playlist
John Maguire 0bf454ab60 Case insensitive search in playlist.
Fixes issue #460
2010-07-19 15:52:38 +00:00
..
playlist.cpp Support dragging and dropping between playlists 2010-07-17 12:47:59 +00:00
playlist.h Support dragging and dropping between playlists 2010-07-17 12:47:59 +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 Support dragging and dropping between playlists 2010-07-17 12:47:59 +00:00
playlistcontainer.h Move the clear playlist button down to the bottom again. 2010-06-18 15:07:21 +00:00
playlistcontainer.ui Move the clear playlist button down to the bottom again. 2010-06-18 15:07:21 +00:00
playlistdelegates.cpp Change the queue manager to use a QTreeView instead of QListView so it doesn't repaint on drop. 2010-07-11 21:27:36 +00:00
playlistdelegates.h Change the queue manager to use a QTreeView instead of QListView so it doesn't repaint on drop. 2010-07-11 21:27:36 +00:00
playlistfilter.cpp Case insensitive search in playlist. 2010-07-19 15:52:38 +00:00
playlistfilter.h Playlist filtering 2010-05-22 16:36:13 +00:00
playlistheader.cpp Fix some weirdness when saving and restoring the state of the playlist QHeaderView. Fixes issue #413 2010-06-16 17:15:13 +00:00
playlistheader.h Fix some weirdness when saving and restoring the state of the playlist QHeaderView. Fixes issue #413 2010-06-16 17:15:13 +00:00
playlistitem.cpp On second thoughts, use temporary metadata for all playlist items. 2010-07-10 19:45:29 +00:00
playlistitem.h On second thoughts, use temporary metadata for all playlist items. 2010-07-10 19:45:29 +00:00
playlistmanager.cpp Don't fiddle playlist entries if the directory ID doesn't match what it was before - eg. if you delete a directory and add another one, and some IDs get reused. 2010-06-24 22:21:54 +00:00
playlistmanager.h Refactor the loading indicator widget into a seperate TaskManager class that can handle tasks with progress 2010-06-23 13:21:30 +00:00
playlistsequence.cpp Show the "status bar" as part of the central widget 2010-06-16 19:21:15 +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 Show the "status bar" as part of the central widget 2010-06-16 19:21:15 +00:00
playlisttabbar.cpp Support dragging and dropping between playlists 2010-07-17 12:47:59 +00:00
playlisttabbar.h Support dragging and dropping between playlists 2010-07-17 12:47:59 +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 Fix some occasional crashes when deleting the current playlist 2010-07-11 20:23:34 +00:00
playlistview.h Fix some occasional crashes when deleting the current playlist 2010-07-11 20:23:34 +00:00
queue.cpp Change the queue manager to use a QTreeView instead of QListView so it doesn't repaint on drop. 2010-07-11 21:27:36 +00:00
queue.h Change the queue manager to use a QTreeView instead of QListView so it doesn't repaint on drop. 2010-07-11 21:27:36 +00:00
queuemanager.cpp Change the queue manager to use a QTreeView instead of QListView so it doesn't repaint on drop. 2010-07-11 21:27:36 +00:00
queuemanager.h Fix some occasional crashes when deleting the current playlist 2010-07-11 20:23:34 +00:00
queuemanager.ui Change the queue manager to use a QTreeView instead of QListView so it doesn't repaint on drop. 2010-07-11 21:27:36 +00:00
songloaderinserter.cpp Refactor the loading indicator widget into a seperate TaskManager class that can handle tasks with progress 2010-06-23 13:21:30 +00:00
songloaderinserter.h Refactor the loading indicator widget into a seperate TaskManager class that can handle tasks with progress 2010-06-23 13:21:30 +00:00
songmimedata.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
songplaylistitem.cpp On second thoughts, use temporary metadata for all playlist items. 2010-07-10 19:45:29 +00:00
songplaylistitem.h On second thoughts, use temporary metadata for all playlist items. 2010-07-10 19:45:29 +00:00