Clementine-audio-player-Mac.../src/core
David Sansome b5f366c40a Add a thread safe network disk cache, and remove the need to pass a NetworkAccessManager around everywhere. Fixes issue #852 2010-10-16 17:20:54 +00:00
..
albumcoverfetcher.cpp Add a thread safe network disk cache, and remove the need to pass a NetworkAccessManager around everywhere. Fixes issue #852 2010-10-16 17:20:54 +00:00
albumcoverfetcher.h Add a thread safe network disk cache, and remove the need to pass a NetworkAccessManager around everywhere. Fixes issue #852 2010-10-16 17:20:54 +00:00
albumcoverloader.cpp Add a thread safe network disk cache, and remove the need to pass a NetworkAccessManager around everywhere. Fixes issue #852 2010-10-16 17:20:54 +00:00
albumcoverloader.h Add a thread safe network disk cache, and remove the need to pass a NetworkAccessManager around everywhere. Fixes issue #852 2010-10-16 17:20:54 +00:00
backgroundthread.cpp Remove the pointless CreateInThread method from BackgroundThread and instead move objects to the right thread after creation. 2010-08-27 18:36:57 +00:00
backgroundthread.h Remove the pointless CreateInThread method from BackgroundThread and instead move objects to the right thread after creation. 2010-08-27 18:36:57 +00:00
boundfuturewatcher.h Code review comments for r1631 2010-08-04 12:37:46 +00:00
commandlineoptions.cpp Use QFile::decodeName when reading command-line arguments. Fixes isse #752 2010-09-25 15:15:05 +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 Store the device's transcode preference in the database 2010-08-29 15:32:36 +00:00
database.h Store devices in the main database 2010-07-03 23:00:07 +00:00
deletefiles.cpp Allow devices to report progress information about individual songs back to the Organise object. Implement this for MTP 2010-08-28 21:55:30 +00:00
deletefiles.h Show an error dialog when copying or deleting files failed. 2010-08-14 11:51:50 +00:00
encoding.cpp Fix encoding of tags we get from gstreamer. 2010-08-09 13:12:54 +00:00
encoding.h Fix playlist loading. 2010-08-16 18:58:26 +00:00
fht.cpp Rollback analyzer changes. 2010-08-28 18:48:16 +00:00
fht.h Rollback analyzer changes. 2010-08-28 18:48:16 +00:00
filesystemmusicstorage.cpp Replace ? characters when copying files to devices (since they're invalid on FAT32 filesystems), and check the return value of QDir::mkpath. Fixes issue #721. 2010-09-18 10:06:30 +00:00
filesystemmusicstorage.h Allow devices to report progress information about individual songs back to the Organise object. Implement this for MTP 2010-08-28 21:55:30 +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 Change global shortcuts on Mac to be eaten. 2010-09-13 10:14:46 +00:00
macglobalshortcutbackend.mm Change global shortcuts on Mac to be eaten. 2010-09-13 10:14:46 +00:00
mergedproxymodel.cpp Fix some weird behaviour when renaming a device and changing the sorting order in the devices view. 2010-09-18 12:33:23 +00:00
mergedproxymodel.h Fix some weird behaviour when renaming a device and changing the sorting order in the devices view. 2010-09-18 12:33:23 +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 Allow GetSupportedFiletypes to return an error, and make it possible to request a list of supported filetypes at the same time as opening the device for copying - making things much faster on MTP devices. 2010-08-30 12:22:15 +00:00
network.cpp Add a thread safe network disk cache, and remove the need to pass a NetworkAccessManager around everywhere. Fixes issue #852 2010-10-16 17:20:54 +00:00
network.h Add a thread safe network disk cache, and remove the need to pass a NetworkAccessManager around everywhere. Fixes issue #852 2010-10-16 17:20:54 +00:00
organise.cpp Allow GetSupportedFiletypes to return an error, and make it possible to request a list of supported filetypes at the same time as opening the device for copying - making things much faster on MTP devices. 2010-08-30 12:22:15 +00:00
organise.h Show progress information when transcoding files to copy to a device 2010-08-30 11:36:40 +00:00
organiseformat.cpp Replace more invalid FAT32 characters in filenames. Fixes issue #799 2010-09-25 15:04:58 +00:00
organiseformat.h Replace more invalid FAT32 characters in filenames. Fixes issue #799 2010-09-25 15:04:58 +00:00
player.cpp Add more fields to MPRIS GetMetadata 2010-09-29 17:03:32 +00:00
player.h Play last.fm tag radio or similar artists radio when clicking on a tag in the song/artist info pane. 2010-10-16 15:22:14 +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
scopedgobject.h Don't mount GIO devices automatically, instead put them in a "not mounted" state in the GUI and mount them when double-clicked on. Fixes issue #719. Probably fixes issue #723. 2010-09-11 12:29:44 +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 Ignore engine metadata notifications if the song was previously loaded via taglib. 2010-10-12 11:55:45 +00:00
song.h Ignore engine metadata notifications if the song was previously loaded via taglib. 2010-10-12 11:55:45 +00:00
songloader.cpp Ignore playlists when loading local directories. Fixes issue #886 2010-10-16 12:37:33 +00:00
songloader.h Ignore playlists when loading local directories. Fixes issue #886 2010-10-16 12:37:33 +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 Fix all the windows crashes 2010-08-28 12:30:53 +00:00
utilities.h Copy string metadata properly 2010-08-28 13:52:29 +00:00