index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-models
/
maplocationmodel.h
Age
Commit message (
Expand
)
Author
2020-02-04
Cleanup: lower-case filenames in core/subsurface-qt/
Berthold Stoeger
2019-09-06
Cleanup: remove default constructor from MapLocation
Berthold Stoeger
2019-09-06
Map: don't derive MapLocation from QObject
Berthold Stoeger
2019-09-06
Cleanup: remove accessor functions from MapLocation
Berthold Stoeger
2019-09-06
Cleanup: remove MapLocation::coordinateChanged signal
Berthold Stoeger
2019-09-06
Cleanup: remove Q_PROPERTIEs from MapLocation
Berthold Stoeger
2019-09-06
Cleanup: remove MapLocationModel::count() and the attribute count
Berthold Stoeger
2019-09-06
Cleanup: remove MapLocationModel::get() function
Berthold Stoeger
2019-09-06
Cleanup: remove Q_INVOKABLE from MapLocationModel::setSelected()
Berthold Stoeger
2019-09-06
Cleanup: remove MapLocationModel::isSelected() function
Berthold Stoeger
2019-09-06
Map: export isSelected as attribute from MapLocationModel
Berthold Stoeger
2019-09-06
Cleanup: simplify role handling in MapLocationModel
Berthold Stoeger
2019-09-06
Map: calculate the z value in the model
Berthold Stoeger
2019-09-06
Desktop: show all selected dive sites on click
Berthold Stoeger
2019-09-06
Map: don't fully reset model on selection change
Berthold Stoeger
2019-09-06
Map: generate pixmap name in model
Berthold Stoeger
2019-09-06
Map: explicitly reload selected map on click
Berthold Stoeger
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: 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
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-09-29
Cleanup: reinstate override modifiers
Berthold Stoeger
2018-08-01
Cleanup: remove all override modifiers
Berthold Stoeger
2017-11-09
map-widget: allow real-time updates of edited markers
Lubomir I. Ivanov
2017-07-28
Map: mark function as override
Dirk Hohndel
2017-07-28
map: whitespace cleanup in QML and C++ files
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: fix some public / private declarations
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: 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