[Digikam-devel] [Bug 192425] Star rating setting under thumbnails is a nuisance
Gilles Caulier
caulier.gilles at gmail.com
Tue Jun 2 18:13:03 BST 2009
https://bugs.kde.org/show_bug.cgi?id=192425
Gilles Caulier <caulier.gilles at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #9 from Gilles Caulier <caulier gilles gmail com> 2009-06-02 19:13:00 ---
SVN commit 976791 by cgilles:
remove RatingBox widget. Use RatingWidget instead everywhere.
RatingWidget has now a fading mode to display progressively widget
This mode is used in new icon-view based on Model View to switch is edit mode
when
user move mouse over the widget.
During fading, widget appear and rating cannot be edited. fading duration is
1500ms.
This will prevent unwanted rating assignation to item when user move mouse over
the item to
just only select it.
To really want to change rating to item, user need to stay over rating widget
more than
fading duration.
This patch only change this behavour in iconview, not with thummbar. Thumbbar
is not yet
ported to Model/View, but when it will done, we will use same component than
iconview and
problem will be fixed automatically there.
BUG: 192425
M +0 -1 CMakeLists.txt
M +7 -6 digikam/albumiconviewfilter.cpp
M +18 -17 digikam/iconview.cpp
M +26 -24 digikam/imagepreviewbar.cpp
M +10 -6 digikam/imageratingoverlay.cpp
M +3 -2 digikam/imageratingoverlay.h
D digikam/ratingbox.cpp
D digikam/ratingbox.h
M +174 -65 digikam/ratingwidget.cpp
M +14 -0 digikam/ratingwidget.h
M +1 -0 libs/imageproperties/imagedescedittab.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=976791
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list