Summary: | Filters not applied real-time | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Pau Ruŀlan Ferragut <paurullan> |
Component: | Albums-Filters | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: |
Description
Pau Ruŀlan Ferragut
2008-12-30 14:48:18 UTC
SVN commit 903565 by mwiesweg: Listen to database change signals and schedule refiltering if filtered properties are changed. CCBUG: 179139 M +70 -2 albumlister.cpp M +5 -0 albumlister.h WebSVN link: http://websvn.kde.org/?view=rev&revision=903565 The filtering code now listens to all relevant property changes and re-filters if a change occurs. This even works now if you change the rating from a second running instance of digikam :-) Great job, works perfectly. |