Review Request 130244: Working port to Qt5/KF5

Mark Kretschmann kretschmann at kde.org
Sat Oct 7 09:32:20 UTC 2017



> On Oct. 3, 2017, 6:40 a.m., Mark Kretschmann wrote:
> > Just a heads-up: In about one week from now (probably around OCT-14-2017) KDE Reviewboard is going to shut down. It will be replaced by a read-only static mirror.
> > 
> > Malte, please consider moving your review to https://phabricator.kde.org/source/amarok/ which is the replacement for Reviewboard. Otherwise we won't be able to update or comment any longer.
> 
> Mark Kretschmann wrote:
>     Sorry, I meant OCT-07.
> 
> Malte Veerman wrote:
>     I'll make the new review requests on phabricator when I'm finished chopping this thing apart. It's gonna take me a while though. Yesterday KDevelop crashen during a rebase and from then on I had a ton of merge conflicts. I think it ate one of my commits. At least I got it to build successfully again today. But I'll have to investigate this further. Expect some results maybe next week or so.
> 
> Malte Veerman wrote:
>     How do you create a revision on phabricator for a branch that is not master?

I've just asked on IRC. Looks like you need to use the Arc tool and it will figure out branch by itself:

<markey_work> how do you create a review on phabricator for a specific branch?
<bcooksley> markey_work: I think arcanist will just use whatever branch you're currently on as the basis for creating the review
            (it's smart enough to know what it was branched from upstream and include both your local branch name and the upstream branch name in the review info)


- Mark


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/130244/#review103775
-----------------------------------------------------------


On Oct. 1, 2017, 10:59 a.m., Malte Veerman wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/130244/
> -----------------------------------------------------------
> 
> (Updated Oct. 1, 2017, 10:59 a.m.)
> 
> 
> Review request for Amarok.
> 
> 
> Repository: amarok
> 
> 
> Description
> -------
> 
> I apologize for the large code drop. I started working on this a few months back but was never quite satisfied with it until now.
> This diff "finishes" the port to Qt5/KF5. No Kdelibs4support either. There are still lots of applets that need porting, the only services that work right now are Ampache and Magnatune and the whole scripting thing still needs a rewrite.
> What also works is the new QML context area with the following applets: Currenttrack, Analyzer, Wikipedia and Songtext. Songtext only works because of a dirty hack I made in its backend script. Autotests are also fixed.
> Apart from that I gave the whole plugin system an overhaul and ported the signal/slot connections to the new syntax. I also added a new class called "AmarokSharedPointer" that is basically identical to the old KSharedPointer. Porting that to QSharedPointer or QExplicitlySharedDataPointer seemed like a major headache. Also some minor fixes and improvements all over the place.
> 
> 
> Diffs
> -----
> 
>   CMakeLists.txt ee28c68230 
>   playground/src/context/applets/coverbling/CoverBlingApplet.cpp a4f59958b2 
>   playground/src/context/applets/coverbling/ImageLoader.cpp 197efa00ff 
>   playground/src/context/applets/coverbling/pictureflow.cpp 65c41c548e 
>   playground/src/context/applets/covergrid/CoverGridApplet.cpp 208a3eacff 
>   shared/CMakeLists.txt fc4bfd5191 
>   shared/MetaTagLib.cpp d42dd32389 
>   shared/amarokshared_export.h 38250613e3 
>   shared/tag_helpers/ID3v2TagHelper.cpp 1b5a071653 
>   src/ActionClasses.h 9edadc1322 
>   src/ActionClasses.cpp bb67daeefa 
>   src/AmarokMimeData.h 33325c6e51 
>   src/AmarokMimeData.cpp 52c6d32b9f 
>   src/AmarokProcess.h 0d62b16f6c 
>   src/AmarokProcess.cpp 3b8f167b48 
>   src/AmarokSharedPointer.h PRE-CREATION 
>   src/App.h 34776cc310 
>   src/App.cpp 76385d6413 
>   src/CMakeLists.txt 63e54a3e65 
>   src/EngineController.h 1848d6e848 
>   src/EngineController.cpp fa61efa0d7 
>   src/GlobalCollectionActions.h d16123007d 
>   src/GlobalCollectionActions.cpp ed158dcc55 
>   src/GlobalCurrentTrackActions.h 77ae954804 
>   src/GlobalCurrentTrackActions.cpp e52af6622c 
>   src/KNotificationBackend.h 779d19ec9d 
>   src/KNotificationBackend.cpp d10898e1ce 
>   src/LastfmReadLabelCapability.cpp 44ed0d4952 
>   src/MainWindow.h 5703e5e7c6 
>   src/MainWindow.cpp c8ca2febab 
>   src/MediaDeviceCache.h df57b60ac8 
>   src/MediaDeviceCache.cpp c8b1b597f4 
>   src/MediaDeviceMonitor.h 899de35879 
>   src/MediaDeviceMonitor.cpp a912ab7d8a 
>   src/OpmlParser.h 3a4c4739e9 
>   src/OpmlParser.cpp f5297f9de6 
>   src/OpmlWriter.h a251dc45ad 
>   src/PaletteHandler.h 5f37119121 
>   src/PaletteHandler.cpp 5c8249ea78 
>   src/PluginManager.h 8ec84dcb15 
>   src/PluginManager.cpp 8ca8cb7d59 
>   src/PopupDropperFactory.h c31dff7c51 
>   src/PopupDropperFactory.cpp b8fe5db88e 
>   src/QStringx.h c60e95cd8b 
>   src/QStringx.cpp 92592e2ba9 
>   src/SvgHandler.h 9725d3ef99 
>   src/SvgHandler.cpp 3c8f21fa04 
>   src/SvgTinter.h e0be7ecc99 
>   src/SvgTinter.cpp 365f272cfc 
>   src/TrayIcon.h 2731e36c29 
>   src/TrayIcon.cpp 0190632a83 
>   src/aboutdialog/ExtendedAboutDialog.h 244b9cb410 
>   src/aboutdialog/ExtendedAboutDialog.cpp 8c40b6a8d3 
>   src/aboutdialog/OcsPersonItem.h 52641c7029 
>   src/aboutdialog/OcsPersonItem.cpp 95ce72fbc1 
>   src/aboutdialog/OcsPersonListWidget.cpp 052a48036a 
>   src/aboutdialog/libattica-ocsclient/CMakeLists.txt e219ea5429 
>   src/aboutdialog/libattica-ocsclient/activitylistjob.cpp 0d8ad87fbe 
>   src/aboutdialog/libattica-ocsclient/atticaclient_export.h 519ab2fa91 
>   src/aboutdialog/libattica-ocsclient/categorylistjob.cpp 284f206a2b 
>   src/aboutdialog/libattica-ocsclient/contentjob.cpp 8ba046bbed 
>   src/aboutdialog/libattica-ocsclient/contentlistjob.cpp 0e91908b5f 
>   src/aboutdialog/libattica-ocsclient/eventjob.cpp 8e49ee1928 
>   src/aboutdialog/libattica-ocsclient/eventlistjob.cpp 8873f82c1d 
>   src/aboutdialog/libattica-ocsclient/folderlistjob.cpp 8cad2b7e58 
>   src/aboutdialog/libattica-ocsclient/knowledgebasejob.cpp 25cc10fb5a 
>   src/aboutdialog/libattica-ocsclient/knowledgebaselistjob.cpp d8e9dc372f 
>   src/aboutdialog/libattica-ocsclient/messagelistjob.cpp db7d451f13 
>   src/aboutdialog/libattica-ocsclient/personjob.cpp decb5bc9c4 
>   src/aboutdialog/libattica-ocsclient/personlistjob.cpp c6e01c6bf0 
>   src/aboutdialog/libattica-ocsclient/postjob.cpp 3d493bdbc1 
>   src/aboutdialog/libattica-ocsclient/provider.cpp a89f613a7e 
>   src/aboutdialog/libattica-ocsclient/providerinitjob.cpp 03872af861 
>   src/amarok-plugin.desktop PRE-CREATION 
>   src/amarok_export.h bbdb03bbee 
>   src/amarok_plugin.desktop 4f175c825a 
>   src/amarokconfig.kcfg b41ca5b632 
>   src/amarokurls/AmarokUrl.cpp 5bbf07037b 
>   src/amarokurls/AmarokUrlAction.cpp 0cc391126c 
>   src/amarokurls/AmarokUrlHandler.cpp e2c23422a1 
>   src/amarokurls/BookmarkCurrentButton.cpp 3c4e531dfb 
>   src/amarokurls/BookmarkGroup.h f145a13ad8 
>   src/amarokurls/BookmarkGroup.cpp ca1f607c40 
>   src/amarokurls/BookmarkManager.cpp e5ad500426 
>   src/amarokurls/BookmarkManagerWidget.h a00f381a65 
>   src/amarokurls/BookmarkManagerWidget.cpp 62548b7807 
>   src/amarokurls/BookmarkMetaActions.cpp 5ef5fc143b 
>   src/amarokurls/BookmarkModel.h c46e1a6d7e 
>   src/amarokurls/BookmarkModel.cpp 9ea16ff96e 
>   src/amarokurls/BookmarkTreeView.h 7a9f9e82df 
>   src/amarokurls/BookmarkTreeView.cpp 608f2c2f9b 
>   src/amarokurls/BookmarkViewItem.h 786b907ec3 
>   src/amarokurls/ContextUrlGenerator.cpp ca7a828a1b 
>   src/amarokurls/ContextUrlRunner.cpp 56166bdaf6 
>   src/amarokurls/NavigationUrlGenerator.cpp 9329e2e929 
>   src/amarokurls/NavigationUrlRunner.cpp c9a2c8bc58 
>   src/amarokurls/PlayUrlGenerator.cpp c95ab28c89 
>   src/browsers/BrowserBreadcrumbItem.h c0b62bdf62 
>   src/browsers/BrowserBreadcrumbItem.cpp e27b2d50c3 
>   src/browsers/BrowserBreadcrumbWidget.h cbd9e9a396 
>   src/browsers/BrowserBreadcrumbWidget.cpp ab214ec511 
>   src/browsers/BrowserCategory.h aa5c2b0e1a 
>   src/browsers/BrowserCategory.cpp b8057507c8 
>   src/browsers/BrowserCategoryList.cpp b53e9c5eb8 
>   src/browsers/BrowserDock.h 31e27311b5 
>   src/browsers/BrowserDock.cpp 3979721833 
>   src/browsers/BrowserMessageArea.h f91efe6416 
>   src/browsers/BrowserMessageArea.cpp 13e6dd3456 
>   src/browsers/CollectionSortFilterProxyModel.h a341288159 
>   src/browsers/CollectionSortFilterProxyModel.cpp 05dc7c84ff 
>   src/browsers/CollectionTreeItem.cpp abc21f51de 
>   src/browsers/CollectionTreeItemModel.cpp 54373a223e 
>   src/browsers/CollectionTreeItemModelBase.h 6a7c0c988f 
>   src/browsers/CollectionTreeItemModelBase.cpp d19134d134 
>   src/browsers/CollectionTreeView.h daaf2ac122 
>   src/browsers/CollectionTreeView.cpp da1c54aca5 
>   src/browsers/InfoProxy.cpp 6874f395e6 
>   src/browsers/SingleCollectionTreeItemModel.cpp a525582864 
>   src/browsers/collectionbrowser/CollectionWidget.cpp dfc3bdcb54 
>   src/browsers/filebrowser/FileBrowser.h 372adb0fea 
>   src/browsers/filebrowser/FileBrowser.cpp 2e8ea5a1fb 
>   src/browsers/filebrowser/FileBrowser_p.h 7be0bfa6c5 
>   src/browsers/filebrowser/FileView.h 780bbcbe34 
>   src/browsers/filebrowser/FileView.cpp 606ebfcc50 
>   src/browsers/playlistbrowser/APGCategory.cpp 5c129eb680 
>   src/browsers/playlistbrowser/DynamicBiasDialog.h 42e1340b0b 
>   src/browsers/playlistbrowser/DynamicBiasDialog.cpp 43d0d87ad6 
>   src/browsers/playlistbrowser/DynamicCategory.cpp cd83202037 
>   src/browsers/playlistbrowser/DynamicView.cpp 458a3f9247 
>   src/browsers/playlistbrowser/PlaylistBrowser.cpp fcc938076a 
>   src/browsers/playlistbrowser/PlaylistBrowserCategory.h 9ead12cdcb 
>   src/browsers/playlistbrowser/PlaylistBrowserCategory.cpp afccbf1701 
>   src/browsers/playlistbrowser/PlaylistBrowserModel.cpp a5d545433e 
>   src/browsers/playlistbrowser/PlaylistBrowserView.cpp 811dfccd35 
>   src/browsers/playlistbrowser/PlaylistViewItem.h e3934d89e1 
>   src/browsers/playlistbrowser/PlaylistsByProviderProxy.h 42110d96ef 
>   src/browsers/playlistbrowser/PlaylistsByProviderProxy.cpp 8de7ad1531 
>   src/browsers/playlistbrowser/PlaylistsInFoldersProxy.h 2084140805 
>   src/browsers/playlistbrowser/PlaylistsInFoldersProxy.cpp 726cf9a1fc 
>   src/browsers/playlistbrowser/PodcastCategory.cpp cae625387c 
>   src/browsers/playlistbrowser/PodcastModel.h e1a3237b2b 
>   src/browsers/playlistbrowser/PodcastModel.cpp 43d10c869b 
>   src/browsers/playlistbrowser/QtGroupingProxy.h 0f0cf33baa 
>   src/browsers/playlistbrowser/QtGroupingProxy.cpp b04e118aef 
>   src/browsers/playlistbrowser/UserPlaylistCategory.h cc917745c6 
>   src/browsers/playlistbrowser/UserPlaylistCategory.cpp 5359e1ed63 
>   src/browsers/servicebrowser/ServiceBrowser.h 8be604b578 
>   src/browsers/servicebrowser/ServiceBrowser.cpp e4dfd00011 
>   src/configdialog/ConfigDialog.h 288e12afc9 
>   src/configdialog/ConfigDialog.cpp 56cf13290c 
>   src/configdialog/ConfigDialogBase.h c6e9ea353d 
>   src/configdialog/ConfigDialogBase.cpp bc309211ca 
>   src/configdialog/dialogs/CollectionConfig.h d2d999bf79 
>   src/configdialog/dialogs/CollectionConfig.cpp 75d2daa3c5 
>   src/configdialog/dialogs/CollectionConfig.ui 02e019b5ef 
>   src/configdialog/dialogs/DatabaseConfig.h 98b5dc8582 
>   src/configdialog/dialogs/DatabaseConfig.cpp cb3a3eee9f 
>   src/configdialog/dialogs/ExcludedLabelsDialog.h 0cd922e471 
>   src/configdialog/dialogs/ExcludedLabelsDialog.cpp d29d2de087 
>   src/configdialog/dialogs/ExcludedLabelsDialog.ui 588d0c5439 
>   src/configdialog/dialogs/GeneralConfig.h 6a7135b520 
>   src/configdialog/dialogs/GeneralConfig.cpp 81bf0be496 
>   src/configdialog/dialogs/GeneralConfig.ui 5cef064f9f 
>   src/configdialog/dialogs/MetadataConfig.h 1d934facc9 
>   src/configdialog/dialogs/MetadataConfig.cpp 53fbbbd22a 
>   src/configdialog/dialogs/NotificationsConfig.h d1d182f3f2 
>   src/configdialog/dialogs/NotificationsConfig.cpp 7c33ad7c50 
>   src/configdialog/dialogs/NotificationsConfig.ui fc80596a7f 
>   src/configdialog/dialogs/PlaybackConfig.h 61c7576886 
>   src/configdialog/dialogs/PlaybackConfig.cpp 96f030315d 
>   src/configdialog/dialogs/PluginsConfig.h 75d12f851e 
>   src/configdialog/dialogs/PluginsConfig.cpp 33c656eba6 
>   src/configdialog/dialogs/ScriptSelector.h 2a24b0b967 
>   src/configdialog/dialogs/ScriptSelector.cpp 1b33fe936d 
>   src/configdialog/dialogs/ScriptsConfig.h fe6103792b 
>   src/configdialog/dialogs/ScriptsConfig.cpp 41adc33cab 
>   src/configdialog/dialogs/ScriptsConfig.ui 7eccd3035b 
>   src/context/AmarokContextPackageStructure.h PRE-CREATION 
>   src/context/AmarokContextPackageStructure.cpp PRE-CREATION 
>   src/context/Applet.h 93b1f1e248 
>   src/context/Applet.cpp da9bfe3c3a 
>   src/context/AppletLoader.cpp PRE-CREATION 
>   src/context/AppletModel.h PRE-CREATION 
>   src/context/AppletModel.cpp PRE-CREATION 
>   src/context/CMakeLists.txt d1a3dd14f0 
>   src/context/Containment.h 2c87a3ece4 
>   src/context/Containment.cpp 3ec058d10b 
>   src/context/Context.h 9a6f065357 
>   src/context/ContextDock.h 76dee40772 
>   src/context/ContextDock.cpp a2f3962547 
>   src/context/ContextObserver.h e5afcc71b2 
>   src/context/ContextObserver.cpp a2f717b627 
>   src/context/ContextScene.h 143d6bcabf 
>   src/context/ContextScene.cpp 0fa83dc915 
>   src/context/ContextView.h 8ae8b4dab5 
>   src/context/ContextView.cpp 096877031d 
>   src/context/DataEngine.h 0cdd86f465 
>   src/context/DataSource.h a6273ce307 
>   src/context/LyricsManager.h f3898697c7 
>   src/context/LyricsManager.cpp 6a07108faa 
>   src/context/Svg.h d70172389f 
>   src/context/Theme.h caa93d0191 
>   src/context/ToolbarView.h b3925128f5 
>   src/context/ToolbarView.cpp a6f62e4ec5 
>   src/context/amarokapplets.knsrc e91bbfb414 
>   src/context/applet_qml_plugin/Applet.qml PRE-CREATION 
>   src/context/applet_qml_plugin/AppletHeader.qml PRE-CREATION 
>   src/context/applet_qml_plugin/qmldir PRE-CREATION 
>   src/context/applet_qml_plugin/src/AppletPlugin.cpp PRE-CREATION 
>   src/context/applet_qml_plugin/src/RatingItem.cpp PRE-CREATION 
>   src/context/applets/CMakeLists.txt f4d5456d9f 
>   src/context/applets/albums/AlbumItem.h 3d2e3e7821 
>   src/context/applets/albums/AlbumItem.cpp 65c21a5c2d 
>   src/context/applets/albums/Albums.h 4a2180efed 
>   src/context/applets/albums/Albums.cpp 4106f1e73d 
>   src/context/applets/albums/AlbumsDefs.h 119cafd628 
>   src/context/applets/albums/AlbumsModel.h a61caf4363 
>   src/context/applets/albums/AlbumsModel.cpp 433bc2bca5 
>   src/context/applets/albums/AlbumsView.h ed70f66906 
>   src/context/applets/albums/AlbumsView.cpp c9057949cf 
>   src/context/applets/albums/CMakeLists.txt 882a6e05ee 
>   src/context/applets/albums/TrackItem.h d39e66f067 
>   src/context/applets/albums/TrackItem.cpp 37865b9f7d 
>   src/context/applets/albums/amarok-albums.svg  
>   src/context/applets/albums/amarok-context-applet-albums.desktop eb455abb68 
>   src/context/applets/albums/package/contents/ui/main.qml PRE-CREATION 
>   src/context/applets/albums/plugin/AlbumsEngine.h PRE-CREATION 
>   src/context/applets/albums/plugin/AlbumsEngine.cpp PRE-CREATION 
>   src/context/applets/albums/plugin/AlbumsPlugin.cpp PRE-CREATION 
>   src/context/applets/albums/plugin/qmldir PRE-CREATION 
>   src/context/applets/analyzer/ASCIIAnalyzer.h  
>   src/context/applets/analyzer/ASCIIAnalyzer.cpp  
>   src/context/applets/analyzer/AnalyzerApplet.h c3e5775d47 
>   src/context/applets/analyzer/AnalyzerApplet.cpp 036db0870b 
>   src/context/applets/analyzer/AnalyzerBase.h fb3993c0c2 
>   src/context/applets/analyzer/AnalyzerBase.cpp c38cb77884 
>   src/context/applets/analyzer/BallsAnalyzer.h  
>   src/context/applets/analyzer/BallsAnalyzer.cpp 6b4512f45e 
>   src/context/applets/analyzer/BlockAnalyzer.h df0506bba2 
>   src/context/applets/analyzer/BlockAnalyzer.cpp 6325774695 
>   src/context/applets/analyzer/CMakeLists.txt 4e75f9de5b 
>   src/context/applets/analyzer/DiscoAnalyzer.h  
>   src/context/applets/analyzer/DiscoAnalyzer.cpp a81cde47b8 
>   src/context/applets/analyzer/amarok-context-applet-analyzer.desktop 550c7451c3 
>   src/context/applets/analyzer/fht.h  
>   src/context/applets/analyzer/fht.cpp  
>   src/context/applets/analyzer/package/contents/ui/main.qml PRE-CREATION 
>   src/context/applets/analyzer/plugin/AnalyzerPlugin.cpp PRE-CREATION 
>   src/context/applets/analyzer/plugin/BlockAnalyzer.cpp PRE-CREATION 
>   src/context/applets/analyzer/plugin/BlockAnalyzerRenderer.h PRE-CREATION 
>   src/context/applets/analyzer/plugin/qmldir PRE-CREATION 
>   src/context/applets/currenttrack/CMakeLists.txt 53807faab9 
>   src/context/applets/currenttrack/CurrentTrack.h a718a8f3cc 
>   src/context/applets/currenttrack/CurrentTrack.cpp 04e6069653 
>   src/context/applets/currenttrack/amarok-context-applet-currenttrack.desktop bdb3b9fa28 
>   src/context/applets/currenttrack/amarok-currenttrack.svg  
>   src/context/applets/currenttrack/currentTrackSettings.ui c006384021 
>   src/context/applets/currenttrack/package/contents/ui/InfoItem.qml PRE-CREATION 
>   src/context/applets/currenttrack/package/contents/ui/StatsItem.qml PRE-CREATION 
>   src/context/applets/currenttrack/package/contents/ui/main.qml PRE-CREATION 
>   src/context/applets/currenttrack/plugin/CurrentEngine.cpp PRE-CREATION 
>   src/context/applets/currenttrack/plugin/CurrentPlugin.cpp PRE-CREATION 
>   src/context/applets/currenttrack/plugin/qmldir PRE-CREATION 
>   src/context/applets/info/CMakeLists.txt 8b7b3d7087 
>   src/context/applets/info/InfoApplet.h 7d15ff7b45 
>   src/context/applets/info/InfoApplet.cpp 93b4d1b1d8 
>   src/context/applets/info/InfoAppletCustomStyle.css  
>   src/context/applets/info/amarok-context-applet-info.desktop eb5d03933a 
>   src/context/applets/info/amarok-info-applet.svg  
>   src/context/applets/info/plugin/InfoPlugin.cpp PRE-CREATION 
>   src/context/applets/info/plugin/qmldir PRE-CREATION 
>   src/context/applets/labels/LabelGraphicsItem.h 6b563b1d90 
>   src/context/applets/labels/LabelGraphicsItem.cpp 365bbbfa41 
>   src/context/applets/labels/LabelsApplet.h 3e4ba7a057 
>   src/context/applets/labels/LabelsApplet.cpp 636e7ecede 
>   src/context/applets/lyrics/CMakeLists.txt eeb099dbe8 
>   src/context/applets/lyrics/LyricsApplet.h 9b0de2b022 
>   src/context/applets/lyrics/LyricsApplet.cpp 6121b39bd5 
>   src/context/applets/lyrics/LyricsBrowser.h 1e58055eb6 
>   src/context/applets/lyrics/LyricsBrowser.cpp 240e385307 
>   src/context/applets/lyrics/LyricsSuggestionsListWidget.h f3b3db02f4 
>   src/context/applets/lyrics/LyricsSuggestionsListWidget.cpp 1182f03a55 
>   src/context/applets/lyrics/amarok-context-applet-lyrics.desktop a26d7af5d3 
>   src/context/applets/lyrics/lyricsSettings.ui 4b21a39aaa 
>   src/context/applets/lyrics/package/contents/ui/ConfigDialog.qml PRE-CREATION 
>   src/context/applets/lyrics/package/contents/ui/main.qml PRE-CREATION 
>   src/context/applets/lyrics/plugin/LyricsPlugin.cpp PRE-CREATION 
>   src/context/applets/lyrics/plugin/qmldir PRE-CREATION 
>   src/context/applets/photos/CMakeLists.txt 7b0f7dfcf4 
>   src/context/applets/photos/DragPixmapItem.h bc2055abe2 
>   src/context/applets/photos/DragPixmapItem.cpp 7b9e5ccb8e 
>   src/context/applets/photos/PhotosApplet.h 84970ce07f 
>   src/context/applets/photos/PhotosApplet.cpp aa0e94568f 
>   src/context/applets/photos/PhotosScrollWidget.h 09231458b8 
>   src/context/applets/photos/PhotosScrollWidget.cpp 79f33b6b3b 
>   src/context/applets/photos/amarok-context-applet-photos.desktop 603b5767b8 
>   src/context/applets/photos/package/contents/ui/main.qml PRE-CREATION 
>   src/context/applets/photos/photosSettings.ui 814ec15f2c 
>   src/context/applets/photos/plugin/PhotosPlugin.cpp PRE-CREATION 
>   src/context/applets/photos/plugin/qmldir PRE-CREATION 
>   src/context/applets/playlistinfo/PlaylistInfo.h 19a468f133 
>   src/context/applets/playlistinfo/PlaylistInfo.cpp 31a51ca1a3 
>   src/context/applets/similarartists/ArtistWidget.cpp 99eec0eaa3 
>   src/context/applets/similarartists/SimilarArtist.h 072e1acf9f 
>   src/context/applets/similarartists/SimilarArtistsApplet.cpp 06cfc5f91e 
>   src/context/applets/songkick/SongkickApplet.cpp 96d4b0614d 
>   src/context/applets/tabs/TabsApplet.h bce1fb6f38 
>   src/context/applets/tabs/TabsApplet.cpp 734355a634 
>   src/context/applets/tabs/TabsItem.cpp 7d8467fb2d 
>   src/context/applets/upcomingevents/LastFmEvent.h 4fc9a5a2b6 
>   src/context/applets/upcomingevents/UpcomingEventsApplet.cpp e29e6d0582 
>   src/context/applets/upcomingevents/UpcomingEventsCalendarWidget.cpp 10c6fc2b8f 
>   src/context/applets/upcomingevents/UpcomingEventsMapWidget.cpp c2b3c5cc3b 
>   src/context/applets/upcomingevents/UpcomingEventsStack.cpp c1f9d56a2d 
>   src/context/applets/upcomingevents/UpcomingEventsStackItem.cpp 48aec0bd85 
>   src/context/applets/upcomingevents/UpcomingEventsWidget.cpp 9319f6095c 
>   src/context/applets/upcomingevents/upcomingEventsVenueSettings.ui 1874802877 
>   src/context/applets/wikipedia/CMakeLists.txt 8a2f1c940d 
>   src/context/applets/wikipedia/WikipediaApplet.h 0cf7de4c35 
>   src/context/applets/wikipedia/WikipediaApplet.cpp 59cc81a895 
>   src/context/applets/wikipedia/WikipediaApplet_p.h a2eedb956b 
>   src/context/applets/wikipedia/amarok-context-applet-wikipedia.desktop c3310d3d66 
>   src/context/applets/wikipedia/amarok-wikipedia.svg  
>   src/context/applets/wikipedia/amarok-wikipediaheader.svg  
>   src/context/applets/wikipedia/package/contents/ui/main.qml PRE-CREATION 
>   src/context/applets/wikipedia/plugin/WikipediaEngine.h PRE-CREATION 
>   src/context/applets/wikipedia/plugin/WikipediaPlugin.cpp PRE-CREATION 
>   src/context/applets/wikipedia/plugin/qmldir PRE-CREATION 
>   src/context/applets/wikipedia/wikipediaGeneralSettings.ui b476ff0847 
>   src/context/applets/wikipedia/wikipediaLanguageSettings.ui 80b1b6a1fc 
>   src/context/containments/CMakeLists.txt 1ebca0b2c1 
>   src/context/containments/verticallayout/CMakeLists.txt 7eaa9c3a50 
>   src/context/containments/verticallayout/VerticalAppletLayout.h 1a9608a760 
>   src/context/containments/verticallayout/VerticalAppletLayout.cpp 240c52bdf1 
>   src/context/containments/verticallayout/VerticalToolbarContainment.h bd5564958e 
>   src/context/containments/verticallayout/VerticalToolbarContainment.cpp f47acf9566 
>   src/context/containments/verticallayout/amarok-containment-vertical.desktop 1b80b8cd92 
>   src/context/context_qml_package/contents/ui/main.qml PRE-CREATION 
>   src/context/context_qml_package/contents/ui/toolbar/AppletToolbar.qml PRE-CREATION 
>   src/context/context_qml_package/contents/ui/toolbar/AppletToolbarAddItem.qml PRE-CREATION 
>   src/context/context_qml_package/contents/ui/toolbar/AppletToolbarAppletItem.qml PRE-CREATION 
>   src/context/context_qml_package/metadata.desktop PRE-CREATION 
>   src/context/engines/CMakeLists.txt dc3b33f9b2 
>   src/context/engines/current/CMakeLists.txt c9fde512b3 
>   src/context/engines/current/CurrentEngine.h eec21ae05c 
>   src/context/engines/current/CurrentEngine.cpp 1e3cf9d0ec 
>   src/context/engines/current/amarok-data-engine-current.desktop dcefd68fe1 
>   src/context/engines/info/CMakeLists.txt 1fb60af3ab 
>   src/context/engines/info/InfoEngine.h 4c99189746 
>   src/context/engines/info/InfoEngine.cpp 45fff53c4e 
>   src/context/engines/info/amarok-data-engine-info.desktop 641e0a1e29 
>   src/context/engines/info/info_frontpage.html  
>   src/context/engines/info/info_frontpage_bg.png  
>   src/context/engines/info/info_frontpage_logo.png  
>   src/context/engines/info/info_frontpage_shadow.png  
>   src/context/engines/labels/LabelsEngine.h e7cdb71577 
>   src/context/engines/labels/LabelsEngine.cpp 447051c540 
>   src/context/engines/lyrics/CMakeLists.txt 0cd0764aef 
>   src/context/engines/lyrics/LyricsEngine.h 20b361fdca 
>   src/context/engines/lyrics/LyricsEngine.cpp 6f8efcec03 
>   src/context/engines/lyrics/amarok-data-engine-lyrics.desktop f155649f83 
>   src/context/engines/photos/CMakeLists.txt 7676446f87 
>   src/context/engines/photos/PhotosEngine.h 6906958153 
>   src/context/engines/photos/PhotosEngine.cpp e974a709c5 
>   src/context/engines/photos/PhotosInfo.h d1fa2e4613 
>   src/context/engines/photos/amarok-data-engine-photos.desktop 51e431d70a 
>   src/context/engines/songkick/SongkickEngine.cpp 8876379cd1 
>   src/context/engines/wikipedia/CMakeLists.txt b41ad24690 
>   src/context/engines/wikipedia/WikipediaEngine.h 1d3f63160a 
>   src/context/engines/wikipedia/WikipediaEngine.cpp b3bb6b39db 
>   src/context/engines/wikipedia/amarok-data-engine-wikipedia.desktop f275180a38 
>   src/context/popupdropper/libpud/PopupDropper.cpp 4bbc3084b9 
>   src/context/popupdropper/libpud/PopupDropperItem.cpp 71b2ea6ead 
>   src/context/popupdropper/libpud/PopupDropper_p.h d335f2ff0f 
>   src/context/servicetypes/amarok_animator.desktop 6e21108542 
>   src/context/servicetypes/amarok_containment.desktop a866fd3010 
>   src/context/servicetypes/amarok_context_applet.desktop dc2db4d35e 
>   src/context/servicetypes/amarok_data_engine.desktop aa2dc9985c 
>   src/context/toolbar/AppletItemOverlay.h 29d5f89ae9 
>   src/context/toolbar/AppletItemOverlay.cpp e3170267d3 
>   src/context/toolbar/AppletToolbar.h a265071e83 
>   src/context/toolbar/AppletToolbar.cpp f0ace2e2ca 
>   src/context/toolbar/AppletToolbarAddItem.h cacbe6d747 
>   src/context/toolbar/AppletToolbarAddItem.cpp aac65bd77b 
>   src/context/toolbar/AppletToolbarAppletItem.h 0231839b6c 
>   src/context/toolbar/AppletToolbarAppletItem.cpp 7687db9231 
>   src/context/toolbar/AppletToolbarBase.h 56fe3e96a9 
>   src/context/toolbar/AppletToolbarBase.cpp 6a0af33da4 
>   src/context/toolbar/AppletToolbarConfigItem.h 998287748f 
>   src/context/toolbar/AppletToolbarConfigItem.cpp e5d693fd46 
>   src/context/tools/CMakeLists.txt d032876147 
>   src/context/tools/amarokpkg.cpp 792ee82d08 
>   src/context/widgets/AppletHeader.h cc10260e7f 
>   src/context/widgets/AppletHeader.cpp 634cd2fa88 
>   src/context/widgets/ContainmentArrow.h 29acb604d4 
>   src/context/widgets/ContainmentArrow.cpp f2b38746ed 
>   src/context/widgets/ContainmentSelectionLayer.h 0d00953dcf 
>   src/context/widgets/ContainmentSelectionLayer.cpp f9a4881c83 
>   src/context/widgets/DropPixmapItem.h ec085a28cf 
>   src/context/widgets/DropPixmapItem.cpp 9a6b82b1bf 
>   src/context/widgets/RatingWidget.h 241130c4c9 
>   src/context/widgets/RatingWidget.cpp d77f3084ff 
>   src/context/widgets/RecentlyPlayedListWidget.h 94ce7331bb 
>   src/context/widgets/RecentlyPlayedListWidget.cpp 4d1eeee683 
>   src/context/widgets/TextScrollingWidget.h 83493963d5 
>   src/context/widgets/TextScrollingWidget.cpp 58d5b51b52 
>   src/context/widgets/TextWidget.h c1987edd8b 
>   src/context/widgets/TextWidget.cpp ab2617bf84 
>   src/context/widgets/ToolBoxIcon.h 1b0d047286 
>   src/context/widgets/ToolBoxIcon.cpp 58580f7dd0 
>   src/context/widgets/appletexplorer/AppletExplorer.h 4548b585be 
>   src/context/widgets/appletexplorer/AppletExplorer.cpp c517896aae 
>   src/context/widgets/appletexplorer/AppletIcon.h b9eda8b755 
>   src/context/widgets/appletexplorer/AppletIcon.cpp b254145f1d 
>   src/core-impl/capabilities/AlbumActionsCapability.cpp 8f92e1a699 
>   src/core-impl/capabilities/multisource/MultiSourceCapabilityImpl.cpp 849f47b13f 
>   src/core-impl/capabilities/timecode/TimecodeLoadCapability.h 17b935be75 
>   src/core-impl/capabilities/timecode/TimecodeWriteCapability.cpp 9b64e80b81 
>   src/core-impl/collections/CMakeLists.txt 757d8d0798 
>   src/core-impl/collections/aggregate/AggregateCollection.h 4b2eb0466a 
>   src/core-impl/collections/aggregate/AggregateCollection.cpp 2d0bb1fb01 
>   src/core-impl/collections/aggregate/AggregateMeta.cpp 64539832f6 
>   src/core-impl/collections/aggregate/AggregateQueryMaker.h 5c2089cb6f 
>   src/core-impl/collections/aggregate/AggregateQueryMaker.cpp 1c7fa9078c 
>   src/core-impl/collections/audiocd/AudioCdCollection.h 4c942e02d0 
>   src/core-impl/collections/audiocd/AudioCdCollection.cpp a8c8ac2b93 
>   src/core-impl/collections/audiocd/AudioCdCollectionLocation.cpp 59d14ca174 
>   src/core-impl/collections/audiocd/AudioCdMeta.h 6e09f722b6 
>   src/core-impl/collections/audiocd/CMakeLists.txt 10921c7f23 
>   src/core-impl/collections/audiocd/FormatSelectionDialog.cpp ffa4a869a4 
>   src/core-impl/collections/audiocd/amarok_collection-audiocdcollection.desktop b2cfc9458b 
>   src/core-impl/collections/audiocd/handler/AudioCdHandler.cpp 957167a04b 
>   src/core-impl/collections/daap/CMakeLists.txt 4b883f94b9 
>   src/core-impl/collections/daap/DaapCollection.h 579396d264 
>   src/core-impl/collections/daap/DaapCollection.cpp caf8285a00 
>   src/core-impl/collections/daap/DaapMeta.h e0053d3738 
>   src/core-impl/collections/daap/amarok_collection-daapcollection.desktop d019cf1599 
>   src/core-impl/collections/daap/daapreader/Reader.h 8e068e95c6 
>   src/core-impl/collections/daap/daapreader/Reader.cpp 784f0409d6 
>   src/core-impl/collections/daap/daapreader/authentication/contentfetcher.h f4078a4b4d 
>   src/core-impl/collections/daap/daapreader/authentication/contentfetcher.cpp 9754c4a0d1 
>   src/core-impl/collections/db/DatabaseCollection.cpp 6c7bfa7e4c 
>   src/core-impl/collections/db/MountPointManager.h 91c78f6a43 
>   src/core-impl/collections/db/MountPointManager.cpp ee8a0a4e86 
>   src/core-impl/collections/db/sql/CMakeLists.txt ef234cbdcb 
>   src/core-impl/collections/db/sql/DatabaseUpdater.cpp 59a78f568b 
>   src/core-impl/collections/db/sql/SqlCapabilities.h fab7c07fd7 
>   src/core-impl/collections/db/sql/SqlCapabilities.cpp 80330d151d 
>   src/core-impl/collections/db/sql/SqlCollection.h ddd1b04c8b 
>   src/core-impl/collections/db/sql/SqlCollection.cpp 5a7a639c35 
>   src/core-impl/collections/db/sql/SqlCollectionFactory.h 61ba19830d 
>   src/core-impl/collections/db/sql/SqlCollectionFactory.cpp 36e595f086 
>   src/core-impl/collections/db/sql/SqlCollectionLocation.h 5be8d05e85 
>   src/core-impl/collections/db/sql/SqlCollectionLocation.cpp 5ebbb56795 
>   src/core-impl/collections/db/sql/SqlMeta.h 8a2e79c6fc 
>   src/core-impl/collections/db/sql/SqlMeta.cpp 0088671e92 
>   src/core-impl/collections/db/sql/SqlQueryMaker.h 4e41cf0586 
>   src/core-impl/collections/db/sql/SqlQueryMaker.cpp d3e0bb2d6c 
>   src/core-impl/collections/db/sql/SqlQueryMakerInternal.h 6c5cea7240 
>   src/core-impl/collections/db/sql/SqlQueryMakerInternal.cpp 88a1f93265 
>   src/core-impl/collections/db/sql/SqlReadLabelCapability.h a0c72c5ba0 
>   src/core-impl/collections/db/sql/SqlReadLabelCapability.cpp fe4672a308 
>   src/core-impl/collections/db/sql/SqlRegistry.h 4768b4cd70 
>   src/core-impl/collections/db/sql/SqlRegistry.cpp 0e4927dbf2 
>   src/core-impl/collections/db/sql/SqlRegistry_p.h a7d4e26353 
>   src/core-impl/collections/db/sql/SqlRegistry_p.cpp b7cba3a2a1 
>   src/core-impl/collections/db/sql/SqlScanResultProcessor.cpp 7bfdd152c4 
>   src/core-impl/collections/db/sql/SqlWriteLabelCapability.h f27c29a9c2 
>   src/core-impl/collections/db/sql/SqlWriteLabelCapability.cpp fad5aa0789 
>   src/core-impl/collections/db/sql/amarok_sqlcollection_export.h 737e0389a3 
>   src/core-impl/collections/db/sql/device/massstorage/MassStorageDeviceHandler.h be6e8c037c 
>   src/core-impl/collections/db/sql/device/massstorage/MassStorageDeviceHandler.cpp 8dfc4c8ef9 
>   src/core-impl/collections/db/sql/device/nfs/NfsDeviceHandler.h ff2bd6242a 
>   src/core-impl/collections/db/sql/device/nfs/NfsDeviceHandler.cpp 7a0b3b273a 
>   src/core-impl/collections/db/sql/device/smb/SmbDeviceHandler.h b01a42c179 
>   src/core-impl/collections/db/sql/device/smb/SmbDeviceHandler.cpp 7f914ccd5d 
>   src/core-impl/collections/db/sql/mysqlcollection/CMakeLists.txt faf0a17d3a 
>   src/core-impl/collections/db/sql/mysqlcollection/MySqlCollectionFactory.h 63143e1812 
>   src/core-impl/collections/db/sql/mysqlcollection/MySqlCollectionFactory.cpp e0e902ca43 
>   src/core-impl/collections/db/sql/mysqlcollection/amarok_collection-mysqlcollection.desktop 89add86678 
>   src/core-impl/collections/ipodcollection/CMakeLists.txt ac3b07b153 
>   src/core-impl/collections/ipodcollection/IpodCollection.h a0ebac1fec 
>   src/core-impl/collections/ipodcollection/IpodCollection.cpp 689b6791ba 
>   src/core-impl/collections/ipodcollection/IpodCollectionFactory.h 2c2d7c9069 
>   src/core-impl/collections/ipodcollection/IpodCollectionFactory.cpp 25513bf26e 
>   src/core-impl/collections/ipodcollection/IpodCollectionLocation.h e5564efa2a 
>   src/core-impl/collections/ipodcollection/IpodCollectionLocation.cpp 012b682ce2 
>   src/core-impl/collections/ipodcollection/IpodMeta.h ea711dd88f 
>   src/core-impl/collections/ipodcollection/IpodMeta.cpp 304386efe6 
>   src/core-impl/collections/ipodcollection/IpodPlaylist.h 28dd7fc917 
>   src/core-impl/collections/ipodcollection/IpodPlaylist.cpp f68c8e8e21 
>   src/core-impl/collections/ipodcollection/IpodPlaylistProvider.h d3e888d145 
>   src/core-impl/collections/ipodcollection/IpodPlaylistProvider.cpp fac31c628c 
>   src/core-impl/collections/ipodcollection/amarok_collection-ipodcollection.desktop e937ec2565 
>   src/core-impl/collections/ipodcollection/jobs/IpodCopyTracksJob.h 748fa288c8 
>   src/core-impl/collections/ipodcollection/jobs/IpodCopyTracksJob.cpp 82f265859e 
>   src/core-impl/collections/ipodcollection/jobs/IpodDeleteTracksJob.h fd40ca96c2 
>   src/core-impl/collections/ipodcollection/jobs/IpodDeleteTracksJob.cpp c8781341a6 
>   src/core-impl/collections/ipodcollection/jobs/IpodParseTracksJob.cpp c323c1e97b 
>   src/core-impl/collections/ipodcollection/support/IphoneMountPoint.cpp cbf6e8477c 
>   src/core-impl/collections/ipodcollection/support/IpodDeviceHelper.h 0784f6feae 
>   src/core-impl/collections/ipodcollection/support/IpodDeviceHelper.cpp d72cdb93af 
>   src/core-impl/collections/ipodcollection/support/IpodTranscodeCapability.h a17f84a3f4 
>   src/core-impl/collections/ipodcollection/support/IpodTranscodeCapability.cpp ec0535f158 
>   src/core-impl/collections/mediadevicecollection/MediaDeviceCollection.h 722b9c2e32 
>   src/core-impl/collections/mediadevicecollection/MediaDeviceCollection.cpp b65488d643 
>   src/core-impl/collections/mediadevicecollection/MediaDeviceCollectionLocation.cpp 82a1621ad7 
>   src/core-impl/collections/mediadevicecollection/MediaDeviceMeta.h e1e94cd238 
>   src/core-impl/collections/mediadevicecollection/MediaDeviceMeta.cpp b27d43a2ea 
>   src/core-impl/collections/mediadevicecollection/amarok_collection-mediadevicecollection.desktop 5cdbe24b78 
>   src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandler.h 7894eaf937 
>   src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandler.cpp 465a98014a 
>   src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandlerCapability.h 6058fb1396 
>   src/core-impl/collections/mediadevicecollection/handler/MediaDeviceHandlerCapability.cpp 0026b346ce 
>   src/core-impl/collections/mediadevicecollection/playlist/MediaDevicePlaylist.h e3856f63b1 
>   src/core-impl/collections/mediadevicecollection/playlist/MediaDeviceUserPlaylistProvider.h e1b88795dc 
>   src/core-impl/collections/mediadevicecollection/playlist/MediaDeviceUserPlaylistProvider.cpp 7ca83e7649 
>   src/core-impl/collections/mediadevicecollection/podcast/MediaDevicePodcastMeta.h 6a91c332e9 
>   src/core-impl/collections/mediadevicecollection/support/ConnectionAssistant.cpp 084245e473 
>   src/core-impl/collections/mediadevicecollection/support/mediadevicecollection_export.h 5cfc1f9792 
>   src/core-impl/collections/mtpcollection/CMakeLists.txt 7c3c9cfaef 
>   src/core-impl/collections/mtpcollection/MtpCollection.h 3e531d553f 
>   src/core-impl/collections/mtpcollection/MtpCollection.cpp 2b6807388f 
>   src/core-impl/collections/mtpcollection/amarok_collection-mtpcollection.desktop b6d0d22497 
>   src/core-impl/collections/mtpcollection/handler/MtpHandler.h b26592fbb3 
>   src/core-impl/collections/mtpcollection/handler/MtpHandler.cpp e61d0f2b1a 
>   src/core-impl/collections/mtpcollection/handler/capabilities/MtpReadCapability.h e822badf96 
>   src/core-impl/collections/mtpcollection/handler/capabilities/MtpReadCapability.cpp 1b3043fe20 
>   src/core-impl/collections/nepomukcollection/CMakeLists.txt a09e406a47 
>   src/core-impl/collections/nepomukcollection/NepomukParser.h 038e60eaa9 
>   src/core-impl/collections/nepomukcollection/NepomukParser.cpp 0d93afa9d5 
>   src/core-impl/collections/nepomukcollection/NepomukQueryMaker.cpp 7566a4a803 
>   src/core-impl/collections/nepomukcollection/amarok_collection-nepomukcollection.desktop 3295a5e9e6 
>   src/core-impl/collections/playdarcollection/CMakeLists.txt 06def294a4 
>   src/core-impl/collections/playdarcollection/PlaydarCollection.h 7482ea6213 
>   src/core-impl/collections/playdarcollection/PlaydarCollection.cpp a7be0de503 
>   src/core-impl/collections/playdarcollection/PlaydarMeta.h 23751ea80a 
>   src/core-impl/collections/playdarcollection/PlaydarMeta.cpp a72ccabffb 
>   src/core-impl/collections/playdarcollection/PlaydarQueryMaker.h 5a9f561004 
>   src/core-impl/collections/playdarcollection/PlaydarQueryMaker.cpp 8854bf968c 
>   src/core-impl/collections/playdarcollection/amarok_collection-playdarcollection.desktop d5cfb248cb 
>   src/core-impl/collections/playdarcollection/support/Controller.h b1c48c27be 
>   src/core-impl/collections/playdarcollection/support/Controller.cpp d584ac168a 
>   src/core-impl/collections/playdarcollection/support/ProxyResolver.cpp dd7392bdbf 
>   src/core-impl/collections/playdarcollection/support/Query.h 96836a5b84 
>   src/core-impl/collections/playdarcollection/support/Query.cpp 5a2800470c 
>   src/core-impl/collections/support/ArtistHelper.cpp 4c3f7428ac 
>   src/core-impl/collections/support/CollectionLocationDelegateImpl.cpp 14fd251235 
>   src/core-impl/collections/support/CollectionManager.h f078008c62 
>   src/core-impl/collections/support/CollectionManager.cpp 3b6d0218aa 
>   src/core-impl/collections/support/FileCollectionLocation.cpp ed62370973 
>   src/core-impl/collections/support/MemoryMeta.h 46baec7f86 
>   src/core-impl/collections/support/MemoryMeta.cpp 9aac4e8177 
>   src/core-impl/collections/support/MemoryQueryMaker.cpp 2232969db2 
>   src/core-impl/collections/support/MemoryQueryMakerInternal.h f1561a02c9 
>   src/core-impl/collections/support/MemoryQueryMakerInternal.cpp 06bd26bf29 
>   src/core-impl/collections/support/TextualQueryFilter.cpp 9962d92e64 
>   src/core-impl/collections/support/TrashCollectionLocation.cpp 6780e086b9 
>   src/core-impl/collections/umscollection/CMakeLists.txt 3d47b5c40d 
>   src/core-impl/collections/umscollection/UmsCollection.h 178077e854 
>   src/core-impl/collections/umscollection/UmsCollection.cpp fd7481a8ad 
>   src/core-impl/collections/umscollection/UmsCollectionLocation.cpp 201e5ecd12 
>   src/core-impl/collections/umscollection/amarok_collection-umscollection.desktop 67dd526343 
>   src/core-impl/collections/umscollection/podcasts/UmsPodcastMeta.h 115be0e494 
>   src/core-impl/collections/umscollection/podcasts/UmsPodcastProvider.cpp ef2db1ca23 
>   src/core-impl/collections/upnpcollection/CMakeLists.txt 8d59cb7c00 
>   src/core-impl/collections/upnpcollection/UpnpBrowseCollection.cpp 92b4534ab9 
>   src/core-impl/collections/upnpcollection/UpnpCache.cpp 943b8aa3cc 
>   src/core-impl/collections/upnpcollection/UpnpCollectionBase.cpp 5402e5669d 
>   src/core-impl/collections/upnpcollection/UpnpCollectionFactory.h 01540a0482 
>   src/core-impl/collections/upnpcollection/UpnpCollectionFactory.cpp d6c0de4192 
>   src/core-impl/collections/upnpcollection/UpnpMemoryQueryMaker.h d9ed61c7a6 
>   src/core-impl/collections/upnpcollection/UpnpMeta.h e4c3a69b2a 
>   src/core-impl/collections/upnpcollection/UpnpMeta.cpp e555b8f082 
>   src/core-impl/collections/upnpcollection/UpnpQueryMaker.h cabcf2e7b9 
>   src/core-impl/collections/upnpcollection/UpnpQueryMaker.cpp c563e7f268 
>   src/core-impl/collections/upnpcollection/UpnpQueryMakerInternal.h 2ffee5851a 
>   src/core-impl/collections/upnpcollection/UpnpQueryMakerInternal.cpp 62cfcc7d71 
>   src/core-impl/collections/upnpcollection/UpnpSearchCollection.cpp 9b1058281c 
>   src/core-impl/collections/upnpcollection/amarok_collection-upnpcollection.desktop 31b8ea8714 
>   src/core-impl/logger/ProxyLogger.h 8bdeebf649 
>   src/core-impl/logger/ProxyLogger.cpp e7cef0c028 
>   src/core-impl/meta/cue/CueFileSupport.cpp f39b7ebddf 
>   src/core-impl/meta/default/DefaultMetaTypes.h ace05311a0 
>   src/core-impl/meta/file/File.h 93ca59e48c 
>   src/core-impl/meta/file/File.cpp ac37887e35 
>   src/core-impl/meta/file/File_p.h e67a7e072c 
>   src/core-impl/meta/proxy/MetaProxy.h 7ec872a497 
>   src/core-impl/meta/proxy/MetaProxy.cpp b8db0f2de0 
>   src/core-impl/meta/proxy/MetaProxyWorker.cpp 400ef91639 
>   src/core-impl/meta/timecode/TimecodeMeta.h 7f8d635ab5 
>   src/core-impl/meta/timecode/TimecodeMeta.cpp 6ad1cb3e9f 
>   src/core-impl/meta/timecode/TimecodeObserver.cpp c6f9323d7e 
>   src/core-impl/meta/timecode/TimecodeTrackProvider.cpp 2c6fd52c28 
>   src/core-impl/playlists/types/file/PlaylistFile.h 20f0e39320 
>   src/core-impl/playlists/types/file/PlaylistFile.cpp 55ec2d0bf5 
>   src/core-impl/playlists/types/file/PlaylistFileLoaderJob.h 32d53b6a0b 
>   src/core-impl/playlists/types/file/PlaylistFileLoaderJob.cpp a6b448b1ae 
>   src/core-impl/playlists/types/file/PlaylistFileSupport.h f7b07968dd 
>   src/core-impl/playlists/types/file/PlaylistFileSupport.cpp 2bd62c1072 
>   src/core-impl/playlists/types/file/asx/ASXPlaylist.cpp 6691a20a6b 
>   src/core-impl/playlists/types/file/m3u/M3UPlaylist.cpp 8e5b5acf08 
>   src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp 6997b450a9 
>   src/core-impl/podcasts/sql/PodcastFilenameLayoutConfigDialog.cpp 3ab8622d9d 
>   src/core-impl/podcasts/sql/PodcastSettingsBase.ui c20533e400 
>   src/core-impl/podcasts/sql/PodcastSettingsDialog.cpp 614c5bf0aa 
>   src/core-impl/podcasts/sql/SqlPodcastMeta.h 9e6c89d5ff 
>   src/core-impl/podcasts/sql/SqlPodcastMeta.cpp 37232f5900 
>   src/core-impl/podcasts/sql/SqlPodcastProvider.h 0c245b1a51 
>   src/core-impl/podcasts/sql/SqlPodcastProvider.cpp c6c0a29dcd 
>   src/core-impl/podcasts/sql/SqlPodcastProviderSettingsWidget.ui 61fb409763 
>   src/core-impl/storage/StorageManager.h 596cbf93fe 
>   src/core-impl/storage/StorageManager.cpp 164b3bdf47 
>   src/core-impl/storage/sql/amarok_sqlstorage_export.h c2171267a6 
>   src/core-impl/storage/sql/mysql-shared/MySqlStorage.cpp 4a7ccbc17f 
>   src/core-impl/storage/sql/mysqlestorage/CMakeLists.txt 15612e6777 
>   src/core-impl/storage/sql/mysqlestorage/MySqlEmbeddedStorage.cpp 9fa791b13d 
>   src/core-impl/storage/sql/mysqlestorage/MySqlEmbeddedStorageFactory.h 9f648df858 
>   src/core-impl/storage/sql/mysqlestorage/MySqlEmbeddedStorageFactory.cpp 16b3eb9145 
>   src/core-impl/storage/sql/mysqlestorage/amarok_storage-mysqlestorage.desktop a5ff5a4122 
>   src/core-impl/storage/sql/mysqlserverstorage/CMakeLists.txt 42487f16ae 
>   src/core-impl/storage/sql/mysqlserverstorage/MySqlServerStorage.cpp 83ca4867f8 
>   src/core-impl/storage/sql/mysqlserverstorage/MySqlServerStorageFactory.h e9238ebd8e 
>   src/core-impl/storage/sql/mysqlserverstorage/MySqlServerStorageFactory.cpp 78939e6e74 
>   src/core-impl/storage/sql/mysqlserverstorage/amarok_storage-mysqlserverstorage.desktop 754111a6d2 
>   src/core-impl/support/PersistentStatisticsStore.h e9e7426588 
>   src/core-impl/support/TagStatisticsStore.cpp d72aceda72 
>   src/core-impl/support/TrackLoader.h 9724602476 
>   src/core-impl/support/TrackLoader.cpp 3aaa7950ac 
>   src/core-impl/support/UrlStatisticsStore.cpp b25c318110 
>   src/core/CMakeLists.txt 7775b16ea2 
>   src/core/amarokcore_export.h 6eed5aa662 
>   src/core/collections/Collection.h 96eff69f3a 
>   src/core/collections/Collection.cpp e90dbc7db0 
>   src/core/collections/CollectionLocation.h 5e7604900f 
>   src/core/collections/CollectionLocation.cpp 289757e8ae 
>   src/core/collections/MetaQueryMaker.cpp 57c83fcc44 
>   src/core/collections/QueryMaker.h 9abb05fd24 
>   src/core/collections/QueryMaker.cpp 5c5b9bd894 
>   src/core/collections/support/TrackForUrlWorker.cpp 6a42d8fc1a 
>   src/core/meta/Base.h a761f9db6b 
>   src/core/meta/Base.cpp 2c937c10e9 
>   src/core/meta/Meta.cpp a94394c4d3 
>   src/core/meta/Observer.h 3b34550d87 
>   src/core/meta/Statistics.h b481257896 
>   src/core/meta/TrackEditor.h 598ed96128 
>   src/core/meta/forward_declarations.h 14e63d9de5 
>   src/core/meta/support/MetaUtility.cpp d1b71069b7 
>   src/core/playlists/Playlist.h 6f76ea4032 
>   src/core/podcasts/PodcastImageFetcher.h 3e5ac86347 
>   src/core/podcasts/PodcastImageFetcher.cpp bc4e1c49f1 
>   src/core/podcasts/PodcastMeta.h 6ac72bc47b 
>   src/core/podcasts/PodcastReader.h 8cddb23cf5 
>   src/core/podcasts/PodcastReader.cpp 51b9f494cb 
>   src/core/storage/StorageFactory.h 54419ac201 
>   src/core/storage/StorageFactory.cpp 4f9beae283 
>   src/core/support/Amarok.h f44e5bb6af 
>   src/core/support/Amarok.cpp ec4c22212c 
>   src/core/support/AmarokPlugin.h PRE-CREATION 
>   src/core/support/AmarokPlugin.cpp PRE-CREATION 
>   src/core/support/Components.cpp 5887911b28 
>   src/core/support/Debug.h 3981d4e47f 
>   src/core/support/Debug.cpp 29f234a9c9 
>   src/core/support/Debug_p.h d8a84144a2 
>   src/core/support/PluginFactory.h beec8d0f8a 
>   src/core/support/PluginFactory.cpp 7205d71771 
>   src/core/support/SmartPointerList.h 2208520c1c 
>   src/core/support/SmartPointerList.cpp c6fe6c043a 
>   src/core/transcoding/TranscodingController.cpp 35bcebd4c6 
>   src/core/transcoding/formats/TranscodingAacFormat.cpp b90cc853e9 
>   src/core/transcoding/formats/TranscodingAlacFormat.cpp f2d5f0a161 
>   src/core/transcoding/formats/TranscodingFlacFormat.cpp 496992d67a 
>   src/core/transcoding/formats/TranscodingMp3Format.cpp 179c77c320 
>   src/core/transcoding/formats/TranscodingNullFormat.cpp 7c7f682ff7 
>   src/core/transcoding/formats/TranscodingOpusFormat.cpp b82601d428 
>   src/core/transcoding/formats/TranscodingVorbisFormat.cpp 278a6017d6 
>   src/core/transcoding/formats/TranscodingWmaFormat.cpp 43541c3508 
>   src/covermanager/CoverCache.cpp 03a56dd5d8 
>   src/covermanager/CoverFetchQueue.h aec665c2d3 
>   src/covermanager/CoverFetchQueue.cpp 234df54e8f 
>   src/covermanager/CoverFetchUnit.h e7e265e6fd 
>   src/covermanager/CoverFetchUnit.cpp c8e8c54d40 
>   src/covermanager/CoverFetcher.h 954bd728da 
>   src/covermanager/CoverFetcher.cpp 9e280890df 
>   src/covermanager/CoverFetchingActions.h 6461e6d3ba 
>   src/covermanager/CoverFetchingActions.cpp f190313e02 
>   src/covermanager/CoverFoundDialog.h 1ff09f8fc3 
>   src/covermanager/CoverFoundDialog.cpp 012ae99103 
>   src/covermanager/CoverManager.h 9cc04bfe31 
>   src/covermanager/CoverManager.cpp 3b48da0078 
>   src/covermanager/CoverViewDialog.cpp 06fd631e64 
>   src/databaseimporter/SqlBatchImporter.cpp e084540f57 
>   src/databaseimporter/SqlBatchImporterConfig.h 3f74f7179d 
>   src/databaseimporter/SqlBatchImporterConfig.cpp 177869e5de 
>   src/dbus/DBusQueryHelper.cpp cd38b2d1cf 
>   src/dbus/mpris1/PlayerHandler.cpp 86db791b53 
>   src/dbus/mpris1/RootHandler.cpp 35dbe2bf3e 
>   src/dbus/mpris1/TrackListHandler.cpp 1dd31faff9 
>   src/dbus/mpris2/MediaPlayer2.cpp 4993f00e5e 
>   src/dbus/mpris2/MediaPlayer2AmarokExtensions.cpp ba8b54ea32 
>   src/dbus/mpris2/MediaPlayer2Player.cpp 62c7eacc3c 
>   src/dialogs/CollectionSetup.cpp bf7496ed1e 
>   src/dialogs/DatabaseImporterDialog.h c8998e6d8e 
>   src/dialogs/DatabaseImporterDialog.cpp 1b7ce3dccd 
>   src/dialogs/DiagnosticDialog.h f3e1728109 
>   src/dialogs/DiagnosticDialog.cpp 340132158a 
>   src/dialogs/EditFilterDialog.h 413dd52d7b 
>   src/dialogs/EditFilterDialog.cpp 410eb267f8 
>   src/dialogs/EqualizerDialog.cpp 594c8c6c00 
>   src/dialogs/MusicBrainzTagger.h 3150894bf8 
>   src/dialogs/MusicBrainzTagger.cpp 0184701434 
>   src/dialogs/OrganizeCollectionDialog.h cb7c4919b6 
>   src/dialogs/OrganizeCollectionDialog.cpp ffeabc9709 
>   src/dialogs/OrganizeCollectionDialogBase.ui 85d0ec852b 
>   src/dialogs/OrganizeCollectionOptions.ui 0525f90e15 
>   src/dialogs/TagDialog.h 319dc7d526 
>   src/dialogs/TagDialog.cpp 0ab07bf630 
>   src/dialogs/TagDialogBase.ui 7ed36ea29f 
>   src/dialogs/TagGuessOptions.ui 087daeb831 
>   src/dialogs/TagGuesserDialog.cpp 5e27847eed 
>   src/dialogs/TrackOrganizer.cpp 6e793fd516 
>   src/dialogs/deletedialog.h e1707fa43b 
>   src/dialogs/deletedialog.cpp f3c4f9f804 
>   src/dialogs/deviceconfiguredialog.h ed92c3397b 
>   src/dialogs/deviceconfiguredialog.cpp 825f8922b3 
>   src/dynamic/Bias.cpp 7b5c35c744 
>   src/dynamic/BiasFactory.cpp 0a317be7b9 
>   src/dynamic/BiasSolver.cpp d4d2eddc8c 
>   src/dynamic/BiasedPlaylist.cpp 4d235a2a33 
>   src/dynamic/DynamicModel.cpp 637832674f 
>   src/dynamic/biases/AlbumPlayBias.cpp 646c553abf 
>   src/dynamic/biases/EchoNestBias.cpp 4202c3ec1b 
>   src/dynamic/biases/IfElseBias.cpp 74e892a318 
>   src/dynamic/biases/PartBias.cpp 00b8d4fb8c 
>   src/dynamic/biases/QuizPlayBias.cpp 28263811a1 
>   src/dynamic/biases/SearchQueryBias.cpp 35e09e1a17 
>   src/dynamic/biases/TagMatchBias.cpp d9f377489e 
>   src/equalizer/EqualizerPresets.cpp 1179f07648 
>   src/fht.h 5506a23aab 
>   src/fht.cpp 34a0925613 
>   src/importers/ImporterManager.h 0ba1aeab73 
>   src/importers/ImporterManager.cpp 677b3efd1b 
>   src/importers/SimpleImporterConfigWidget.cpp 3bb89c0631 
>   src/importers/SimpleImporterManager.h e5a47911fa 
>   src/importers/amarok/AmarokConfigWidget.cpp 5077a8864e 
>   src/importers/amarok/AmarokConfigWidget.ui 3caebab569 
>   src/importers/amarok/AmarokEmbeddedSqlConnection.cpp fdefa81618 
>   src/importers/amarok/AmarokManager.h 1a2e267f83 
>   src/importers/amarok/AmarokManager.cpp 05bdc71b5a 
>   src/importers/amarok/AmarokTrack.h 5f13e0a155 
>   src/importers/amarok/CMakeLists.txt 7a531a229e 
>   src/importers/amarok/amarok_importer-amarok.desktop 91404e768f 
>   src/importers/banshee/BansheeManager.cpp d8be712071 
>   src/importers/banshee/BansheeTrack.h ada05e1965 
>   src/importers/banshee/CMakeLists.txt 095c4e1690 
>   src/importers/banshee/amarok_importer-banshee.desktop c409f281e7 
>   src/importers/clementine/CMakeLists.txt 272746656b 
>   src/importers/clementine/ClementineManager.cpp 27df5ee507 
>   src/importers/clementine/ClementineTrack.h 1e9161b8f8 
>   src/importers/clementine/amarok_importer-clementine.desktop 546a0062a4 
>   src/importers/fastforward/CMakeLists.txt 877d1c889c 
>   src/importers/fastforward/FastForwardConfigWidget.cpp 6e27681e8e 
>   src/importers/fastforward/FastForwardConfigWidget.ui 4514d9fe8f 
>   src/importers/fastforward/FastForwardManager.cpp 90520bad19 
>   src/importers/fastforward/FastForwardTrack.h 44a37178b0 
>   src/importers/fastforward/amarok_importer-fastforward.desktop d83d0fbf63 
>   src/importers/itunes/CMakeLists.txt 273d234d8b 
>   src/importers/itunes/ITunesManager.cpp 52dc4f0779 
>   src/importers/itunes/ITunesProvider.cpp 7837b6b798 
>   src/importers/itunes/amarok_importer-itunes.desktop b5b88b963b 
>   src/importers/rhythmbox/CMakeLists.txt b425e9191f 
>   src/importers/rhythmbox/RhythmboxManager.cpp c473304abe 
>   src/importers/rhythmbox/RhythmboxProvider.cpp bf4309a871 
>   src/importers/rhythmbox/amarok_importer-rhythmbox.desktop 668c4bda2c 
>   src/mac/GrowlInterface.cpp 7eb931f1e2 
>   src/mac/MacSystemNotify.mm c634b82a2c 
>   src/main.cpp c7e235b158 
>   src/moodbar/MoodbarManager.cpp 0925173286 
>   src/musicbrainz/MusicBrainzFinder.cpp c196a3df85 
>   src/musicbrainz/MusicBrainzTagsItem.cpp 6430392e11 
>   src/musicbrainz/MusicBrainzTagsModel.cpp 22b23a3293 
>   src/musicbrainz/MusicBrainzTagsView.cpp 0c826fbb80 
>   src/musicbrainz/MusicDNSFinder.cpp 01d7df7167 
>   src/network/NetworkAccessManagerProxy.h 8a2e80a23e 
>   src/network/NetworkAccessManagerProxy.cpp 26de156821 
>   src/network/NetworkAccessViewer.cpp 327a2048d9 
>   src/playback/DelayedDoers.cpp 3ced64e5d2 
>   src/playback/EqualizerController.h f31b1e125b 
>   src/playback/EqualizerController.cpp 6d97f1f012 
>   src/playback/Fadeouter.h a4fec1d10a 
>   src/playback/Fadeouter.cpp 74b535e1a6 
>   src/playback/PowerManager.h 71917df327 
>   src/playback/PowerManager.cpp 3533955cd6 
>   src/playlist/PlaylistActions.cpp 9c11be0dd7 
>   src/playlist/PlaylistBreadcrumbItem.h 3b4ee6598b 
>   src/playlist/PlaylistBreadcrumbItem.cpp 6fb277fb85 
>   src/playlist/PlaylistBreadcrumbItemSortButton.cpp 58cd015467 
>   src/playlist/PlaylistBreadcrumbLevel.cpp ed96455fab 
>   src/playlist/PlaylistController.cpp 5dce25da9a 
>   src/playlist/PlaylistDefines.cpp a68f1de745 
>   src/playlist/PlaylistDock.h 7fdccc4dc3 
>   src/playlist/PlaylistDock.cpp d3203718c8 
>   src/playlist/PlaylistInfoWidget.cpp 701769bd95 
>   src/playlist/PlaylistModel.h a26dd725c3 
>   src/playlist/PlaylistModel.cpp 370538878a 
>   src/playlist/PlaylistQueueEditor.cpp 923604426a 
>   src/playlist/PlaylistRestorer.cpp bd4685c8eb 
>   src/playlist/PlaylistSortWidget.h 7a88f0c7aa 
>   src/playlist/PlaylistSortWidget.cpp 0842e9fea6 
>   src/playlist/PlaylistViewUrlGenerator.cpp cfec85da64 
>   src/playlist/PlaylistViewUrlRunner.cpp d5ee52ca10 
>   src/playlist/ProgressiveSearchWidget.h 17e4cdc8d7 
>   src/playlist/ProgressiveSearchWidget.cpp fdb3e75f0a 
>   src/playlist/layouts/LayoutConfigAction.h 489fc7897b 
>   src/playlist/layouts/LayoutConfigAction.cpp cef4a63fa1 
>   src/playlist/layouts/LayoutEditDialog.h 8e97a31551 
>   src/playlist/layouts/LayoutEditDialog.cpp 6c06b4d3b9 
>   src/playlist/layouts/LayoutEditWidget.cpp afaa72d966 
>   src/playlist/layouts/PlaylistLayoutEditDialog.cpp 84dd7a1be5 
>   src/playlist/layouts/PlaylistLayoutEditDialog.ui 5a97746c4b 
>   src/playlist/navigators/DynamicTrackNavigator.cpp c1e12371c8 
>   src/playlist/navigators/NavigatorConfigAction.cpp c508fafa06 
>   src/playlist/navigators/NonlinearTrackNavigator.cpp a4855ee375 
>   src/playlist/navigators/RepeatTrackNavigator.cpp 7745632664 
>   src/playlist/navigators/TrackNavigator.cpp 7de60fd0e4 
>   src/playlist/proxymodels/GroupingProxy.cpp 13c85a7541 
>   src/playlist/proxymodels/ProxyBase.cpp c48fb3d9d7 
>   src/playlist/proxymodels/SortAlgorithms.h 2900930152 
>   src/playlist/proxymodels/SortAlgorithms.cpp 52658259b0 
>   src/playlist/proxymodels/SortScheme.cpp 6c925ec2eb 
>   src/playlist/view/PlaylistViewCommon.cpp 0a84240d1d 
>   src/playlist/view/listview/InlineEditorWidget.h e7f2537030 
>   src/playlist/view/listview/InlineEditorWidget.cpp 7cd5074305 
>   src/playlist/view/listview/PrettyItemDelegate.cpp 3ba901dcca 
>   src/playlist/view/listview/PrettyListView.h ce63746d02 
>   src/playlist/view/listview/PrettyListView.cpp 2d649f0613 
>   src/playlist/view/listview/SourceSelectionPopup.cpp 803fa805c7 
>   src/playlistgenerator/ConstraintGroup.cpp c98ef4c5c4 
>   src/playlistgenerator/ConstraintSolver.cpp f8ec2e623a 
>   src/playlistgenerator/Preset.h 768c0e551e 
>   src/playlistgenerator/Preset.cpp eea0c278ea 
>   src/playlistgenerator/PresetEditDialog.cpp ff2d9c7b2e 
>   src/playlistgenerator/PresetModel.h 3fa78c3534 
>   src/playlistgenerator/PresetModel.cpp e9c7a6f971 
>   src/playlistgenerator/TreeModel.cpp 94ab4d0867 
>   src/playlistgenerator/constraints/Checkpoint.cpp dc49d61e8f 
>   src/playlistgenerator/constraints/PlaylistDuration.cpp 56a9ec86c8 
>   src/playlistgenerator/constraints/PlaylistFileSize.cpp c485513062 
>   src/playlistgenerator/constraints/PlaylistLength.cpp fb0a516f07 
>   src/playlistgenerator/constraints/PreventDuplicates.cpp d54848c225 
>   src/playlistgenerator/constraints/TagMatch.cpp 1c0715f827 
>   src/playlistgenerator/constraints/TagMatchEditWidget.ui 809d4b13b2 
>   src/playlistmanager/PlaylistManager.h fc0cd98df7 
>   src/playlistmanager/PlaylistManager.cpp 925045b0b3 
>   src/playlistmanager/SyncedPlaylist.h dd10747029 
>   src/playlistmanager/SyncedPlaylist.cpp c7c4a1c3d9 
>   src/playlistmanager/SyncedPodcast.h 8bf9aae570 
>   src/playlistmanager/SyncedPodcast.cpp a6ca64f216 
>   src/playlistmanager/file/PlaylistFileProvider.h aef26b914a 
>   src/playlistmanager/file/PlaylistFileProvider.cpp 1df926d413 
>   src/playlistmanager/sql/SqlPlaylist.h bba712f7c6 
>   src/playlistmanager/sql/SqlPlaylist.cpp 0f01430909 
>   src/playlistmanager/sql/SqlPlaylistGroup.h 628910a122 
>   src/playlistmanager/sql/SqlPlaylistGroup.cpp 9267ebb73b 
>   src/playlistmanager/sql/SqlUserPlaylistProvider.h 7b373b8fde 
>   src/playlistmanager/sql/SqlUserPlaylistProvider.cpp eae6101075 
>   src/scanner/AbstractDirectoryWatcher.cpp e572764941 
>   src/scanner/AbstractScanResultProcessor.cpp 55e663e2fc 
>   src/scanner/GenericScanManager.h 26f2cf9995 
>   src/scanner/GenericScanManager.cpp f18fee964e 
>   src/scanner/GenericScannerJob.cpp a0bc26466f 
>   src/scripting/scriptconsole/CompletionModel.cpp 695a82bf4f 
>   src/scripting/scriptconsole/ScriptConsole.h c400e788b1 
>   src/scripting/scriptconsole/ScriptConsole.cpp a34a299664 
>   src/scripting/scriptconsole/ScriptConsoleItem.h 3d9f7026d8 
>   src/scripting/scriptconsole/ScriptConsoleItem.cpp 5a12cee2a9 
>   src/scripting/scriptconsole/ScriptEditorDocument.h 94c8f82db8 
>   src/scripting/scriptconsole/ScriptEditorDocument.cpp a4018da630 
>   src/scripting/scriptengine/AmarokCollectionScript.cpp fee3a33577 
>   src/scripting/scriptengine/AmarokCollectionViewScript.h 96440bf912 
>   src/scripting/scriptengine/AmarokCollectionViewScript.cpp 19c133e13b 
>   src/scripting/scriptengine/AmarokEngineScript.cpp 17eacf73a9 
>   src/scripting/scriptengine/AmarokEqualizerScript.cpp 46aca830b9 
>   src/scripting/scriptengine/AmarokLyricsScript.cpp 65a17b89e8 
>   src/scripting/scriptengine/AmarokNetworkScript.cpp 0f3cba8236 
>   src/scripting/scriptengine/AmarokPlaylistManagerScript.h f4b3f84ce4 
>   src/scripting/scriptengine/AmarokScript.cpp 8143936f7b 
>   src/scripting/scriptengine/AmarokScriptConfig.cpp b487de0597 
>   src/scripting/scriptengine/AmarokScriptXml.h PRE-CREATION 
>   src/scripting/scriptengine/AmarokScriptXml.cpp PRE-CREATION 
>   src/scripting/scriptengine/AmarokWindowScript.h fe80cf77d5 
>   src/scripting/scriptengine/AmarokWindowScript.cpp 8254ef4565 
>   src/scripting/scriptengine/ScriptImporter.h 5f750d417d 
>   src/scripting/scriptengine/ScriptImporter.cpp 1e7da04d8c 
>   src/scripting/scriptengine/ScriptingDefines.cpp e9d9819f66 
>   src/scripting/scriptengine/exporters/CollectionTypeExporter.h 25c7176182 
>   src/scripting/scriptengine/exporters/MetaTypeExporter.cpp d4f31c227f 
>   src/scripting/scriptengine/exporters/PlaylistProviderExporter.h 170d75f5e0 
>   src/scripting/scriptengine/exporters/PlaylistProviderExporter.cpp c08c3c011e 
>   src/scripting/scriptengine/exporters/QueryMakerExporter.h 63008eb6e0 
>   src/scripting/scriptengine/exporters/QueryMakerExporter.cpp 86437f0cc5 
>   src/scripting/scriptengine/exporters/ScriptableBiasExporter.h c3bbdb92e8 
>   src/scripting/scriptengine/exporters/ScriptableBiasExporter.cpp ae7b140f83 
>   src/scripting/scriptmanager/ScriptItem.h 5572d9d1ac 
>   src/scripting/scriptmanager/ScriptItem.cpp 7de029b85d 
>   src/scripting/scriptmanager/ScriptManager.h e14d6f04e3 
>   src/scripting/scriptmanager/ScriptManager.cpp 30fdfdf97e 
>   src/scripting/scriptmanager/ScriptUpdater.cpp 77917fd59b 
>   src/scripting/scripts/CMakeLists.txt 05ae5866e9 
>   src/scripting/scripts/librivox_service/CMakeLists.txt 5b52d2eddd 
>   src/scripting/scripts/librivox_service/main.js f96e6938b0 
>   src/scripting/scripts/lyrics_lyricwiki/CMakeLists.txt 45a3397041 
>   src/scripting/scripts/lyrics_lyricwiki/main.js f83c87c949 
>   src/scripting/scripts/radio_station_service/CMakeLists.txt 4d11d3f118 
>   src/scripting/scripts/script_console/CMakeLists.txt ca5f0ee024 
>   src/services/CMakeLists.txt a588da33d6 
>   src/services/InfoParserBase.cpp 6e43097694 
>   src/services/ServiceAlbumCoverDownloader.h 049b303e61 
>   src/services/ServiceAlbumCoverDownloader.cpp a12127e94e 
>   src/services/ServiceBase.h b099e8e210 
>   src/services/ServiceBase.cpp 6462722af1 
>   src/services/ServiceMetaBase.h 793bf4ff2a 
>   src/services/ServicePluginManager.cpp e847630177 
>   src/services/ServiceSqlCollection.cpp 6dc675879f 
>   src/services/ServiceSqlQueryMaker.cpp 58250205c6 
>   src/services/ServiceSqlRegistry.cpp 3b409a4a29 
>   src/services/ampache/AddServerDialog.h 8303b2e9b6 
>   src/services/ampache/AddServerDialog.cpp 545f87d520 
>   src/services/ampache/AmpacheAccountLogin.h bf6b9f0aa9 
>   src/services/ampache/AmpacheAccountLogin.cpp 489e35556a 
>   src/services/ampache/AmpacheConfig.h b2e8d34332 
>   src/services/ampache/AmpacheConfig.cpp 9d7379a548 
>   src/services/ampache/AmpacheMeta.h 99c20eb829 
>   src/services/ampache/AmpacheService.h 44f8998ee0 
>   src/services/ampache/AmpacheService.cpp af6b824e28 
>   src/services/ampache/AmpacheServiceCollection.h 4b18f9335f 
>   src/services/ampache/AmpacheServiceCollection.cpp 43eef7ec51 
>   src/services/ampache/AmpacheServiceQueryMaker.h adea5d9e95 
>   src/services/ampache/AmpacheServiceQueryMaker.cpp 233cfef3e6 
>   src/services/ampache/AmpacheSettings.h ac80848f94 
>   src/services/ampache/AmpacheSettings.cpp 0056d02422 
>   src/services/ampache/CMakeLists.txt f149e65178 
>   src/services/ampache/LastfmInfoParser.cpp ed59cb5eeb 
>   src/services/ampache/NewServerWidget.ui f336a12678 
>   src/services/ampache/amarok_service_ampache.desktop 8f053aeac5 
>   src/services/ampache/amarok_service_ampache_config.desktop a1d582d38c 
>   src/services/gpodder/CMakeLists.txt 190490caac 
>   src/services/gpodder/GpodderConfigWidget.ui 76d60677d5 
>   src/services/gpodder/GpodderPodcastMeta.h 48f415ee76 
>   src/services/gpodder/GpodderPodcastMeta.cpp d0ba859a4c 
>   src/services/gpodder/GpodderPodcastRequestHandler.cpp bef9ffe0e6 
>   src/services/gpodder/GpodderProvider.h 99bc9f379e 
>   src/services/gpodder/GpodderProvider.cpp 51a6e7e3c9 
>   src/services/gpodder/GpodderService.h 4d389ea03f 
>   src/services/gpodder/GpodderService.cpp 4f3fc6532c 
>   src/services/gpodder/GpodderServiceConfig.h 2cc46be6c7 
>   src/services/gpodder/GpodderServiceConfig.cpp f559060fc3 
>   src/services/gpodder/GpodderServiceModel.cpp f09f001ccf 
>   src/services/gpodder/GpodderServiceSettings.h 16bdb84fcb 
>   src/services/gpodder/GpodderServiceSettings.cpp 34280c786d 
>   src/services/gpodder/GpodderTreeItem.cpp d6f212b7de 
>   src/services/gpodder/amarok_service_gpodder.desktop 3ce0ee7f29 
>   src/services/jamendo/CMakeLists.txt 7c9a86e2a8 
>   src/services/jamendo/JamendoDatabaseHandler.cpp b44be2cdec 
>   src/services/jamendo/JamendoInfoParser.cpp 632fb4e476 
>   src/services/jamendo/JamendoMeta.cpp a2ba0f7a8b 
>   src/services/jamendo/JamendoService.h de757c3289 
>   src/services/jamendo/JamendoService.cpp 709f668110 
>   src/services/jamendo/JamendoXmlParser.h 8e93b2b4af 
>   src/services/jamendo/JamendoXmlParser.cpp 4a6342c3a2 
>   src/services/jamendo/amarok_service_jamendo.desktop 13e7212c03 
>   src/services/lastfm/AvatarDownloader.h 32aa9359c3 
>   src/services/lastfm/CMakeLists.txt 22c249775a 
>   src/services/lastfm/LastFmConfigWidget.ui 4eda6867b0 
>   src/services/lastfm/LastFmService.h 719be1a4e8 
>   src/services/lastfm/LastFmService.cpp 8fab93618f 
>   src/services/lastfm/LastFmServiceCollection.cpp a3ae8d1497 
>   src/services/lastfm/LastFmServiceConfig.h 3e707dc533 
>   src/services/lastfm/LastFmServiceConfig.cpp 7cfdd6a643 
>   src/services/lastfm/LastFmServiceSettings.cpp 4a79ce61d6 
>   src/services/lastfm/LastFmTreeModel.cpp e1b4cf8385 
>   src/services/lastfm/LastFmTreeView.h da2e4ebe0c 
>   src/services/lastfm/LastFmTreeView.cpp fc7950d009 
>   src/services/lastfm/LoveTrackAction.cpp f36f726a0a 
>   src/services/lastfm/ScrobblerAdapter.cpp 066434384c 
>   src/services/lastfm/SimilarArtistsAction.cpp 83aaceacf1 
>   src/services/lastfm/SynchronizationAdapter.cpp adc5c99c3e 
>   src/services/lastfm/SynchronizationTrack.cpp 39c23c7eab 
>   src/services/lastfm/amarok_lastfm_shared_export.h 18261c1e79 
>   src/services/lastfm/amarok_service_lastfm.desktop 5f6a2d6a09 
>   src/services/lastfm/biases/LastFmBias.cpp 202ce6aa1a 
>   src/services/lastfm/biases/WeeklyTopBias.cpp 25d55441ba 
>   src/services/lastfm/meta/LastFmMeta.h e2a6563d6c 
>   src/services/lastfm/meta/LastFmMeta.cpp 1eaa2bcdf6 
>   src/services/lastfm/meta/LastFmMeta_p.h 9e33de2c1c 
>   src/services/lastfm/meta/LastFmMultiPlayableCapability.h b0869543e6 
>   src/services/lastfm/meta/LastFmMultiPlayableCapability.cpp 25e16f1865 
>   src/services/magnatune/CMakeLists.txt 03fa01ae13 
>   src/services/magnatune/MagnatuneActions.cpp 9e8099b27f 
>   src/services/magnatune/MagnatuneAlbumDownloader.h 325cd01449 
>   src/services/magnatune/MagnatuneAlbumDownloader.cpp 9eb253a7e3 
>   src/services/magnatune/MagnatuneCollectionLocation.cpp 4ec21e77e1 
>   src/services/magnatune/MagnatuneConfig.cpp 5842c63134 
>   src/services/magnatune/MagnatuneConfigWidget.ui 6aee259067 
>   src/services/magnatune/MagnatuneDatabaseHandler.cpp c5cdedef89 
>   src/services/magnatune/MagnatuneDatabaseWorker.cpp dd4f8cfde9 
>   src/services/magnatune/MagnatuneDownloadDialog.h df0a50bd0a 
>   src/services/magnatune/MagnatuneDownloadDialog.cpp 05847a3c87 
>   src/services/magnatune/MagnatuneDownloadHandler.cpp 966f0be0dd 
>   src/services/magnatune/MagnatuneDownloadInfo.cpp 884d85e818 
>   src/services/magnatune/MagnatuneInfoParser.cpp 143b9429d6 
>   src/services/magnatune/MagnatuneMeta.h 330a1ddba9 
>   src/services/magnatune/MagnatuneMeta.cpp ec5cf99ed9 
>   src/services/magnatune/MagnatuneNeedUpdateWidget.cpp 044cf4b972 
>   src/services/magnatune/MagnatuneRedownloadDialog.h fbb6ce5c39 
>   src/services/magnatune/MagnatuneRedownloadDialog.cpp 56faaccd28 
>   src/services/magnatune/MagnatuneRedownloadHandler.h 8cdd33ae44 
>   src/services/magnatune/MagnatuneRedownloadHandler.cpp a2c2d6085d 
>   src/services/magnatune/MagnatuneSettingsModule.cpp 702a16abc1 
>   src/services/magnatune/MagnatuneStore.h ab80e5b584 
>   src/services/magnatune/MagnatuneStore.cpp 3441e40d95 
>   src/services/magnatune/MagnatuneUrlRunner.cpp f0afc7c238 
>   src/services/magnatune/MagnatuneXmlParser.cpp 3226bd3c0b 
>   src/services/magnatune/amarok_service_magnatunestore.desktop 540dcc0b7c 
>   src/services/mp3tunes/CMakeLists.txt 6b7fce5cb5 
>   src/services/mp3tunes/Mp3tunesConfig.cpp 753bfb20f9 
>   src/services/mp3tunes/Mp3tunesHarmonyHandler.cpp c1ee1c935b 
>   src/services/mp3tunes/Mp3tunesMeta.h c8f9e97691 
>   src/services/mp3tunes/Mp3tunesMeta.cpp 43ce3091e6 
>   src/services/mp3tunes/Mp3tunesService.h 04ef27861a 
>   src/services/mp3tunes/Mp3tunesService.cpp 0d67aab788 
>   src/services/mp3tunes/Mp3tunesServiceCollection.cpp d6e58419e3 
>   src/services/mp3tunes/Mp3tunesServiceCollectionLocation.cpp 23effa7792 
>   src/services/mp3tunes/Mp3tunesServiceQueryMaker.cpp 3589c4aa68 
>   src/services/mp3tunes/Mp3tunesSettingsModule.cpp 5cf5999b29 
>   src/services/mp3tunes/Mp3tunesWorkers.h 79d231be0b 
>   src/services/mp3tunes/Mp3tunesWorkers.cpp de7c82d2ee 
>   src/services/mp3tunes/amarok_service_mp3tunes.desktop 23e4bd550d 
>   src/services/mp3tunes/harmonydaemon/Mp3tunesHarmonyDaemon.h 72ea67fd2e 
>   src/services/mp3tunes/harmonydaemon/Mp3tunesHarmonyDaemon.cpp d8ae295d6d 
>   src/services/mp3tunes/harmonydaemon/main.cpp 8086efb588 
>   src/services/opmldirectory/AddOpmlWidget.ui 6f1c368bad 
>   src/services/opmldirectory/CMakeLists.txt ffdd5034db 
>   src/services/opmldirectory/OpmlDirectoryInfoParser.h 455d2ab9b6 
>   src/services/opmldirectory/OpmlDirectoryInfoParser.cpp ea44956c5d 
>   src/services/opmldirectory/OpmlDirectoryMeta.h a13f9a950f 
>   src/services/opmldirectory/OpmlDirectoryModel.h 6ae3bc8a40 
>   src/services/opmldirectory/OpmlDirectoryModel.cpp d58e17a9bf 
>   src/services/opmldirectory/OpmlDirectoryService.h 8158ba03c7 
>   src/services/opmldirectory/OpmlDirectoryService.cpp 3f97bbf8bc 
>   src/services/opmldirectory/amarok_service_opmldirectory.desktop 55a5dd0812 
>   src/services/scriptable/ScriptableService.cpp 78243d2adc 
>   src/services/scriptable/ScriptableServiceManager.cpp a25158b965 
>   src/services/scriptable/ScriptableServiceMeta_p.h 81a9fac5ae 
>   src/services/scriptable/ScriptableServiceQueryMaker.cpp 4117a6f7f5 
>   src/statsyncing/Controller.h 5728df3547 
>   src/statsyncing/Controller.cpp 06b90121cd 
>   src/statsyncing/Process.h c5f7b58923 
>   src/statsyncing/Process.cpp fe8470c1d3 
>   src/statsyncing/Provider.h ae3128c4f2 
>   src/statsyncing/ProviderFactory.h 01745e5a81 
>   src/statsyncing/ProviderFactory.cpp f405bf24c0 
>   src/statsyncing/ScrobblingService.h b5f3138789 
>   src/statsyncing/Track.h c8a0bee99f 
>   src/statsyncing/collection/CollectionProvider.h f377a578e2 
>   src/statsyncing/collection/CollectionProvider.cpp 2fd56ad16d 
>   src/statsyncing/jobs/SynchronizeTracksJob.cpp 897887bef3 
>   src/statsyncing/models/MatchedTracksModel.cpp d7a3570300 
>   src/statsyncing/models/ProvidersModel.cpp d321097ff7 
>   src/statsyncing/ui/ChooseProvidersPage.cpp 3862cc42f1 
>   src/statsyncing/ui/ChooseProvidersPage.ui f3e5781975 
>   src/statsyncing/ui/ConfigureProviderDialog.cpp ecfeb8baa5 
>   src/statsyncing/ui/CreateProviderDialog.cpp fb8774699e 
>   src/statsyncing/ui/MatchedTracksPage.cpp 4da83957eb 
>   src/statsyncing/ui/MatchedTracksPage.ui 9ba6275758 
>   src/statsyncing/ui/TrackDelegate.cpp 2976ad3022 
>   src/statusbar/CompoundProgressBar.cpp 2e681fd50b 
>   src/statusbar/KJobProgressBar.cpp ea887a9b04 
>   src/statusbar/LongMessageWidget.cpp 5b65a6195b 
>   src/statusbar/NetworkProgressBar.cpp 9c445e97e9 
>   src/statusbar/PopupWidget.h b202a69674 
>   src/statusbar/PopupWidget.cpp a56d552d32 
>   src/statusbar/ProgressBar.h f0d3d67e66 
>   src/statusbar/ProgressBar.cpp ae2b57e302 
>   src/support/QSharedDataPointerMisc.h 652a3bcdf9 
>   src/synchronization/SynchronizationBaseJob.h c0483b862d 
>   src/synchronization/SynchronizationBaseJob.cpp caefa2bca8 
>   src/toolbar/CurrentTrackToolbar.cpp 330f421cba 
>   src/toolbar/MainToolbar.cpp ac49f464b9 
>   src/toolbar/SlimToolbar.cpp 167fed7905 
>   src/toolbar/VolumePopupButton.cpp 103bdc92b4 
>   src/transcoding/CMakeLists.txt d7e91690e5 
>   src/transcoding/TranscodingAssistantDialog.h e9254ee55a 
>   src/transcoding/TranscodingAssistantDialog.cpp a5aa6d7ba0 
>   src/transcoding/TranscodingJob.h effaaaf8f5 
>   src/transcoding/TranscodingJob.cpp b9096b2cb9 
>   src/transcoding/TranscodingPropertySliderWidget.cpp 44944c6561 
>   src/transcoding/amarok_transcoding_export.h 401b95c1f9 
>   src/widgets/AlbumBreadcrumbWidget.h efb61e1294 
>   src/widgets/AlbumBreadcrumbWidget.cpp d699f7d5a7 
>   src/widgets/AmarokDockWidget.cpp e1035ab25c 
>   src/widgets/AnalyzerWidget.h c9636f0375 
>   src/widgets/AnalyzerWidget.cpp 8781b37192 
>   src/widgets/AnimatedLabelStack.cpp 77339356b8 
>   src/widgets/BookmarkPopup.cpp 2349a2e114 
>   src/widgets/BookmarkTriangle.cpp 962212ce86 
>   src/widgets/BoxWidget.h PRE-CREATION 
>   src/widgets/BoxWidget.cpp PRE-CREATION 
>   src/widgets/BreadcrumbItemButton.cpp e5dd33010b 
>   src/widgets/ComboBox.h 19d3ea687c 
>   src/widgets/FilenameLayoutWidget.h 62c846a465 
>   src/widgets/FilenameLayoutWidget.cpp 6d017436e4 
>   src/widgets/HintLineEdit.h e7b8aad793 
>   src/widgets/HintLineEdit.cpp fc77dc9d6e 
>   src/widgets/IconButton.cpp 3789e1cd03 
>   src/widgets/LineEdit.h 12b3125620 
>   src/widgets/LineEdit.cpp 97c11afb11 
>   src/widgets/MetaQueryWidget.h c3258c3c80 
>   src/widgets/MetaQueryWidget.cpp d48dcd97d8 
>   src/widgets/Osd.cpp 3539bac532 
>   src/widgets/PlayPauseButton.cpp bbbebc4fdc 
>   src/widgets/PrettyTreeDelegate.cpp 4d9ca4877b 
>   src/widgets/PrettyTreeView.h 17ffa84936 
>   src/widgets/PrettyTreeView.cpp 6ab3f0d717 
>   src/widgets/ProgressWidget.h 929412a2a9 
>   src/widgets/ProgressWidget.cpp f9abba6be8 
>   src/widgets/SearchWidget.h c8baed6ecf 
>   src/widgets/SearchWidget.cpp 5cfe292449 
>   src/widgets/SliderWidget.cpp 90f09cd617 
>   src/widgets/StarManager.cpp 76ad6c4e49 
>   src/widgets/TimeLabel.cpp d62239b284 
>   src/widgets/TokenDropTarget.h a79da051f4 
>   src/widgets/TokenDropTarget.cpp fb6b5c8191 
>   src/widgets/TokenPool.h e0eac46741 
>   src/widgets/TokenPool.cpp 9db891cc49 
>   src/widgets/TokenWithLayout.h 300c56c81f 
>   src/widgets/TokenWithLayout.cpp fb8cd2b964 
>   src/widgets/TrackActionButton.cpp 1b81f9bd5a 
>   src/widgets/TrackSelectWidget.h 9b618f56ab 
>   src/widgets/TrackSelectWidget.cpp dbcda11da9 
>   src/widgets/VolumeDial.cpp 09df5297e1 
>   src/widgets/kdatecombo.h c4f66ce319 
>   src/widgets/kdatecombo.cpp 349b803bf4 
>   tests/CMakeLists.txt 896920171f 
>   tests/TestAmarok.cpp 85d4c83d84 
>   tests/TestCaseConverter.cpp f6833a9d1a 
>   tests/TestEngineController.cpp 1dc4203f03 
>   tests/TestExpression.cpp 64b0f4f75d 
>   tests/TestQStringx.cpp e199f79b87 
>   tests/TestSmartPointerList.h 83ddb84e6a 
>   tests/TestSmartPointerList.cpp d2f14c5b46 
>   tests/TestTagGuesser.cpp 620ff985c8 
>   tests/TestTrackOrganizer.cpp 9ea49c2cc0 
>   tests/amarokurls/CMakeLists.txt 88683d17f8 
>   tests/amarokurls/TestAmarokUrls.cpp b8ba532bd4 
>   tests/browsers/CMakeLists.txt 26f6a8df18 
>   tests/browsers/TestSingleCollectionTreeItemModel.h 0f6f1c0cea 
>   tests/browsers/TestSingleCollectionTreeItemModel.cpp 7d65bebcfb 
>   tests/context/engines/similarartists/CMakeLists.txt 5c4113185b 
>   tests/context/engines/similarartists/TestSimilarArtistsEngine.cpp 2170e09490 
>   tests/context/engines/upcomingevents/CMakeLists.txt f83540e7b7 
>   tests/context/engines/upcomingevents/TestUpcomingEventsEngine.cpp 05d8302fb9 
>   tests/core-impl/collections/aggregate/CMakeLists.txt cf538e3268 
>   tests/core-impl/collections/aggregate/TestAggregateMeta.cpp e1a3bc8efa 
>   tests/core-impl/collections/db/sql/CMakeLists.txt 4e64e75d0c 
>   tests/core-impl/collections/db/sql/SqlMountPointManagerMock.h 03359cb970 
>   tests/core-impl/collections/db/sql/TestDatabaseUpdater.h 0005b742b6 
>   tests/core-impl/collections/db/sql/TestDatabaseUpdater.cpp 1ca451b03b 
>   tests/core-impl/collections/db/sql/TestSqlAlbum.h ccd5fa08b7 
>   tests/core-impl/collections/db/sql/TestSqlAlbum.cpp b0bf0e30e8 
>   tests/core-impl/collections/db/sql/TestSqlArtist.h 84b3aa7942 
>   tests/core-impl/collections/db/sql/TestSqlArtist.cpp 2afc5279cd 
>   tests/core-impl/collections/db/sql/TestSqlCollection.h 2613616733 
>   tests/core-impl/collections/db/sql/TestSqlCollection.cpp 69c957b42e 
>   tests/core-impl/collections/db/sql/TestSqlCollectionLocation.h edde599010 
>   tests/core-impl/collections/db/sql/TestSqlCollectionLocation.cpp d654a68a9e 
>   tests/core-impl/collections/db/sql/TestSqlQueryMaker.h 04e6cecb64 
>   tests/core-impl/collections/db/sql/TestSqlQueryMaker.cpp cb7af8836d 
>   tests/core-impl/collections/db/sql/TestSqlScanManager.h dd12d858c5 
>   tests/core-impl/collections/db/sql/TestSqlScanManager.cpp ff95262517 
>   tests/core-impl/collections/db/sql/TestSqlTrack.h 1ea9b10505 
>   tests/core-impl/collections/db/sql/TestSqlTrack.cpp b4646411ed 
>   tests/core-impl/collections/support/CMakeLists.txt b9605f42f5 
>   tests/core-impl/collections/support/TestArtistHelper.cpp 5db6d62820 
>   tests/core-impl/collections/support/TestMemoryQueryMaker.cpp bfbfbdef20 
>   tests/core-impl/logger/CMakeLists.txt ccd65b1845 
>   tests/core-impl/logger/TestProxyLogger.cpp b0bf99434b 
>   tests/core-impl/meta/cue/CMakeLists.txt 2230c19030 
>   tests/core-impl/meta/cue/TestCueFileSupport.cpp bdf1be1b71 
>   tests/core-impl/meta/file/CMakeLists.txt 20cdd3de37 
>   tests/core-impl/meta/file/TestMetaFileTrack.h fae4bec90f 
>   tests/core-impl/meta/file/TestMetaFileTrack.cpp 5b32096ba3 
>   tests/core-impl/meta/multi/CMakeLists.txt 1de9a1c253 
>   tests/core-impl/meta/multi/TestMetaMultiTrack.cpp b86bfd148c 
>   tests/core-impl/playlists/types/file/CMakeLists.txt c24ccfbc46 
>   tests/core-impl/playlists/types/file/TestPlaylistFileSupport.cpp 4b452affc0 
>   tests/core-impl/playlists/types/file/asx/TestASXPlaylist.h f1e19c6ebd 
>   tests/core-impl/playlists/types/file/asx/TestASXPlaylist.cpp 5a342fc3c9 
>   tests/core-impl/playlists/types/file/m3u/TestM3UPlaylist.h a9d0dcc5c4 
>   tests/core-impl/playlists/types/file/m3u/TestM3UPlaylist.cpp d3658ebbba 
>   tests/core-impl/playlists/types/file/pls/TestPLSPlaylist.h d065a2f190 
>   tests/core-impl/playlists/types/file/pls/TestPLSPlaylist.cpp 0c857ec62e 
>   tests/core-impl/playlists/types/file/xspf/TestXSPFPlaylist.h e07ad388ca 
>   tests/core-impl/playlists/types/file/xspf/TestXSPFPlaylist.cpp 56aeda4917 
>   tests/core-impl/support/CMakeLists.txt 7232b4ec2c 
>   tests/core-impl/support/TestTrackLoader.cpp f404cf92cf 
>   tests/core/capabilities/CMakeLists.txt 632d404629 
>   tests/core/capabilities/TestActionsCapability.h 49edfc2ad6 
>   tests/core/capabilities/TestActionsCapability.cpp 5f8b5ea039 
>   tests/core/collections/CMakeLists.txt 5b3dfc251e 
>   tests/core/collections/CollectionLocationTest.cpp c09a8c0400 
>   tests/core/collections/TestCollection.cpp 6c3097b67f 
>   tests/core/collections/TestQueryMaker.h 72f06be155 
>   tests/core/collections/TestQueryMaker.cpp 37b24fc8c1 
>   tests/core/collections/support/CMakeLists.txt 7d906914c6 
>   tests/core/collections/support/TestTrackForUrlWorker.cpp 64a17bfda0 
>   tests/core/interfaces/CMakeLists.txt 2d1ddecaf0 
>   tests/core/interfaces/TestMetaCapability.cpp 6462ffae80 
>   tests/core/meta/CMakeLists.txt dc506288ca 
>   tests/core/meta/TestMetaTrack.cpp 57bd9e6be5 
>   tests/core/meta/support/CMakeLists.txt 43334512b2 
>   tests/core/meta/support/TestMetaAlbumKey.cpp 600db7caa2 
>   tests/core/meta/support/TestMetaConstants.cpp e65d6c2315 
>   tests/core/meta/support/TestMetaTrackKey.cpp ec7787bf52 
>   tests/core/meta/support/TestPrivateMetaRegistry.cpp 9fb5af4006 
>   tests/core/playlists/CMakeLists.txt d5673b1845 
>   tests/core/playlists/TestPlaylistFormat.cpp ea264e818f 
>   tests/core/playlists/TestPlaylistObserver.cpp 4dab1850a1 
>   tests/dynamic/CMakeLists.txt c131602926 
>   tests/dynamic/TestDynamicModel.cpp 2812654a94 
>   tests/dynamic/TestTrackSet.cpp c6834f3019 
>   tests/importers/TestAmarokImporter.cpp 1986717cc8 
>   tests/importers/TestBansheeImporter.cpp 6e13ad64e2 
>   tests/importers/TestClementineImporter.cpp 80a8b06c59 
>   tests/importers/TestFastForwardImporter.cpp 7abc0a60dd 
>   tests/importers/TestITunesImporter.cpp 4de7756a8c 
>   tests/importers/TestImporterBase.cpp 0ce4ddda84 
>   tests/importers/TestImporterManager.cpp 28745d86a9 
>   tests/importers/TestImporterProvider.cpp 2a97b6cd66 
>   tests/importers/TestRhythmboxImporter.cpp d5f166bc34 
>   tests/importers/TestSimpleImporterConfigWidget.cpp 2f6ac3a7f6 
>   tests/mocks/MockTrackForUrlWorker.cpp 46f462f000 
>   tests/playlist/CMakeLists.txt 890aa02f14 
>   tests/playlist/TestPlaylistModels.cpp 75347aecc4 
>   tests/playlistmanager/file/TestPlaylistFileProvider.cpp d76d176d73 
>   tests/playlistmanager/sql/TestSqlUserPlaylistProvider.cpp 882c151586 
>   tests/qt-modeltest/modeltest.cpp ad31e7e5c4 
>   tests/scanner/CMakeLists.txt cccd351828 
>   tests/scanner/TestGenericScanManager.h 86d8317e51 
>   tests/scanner/TestGenericScanManager.cpp 92c95a0b8c 
>   tests/synchronization/CMakeLists.txt 2e95817634 
>   tests/synchronization/TestMasterSlaveSynchronizationJob.cpp 12c0568c9e 
>   tests/synchronization/TestOneWaySynchronizationJob.cpp a68c551b99 
>   tests/synchronization/TestUnionJob.cpp f5a851fa7e 
>   tests/timecode/CMakeLists.txt a26ec395f2 
>   tests/timecode/TestTimecodeTrackProvider.cpp 0e2105bb2f 
>   utilities/afttagger/AFTTagger.cpp 393bbef70c 
>   utilities/afttagger/CMakeLists.txt c5ff398255 
>   utilities/collectionscanner/CMakeLists.txt c9b4e28251 
>   utilities/collectionscanner/CollectionScanner.cpp 53d24ac7e9 
>   utilities/updatesigner/CMakeLists.txt f3e9c37a37 
> 
> 
> Diff: https://git.reviewboard.kde.org/r/130244/diff/6/
> 
> 
> Testing
> -------
> 
> All autotests working.
> 
> 
> Thanks,
> 
> Malte Veerman
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/amarok-devel/attachments/20171007/162766ae/attachment-0001.html>


More information about the Amarok-devel mailing list