Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-05 | map-widget: move the widget and its resources to 'map-widget' | Lubomir I. Ivanov | |
Move all the map widget platform agnostic files to the <subsurface-root>/map-widget folder. This avoids the confusion about the desktop version of subsurface using mobile components. The map widget is planned as a shared component between the mobile and desktop versions. desktop-widgets/mapwidget[.h/.cpp] still remain as those are specific to the desktop version. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> | |||
2017-07-28 | mapwidget.qml: add zoom-in and zoom-out buttons | Lubomir I. Ivanov | |
The buttons are positioned bellow the "toggle map type" button and increment / decrement the zoom by "zoomStep" (2 for now). Also clamp the zoom-in level to "map.maximumZoomLevel". Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> |