Summary: | Toggle Auto/Parents does not work as expected | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | terri.bugs |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | marcel.wiesweg |
Priority: | NOR | Flags: | languitar:
Junior_Jobs+
|
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 1.2.0 | |
Sentry Crash Report: |
Description
terri.bugs
2010-02-18 18:10:25 UTC
SVN commit 1093298 by jwienke: In ImageDescEditTab expand only matches and not also their children when toggling to display only assigned tags. BUG: 227545 M +2 -11 NEWS M +3 -3 digikam/albumtreeview.cpp M +11 -8 digikam/albumtreeview.h M +1 -1 libs/imageproperties/imagedescedittab.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1093298 Whoops, this was the wrong bug I closed. Reopening... ;) Marcel, are you working on this or should I have a look at it? If you like, have a look at this! SVN commit 1093312 by jwienke: Don't block signal for auto parent / child toggling in checkable tree views. This prevents other connected classes from noticing things. Instead disconnect and reconnect. Also ensure that the root item isn't changed. BUG: 227545 M +2 -2 NEWS M +4 -2 digikam/tagcheckview.cpp M +3 -1 libs/models/abstractalbummodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1093312 |