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

Gilles Caulier caulier.gilles at gmail.com
Sun Dec 30 09:00:36 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         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles gmail com  2007-12-30 10:00 -------
SVN commit 754570 by cgilles:

digiKam from KDE3 branch : important changes here : add capability to display count of items in all Folder View.
The number of items contained in virtual or physical albums is now displayed on the right of album name. 
If a tree branch is collapsed, parents album sum-up the number of items from all undisplayed children albums.
Count of items is performed in background by digiKam KIO-Slaves.
A new option from Setup/Album dialog page can toggle on/off this feature.

Screenshot of digiKam in action using this new feature can be seen at this url:

http://bugs.kde.org/attachment.cgi?id=22233&action=view

Folder view witch supports this feature are :

- Physical Albums from left side bar.
- Virtual Date Albums (calendar) from left side bar.
- Virtual Tags Albums from left side bar.
- Virtual Tags Albums from Captions & Tags right side bar tab.
- Virtual Tags Albums Filter from right side bar.

Note: for performance reasons, Search folder view do not support count of items. Search queries on digiKam database
can take a while and slow down digiKam reactivity. See B.K.O 96388 story for details...

BUG: 96388
CCMAIL: digikam-devel kde org
TODO: KDE4PORT



 M  +128 -45   digikam/albumfolderview.cpp  
 M  +5 -2      digikam/albumfolderview.h  
 M  +5 -5      digikam/albumlister.cpp  
 M  +1 -1      digikam/albumlister.h  
 M  +207 -44   digikam/albummanager.cpp  
 M  +37 -22    digikam/albummanager.h  
 M  +122 -104  digikam/albumsettings.cpp  
 M  +3 -0      digikam/albumsettings.h  
 M  +164 -59   digikam/datefolderview.cpp  
 M  +46 -3     digikam/datefolderview.h  
 M  +11 -0     digikam/digikamapp.cpp  
 M  +10 -0     digikam/digikamview.cpp  
 M  +1 -0      digikam/digikamview.h  
 M  +3 -3      digikam/monthwidget.cpp  
 M  +222 -99   digikam/tagfilterview.cpp  
 M  +3 -1      digikam/tagfilterview.h  
 M  +125 -45   digikam/tagfolderview.cpp  
 M  +4 -2      digikam/tagfolderview.h  
 M  +147 -113  kioslave/digikamalbums.cpp  
 M  +17 -23    kioslave/digikamdates.cpp  
 M  +129 -95   kioslave/digikamtags.cpp  
 M  +28 -29    libs/imageproperties/imagedescedittab.cpp  
 M  +1 -0      libs/imageproperties/imagedescedittab.h  
 M  +5 -0      libs/imageproperties/imagepropertiessidebardb.cpp  
 M  +1 -0      libs/imageproperties/imagepropertiessidebardb.h  
 M  +107 -10   libs/imageproperties/talbumlistview.cpp  
 M  +20 -5     libs/imageproperties/talbumlistview.h  
 M  +2 -2      project/project.kdevelop  
 M  +6 -0      utilities/imageeditor/editor/imagewindow.cpp  
 M  +1 -0      utilities/imageeditor/editor/imagewindow.h  
 M  +7 -0      utilities/lighttable/lighttablewindow.cpp  
 M  +1 -0      utilities/lighttable/lighttablewindow.h  
 M  +25 -17    utilities/setup/setupgeneral.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=754570



More information about the Digikam-devel mailing list