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
/
mobile-widgets
/
qmlmapwidgethelper.cpp
Age
Commit message (
Expand
)
Author
2017-10-09
Use lrint() for all degrees_t related rounding
Lubomir I. Ivanov
2017-09-20
mapwidgethelper: support Qt 5.5.x
Lubomir I. Ivanov
2017-08-24
mapwidgethelper: use system_default_directory() for cache
Lubomir I. Ivanov
2017-08-24
mapwidgethelper: use dynamic creation of the Plugin object
Lubomir I. Ivanov
2017-08-10
mapwidgethelper: fix wrong logic in selectVisibleLocations()
Lubomir I. Ivanov
2017-08-07
mapwidgethelper: add the selectVisibleLocations() method
Lubomir I. Ivanov
2017-08-07
mapwidgethelper: support tracking of all selected dive sites
Lubomir I. Ivanov
2017-07-28
Switch new files to unix line endings
Dirk Hohndel
2017-07-28
mapwidgethelper: add methods for editing MapLocations
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: add the same logic for markers as in globe.cpp
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: change centerOnDiveSite()
Lubomir I. Ivanov
2017-07-28
maplocationmodel: add the "namer" property
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: emit a selectedDivesChanged() signal
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: obtain a list of nearby dives
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: add means to obtain a small circle radius
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: skip dive sites which are near each other
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: add the method copyToClipboardCoordinates()
Lubomir I. Ivanov
2017-07-28
mapwidgethelper.cpp: call deselectMapLocation() in QML
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: pass a MapLocation object to QML in centerOnDiveSite()
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: add a slot to handle marker selection from the model
Lubomir I. Ivanov
2017-07-28
maplocationmodel: add a "uuid" property to MapLocation
Lubomir I. Ivanov
2017-07-28
mapwidgethelper: pass a QGeoCoordinate to the QML map
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
mapwidgethelper: add the reloadMapLocations() method
Lubomir I. Ivanov
2017-07-28
qmlmapwidgethelper: maintain an instance of MapLocationModel
Lubomir I. Ivanov
2017-07-28
add the SPDX-License-Identifier to new source files
Lubomir I. Ivanov
2017-07-28
mapwidget.qml: add the function centerOnCoordinates()
Lubomir I. Ivanov
2017-07-28
qmlmapwidgethelper: add the centerOnDiveSite() method
Lubomir I. Ivanov
2017-07-28
qmlmapwidgethelper: remove stray test() method
Lubomir I. Ivanov
2017-07-28
mobile-widgets: add the helper class MapWidgetHelper
Lubomir I. Ivanov