Age | Commit message (Expand) | Author |
2019-05-11 | Map: automatically update names on the map | Berthold Stoeger |
2019-05-11 | Map: in edit mode place no-gps dive sites at center of map | Berthold Stoeger |
2019-05-11 | Map: construct list of dive sites from dive site table | Berthold Stoeger |
2019-05-11 | Map: in dive-site-edit mode, select those maps we filter for | Berthold Stoeger |
2019-05-11 | Map: make edit mode depend on dive-site-filtering | Berthold Stoeger |
2019-05-11 | Map: show multiple selected dive sites | Berthold Stoeger |
2019-05-11 | Map: move calculation of list from map-helper to map-model | Berthold Stoeger |
2019-03-15 | Map: create correct index in updateMapLocationCoordinates() | Berthold Stoeger |
2018-10-29 | Dive list: don't pass dive_site via uintptr_t through QML | Berthold Stoeger |
2018-10-29 | Dive site: replace dive->dive_site_uuid by dive_site | Berthold Stoeger |
2018-05-21 | qt-models: Change Q_UNUSED to no parameter name | jan Iversen |
2017-12-28 | cleanup: Uninitialized scalar field | Jan Mulder |
2017-11-09 | map-widget: allow real-time updates of edited markers | Lubomir I. Ivanov |
2017-07-28 | Switch new files to unix line endings | Dirk Hohndel |
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 | maplocationmodel: add the "namer" property | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: make setSelectedUuid() accept "fromClick" flag | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: add the helper method getMapLocationForUuid() | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: add a "selectedUuid" property to MapLocationModel | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: add a "uuid" property to MapLocation | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: use QVector for the MapLocation storage | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: small whitespace cleanup | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: add the addList() method | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: store the coordinate as QGeoCoordinate | Lubomir I. Ivanov |
2017-07-28 | maplocationmodel: implement the clear() and add() methods | Lubomir I. Ivanov |
2017-07-28 | qt-models/maplocationmodel: add new classes for map model based handling | Lubomir I. Ivanov |