[Digikam-devel] [Bug 96388] show number of images in the album

Gilles Caulier caulier.gilles at gmail.com
Fri Dec 7 06:16:44 GMT 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=96388         




------- Additional Comments From caulier.gilles gmail com  2007-12-07 07:16 -------

>after turning it on counter show (0) on all folders, it worked only
> after restart

Patch version 17 fix this problem...

>update in numbers was very slow - several seconds on 304 items in
> recursively shown albums (after deleting of 5 items) 

scan of folder items to count is delegate to digikamalbums kio-slave witch query database. There are 2 query performed : one to count items in simple mode, one to count items in recursive mode.

The first one is simple and fast. The second is more complex, but can be removed.... I can delegate the recursive count of items to the GUI album tree view witch know folder hierarchy. I can count recursive values when a folder branch is not open, following hierarchy.

Gilles



More information about the Digikam-devel mailing list