Age | Commit message (Expand) | Author |
2017-07-28 | mapwidget: add a method to set update editMode in MapWidgetHelper | Lubomir I. Ivanov |
2017-07-28 | mapwidgethelper: add methods for editing MapLocations | Lubomir I. Ivanov |
2017-07-28 | mapwidgethelper: add the same logic for markers as in globe.cpp | Lubomir I. Ivanov |
2017-07-28 | mapwidgethelper: change centerOnDiveSite() | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: fix getMapLocationForUuid() | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: use READ method selectedUuid | Lubomir I. Ivanov |
2017-07-28 | maplocation: add helpers for coordinate and uuid | Lubomir I. Ivanov |
2017-07-28 | mapwidgetcontextmenu: slight increase of element size | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: include map location text | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: add the "namer" property | 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 | mapwidget: add the "skipReload" guard | Lubomir I. Ivanov |
2017-07-28 | mapwidget: connect the helper selectedDivesChanged() signal | Lubomir I. Ivanov |
2017-07-28 | mapwidgethelper: emit a selectedDivesChanged() signal | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: fix some public / private declarations | Lubomir I. Ivanov |
2017-07-28 | mapwidgethelper: obtain a list of nearby dives | 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 | mapwidgethelper: add means to obtain a small circle radius | Lubomir I. Ivanov |
2017-07-28 | mapwidgethelper: skip dive sites which are near each other | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: call "copy to clipboard" actions in the maphelper C++ | Lubomir I. Ivanov |
2017-07-28 | mapwidgethelper: add the method copyToClipboardCoordinates() | 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: rearrange some of the QML declarations | Lubomir I. Ivanov |
2017-07-28 | mapwidgetcontextmenu: add the ListView component | Lubomir I. Ivanov |
2017-07-28 | mapwidgetcontextmenu: add a listViewIsVisible integer property | Lubomir I. Ivanov |
2017-07-28 | mapwidgetcontextmenu: add a model delegate for the ListView | Lubomir I. Ivanov |
2017-07-28 | mapwidgetcontextmenu: create a ListModel for the context menu | Lubomir I. Ivanov |
2017-07-28 | mapwidgetcontextmenu: position the contextMenu on the map | Lubomir I. Ivanov |
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 |