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
/
desktop-widgets
/
mapwidget.h
Age
Commit message (
Expand
)
Author
2020-02-04
Cleanup: lower-case filenames in core/subsurface-qt/
Berthold Stoeger
2019-09-06
Cleanup: remove unused MapWidget::repopulateLabels() function
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-06-23
Undo: don't send signals batched by trip
Berthold Stoeger
2019-05-11
Map: automatically update names on the map
Berthold Stoeger
2019-05-11
Map: make edit mode depend on dive-site-filtering
Berthold Stoeger
2019-05-11
Map: remove MapWidget::centerOnSelectedDiveSite
Berthold Stoeger
2019-05-11
Map: reload on selection change directly
Berthold Stoeger
2019-05-11
Cleanup: remove MapWidgetHelper::m_selectedDiveIds member
Berthold Stoeger
2019-04-12
Dive site: remove edit mode from dive location widget
Berthold Stoeger
2019-04-12
Undo: update map when dive site location is changed by undo command
Berthold Stoeger
2018-10-29
Dive site: pass pointer to updateDiveSiteCoordinates()
Berthold Stoeger
2018-10-29
Dive site: Pass dive-site pointer to MapWidgetHelper::enterEditMode()
Berthold Stoeger
2018-10-21
Add 'location_t' data structure
Linus Torvalds
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
2017-11-09
map-widget: allow real-time updates of edited markers
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
map: whitespace cleanup in QML and C++ files
Lubomir I. Ivanov
2017-07-28
mapwidget: add a method to set update editMode in MapWidgetHelper
Lubomir I. Ivanov
2017-07-28
mapwidget: connect the helper selectedDivesChanged() signal
Lubomir I. Ivanov
2017-07-28
add the SPDX-License-Identifier to new source files
Lubomir I. Ivanov
2017-07-28
mapwidget.cpp: obtain a reference of the MapWidgetHelper from QML
Lubomir I. Ivanov
2017-07-28
mapwidget.h: force-undefine the IGNORE macro from winbase.h
Lubomir I. Ivanov
2017-07-28
mapwidget.h: remove redundant "core/divesite.h" include
Lubomir I. Ivanov
2017-07-28
mapwidget: add the placeholder prepareForGetDiveCoordinates() slot
Lubomir I. Ivanov
2017-07-28
mapwidget: add the coordinatesChanged() signal
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