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
/
desktop-widgets
/
mapwidget.cpp
Age
Commit message (
Expand
)
Author
2018-10-21
Add 'location_t' data structure
Linus Torvalds
2018-10-13
Cleanup: rename MainWindow member variables
Berthold Stoeger
2018-10-13
Cleanup: Turn widget accessor-functions into simple pointers
Berthold Stoeger
2018-10-11
Map: pass down dive site in prepareForGetDiveCoordinates()
Berthold Stoeger
2018-10-11
Map: split void MapWidget::setEditMode()
Berthold Stoeger
2018-10-11
Map: pass changed coordinates via signal
Berthold Stoeger
2018-10-11
Map: remove LocationInformationWidget::coordinatesChanged signal
Berthold Stoeger
2018-10-08
Map: zoom on dive sites when flipping through dive site list
Berthold Stoeger
2018-07-12
desktop-widget: move qmlRegister from mapwidget to shared helper
jan Iversen
2018-06-21
android/desktop: remove mapWidget from subsurface.qrc
jan Iversen
2018-05-14
Core: remove dive.h from files that don't need it
Dirk Hohndel
2017-12-29
cleanup: Uninitialized pointer field
Jan Mulder
2017-11-09
map-widget: allow real-time updates of edited markers
Lubomir I. Ivanov
2017-11-05
map-widget: move the widget and its resources to 'map-widget'
Lubomir I. Ivanov
2017-10-07
map-widget: don't crash if the map QML failed to load
Lubomir I. Ivanov
2017-07-28
Map: try to wait for Map to load
Dirk Hohndel
2017-07-28
Switch new files to unix line endings
Dirk Hohndel
2017-07-28
mapwidget: add a method to set update editMode in MapWidgetHelper
Lubomir I. Ivanov
2017-07-28
mapwidget: add the "skipReload" guard
Lubomir I. Ivanov
2017-07-28
mapwidget: connect the helper selectedDivesChanged() signal
Lubomir I. Ivanov
2017-07-28
qrc: use "MapWidget.qml" as a QRC alias
Lubomir I. Ivanov
2017-07-28
mapwidget: call MapWidgetHelper::reloadMapLocations()
Lubomir I. Ivanov
2017-07-28
mapwidget.cpp: register the MapLocation and MapLocationModel types
Lubomir I. Ivanov
2017-07-28
add the SPDX-License-Identifier to new source files
Lubomir I. Ivanov
2017-07-28
qmlmapwidgethelper: add the centerOnDiveSite() method
Lubomir I. Ivanov
2017-07-28
mapwidget.cpp: obtain a reference of the MapWidgetHelper from QML
Lubomir I. Ivanov
2017-07-28
desktop-widgets/mapwidget: register the MapWidgetHelper QML type
Lubomir I. Ivanov
2017-07-28
mapwidget: add the placeholder prepareForGetDiveCoordinates() slot
Lubomir I. Ivanov
2017-07-28
mapwidget: add the placeholder repopulateLabels() method
Lubomir I. Ivanov
2017-07-28
mapwidget: add the method centerOnIndex()
Lubomir I. Ivanov
2017-07-28
mapwidget: add public slot endGetDiveCoordinates()
Lubomir I. Ivanov
2017-07-28
mapwidget: add an empty reload() method
Lubomir I. Ivanov
2017-07-28
mapwidget: add placeholder centerOnDiveSite() public slot
Lubomir I. Ivanov
2017-07-28
map: add placeholder .cpp and .h files for the new map widget
Lubomir I. Ivanov