[Marble-devel] Review Request 122426: Marble: solved visual glitches on mouse events
Constantin Mihalache
mihalache.c94 at gmail.com
Fri Mar 27 10:13:12 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122426/
-----------------------------------------------------------
(Updated March 27, 2015, 10:13 a.m.)
Status
------
This change has been marked as submitted.
Review request for Marble.
Changes
-------
Submitted with commit 5d866990b231234429de3f794fe1512abd91977e by Torsten Rahn on behalf of Constantin Mihalache to branch master.
Repository: marble
Description
-------
Bug#1: When double-clicking and the mouse cursor is not above the map, zoom-in triggers and this came as very annoying while trying to pan the globe without dragging.
-coding:
-addded an if statement which tests whether the mouse is/isn't above the map.
Bug#2: While the globe is spinning (after a mouse drag), using pan with arrows causes a visual glitch: the globe jumps to a position for a fraction of a second but it continues its spin.
-coding:
-added a bool function to KineticModel which retruns whether the globe is spinning or not (checking its velocity). this helped me further on.
-added an extra condition which ensures that panning with arrows triggers only when the globe's velocity is null.
Diffs
-----
src/lib/marble/MarbleInputHandler.cpp 0fe322c
src/lib/marble/kineticmodel.h 731d124
src/lib/marble/kineticmodel.cpp b246781
Diff: https://git.reviewboard.kde.org/r/122426/diff/
Testing
-------
Built the project after applying the patch. Worked as expected.
Thanks,
Constantin Mihalache
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/marble-devel/attachments/20150327/379be2c2/attachment.html>
More information about the Marble-devel
mailing list