index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-models
/
maplocationmodel.cpp
Age
Commit message (
Expand
)
Author
2019-11-19
Filter: split out filter from model
Berthold Stoeger
2019-09-06
Cleanup: remove redundant Roles:: qualifier in maplocationmodel.cpp
Berthold Stoeger
2019-09-06
Cleanup: remove includes from maplocationmodel.cpp
Berthold Stoeger
2019-09-06
Cleanup: remove default constructor from MapLocation
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 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-08-28
Map: catch null divesites in map widget selection code
Berthold Stoeger
2019-07-27
Crash fix: prevent crash in MapLocationModel::reload
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: 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