Bug 69464 - images previews should work like images on Kooka Gallery tree
Summary: images previews should work like images on Kooka Gallery tree
Status: ASSIGNED
Alias: None
Product: kooka
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jonathan Marten
URL:
Keywords:
: 119788 135070 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-12-01 20:20 UTC by Jorge Adriano
Modified: 2008-05-17 13:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jorge Adriano 2003-12-01 20:20:22 UTC
Version:           0.41 (using KDE 3.1.4)
Installed from:    SuSE
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB

- Right clicking on the image preview should show the same context menu as right clicking on the respective file in Kooka Gallery tree.
(for my thoughts on the correct context menu see bug report 
http://bugs.kde.org/show_bug.cgi?id=69454)

Aditionally it would be nice if I could use drag and drop on them, just like in the files of the gallery tree.
(for my thoughts on the correct way to handle drag and drop see http://bugs.kde.org/show_bug.cgi?id=69451)

J.A.
Comment 1 Jonathan Marten 2008-02-24 17:42:06 UTC
*** Bug 119788 has been marked as a duplicate of this bug. ***
Comment 2 Jonathan Marten 2008-03-10 20:19:57 UTC
*** Bug 135070 has been marked as a duplicate of this bug. ***
Comment 3 Jonathan Marten 2008-05-17 13:40:17 UTC
SVN commit 808701 by marten:

Replaced the home-made thumbnail preview pane with a KDirOperator/KFileIconView
combination.  Eliminates some possible crashes (bugs 66713, 132701, 144074) related
to the ownership and destruction of KFileIconViewItem's (see the comments in
thumbview.cpp for more discussion).  Also simplifies the communication between
the scan packager and the previewer, since most file operations are noticed
automatically and the thumbnail view updated.

Implement a popup menu for the thumbnail view, with much the same operations
as the gallery tree - bug 69464

CCBUG:69464
CCBUG:66713
CCBUG:132701
CCBUG:144074


 M  +2 -2      kooka/Makefile.am  
 M  +7 -2      kooka/kooka.cpp  
 M  +60 -75    kooka/kookapref.cpp  
 M  +1 -5      kooka/kookapref.h  
 M  +65 -113   kooka/kookaview.cpp  
 M  +9 -7      kooka/kookaview.h  
 M  +75 -77    kooka/scanpackager.cpp  
 M  +6 -4      kooka/scanpackager.h  
 M  +220 -371  kooka/thumbview.cpp  
 M  +49 -100   kooka/thumbview.h  
 A             kooka/thumbviewdiroperator.cpp   [License: GPL (v2) (+Qt exception)]
 A             kooka/thumbviewdiroperator.h   [License: GPL (v2) (+Qt exception)]
 D             kooka/thumbviewitem.cpp  
 D             kooka/thumbviewitem.h  
 M  +1 -1      libkscan/kscancontrols.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=808701
Comment 4 Jonathan Marten 2008-05-17 13:48:24 UTC
Thumbnail gallery rewritten in SVN version to incorporate popup file operations menu.

Please try out the SVN version from branches/work/kooka-kde3 if possible, see http://techbase.kde.org/Projects/Kooka for build instructions.