All Activity

Teo Mrnjavac
Actually enable LikeBack for the LikeBack service set up on Kollide by our awesome admin. Paleo++
changed MainWindow.cpp
Lydia Pintscher
update version string to 2.3-GIT add changelog stub
Leo Franchi
as discussed, switch splash screen for 2.3.0 release. before tagging 2.3.1, we shall switch again. and each 2.3.x release will have its own splash
Nikolaj Hald Nielsen
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
Mark Kretschmann
Wording: "some app" -> "another application".
changed ChangeLog
Bart Cerneels
Filter providers with QSortFilterProxyModel.
Usability RFC:
It's currently possible to uncheck all providers.
Because of QSFPM this will end up showing all providers anyway.

We can prevent this by disabling the last checkbutton.
Or let the user know what happend in an inline infobox.
Or.... better ideas you cna come up with.

CCMAIL:amarok-devel@kde.org
Mark Kretschmann
ChangeLog fixes: Typos, wording, formatting.
Review from a native English speaker would be appreciated :)
changed ChangeLog
Jakob Kummerow
merge proposed new splash screen to see what it looks like in action.
Feel free to revert this or replace the splash yet again.
Nikolaj Hald Nielsen
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?
Mark Kretschmann
* Use Trueg's real name in the ChangeLog, as is custom. * Small typo fix.
changed ChangeLog
Nikolaj Hald Nielsen
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
changed CoverFetchingActions.cpp
Martin Aumüller
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.

BUG: 213097
Teo Mrnjavac
Typo and style fixes, detect git builds as testing versions.
Bart Cerneels
Fix folder renaming in the user playlist browser.
BUG:227314
Bart Cerneels
Fix grouping of playlist files in coll. folders.
Ironically it doesn't work yet for playlist files in savelocation( playlists ).
Bart Cerneels
Prevent episode duplicates by checking guid in sql.
Nikolaj Hald Nielsen
A pile of small style fixes for AmpacheQueryMaker.cpp
Teo Mrnjavac
Added a LikeBack client feature to Amarok. For information about LikeBack, see http://amroth.coldshock.net/kmess/blog/generally-kmess/allowing-user-feedback-with-likeback/ Special bonus content: added the Social About Dialog action to the Help menu the Right Way.
Bart Cerneels
Don't add an episode to it's own parent.
TODO: prevent this on the PodcastChannel level to.
Rick W. Chen
Fix no such signal in PlaylistsByProviderProxy
Object::connect: No such signal
PlaylistBrowserNS::PodcastModel::renameIndex( QModelIndex ) in
src/src/browsers/playlistbrowser/PlaylistsByProviderProxy.cpp:30
Rick W. Chen
Fix no such slot in ToolTipManager
changed ToolTipManager.cpp