Clementine-audio-player-Mac.../src/core
David Sansome 05b6c8fe71 Allow organising of whole directories, and pause the library watcher while organising is in progress. 2010-06-24 21:46:18 +00:00
..
albumcoverfetcher.cpp Use the same last.fm API for automatic and manual fetching 2010-06-22 13:54:07 +00:00
albumcoverfetcher.h Use the same last.fm API for automatic and manual fetching 2010-06-22 13:54:07 +00:00
albumcoverloader.cpp Make sure the OSD and album cover manager use a "no cover" image when there's no artwork 2010-05-16 22:53:42 +00:00
albumcoverloader.h Make sure the OSD and album cover manager use a "no cover" image when there's no artwork 2010-05-16 22:53:42 +00:00
backgroundthread.cpp 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
backgroundthread.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
commandlineoptions.cpp Don't miss out the first filename on the commandline 2010-06-18 12:19:19 +00:00
commandlineoptions.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
database.cpp Pedantry 2010-06-21 12:42:22 +00:00
database.h Don't need these symbols any more 2010-06-21 12:41:38 +00:00
fht.cpp Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
fht.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
globalshortcutbackend.cpp Global shortcuts dialog should work now. 2010-05-17 11:06:50 +00:00
globalshortcutbackend.h Global shortcuts dialog should work now. 2010-05-17 11:06:50 +00:00
globalshortcuts.cpp Remove useless function. 2010-06-17 23:00:07 +00:00
globalshortcuts.h Remove useless function. 2010-06-17 23:00:07 +00:00
gnomeglobalshortcutbackend.cpp Global shortcuts dialog should work now. 2010-05-17 11:06:50 +00:00
gnomeglobalshortcutbackend.h Global shortcuts dialog should work now. 2010-05-17 11:06:50 +00:00
mac_startup.h Global keyboard shortcuts for Cocoa. 2010-06-17 20:31:34 +00:00
mac_startup.mm Implement native dock menu on Mac. 2010-06-22 14:09:13 +00:00
macglobalshortcutbackend.h Only show mac universal access dialog if user clicks on button in global shortcuts dialog. 2010-06-17 23:11:51 +00:00
macglobalshortcutbackend.mm Merge merge merge 2010-06-22 20:57:05 +00:00
mergedproxymodel.cpp Automatically expand the nodes in the magnatune database when searching 2010-05-16 23:44:33 +00:00
mergedproxymodel.h Automatically expand the nodes in the magnatune database when searching 2010-05-16 23:44:33 +00:00
mpris.cpp Make all the source files a single cmake target again. 2010-06-08 22:39:31 +00:00
mpris.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
networkaccessmanager.cpp Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
networkaccessmanager.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
organise.cpp Allow organising of whole directories, and pause the library watcher while organising is in progress. 2010-06-24 21:46:18 +00:00
organise.h Allow organising of whole directories, and pause the library watcher while organising is in progress. 2010-06-24 21:46:18 +00:00
organiseformat.cpp Move OrganiseFormat to core/ and add an Organise class that actually does the work. 2010-06-24 18:33:38 +00:00
organiseformat.h Move OrganiseFormat to core/ and add an Organise class that actually does the work. 2010-06-24 18:33:38 +00:00
player.cpp Change the rain URL to one on clementine-player.org so we can redirect if the actual URL changes 2010-06-18 13:35:17 +00:00
player.h Rain! 2010-06-14 20:00:17 +00:00
potranslator.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
qxtglobalshortcutbackend.cpp Don't try to register empty global shortcuts (avoids loads of warnings being printed to stderr) 2010-06-20 18:43:20 +00:00
qxtglobalshortcutbackend.h Global shortcuts dialog should work now. 2010-05-17 11:06:50 +00:00
scopedtransaction.cpp Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
scopedtransaction.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
settingsprovider.cpp Seperate last played values for each playlist 2010-05-20 22:30:55 +00:00
settingsprovider.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
simpletreeitem.h Allow names for custom saved streams. Fixes issue #242 2010-05-27 22:53:07 +00:00
simpletreemodel.h Allow names for custom saved streams. Fixes issue #242 2010-05-27 22:53:07 +00:00
song.cpp Use sqlite's Full Text Search on the songs table 2010-06-20 16:30:10 +00:00
song.h Use sqlite's Full Text Search on the songs table 2010-06-20 16:30:10 +00:00
songloader.cpp Set a longer remote timeout on unit tests so they don't fail when they run on buildbit with high load. 2010-06-23 11:51:13 +00:00
songloader.h Set a longer remote timeout on unit tests so they don't fail when they run on buildbit with high load. 2010-06-23 11:51:13 +00:00
stylesheetloader.cpp Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
stylesheetloader.h Split all the source files up into seven new directories. 2010-05-10 21:50:31 +00:00
taskmanager.cpp Make the LibraryWatcher report on its progresss. Fixes issue #436 2010-06-23 14:00:18 +00:00
taskmanager.h Move OrganiseFormat to core/ and add an Organise class that actually does the work. 2010-06-24 18:33:38 +00:00
utilities.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
utilities.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