Clementine-audio-player-Mac.../src/core
David Sansome dea9fbec95 Musicbrainz tagging improvements:
* Fix a bug where the song title would be used for the album field
  * Get the album's year as well
  * Include all releases for a song in the results list
  * Remove duplicate albums
  * Sort results
(cherry picked from commit e9c0b4bd69)
2012-01-11 21:10:56 +00: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
cachedlist.h Add "Your radio streams" global search provider 2011-11-06 15:00:50 +00:00
closure.cpp Use task manager on most GS actions 2011-11-23 01:07:40 +01:00
closure.h Use task manager on most GS actions 2011-11-23 01:07:40 +01:00
commandlineoptions.cpp Remove the global search popup for now until it can be made a bit prettier 2011-12-12 20:50:02 +00:00
commandlineoptions.h Remove the global search popup for now until it can be made a bit prettier 2011-12-12 20:50:02 +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 Add album effective_artist filter that falls back to artist when unavailable (Issue 509) 2011-11-28 11:04:38 +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 Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +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 Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +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
filesystemwatcherinterface.cpp Add copyright headers. 2012-01-11 21:09:21 +00:00
filesystemwatcherinterface.h Add copyright headers. 2012-01-11 21:09:21 +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 Remove the global search popup for now until it can be made a bit prettier 2011-12-12 20:50:02 +00:00
globalshortcuts.h Remove the global search popup for now until it can be made a bit prettier 2011-12-12 20:50:02 +00:00
gnomeglobalshortcutbackend.cpp Fix compilation of the gnome global shortcuts backend when dbus isn't available 2011-10-15 20:49:53 +01:00
gnomeglobalshortcutbackend.h Register and unregister for media key notifications properly from the gnome settings daemon 2011-10-14 22:01:25 +01: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 Lion build fixes 2011-11-10 20:56:49 +01:00
mac_startup.h Fix the global shortcut grabber on Mac. 2011-09-01 14:10:30 +01:00
mac_startup.mm Lion build fixes 2011-11-10 20:56:49 +01:00
mac_utilities.h Add missing copyright headers. 2011-09-01 16:07:07 +01:00
macfslistener.h Add copyright headers. 2012-01-11 21:09:21 +00:00
macfslistener.mm const& and tweaks to Mac directory canonicalisation. 2012-01-11 21:09:30 +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 Fix the global shortcut grabber on Mac. 2011-09-01 14:10:30 +01:00
mergedproxymodel.cpp Ability to add a Grooveshark song to Grooveshark user's favorites 2011-11-02 00:02:49 +01:00
mergedproxymodel.h Add songs to Grooveshark playlists by drag and drop 2011-10-30 23:59:43 +01:00
mimedata.h Add "Your radio streams" global search provider 2011-11-06 15:00:50 +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 Don't report version number in MPRIS2 Identity. 2011-12-01 09:28:11 +00:00
mpris2.h Add a DBus interface onto the global search engine, and add a KDE krunner plugin that performs global searches in Clementine. 2011-10-19 23:17:24 +01:00
mpris_common.h Add a DBus interface onto the global search engine, and add a KDE krunner plugin that performs global searches in Clementine. 2011-10-19 23:17:24 +01:00
multisortfilterproxy.cpp Use a template function instead of a macro 2011-07-26 13:22:23 +01:00
multisortfilterproxy.h Use a template function instead of a macro 2011-07-26 13:22:23 +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 Restore Qt 4.7 behaviour by adding a content type to POST requests that don't have one. 2011-11-10 23:42:34 +01: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 Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +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 Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +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 Don't crash when using Player::PlayAt to play an index that doesn't exist. Fixes issue 2330 2011-11-27 22:24:38 +00:00
player.h When stopping due to "Stop after this track", set the current song to the one after, so when the user presses Play it plays the next song instead of the last one again. 2011-09-27 23:31:15 +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
qtfslistener.cpp Add copyright headers. 2012-01-11 21:09:21 +00:00
qtfslistener.h Add copyright headers. 2012-01-11 21:09:21 +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
scoped_nsobject.h Add scoped_nsobject from Chrome. 2012-01-11 21:08:20 +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 Don't set a "file" url scheme on files in devices that already have URL prefixes (like afc:// for iPod Touches) 2012-01-11 21:06:12 +00:00
song.h Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +00:00
songloader.cpp Musicbrainz tagging improvements: 2012-01-11 21:10:56 +00:00
songloader.h Fix playlist detection when playlist size is < 512 bytes. 2011-11-10 21:42:40 +01: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 Use task manager on most GS actions 2011-11-23 01:07:40 +01:00
taskmanager.h Use task manager on most GS actions 2011-11-23 01:07:40 +01:00
timeconstants.h Remove the custom gstspotifytcpsrc and use tcpserversrc ! gdpdepay to receive data. Use a gstreamer pipeline on the other end as well to send data. 2011-11-28 18:45:12 +00:00
ubuntuunityhack.cpp Only use the Unity hack on Ubuntu. Fixes issue 2198 2011-11-13 00:40:29 +00:00
ubuntuunityhack.h Add Clementine to the Unity system tray whitelist on startup. 2011-06-18 19:08:09 +00:00
urlhandler.cpp Get GrooveShark songs' length (give the ability to seek through stream). markStream and markSongComplete, as resquested by GrooveShark 2011-10-02 12:05:56 +02:00
urlhandler.h Get GrooveShark songs' length (give the ability to seek through stream). markStream and markSongComplete, as resquested by GrooveShark 2011-10-02 12:05:56 +02:00
utilities.cpp Musicbrainz tagging improvements: 2012-01-11 21:10:56 +00:00
utilities.h Musicbrainz tagging improvements: 2012-01-11 21:10:56 +00:00