[Digikam-devel] [Bug 164301] Filter Albums sub-tree names too, when using quickfilter on icon view

Gilles Caulier caulier.gilles at gmail.com
Thu Jun 19 13:01:04 BST 2008


------- 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=164301         




------- Additional Comments From caulier.gilles gmail com  2008-06-19 14:01 -------
Andi, 

I have found a little problem with your patch : the album titles will be filtered only if this condition is true : 

if (settings->getIconShowName()) 
{
}

... getIconShowName() is return true if icon item name is displayed on iconview (file name in fact). This is not related to album title.

This is want mean than album titles will be filtered only when file names are displayed on icon-view. To solve this problem you just need to move album titles filtering code outside this conditional section.

Gilles



More information about the Digikam-devel mailing list