Bug 138703

Summary: digikam editor window should should support mouse wheel for image change
Product: [Applications] digikam Reporter: Gábor Ziegler <Gabor.Ziegler>
Component: Usability-MouseAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: wishlist CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 7.5.0

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