aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
AgeCommit message (Expand)Author
2017-08-03QML UI: Settings: remove more marginsGravatar Dirk Hohndel
2017-08-03QML UI: CloudCredentials: better use of spaceGravatar Dirk Hohndel
2017-08-03QML UI: remove unnecessary marginGravatar Dirk Hohndel
2017-08-03QML UI: remove unused codeGravatar Dirk Hohndel
2017-08-02Merge branch 'googlemaps' of git://github.com/neolit123/subsurface into googl...Gravatar Dirk Hohndel
2017-08-02QML UI: dive edit autocompleteGravatar Joakim Bygdell
2017-08-02QML UI: add more width to dive edit pageGravatar Joakim Bygdell
2017-08-02QML UI: loose focus on endEditModeGravatar Joakim Bygdell
2017-08-02QML UI: make sure textfields loose focusGravatar Joakim Bygdell
2017-08-02QML UI: autocomplete objects should lose focus on selectionGravatar Joakim Bygdell
2017-08-02QML UI: decrease fontsize on dive editGravatar Joakim Bygdell
2017-08-02QML UI: enable modification of ratingsGravatar Joakim Bygdell
2017-08-02QML UI: display rating and visibility starsGravatar Joakim Bygdell
2017-08-02Add star iconsGravatar Joakim Bygdell
2017-08-02mapwidget.qml: use a custom built googlemaps pluginGravatar Lubomir I. Ivanov
2017-07-31Smaller buttons on map widgetGravatar Robert C. Helling
2017-07-31QML UI: stop showing location labels earlierGravatar Dirk Hohndel
2017-07-28map: whitespace cleanup in QML and C++ filesGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: track the coordinatesChanged() signal in QMLGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: use darker text color for the deselected markersGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: add new logic for zooming and editing supportGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: add visual tracking of editMode from MapWidgetHelperGravatar Lubomir I. Ivanov
2017-07-28mapwidgethelper: change centerOnDiveSite()Gravatar Lubomir I. Ivanov
2017-07-28mapwidgetcontextmenu: slight increase of element sizeGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: include map location textGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: add zoom-in and zoom-out buttonsGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: ";" and variable declaration cleanupGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: add double click on zoomGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: store the selected dives count in "nSelectedDives"Gravatar Lubomir I. Ivanov
2017-07-28mapwidgethelper: emit a selectedDivesChanged() signalGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: make setSelectedUuid() accept "fromClick" flagGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: call calculateSmallCircleRadius() on zoom changesGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: call "copy to clipboard" actions in the maphelper C++Gravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: open current location in Google MapsGravatar Lubomir I. Ivanov
2017-07-28mapwidgetcontextmenu: add the actionSelected() signalGravatar Lubomir I. Ivanov
2017-07-28mapwidgetcontextmenu: rearrange some of the QML declarationsGravatar Lubomir I. Ivanov
2017-07-28mapwidgetcontextmenu: add the ListView componentGravatar Lubomir I. Ivanov
2017-07-28mapwidgetcontextmenu: add a listViewIsVisible integer propertyGravatar Lubomir I. Ivanov
2017-07-28mapwidgetcontextmenu: add a model delegate for the ListViewGravatar Lubomir I. Ivanov
2017-07-28mapwidgetcontextmenu: create a ListModel for the context menuGravatar Lubomir I. Ivanov
2017-07-28mapwidgetcontextmenu: position the contextMenu on the mapGravatar Lubomir I. Ivanov
2017-07-28mapwidgetcontextmenu: add an Image for the context menu toggleGravatar Lubomir I. Ivanov
2017-07-28mapwidgetcontextmenu: add placeholder QMLGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: move the new map type toggle on top of the mapGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: animate the map type toggle image on clickGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: add an small icon (top-left) to toggle the map typeGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: simplify the map type enumeration into "mapType"Gravatar Lubomir I. Ivanov
2017-07-28qrc: add a couple of images for the map type toggles (satellite/street)Gravatar Lubomir I. Ivanov
2017-07-28qrc: yet another slight rename for the map markers resourcesGravatar Lubomir I. Ivanov
2017-07-28mapwidget.qml: use a seprate animation for zooming outGravatar Lubomir I. Ivanov