index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-07-28
mapwidgetcontextmenu: add an Image for the context menu toggle
Lubomir I. Ivanov
2017-07-28
mapwidgetcontextmenu: add placeholder QML
Lubomir I. Ivanov
2017-07-28
qrc: use "MapWidget.qml" as a QRC alias
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: move the new map type toggle on top of the map
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: animate the map type toggle image on click
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: add an small icon (top-left) to toggle the map type
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: simplify the map type enumeration into "mapType"
Lubomir I. Ivanov
2017-07-28
qrc: add a couple of images for the map type toggles (satellite/street)
Lubomir I. Ivanov
2017-07-28
qrc: yet another slight rename for the map markers resources
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: use a seprate animation for zooming out
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: reduce the properies in mapAnimation to single lines
Lubomir I. Ivanov
2017-07-28
mapwidgethelper.cpp: call deselectMapLocation() in QML
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: don't use the onSourceChanged() slot for flag animation
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: add deselectMapLocation()
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: remove some redundant "map." references
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: add the animateMapTo() helper function
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: use map.newZoom and map.defaultZoomIn
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: whitespace and ';' cleanup
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: play little animation on marker clicks
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: update the Z order of selected markers
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: add some properties for zoom and center
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: pass a MapLocation object to QML in centerOnDiveSite()
Lubomir I. Ivanov
2017-07-28
maplocationmodel: add the helper method getMapLocationForUuid()
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: add a slot to handle marker selection from the model
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: track the marker selection
Lubomir I. Ivanov
2017-07-28
maplocationmodel: add a "selectedUuid" property to MapLocationModel
Lubomir I. Ivanov
2017-07-28
maplocationmodel: add a "uuid" property to MapLocation
Lubomir I. Ivanov
2017-07-28
qrc: use a separate image for the selected and unselected markers
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: pass a QGeoCoordinate to the QML map
Lubomir I. Ivanov
2017-07-28
maplocationmodel: use QVector for the MapLocation storage
Lubomir I. Ivanov
2017-07-28
maplocationmodel: small whitespace cleanup
Lubomir I. Ivanov
2017-07-28
maplocationmodel: add the addList() method
Lubomir I. Ivanov
2017-07-28
mapwidget: call MapWidgetHelper::reloadMapLocations()
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: add the reloadMapLocations() method
Lubomir I. Ivanov
2017-07-28
maplocationmodel: store the coordinate as QGeoCoordinate
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: implement the MapItemView with delegate
Lubomir I. Ivanov
2017-07-28
maplocationmodel: implement the clear() and add() methods
Lubomir I. Ivanov
2017-07-28
mapwidget.cpp: register the MapLocation and MapLocationModel types
Lubomir I. Ivanov
2017-07-28
qmlmapwidgethelper: maintain an instance of MapLocationModel
Lubomir I. Ivanov
2017-07-28
qt-models/cmake: build maplocationmodel.cpp
Lubomir I. Ivanov
2017-07-28
qt-models/maplocationmodel: add new classes for map model based handling
Lubomir I. Ivanov
2017-07-28
add the SPDX-License-Identifier to new source files
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: implement some map animation
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: add the function centerOnCoordinates()
Lubomir I. Ivanov
2017-07-28
qmlmapwidgethelper: add the centerOnDiveSite() method
Lubomir I. Ivanov
2017-07-28
qmlmapwidgethelper: remove stray test() method
Lubomir I. Ivanov
2017-07-28
MapWidget.qml: reference the Map object in the MapWidgetHelper object
Lubomir I. Ivanov
2017-07-28
qmlmapwidgethelper.h: add a "map" property with m_map MEMBER
Lubomir I. Ivanov
2017-07-28
mapwidget.cpp: obtain a reference of the MapWidgetHelper from QML
Lubomir I. Ivanov
2017-07-28
MapWidget.qml: create an instance of MapWidgetHelper
Lubomir I. Ivanov
[prev]
[next]