1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-19 12:53:25 +01:00
Clementine-audio-player-Mac.../src
2010-06-02 19:19:30 +00:00
..
analyzers
core 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
engines Make this all a bit more sane 2010-05-31 20:59:13 +00:00
library 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
playlist 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
playlistparsers Fix XML parsers to output file URLs. 2010-05-27 22:43:07 +00:00
radio 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
transcoder
translations Show multiple errors in the same dialog 2010-05-31 20:49:44 +00:00
ui Don't create SettingsDialog until RadioModel is available 2010-06-02 16:27:52 +00:00
widgets Add a background to the pretty OSD 2010-06-02 19:19:30 +00:00
CMakeLists.txt Move the playlist parsers to another directory, and add a PlaylistParser class that magically uses the right parser. 2010-05-22 20:06:19 +00:00
config.h.in
main.cpp Use icons from the desktop theme where possible, fall back on oxygen. 2010-05-19 15:45:29 +00:00