Summary: | Marble 4.6.0 mouse drag actions reverse when zoomed when Marble is used as desktop wallpaper | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Mike Bonar <mike.bonar> |
Component: | wallpaper | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aseigo, gregor, moltonel, nienhueser, saschpe |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdeplasma-addons/a655300e649f03bfb9a378c2bca4d8556b53b568 | Version Fixed In: | |
Sentry Crash Report: |
Description
Mike Bonar
2011-01-29 16:14:28 UTC
void MarbleWallpaper::mouseMoveEvent(QGraphicsSceneMouseEvent *event) seems to be based on a copy (as in paste) of an old version of bool MarbleWidgetDefaultInputHandler::eventFilter( QObject* o, QEvent* e ) Other issues: - Panning an OSM based map in Mercator projection results in a black background (zooming works) - The wheel zoom factor is way too small. It takes ages to zoom in/out. The factor 10 should be replaced with 40. - It feels really slow for some reason. Marble itself at the same size (fullscreen) displays maps way faster Reassigning to plasma as the wallpaper is not maintained by the Marble team (please check that I chose the right product/component). *** Bug 282243 has been marked as a duplicate of this bug. *** Can you have a look? https://git.reviewboard.kde.org/r/105118/ Git commit a655300e649f03bfb9a378c2bca4d8556b53b568 by Gregor Tätzner. Committed on 31/05/2012 at 15:48. Pushed by gregort into branch 'master'. Marble wallpaper: Increase scroll speed and fix spin direction Related: bug 216156 REVIEW: 105118 M +4 -16 wallpapers/marble/marble.cpp http://commits.kde.org/kdeplasma-addons/a655300e649f03bfb9a378c2bca4d8556b53b568 |