Clementine-audio-player-Mac.../src/core
David Sansome 6604e97493 Make it possible to change the language with --language, or an option in the settings dialog. Fixes issue #583 2010-08-02 19:02:21 +00:00
..
albumcoverfetcher.cpp Revert r1344 (the timer tracing), it didn't help 2010-06-25 22:04:24 +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 Fix a build failure with mingw 2010-07-19 19:33:13 +00:00
albumcoverloader.h Make the AlbumCoverLoader read embedded album cover art when it's available. Fixes issue #516 2010-07-19 17:55:02 +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 Make it possible to change the language with --language, or an option in the settings dialog. Fixes issue #583 2010-08-02 19:02:21 +00:00
commandlineoptions.h Make it possible to change the language with --language, or an option in the settings dialog. Fixes issue #583 2010-08-02 19:02:21 +00:00
database.cpp Make sure -1 and "" get stored in the database instead of NULL for song metadata. Thanks YellowOnion. Fixes issue #396. Fixes issue #479. 2010-07-24 15:13:09 +00:00
database.h Store devices in the main database 2010-07-03 23:00:07 +00:00
deletefiles.cpp Oops, don't need this hack any more 2010-08-01 11:05:14 +00:00
deletefiles.h Add support for deleting files from the filesystem, devices, and ipods. 2010-07-31 16:12:16 +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
filesystemmusicstorage.cpp Add support for deleting files from the filesystem, devices, and ipods. 2010-07-31 16:12:16 +00:00
filesystemmusicstorage.h Add support for deleting files from the filesystem, devices, and ipods. 2010-07-31 16:12:16 +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 Add global shortcuts for show/hide and show osd. 2010-07-24 12:39:09 +00:00
globalshortcuts.h Add global shortcuts for show/hide and show osd. 2010-07-24 12:39:09 +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 Catch Enter key events & ignore events we don't understand. 2010-06-29 18:44:36 +00:00
mergedproxymodel.cpp Pass dataChanged through MergedProxyModel 2010-07-04 11:43:17 +00:00
mergedproxymodel.h Pass dataChanged through MergedProxyModel 2010-07-04 11:43:17 +00:00
modelfuturewatcher.h Use persistent model index. 2010-08-02 14:07:34 +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
musicstorage.cpp Add a MusicStorage interface that can be used to abstract away the details of copying a file to a device. 2010-07-19 19:56:29 +00:00
musicstorage.h Oops, don't need this hack any more 2010-08-01 11:05:14 +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 Oops, don't need this hack any more 2010-08-01 11:05:14 +00:00
organise.h Add an option to eject a device after copying files to it. Now with bonus multiple virtual inheritance. 2010-07-25 09:52:29 +00:00
organiseformat.cpp Replace slashes with underscores when organising files. Fixes issue #503 2010-07-24 13:56:49 +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 Unpack artist/title from SomaFM streams correctly. 2010-07-15 12:59:14 +00:00
player.h Generate Hypnotoad rather than streaming it. 2010-07-14 11:16:56 +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 Fix crash when expanding last.fm tree. 2010-07-26 17:32:16 +00:00
simpletreemodel.h Allow names for custom saved streams. Fixes issue #242 2010-05-27 22:53:07 +00:00
song.cpp Add support for saving songs in a separate thread. 2010-08-02 14:00:43 +00:00
song.h Add support for saving songs in a separate thread. 2010-08-02 14:00:43 +00:00
songloader.cpp Look at the file extension as well as magic when loading a local playlist. Fixes issue #507 2010-07-24 14:09:27 +00:00
songloader.h moc doesn't know about config.h, so these slots need to always be declared. 2010-06-26 15:09:32 +00:00
stylesheetloader.cpp Hack font size down to 11pt on Mac. 2010-07-26 12:55:33 +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 pausing and resuming library scans come from the task manager, not the organiser. 2010-06-24 22:59:29 +00:00
taskmanager.h Make pausing and resuming library scans come from the task manager, not the organiser. 2010-06-24 22:59:29 +00:00
utilities.cpp Copy the iTunes database off a libimobiledevice device and load it from the local file 2010-08-01 14:13:27 +00:00
utilities.h Copy the iTunes database off a libimobiledevice device and load it from the local file 2010-08-01 14:13:27 +00:00