[Bug 116520] Slideshow should work for search results as well

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Bug 116520] Slideshow should work for search results as well

Bugzilla from tomalbers@kde.nl
------- 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=116520         
tomalbers kde nl changed:

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



------- Additional Comments From tomalbers kde nl  2005-12-29 21:51 -------
SVN commit 492401 by toma:

Make the kipi plugins also work on all images in a search folder or date folder.
BUG: 116520



 M  +13 -0     kipiinterface.cpp  


--- trunk/extragear/graphics/digikam/digikam/kipiinterface.cpp #492400:492401
 @ -355,6 +355,19  @
         {
             return imagesFromTAlbum(dynamic_cast<TAlbum*>(album_));
         }
+        else if (album_->type() == Album::DATE ||
+                 album_->type() == Album::SEARCH)
+        {
+            AlbumItemHandler* handler =
+                    AlbumManager::instance()->getItemHandler();
+
+            if (handler)
+            {
+                return handler->allItems();
+            }
+
+            return KURL::List();
+       }
         else
         {
             kdWarning() << k_funcinfo
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel