Age | Commit message (Expand) | Author |
2017-08-02 | mapwidget.qml: use a custom built googlemaps plugin | Lubomir I. Ivanov |
2017-07-31 | Smaller buttons on map widget | Robert C. Helling |
2017-07-31 | QML UI: stop showing location labels earlier | Dirk Hohndel |
2017-07-28 | map: whitespace cleanup in QML and C++ files | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: track the coordinatesChanged() signal in QML | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: use darker text color for the deselected markers | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: add new logic for zooming and editing support | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: add visual tracking of editMode from MapWidgetHelper | Lubomir I. Ivanov |
2017-07-28 | mapwidgethelper: change centerOnDiveSite() | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: include map location text | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: add zoom-in and zoom-out buttons | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: ";" and variable declaration cleanup | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: add double click on zoom | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: store the selected dives count in "nSelectedDives" | Lubomir I. Ivanov |
2017-07-28 | mapwidgethelper: emit a selectedDivesChanged() signal | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: make setSelectedUuid() accept "fromClick" flag | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: call calculateSmallCircleRadius() on zoom changes | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: call "copy to clipboard" actions in the maphelper C++ | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: open current location in Google Maps | Lubomir I. Ivanov |
2017-07-28 | mapwidgetcontextmenu: add the actionSelected() signal | Lubomir I. Ivanov |
2017-07-28 | mapwidgetcontextmenu: position the contextMenu on the map | Lubomir I. Ivanov |
2017-07-28 | mapwidgetcontextmenu: add placeholder QML | 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 | 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 | 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 | mapwidget.qml: track the marker selection | Lubomir I. Ivanov |
2017-07-28 | mapwidgethelper: pass a QGeoCoordinate to the QML map | 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 | 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 | MapWidget.qml: reference the Map object in the MapWidgetHelper object | Lubomir I. Ivanov |
2017-07-28 | MapWidget.qml: create an instance of MapWidgetHelper | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: enumerate the ESRI map types of interest | Lubomir I. Ivanov |
2017-07-28 | map: use Item instead of Rectangle in MapWidget.qml | Lubomir I. Ivanov |
2017-07-28 | map: add placeholder MapWidget.qml in mobile-widgets/qml | Lubomir I. Ivanov |