aboutsummaryrefslogtreecommitdiffstats
path: root/map-widget/qmlmapwidgethelper.cpp
AgeCommit message (Expand)Author
2019-03-27Cleanup: provide printGPSCoords in C and C++ versionsGravatar Berthold Stoeger
2019-03-24Cleanup: fix printGPSCoords signature and leaksGravatar Berthold Stoeger
2018-10-29Dive list: take pointer-to-dive_site instead of QVariantGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: use an array of pointers in reloadMapLocations()Gravatar Berthold Stoeger
2018-10-29Dive site: replace UUID by pointer in mobile codeGravatar Berthold Stoeger
2018-10-29Dive site: pass pointer to updateDiveSiteCoordinates()Gravatar Berthold Stoeger
2018-10-29Dive site: Pass dive-site pointer to MapWidgetHelper::enterEditMode()Gravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-19Dive site: select dive site when entering edit modeGravatar Berthold Stoeger
2018-10-11Map: don't access displayed_dive_site in reloadMapLocations()Gravatar Berthold Stoeger
2018-10-11Map: pass down dive site in prepareForGetDiveCoordinates()Gravatar Berthold Stoeger
2018-10-11Map: split void MapWidget::setEditMode()Gravatar Berthold Stoeger
2018-10-11Map: pass changed coordinates via signalGravatar Berthold Stoeger
2018-10-11Map: remove LocationInformationWidget::coordinatesChanged signalGravatar Berthold Stoeger
2018-10-08Map: zoom on dive sites when flipping through dive site listGravatar Berthold Stoeger
2018-08-18map-widget: add support for filtering of map locationsGravatar Lubomir I. Ivanov
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-04-02mapwidget-mobile: do not animate the first selectionGravatar Lubomir I. Ivanov
2018-03-11qmapwidgethelper: make adjustmets for the mobile versionGravatar Lubomir I. Ivanov
2018-03-11qmapwidgethelper: add centerOnDiveSiteUUID()Gravatar Lubomir I. Ivanov
2018-03-11qmapwidgethelper: move includes to the headerGravatar Lubomir I. Ivanov
2017-12-28cleanup: Uninitialized pointer fieldGravatar Jan Mulder
2017-11-27map-widget: use 'getter' function coordinate() for MapLocationGravatar Lubomir I. Ivanov
2017-11-27map-widget: start dive site editing with coords pre-enteredGravatar Lubomir I. Ivanov
2017-11-27map-widget: move the map with the edited dive siteGravatar Lubomir I. Ivanov
2017-11-09map-widget: allow real-time updates of edited markersGravatar Lubomir I. Ivanov
2017-11-09map-widget: use current center when editing new markersGravatar Lubomir I. Ivanov
2017-11-05map-widget: move the widget and its resources to 'map-widget'Gravatar Lubomir I. Ivanov