Summary: | Zoom slider should change amount of pictures, not picture size directly | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Dotan Cohen <kde-2011.08> |
Component: | Thumbs-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | http://commits.kde.org/digikam/930c91ce25c6a90fd18e045ad665dd784f0b6291 | Version Fixed In: | 4.0.0 |
Sentry Crash Report: |
Description
Dotan Cohen
2009-03-09 14:56:38 UTC
Git commit 930c91ce25c6a90fd18e045ad665dd784f0b6291 by Gilles Caulier. Committed on 12/12/2011 at 13:20. Pushed by cgilles into branch 'master'. in icon-view mode, zoom button named "Fit to Window" can be used now to fill all icon rows with thumb contents automaticaly. The right thumbs size is computed accordingly with space available... CCBUGS: 186672 M +9 -3 digikam/items/digikamimageview.cpp M +3 -2 digikam/items/digikamimageview.h M +59 -0 digikam/items/imagedelegate.cpp M +2 -0 digikam/items/imagedelegate.h M +9 -1 digikam/views/digikamview.cpp M +1 -1 libs/widgets/common/dzoombar.cpp http://commits.kde.org/digikam/930c91ce25c6a90fd18e045ad665dd784f0b6291 I just checked Dolphin and Gwenview. None of both adjust icon-view item size by number of items by line. With my commit #930c91ce25c6a90fd18e045ad665dd784f0b6291 you can optimize space used by icon on a line by press "Fit to Window" button on status-bar. It's enough for digiKam... Gilles Caulier |