All Activity

Colin Guthrie
ipod: Do not set file permissions when copying tracks to ipods.
Just leave them as default as otherwise a dialog box will popup
after each copy to let you know that the permissions were
not able to be set which is not exactly ideal.

CCBUG: 231021
Mark Kretschmann
Add a versioning system for Context View applets.
The purpose of this is the same as with our Plugins: Making sure that
deprecated applets from old Amarok installs no longer show up.

TODO: Discuss with Leo Franchi how to handle the problem with the config
loading. Currently if an applet is not loaded, a ghost of the applet appears.

TODO: Extend our bump_plugin_version.rb script to handle applet versioning.

CCMAIL: amarok-devel@kde.org
Rick W. Chen
bias: fix no such collectionAdded signal
Object::disconnect: No such signal CollectionManager::collectionAdded(Amarok::Collection*,CollectionStatus)
in src/dynamic/BiasSolver.cpp:831
changed BiasSolver.cpp
Mark Kretschmann
Prepare Applet versioning: Move plugin version to Amarok.h.
It makes sense to relocate the PluginFrameworkVersion contant from
PluginManager.h to Amarok.h, as I plan to put the Applet version there
as well.
Nikolaj Hald Nielsen
Add bug number to changelog entry for playlist filtering performance foo
changed ChangeLog
Nikolaj Hald Nielsen
Add Nanno's playlist filtering performance improvements to the ChangeLog
ChangeLog++
changed ChangeLog
Mark Kretschmann
Fix two typos in the CoverBling applet.
Thanks to Yuri Chornoivan for noticing this.

CCMAIL: yurchor@ukr.net
CCMAIL: kde-i18n-doc@kde.org
Mark Kretschmann
Make tooltip texts more precise.
Nanno Langstraat
Let MainToolbar.cpp use standard Qt 'dataChanged' instead of signal 'metadataChanged'.
changed MainToolbar.cpp
Mark Kretschmann
Add tooltips for buttons in CoverBling applet.
Mark Kretschmann
Various code cleanup.
* Formatting style fixes.
* Const Correctness.
* Some other minor things.
Nanno Langstraat
Playlist navigators: bugfixes for the recent refactoring.
- Connect to signal 'rowsAboutToBeRemoved' instead of 'rowsRemoved'.

- Clear plan when rows are inserted.

- Comment fixups.
Mark Kretschmann
Don't double-delete Plasma::Iconwidget on exit.
As the widget subclasses QObject, and we give it a parent, Qt should
handle the destruction by itself, when the applet is being destroyed.
Mark Kretschmann
Remove legacy CoverBling code from days of yore.
This code was my original attempt at doing CoverBling, a long time ago.
The graphics code wasn't all that bad (using OpenGL), but there was no fall
back for non-OpenGL systems. Now we have a new CoverBling, replacing it.

It was a nice learning experience though. OpenGL is neat :)
Rick W. Chen
cover fetcher: do not show statusbar messages if album name is missing
Mark Kretschmann
Use proper sizes for the IconWidgets.
Mark Kretschmann
Replace home-brew MyGraphicItem with Plasma::IconWidget.
I don't really see a reason for inventing our own code here, when
a Plasma class fits this purpose nicely.

TODO: Fix icon sizes.
Nikolaj Hald Nielsen
Add the playlist tooltip changes to ChangeLog
ChangeLog++
changed ChangeLog
Mark Kretschmann
Fix mouse wheel behavior for new System Tray icon.
As there is no way to detect modifiers correctly with KStatusNotifierItem,
we must restrict the effect of the mouse wheel to its default behavior, which
is changing the volume.

Discussed with Aurelien Gateau and Plasma developers.
changed TrayIcon.cpp