Revision 1e3eb42...

Go back to digest for 6th January 2013

Bug Fixes in KDE Base

Vishesh Handa committed changes in [nepomuk-widgets/KDE/4.10] /:

WidgetFactory: Properly handle multiple file tagging

When multiple files have been selected then setProperty should not be
used, as the tag widget will only show the common tags, and changing
that list of common tags will result in the not-common tags being
removed.

Instead, we use addProperty to add the changed tags. This way the old
tags are preserved. Additionally, we maintain a list of the previous
tags, and calculate the difference to remove the previous tags.


FIXED-IN: 4.11

File Changes

Modified 2 files
  •   ui/widgetfactory.cpp
  •   ui/widgetfactory.h
2 files changed in total