Clementine-audio-player-Mac.../src/core
David Sansome ebe237cd40 Codereview comments from r1844 2010-08-29 19:50:06 +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 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 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 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 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
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 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 Transcode files when copying them to devices 2010-08-29 19:22:21 +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 Codereview comments from r1844 2010-08-29 19:50:06 +00:00
organise.h Codereview comments from r1844 2010-08-29 19:50:06 +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 Clear the "stop after this track" marker after stopping after this track. Fixes issue #552 2010-08-26 19:29:55 +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 Pick a good default format to transcode to 2010-08-29 16:12:55 +00:00
song.h Support copying files to WMDM devices. Sometimes doesn't crash 100% of the time. 2010-08-23 19:13:27 +00:00
songloader.cpp Move playlist loading off the GUI thread. 2010-08-03 14:59:18 +00:00
songloader.h Move playlist loading off the GUI thread. 2010-08-03 14:59:18 +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