Make the applet explorer 10 pixels taller as this allows enough vertical space for icons with 2 lines of text. Really this stuff should be variable depending on the tallest icon in the list, but this would be too intrusive for this close to tagging/release. BUG: 227597
cleanup some ancient and redundant code in the scripted service system. This code was also causing crashes (Danish radio station script) and non working scripts (Librivox and others). Another one of those "This used to work but does not anymore" issues. Qt or compiler changes?
Fix crash when attempting to set a custom album cover while nepomuk is enabled on the system. Thanks to trueg <trueg@kde.org> for the patch. Please test this as I could not reproduce the crash locally. BUG: 197343
fix crashes when deleting songs from an ipod The ipod media device plugin's internal list of files was not correctly updated when tracks have been copied to an ipod or when orphaned tracks have been added. This resulted in songs being added to the ipod's database multiple times. Fix that and try to work around problems resulting from the invalid databases containing several entries for the same file.
Merge branch 'fix-no-such' * fix-no-such: Cleanup unused variables Fix no such signal in PlaylistsByProviderProxy Fix no such slot in ToolTipManager Fix no such signal in CollectionManager
Fix no such signal in PlaylistsByProviderProxy Object::connect: No such signal PlaylistBrowserNS::PodcastModel::renameIndex( QModelIndex ) in src/src/browsers/playlistbrowser/PlaylistsByProviderProxy.cpp:30
fix crash in biassolver if there is no primarycollection hook up to the collectionadded signal once so we try again when the next collection is added BUG: 229783