Clementine-audio-player-Mac.../src/library
David Sansome c834a5f31f 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
..
CMakeLists.txt Fix tests 2010-05-19 17:00:09 +00:00
directory.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
groupbydialog.cpp Fix the appearance of several dialogs when using a high font DPI. Fixes issue #310 2010-05-17 00:47:43 +00:00
groupbydialog.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
groupbydialog.ui Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
library.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
library.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
librarybackend.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
librarybackend.h 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
libraryconfig.cpp Make library scanning on startup optional, and add a menu item to update the library. Fixes issue #341 2010-05-25 20:40:45 +00:00
libraryconfig.h Add a "load" menu item to the library, files view, and radio view to replace the current playlist with the selection. Also add an option to make this the default. Fixes issue #311 2010-05-15 17:45:04 +00:00
libraryconfig.ui Make library scanning on startup optional, and add a menu item to update the library. Fixes issue #341 2010-05-25 20:40:45 +00:00
libraryconfigdialog.cpp Use icons from the desktop theme where possible, fall back on oxygen. 2010-05-19 15:45:29 +00:00
libraryconfigdialog.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
libraryconfigdialog.ui Use icons from the desktop theme where possible, fall back on oxygen. 2010-05-19 15:45:29 +00:00
librarydirectorymodel.cpp Use icons from the desktop theme where possible, fall back on oxygen. 2010-05-19 15:45:29 +00:00
librarydirectorymodel.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
libraryfilterwidget.cpp Use icons from the desktop theme where possible, fall back on oxygen. 2010-05-19 15:45:29 +00:00
libraryfilterwidget.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
libraryfilterwidget.ui Use icons from the desktop theme where possible, fall back on oxygen. 2010-05-19 15:45:29 +00:00
libraryitem.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
librarymodel.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
librarymodel.h Be sure to signal about changes to the library model so that the proxy model's cache gets updated. 2010-05-25 22:18:27 +00:00
libraryplaylistitem.cpp Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
libraryplaylistitem.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
libraryquery.cpp Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
libraryquery.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
libraryview.cpp When doing a keyboard search in the library view, scroll so that the index is at the top of the viewport instead of at the bottom. Fixes issue #354 2010-05-28 12:52:22 +00:00
libraryview.h When doing a keyboard search in the library view, scroll so that the index is at the top of the viewport instead of at the bottom. Fixes issue #354 2010-05-28 12:52:22 +00:00
librarywatcher.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
librarywatcher.h 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