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
/
locationinformation.h
Age
Commit message (
Expand
)
Author
2020-08-24
cleanup: fix compiler warning
Robert C. Helling
2020-05-01
cleanup: remove includes from desktop-widgets/locationinformation.h
Berthold Stoeger
2020-02-06
Dive site: give visual clue for invalid coordinates
Berthold Stoeger
2020-01-24
Desktop: Import dive coordinates directly from GPS
Willem Ferguson
2019-09-07
Dive site: close dive site edit widget when dive site is deleted
Berthold Stoeger
2019-07-04
Cleanup: remove DiveLocationLineEdit::currType
Berthold Stoeger
2019-05-11
Dive site: Add button to display all dive sites
Berthold Stoeger
2019-05-11
Dive site: show distance to current dive using extra data
Berthold Stoeger
2019-05-11
Dive site: sort by distance to current dive
Berthold Stoeger
2019-04-16
Cleanup: remove global DiveLocationLineEdit variable
Berthold Stoeger
2019-04-12
Dive site: add proximity field to dive site list
Berthold Stoeger
2019-04-12
Desktop: Dive site editing: give up focus on ESC
Berthold Stoeger
2019-04-12
Cleanup: remove LocationInformationWidget::endEditDiveSite signal
Berthold Stoeger
2019-04-12
Undo: implement undo of geo lookup
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
2019-04-12
Undo: implement undo of dive site location editing
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site country editing
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site notes editing
Berthold Stoeger
2019-04-12
Undo: use undo commands for name and description editing in widget
Berthold Stoeger
2019-04-12
Dive site: remove LocationInformation::nameChanged signal
Berthold Stoeger
2019-04-12
Undo: Implement undo of dive site name editing
Berthold Stoeger
2019-04-12
Coding style: add tab before Q_OBJECT
Berthold Stoeger
2019-02-02
Cleanup: rename locationInformation.ui -> locationinformation.ui
Berthold Stoeger
2018-10-29
Dive site: remove [start|stop]FilterDiveSite signals
Berthold Stoeger
2018-10-29
Dive site: remove UUIDs from LocationInformationModel
Berthold Stoeger
2018-10-29
Dive site: remove argument from diveSiteSelected signal
Berthold Stoeger
2018-10-26
Cleanup: remove declaration of unused signal
Berthold Stoeger
2018-10-21
Add 'location_t' data structure
Linus Torvalds
2018-10-13
Dive site: replace displayed_dive_site by pointer
Berthold Stoeger
2018-10-13
Dive site: use own copy of taxonomy in dive-site-edit widget
Berthold Stoeger
2018-10-13
Dive site: un-globalize displayed_dive_site
Berthold Stoeger
2018-10-13
Dive site: explicitly init displayed_dive_site on show widget
Berthold Stoeger
2018-10-11
Map: remove access to displayed_dive_site in GPS-filter model
Berthold Stoeger
2018-10-11
Map: pass down dive site in prepareForGetDiveCoordinates()
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-09
Dive locations: factor out common code of models
Berthold Stoeger
2018-09-29
Cleanup: reinstate override modifiers
Berthold Stoeger
2018-08-01
Cleanup: remove all override modifiers
Berthold Stoeger
2018-07-31
Cleanup: replace virtual by override where appropriate
Berthold Stoeger
2017-11-27
locationinformation: don't update map location on typing
Lubomir I. Ivanov
2017-11-26
Inform LocationFilterModel of changed dive site name
Berthold Stoeger
2017-10-07
LocationInformationWidget: make sure to clean out fields
Dirk Hohndel
2017-10-02
[Divesite] Hook location information interface for country
Tomaz Canabrava
2017-04-29
Add SPDX header to desktop widgets
Dirk Hohndel
2015-10-30
Move qt-ui to desktop-widgets
Tomaz Canabrava