Bug 138703 - digikam editor window should should support mouse wheel for image change
Summary: digikam editor window should should support mouse wheel for image change
Status: RESOLVED NOT A BUG
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Mouse (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-12 09:55 UTC by Gábor Ziegler
Modified: 2022-01-13 07:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gábor Ziegler 2006-12-12 09:55:36 UTC
Version:            (using KDE KDE 3.5.4)
Installed from:    Debian testing/unstable Packages

Bug #111610 is nice to have resolved.  (http://bugs.kde.org/show_bug.cgi?id=111610)

However, digikam editor window shall support browsing the album images with plain mouse wheel scrolling, that is, without keyboard modifiers. I.e., simple wheel-turn should behave like PgUp, PgDn
Comment 1 caulier.gilles 2006-12-12 10:29:46 UTC
Gabor, 

It's already implemented in 0.9.0 :

SHIFT + mouse wheel up == PAGE_UP
SHIFT + mouse wheel down == PAGE_DOWN

We need to use SHIFT key because if you don't use 'Zoom Auto Fit' option, Qt will use mouse wheel to pan canvas content.

Gilles Caulier