| Summary: | Switching from details-view to thumbnail-view looses correct selection of images | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | Philipp Sternberg <philipp.sternberg> |
| Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Philipp Sternberg
2006-04-25 13:56:01 UTC
I can confirm this bug: version 1.3.92 kde 3.5.4 Are you referring to kipi-plugins slideshow or gwenview one?
In the first case (plugin menu) it should have been added in current svn.
Regards,
Angelo
Ciao Angelo, I do not quite understand your question. This bug just refers to the "browse" window of gwenview. Nothing to do with kipi plugin, I think. Maybe that answered the question. Konrad > This bug just refers to the "browse" window of gwenview. gwenview then. you can try kipi-plugins slideshow by chosing plugins/tool/slideshow > Nothing to do with kipi plugin, I think. Maybe that answered the question. It should ;) Angelo But what worst I answered to the wrong bug :( Today my mail server is not good, and i'm confused :/ Sorry for my intrusion :) Angelo SVN commit 601542 by gateau: Do not unselect other items when selecting one BUG: 126218 M +1 -1 filethumbnailview.cpp --- trunk/extragear/graphics/gwenview/gvcore/filethumbnailview.cpp #601541:601542 @@ -484,7 +484,7 @@ if (!fileItem) return; FileThumbnailViewItem* iconItem=viewItem(this, fileItem); - if (iconItem) QIconView::setSelected(iconItem,enable); + if (iconItem) QIconView::setSelected(iconItem, enable, true /* do not unselect others */); } |