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

Arnd Baecker arnd.baecker at web.de
Wed Nov 28 16:47:04 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 arnd.baecker web de  2007-11-28 17:47 -------
Hi Gilles,

very nice! Some comments:
- the total number of files in an album is displayed. This is different
  from the number of images/movies. This can be confusing
  (One solution for this would be:  https://bugs.kde.org/show_bug.cgi?id=145743 )
- 1/ this is a difficult question, because I would think that
  depending on whether the tree is collapsed or not, different numbers should 
  be obtained:

  [+] album1 (200)   vs. [-] album1 (0)
                             * subalbumA (90)
                             * subalbumB (110)
  So in my opinion this is independent of the recursive view.
  Of course one could always display 200 for album1, maybe this is even better?
- I am not sure, whether a recursive mode for tags makes sense:
  Contrary to the album view (where subalbumA is, by organization, contained
  in album1), subtag1 and tag1 can be ticked independently from each
  other (even though they are organized in a hierarchical way).
- I think that for 1/ 2/ and 3/ corresponding queries like
     QStringList AlbumDB::getItemNamesInAlbum(int albumID)
  have to be added to albumdb.cpp.
- Marcel, are such queries fast enough so that one can easily
  do several of those, or would there be problems on slower machines?

Best, Arnd



More information about the Digikam-devel mailing list