Clementine-audio-player-Mac.../src/core
David Sansome 5c90404915 Sort album covers by image size. Fixes issue 2048 2011-07-26 12:17:28 +01:00
..
backgroundstreams.cpp Keep the state of the rain and hypnotoad menu actions in sync with whether they're actually playing. Fixes issue 1986 2011-06-19 14:42:00 +00:00
backgroundstreams.h Keep the state of the rain and hypnotoad menu actions in sync with whether they're actually playing. Fixes issue 1986 2011-06-19 14:42:00 +00:00
backgroundthread.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
backgroundthread.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
boundfuturewatcher.h Code review comments for r1631 2010-08-04 12:37:46 +00:00
commandlineoptions.cpp Toggle visibility for Pretty OSD by command line and global shortcut. 2011-06-05 08:21:17 +00:00
commandlineoptions.h Toggle visibility for Pretty OSD by command line and global shortcut. 2011-06-05 08:21:17 +00:00
crashreporting.cpp Add a new logging system 2011-04-22 16:50:29 +00:00
crashreporting.h Add google breakpad to 3rdparty, and gather crash reports 2011-03-23 21:53:24 +00:00
database.cpp Encode URLs properly when doing the DB schema conversion to store filenames as URLs 2011-06-14 14:46:02 +00:00
database.h Encode URLs properly when doing the DB schema conversion to store filenames as URLs 2011-06-14 14:46:02 +00:00
deletefiles.cpp Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests. 2011-04-28 12:27:53 +00:00
deletefiles.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
encoding.cpp Define QT_STRICT_ITERATORS and fix the associated bugs. 2011-06-20 15:08:06 +00:00
encoding.h Remove taglib prefix from includes as the taglib include path contains it already. 2011-02-04 12:36:56 +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 Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests. 2011-04-28 12:27:53 +00:00
filesystemmusicstorage.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
fmpsparser.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
fmpsparser.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
globalshortcutbackend.cpp Move everything DBus related back to the main thread and use synchronous method calls everywhere 2011-01-22 12:47:19 +00:00
globalshortcutbackend.h Move everything DBus related back to the main thread and use synchronous method calls everywhere 2011-01-22 12:47:19 +00:00
globalshortcuts.cpp Toggle visibility for Pretty OSD by command line and global shortcut. 2011-06-05 08:21:17 +00:00
globalshortcuts.h Toggle visibility for Pretty OSD by command line and global shortcut. 2011-06-05 08:21:17 +00:00
gnomeglobalshortcutbackend.cpp Add a new logging system 2011-04-22 16:50:29 +00:00
gnomeglobalshortcutbackend.h Move everything DBus related back to the main thread and use synchronous method calls everywhere 2011-01-22 12:47:19 +00:00
logging.cpp Buffer stdout and stderr properly, and integrate with python's logging module 2011-05-22 11:48:12 +00:00
logging.h Buffer stdout and stderr properly, and integrate with python's logging module 2011-05-22 11:48:12 +00:00
mac_delegate.h Use SPMediaKeyTap for global media keys on Mac. 2011-05-30 10:09:34 +00:00
mac_startup.h Fix some mac ui and metadata bugs. 2010-12-14 15:00:46 +00:00
mac_startup.mm Change Mac media keys to respond on key release. Fixes issue 1985. 2011-06-13 10:20:37 +00:00
macglobalshortcutbackend.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
macglobalshortcutbackend.mm Add missing copyright headers to the icecast source and objective-c 2010-11-23 11:42:19 +00:00
mergedproxymodel.cpp Refactor all the code that handles adding items to the playlist - whether it be by a context menu item, double clicking in a view or dragging. Everything now uses the models' mimeData() instead of duplicating the same code everywhere. 2011-01-10 22:26:13 +00:00
mergedproxymodel.h Refactor all the code that handles adding items to the playlist - whether it be by a context menu item, double clicking in a view or dragging. Everything now uses the models' mimeData() instead of duplicating the same code everywhere. 2011-01-10 22:26:13 +00:00
mimedata.h moving the responsibility for naming playlists into mimeData() methods (into models) 2011-02-16 18:29:35 +00:00
modelfuturewatcher.h Use persistent model index. 2010-08-02 14:07:34 +00:00
mpris.cpp initial commit of "multiple covers providers" feature: 2011-04-02 13:34:06 +00:00
mpris.h Move ArtLoader from mpris_common.h to its own file, add libxrme to 3rdparty, add a working XMPP remote. 2011-02-19 18:24:11 +00:00
mpris1.cpp Always pause on --pause. 2011-05-26 15:40:53 +00:00
mpris1.h Fix broken signal in MPRIS1. 2011-02-23 11:11:17 +00:00
mpris2.cpp Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests. 2011-04-28 12:27:53 +00:00
mpris2.h Move ArtLoader from mpris_common.h to its own file, add libxrme to 3rdparty, add a working XMPP remote. 2011-02-19 18:24:11 +00:00
mpris_common.h Move ArtLoader from mpris_common.h to its own file, add libxrme to 3rdparty, add a working XMPP remote. 2011-02-19 18:24:11 +00:00
multisortfilterproxy.cpp Sort album covers by image size. Fixes issue 2048 2011-07-26 12:17:28 +01:00
multisortfilterproxy.h Sort album covers by image size. Fixes issue 2048 2011-07-26 12:17:28 +01:00
musicstorage.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
musicstorage.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
network.cpp Set a timeout of 5 seconds on musicbrainz network requests. Fixes issue #1390 2011-03-13 13:17:35 +00:00
network.h Set a timeout of 5 seconds on musicbrainz network requests. Fixes issue #1390 2011-03-13 13:17:35 +00:00
networkproxyfactory.cpp Add a new logging system 2011-04-22 16:50:29 +00:00
networkproxyfactory.h Proxy support. Fixes issue #38 2010-12-25 17:25:29 +00:00
organise.cpp Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests. 2011-04-28 12:27:53 +00:00
organise.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
organiseformat.cpp Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests. 2011-04-28 12:27:53 +00:00
organiseformat.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
player.cpp Revert "Move TaskManager::Task and UrlHandler::LoadResult structs out of their parent classes - PythonQt doesn't understand nested structs." 2011-07-23 15:32:12 +01:00
player.h Revert "Move TaskManager::Task and UrlHandler::LoadResult structs out of their parent classes - PythonQt doesn't understand nested structs." 2011-07-23 15:32:12 +01:00
potranslator.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
qxtglobalshortcutbackend.cpp Add a new logging system 2011-04-22 16:50:29 +00:00
qxtglobalshortcutbackend.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
scopedgobject.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
scopedtransaction.cpp Add a new logging system 2011-04-22 16:50:29 +00:00
scopedtransaction.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
settingsprovider.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
settingsprovider.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
simpletreeitem.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
simpletreemodel.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
song.cpp Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
song.h Don't record an undo step when all the songs inserted into the playlist were vetoed. Thanks schizosfera. 2011-07-01 20:48:18 +00:00
songloader.cpp Refactor "Radio" files into "Internet" files. 2011-07-15 13:27:50 +00:00
songloader.h Minor modifications on load audio CD, including better cleaning of objects 2011-06-14 23:38:43 +00:00
stylesheetloader.cpp Add a new logging system 2011-04-22 16:50:29 +00:00
stylesheetloader.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
taskmanager.cpp Revert "Move TaskManager::Task and UrlHandler::LoadResult structs out of their parent classes - PythonQt doesn't understand nested structs." 2011-07-23 15:32:12 +01:00
taskmanager.h Revert "Move TaskManager::Task and UrlHandler::LoadResult structs out of their parent classes - PythonQt doesn't understand nested structs." 2011-07-23 15:32:12 +01:00
timeconstants.h Use constants instead of "1eN" literals for converting between time units. 2011-02-14 19:34:37 +00:00
ubuntuunityhack.cpp Oops, remove some unused dbus includes 2011-06-18 22:05:35 +00:00
ubuntuunityhack.h Add Clementine to the Unity system tray whitelist on startup. 2011-06-18 19:08:09 +00:00
urlhandler.cpp Revert "Move TaskManager::Task and UrlHandler::LoadResult structs out of their parent classes - PythonQt doesn't understand nested structs." 2011-07-23 15:32:12 +01:00
urlhandler.h Revert "Move TaskManager::Task and UrlHandler::LoadResult structs out of their parent classes - PythonQt doesn't understand nested structs." 2011-07-23 15:32:12 +01:00
utilities.cpp Add sha256 and hmac-sha256 functions 2011-07-23 19:33:00 +01:00
utilities.h Add sha256 and hmac-sha256 functions 2011-07-23 19:33:00 +01:00