Clementine-audio-player-Mac.../src/core
David Sansome 8f4c1dbbf6 When doing gapless playback, fix a bug where the TrackEnded signal would be emitted too early, before the track had actually ended. This caused the song after the current song to get scrobbled and its playcount increased. Fixes issue 1771 2011-04-17 14:11:37 +00:00
..
backgroundstreams.cpp Clean up the background streams settings page a bit, and use a different icon 2010-12-04 15:11:50 +00:00
backgroundstreams.h Clean up the background streams settings page a bit, and use a different icon 2010-12-04 15:11:50 +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 Add the beginnings of an ICE socket implementation. 2011-04-07 13:38:27 +00:00
commandlineoptions.h Add the beginnings of an ICE socket implementation. 2011-04-07 13:38:27 +00:00
crashreporting.cpp Add support for Google breakpad on mac. (Uploading crash reports doesn't work yet due to redirect). 2011-03-25 11:38:03 +00:00
crashreporting.h Add google breakpad to 3rdparty, and gather crash reports 2011-03-23 21:53:24 +00:00
database.cpp a way to mark DB schema versions as requiring a full library rescan 2011-02-25 20:10:41 +00:00
database.h a way to mark DB schema versions as requiring a full library rescan 2011-02-25 20:10:41 +00:00
deletefiles.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +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 Remove taglib prefix from includes as the taglib include path contains it already. 2011-02-04 12:36:56 +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 clementine Issue 858 2011-03-23 11:23: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
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 Added scrobbling button in main window and a global shortcut for 2011-04-07 16:25:52 +00:00
globalshortcuts.h Added scrobbling button in main window and a global shortcut for 2011-04-07 16:25:52 +00:00
gnomeglobalshortcutbackend.cpp Fix compilation on mac and windows 2011-01-22 14:13:56 +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
mac_delegate.h Maybe fix the mac build without breakpad 2011-03-26 17:36:13 +00:00
mac_startup.h Fix some mac ui and metadata bugs. 2010-12-14 15:00:46 +00:00
mac_startup.mm Maybe fix the mac build without breakpad 2011-03-26 17:36:13 +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 initial commit of "multiple covers providers" feature: 2011-04-02 13:34:06 +00:00
mpris1.h Fix broken signal in MPRIS1. 2011-02-23 11:11:17 +00:00
mpris2.cpp initial commit of "multiple covers providers" feature: 2011-04-02 13:34:06 +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
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 Oops, Fix a compile error 2011-03-25 21:52:56 +00:00
networkproxyfactory.h Proxy support. Fixes issue #38 2010-12-25 17:25:29 +00:00
organise.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +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 constants instead of "1eN" literals for converting between time units. 2011-02-14 19:34:37 +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 When doing gapless playback, fix a bug where the TrackEnded signal would be emitted too early, before the track had actually ended. This caused the song after the current song to get scrobbled and its playcount increased. Fixes issue 1771 2011-04-17 14:11:37 +00:00
player.h initial commit of "multiple covers providers" feature: 2011-04-02 13:34:06 +00: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 missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +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 missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +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 Scrobble radio streams even if we don't know the length of each individual part. Fixes issue 681 2011-04-16 15:13:53 +00:00
song.h Loading file in async way, in two times: fast loading files and insert them in playlist view, while loading info (tags, ...) in background thread 2011-04-16 14:04:15 +00:00
songloader.cpp Loading file in async way, in two times: fast loading files and insert them in playlist view, while loading info (tags, ...) in background thread 2011-04-16 14:04:15 +00:00
songloader.h Minor modifications thanks to David' comments. Adding some comments to explain the new process: hope it's clearer now 2011-04-16 15:06:13 +00:00
stylesheetloader.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +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 Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
taskmanager.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
timeconstants.h Use constants instead of "1eN" literals for converting between time units. 2011-02-14 19:34:37 +00:00
utilities.cpp Add a "Show in file browser..." to the library context menu as well. Fixes issue #1563 2011-03-17 19:52:21 +00:00
utilities.h Add a "Show in file browser..." to the library context menu as well. Fixes issue #1563 2011-03-17 19:52:21 +00:00