Clementine-audio-player-Mac.../src/core
John Maguire bde7902686 Refactor some initial setup out of MainWindow::MainWindow(). 2011-01-04 11:33:22 +00:00
..
albumcoverfetcher.cpp Download higher resolution images from last.fm. Thanks markwatkinson. Fixes issue #1187 2010-12-26 20:19:12 +00:00
albumcoverfetcher.h Download higher resolution images from last.fm. Thanks markwatkinson. Fixes issue #1187 2010-12-26 20:19:12 +00:00
albumcoverloader.cpp Fix loading songs with non-ascii characters in the filename on Windows. Fixes issue #1207. Fixes issue #531. Fixes issue #813. 2010-12-30 17:13:11 +00:00
albumcoverloader.h Make the "show full size" menu item in the now playing widget and edit tag dialog work with embedded covers 2010-12-28 22:20:54 +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 Make it possible to disable all lyric providers. 2010-12-26 15:06:11 +00:00
commandlineoptions.h Always use the gstreamer engine, remove xine, vlc and phonon engines. 2010-12-26 13:01:35 +00:00
database.cpp consider .cues when scanning the library 2010-12-28 15:36:01 +00:00
database.h Put the Jamendo songs in a separate database that gets attached to the main database. "Reload" it by deleting the file, which is much faster than DELETEing all the songs inside. Make reloading the Jamendo, Icecast and Magnatune databases always bypass the network cache. Store the Jamendo track IDs in a separate table - for some reason this makes inserts faster. Fix the Jamendo model after the inital database load. Make the Jamendo dymanic playlist use the entries that are already in the local database rather than fetching the song metadata again. 2010-11-27 16:14:09 +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 Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
encoding.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +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 Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +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 Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
globalshortcutbackend.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
globalshortcuts.cpp missing include failing on windows 2010-12-17 17:05:55 +00:00
globalshortcuts.h global shortcuts for rating songs (Fixes issue #1089) 2010-12-17 00:21:20 +00:00
gnomeglobalshortcutbackend.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
gnomeglobalshortcutbackend.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
kittenloader.cpp Fix flickr url for kittens. 2010-12-11 14:31:03 +00:00
kittenloader.h Early Caturday! 2010-12-10 14:26:29 +00:00
mac_startup.h Fix some mac ui and metadata bugs. 2010-12-14 15:00:46 +00:00
mac_startup.mm Add support for building without Sparkle on mac. 2010-12-14 18:20:14 +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 Add some safeguards to the merged proxy model against dereferencing child models that have been deleted 2010-12-28 23:21:56 +00:00
mergedproxymodel.h Add some safeguards to the merged proxy model against dereferencing child models that have been deleted 2010-12-28 23:21:56 +00:00
modelfuturewatcher.h Use persistent model index. 2010-08-02 14:07:34 +00:00
mpris.cpp global shortcuts for rating songs (Fixes issue #1089) 2010-12-17 00:21:20 +00:00
mpris.h MPRIS' TracklistChanged event now contains the length of the playlist that has actually changed (Update issue #374) 2010-12-08 00:09:17 +00:00
mpris2.cpp Refactor some initial setup out of MainWindow::MainWindow(). 2011-01-04 11:33:22 +00:00
mpris2.h Refactor some initial setup out of MainWindow::MainWindow(). 2011-01-04 11:33:22 +00:00
mpris_common.cpp Use a smaller cover in the tray icon tooltip again. Fixes issue #1135 2010-12-19 15:04:22 +00:00
mpris_common.h Use a smaller cover in the tray icon tooltip again. Fixes issue #1135 2010-12-19 15:04:22 +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 Unbreak the build. 2010-12-09 14:19:09 +00:00
network.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
networkproxyfactory.cpp Fix network access on linux without a proxy 2010-12-26 12:03:10 +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 Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +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 Refactor some initial setup out of MainWindow::MainWindow(). 2011-01-04 11:33:22 +00:00
player.h Refactor some initial setup out of MainWindow::MainWindow(). 2011-01-04 11:33:22 +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 Fix loading songs with non-ascii characters in the filename on Windows. Fixes issue #1207. Fixes issue #531. Fixes issue #813. 2010-12-30 17:13:11 +00:00
song.h make engine 'multiple-section songs' aware -> you should now be able to play your .cue related music 2011-01-02 18:53:45 +00:00
songloader.cpp finalized the support for loading .cue based media using 'files' tab or drag and drop from the system's file browser 2011-01-03 23:36:10 +00:00
songloader.h finalized the support for loading .cue based media using 'files' tab or drag and drop from the system's file browser 2011-01-03 23:36:10 +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
utilities.cpp Add some basic script loading support and add python bindings for the Player class 2010-12-31 18:13:28 +00:00
utilities.h Add some basic script loading support and add python bindings for the Player class 2010-12-31 18:13:28 +00:00