Amarok-git

  • Filter
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
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
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
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
Nikolaj Hald Nielsen
Make the cover of Jamendo tracks available using dbus
CCBUG: 207228
Nikolaj Hald Nielsen
Make the cover of Magnatune tracks available using dbus
CCBUG: 207228
Thomas Lübking
fix volume/mute tooltip
changed VolumeDial.cpp
Leo Franchi
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
Mark Kretschmann
Merge commit 'refs/merge-requests/145' of git://gitorious.org/amarok/amarok into nanno_merges