[Marble-bugs] [Bug 293799] Provide a preference setting to disable "kinetic pan" feature

Dennis Nienhüser earthwings at gentoo.org
Sun Jun 3 20:35:47 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=293799

Dennis Nienhüser <earthwings at gentoo.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
   Version Fixed In|                            |KDE-4.9.0
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/marb
                   |                            |le/d889c6f5fb825bb0abc3ae05
                   |                            |8290ec5be232b5d9

--- Comment #2 from Dennis Nienhüser <earthwings at gentoo.org> ---
Git commit d889c6f5fb825bb0abc3ae058290ec5be232b5d9 by Dennis Nienhüser.
Committed on 03/06/2012 at 22:19.
Pushed by nienhueser into branch 'master'.

Kinetic scrolling can be disabled via the API.

Default is on except for the N900.

To deactivate kinetic scrolling manually, do:
- when using Marble as a library:
  MarbleWidget *marbleWidget = ...
  marbleWidget->inputHandler()->setKineticScrollingEnabled(false);
- when using Marble (KDE version):
  $EDITOR ~/.kde/share/config/marblerc
  Add a new line 'kineticScrolling=false' (no quotes)
- when using Marble (Qt version, also Nokia N900/N950/N9):
  $EDITOR ~/.config/kde.org/"Marble Desktop Globe.conf"
  Scroll down to the [MarbleWidget] section
  Edit 'kineticScrolling=true' to 'kineticScrolling=false' (no quotes)

No user interface for it yet, but adding one in the desktop version
might be useful (in the Navigation settings).
FIXED-IN: KDE-4.9.0

M  +5    -0    src/QtMainWindow.cpp
M  +31   -7    src/lib/MarbleWidgetInputHandler.cpp
M  +9    -0    src/lib/MarbleWidgetInputHandler.h
M  +3    -0    src/marble.kcfg
M  +2    -0    src/marble_part.cpp

http://commits.kde.org/marble/d889c6f5fb825bb0abc3ae058290ec5be232b5d9

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list