Version: unspecified (using KDE 4.6.0) OS: Linux When you select the Globe as a desktop wallpaper, dragging the globe works correctly until you zoom in to make the globe fill the screen. Then the mouse action for left and right reverses. Up and down still works. This doesn't happen in the Marble application itself, only when you use it as a wallpaper. Reproducible: Didn't try Steps to Reproduce: Set background to globe, zoom and drag. Actual Results: Left and right drag actions are reversed. Dragging left causes the globe to rotate to the right. Dragging right causes the globe to rotate to the left. Expected Results: Dragging left should cause the globe to rotate to the left and vice versa.
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