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.
*** Bug 119788 has been marked as a duplicate of this bug. ***
*** Bug 135070 has been marked as a duplicate of this bug. ***
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
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.