aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/maplocationmodel.h
AgeCommit message (Expand)Author
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2019-09-06Cleanup: remove default constructor from MapLocationGravatar Berthold Stoeger
2019-09-06Map: don't derive MapLocation from QObjectGravatar Berthold Stoeger
2019-09-06Cleanup: remove accessor functions from MapLocationGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocation::coordinateChanged signalGravatar Berthold Stoeger
2019-09-06Cleanup: remove Q_PROPERTIEs from MapLocationGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::count() and the attribute countGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::get() functionGravatar Berthold Stoeger
2019-09-06Cleanup: remove Q_INVOKABLE from MapLocationModel::setSelected()Gravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::isSelected() functionGravatar Berthold Stoeger
2019-09-06Map: export isSelected as attribute from MapLocationModelGravatar Berthold Stoeger
2019-09-06Cleanup: simplify role handling in MapLocationModelGravatar Berthold Stoeger
2019-09-06Map: calculate the z value in the modelGravatar Berthold Stoeger
2019-09-06Desktop: show all selected dive sites on clickGravatar Berthold Stoeger
2019-09-06Map: don't fully reset model on selection changeGravatar Berthold Stoeger
2019-09-06Map: generate pixmap name in modelGravatar Berthold Stoeger
2019-09-06Map: explicitly reload selected map on clickGravatar Berthold Stoeger
2019-05-11Map: automatically update names on the mapGravatar Berthold Stoeger
2019-05-11Map: in edit mode place no-gps dive sites at center of mapGravatar Berthold Stoeger
2019-05-11Map: make edit mode depend on dive-site-filteringGravatar Berthold Stoeger
2019-05-11Map: show multiple selected dive sitesGravatar Berthold Stoeger
2019-05-11Map: move calculation of list from map-helper to map-modelGravatar Berthold Stoeger
2018-10-29Dive list: don't pass dive_site via uintptr_t through QMLGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-09-29Cleanup: reinstate override modifiersGravatar Berthold Stoeger
2018-08-01Cleanup: remove all override modifiersGravatar Berthold Stoeger
2017-11-09map-widget: allow real-time updates of edited markersGravatar Lubomir I. Ivanov
2017-07-28Map: mark function as overrideGravatar Dirk Hohndel
2017-07-28map: whitespace cleanup in QML and C++ filesGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: use READ method selectedUuidGravatar Lubomir I. Ivanov
2017-07-28maplocation: add helpers for coordinate and uuidGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: add the "namer" propertyGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: fix some public / private declarationsGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: make setSelectedUuid() accept "fromClick" flagGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: add the helper method getMapLocationForUuid()Gravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: add a "selectedUuid" property to MapLocationModelGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: add a "uuid" property to MapLocationGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: use QVector for the MapLocation storageGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: add the addList() methodGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: store the coordinate as QGeoCoordinateGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: implement the clear() and add() methodsGravatar Lubomir I. Ivanov
2017-07-28qt-models/maplocationmodel: add new classes for map model based handlingGravatar Lubomir I. Ivanov