Summary: | images previews should work like images on Kooka Gallery tree | ||
---|---|---|---|
Product: | [Applications] kooka | Reporter: | Jorge Adriano <jorge.adriano> |
Component: | general | Assignee: | Jonathan Marten <jjm> |
Status: | ASSIGNED --- | ||
Severity: | wishlist | CC: | marc.collin |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jorge Adriano
2003-12-01 20:20:22 UTC
*** 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. |