Clementine-audio-player-Mac.../src/core
David Sansome c0ea45a9c9 Show an error dialog when copying or deleting files failed. 2010-08-14 11:51:50 +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
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 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 Show an error dialog when copying or deleting files failed. 2010-08-14 11:51:50 +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 encoding of tags we get from gstreamer. 2010-08-09 13:12:54 +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 Test whether we can still talk to afc before freeing the lockdownd client (fixes usbmuxd errors once and for all), report afc copy errors, keep track of files that failed to copy to a device, don't attempt to write the itunesdb if there were errors during copying. 2010-08-10 19:42:43 +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 Show an error dialog when copying or deleting files failed. 2010-08-14 11:51:50 +00:00
organise.h Show an error dialog when copying or deleting files failed. 2010-08-14 11:51:50 +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 Fix encoding of tags we get from gstreamer. 2010-08-09 13:12:54 +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 Fix encoding of tags we get from gstreamer. 2010-08-09 13:12:54 +00:00
song.h Fix encoding of tags we get from gstreamer. 2010-08-09 13:12:54 +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 Codereview comments from r1685 2010-08-12 16:35:43 +00:00
utilities.h Test whether we can still talk to afc before freeing the lockdownd client (fixes usbmuxd errors once and for all), report afc copy errors, keep track of files that failed to copy to a device, don't attempt to write the itunesdb if there were errors during copying. 2010-08-10 19:42:43 +00:00