aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/locationinformation.cpp
AgeCommit message (Expand)Author
2020-02-06Dive site: don't save invalid GPS coordinatesGravatar Berthold Stoeger
2020-02-06Dive site: give visual clue for invalid coordinatesGravatar Berthold Stoeger
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2020-01-24core: move GPX parsing into coreGravatar Dirk Hohndel
2020-01-24Desktop: Import dive coordinates directly from GPSGravatar Willem Ferguson
2020-01-10code cleanup: use explicit zero_locationGravatar Dirk Hohndel
2020-01-10code cleanup: mark unused argumentGravatar Dirk Hohndel
2020-01-10code cleanup: initialize all elements in structureGravatar Dirk Hohndel
2019-11-19Filter: split out filter from modelGravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-10-28Cleanup: better handling of NULL dive in setCurrentDiveSiteGravatar Dirk Hohndel
2019-10-28Desktop: fix dive site editingGravatar Berthold Stoeger
2019-10-20Cleanup: use pointer-to-member-function in addAction() callsGravatar Berthold Stoeger
2019-09-07Dive site: close dive site edit widget when dive site is deletedGravatar Berthold Stoeger
2019-09-06Map: remove MapWidget::repopulateLabels() callGravatar Berthold Stoeger
2019-09-06Map: remove unnecessary MapLocationModel::repopulateLabels() callsGravatar Berthold Stoeger
2019-07-04Cleanup: remove DiveLocationLineEdit::currTypeGravatar Berthold Stoeger
2019-07-04Desktop: enable clearing of dive siteGravatar Berthold Stoeger
2019-06-24Desktop: update flags on the map when dive sites changeGravatar Dirk Hohndel
2019-06-24Cleanup: simple consistencyGravatar Dirk Hohndel
2019-05-12Turn application state into enumGravatar Berthold Stoeger
2019-05-11Dive site: Add button to display all dive sitesGravatar Berthold Stoeger
2019-05-11Cleanup: simplify DiveLocationLineEdit::showPopup()Gravatar Berthold Stoeger
2019-05-11Dive site: show distance to current dive using extra dataGravatar Berthold Stoeger
2019-05-11Dive site: sort by distance to current diveGravatar Berthold Stoeger
2019-05-11Map: make edit mode depend on dive-site-filteringGravatar Berthold Stoeger
2019-04-16Desktop: don't show special dive site entries if there is no filterGravatar Berthold Stoeger
2019-04-16Desktop: enable sorting in dive site selection widgetGravatar Berthold Stoeger
2019-04-16Cleanup: access filter-model directly without castGravatar Berthold Stoeger
2019-04-16Cleanup: remove global DiveLocationLineEdit variableGravatar Berthold Stoeger
2019-04-15Dive site: display proper text for the two special optionsGravatar Berthold Stoeger
2019-04-12Filter: allow filtering multiple dive sitesGravatar Berthold Stoeger
2019-04-12Dive site: add proximity field to dive site listGravatar Berthold Stoeger
2019-04-12Desktop: Dive site editing: give up focus on ESCGravatar Berthold Stoeger
2019-04-12Cleanup: remove LocationInformationWidget::endEditDiveSite signalGravatar Berthold Stoeger
2019-04-12Undo: make dive site merging undoableGravatar Berthold Stoeger
2019-04-12Undo: implement undo of geo lookupGravatar Berthold Stoeger
2019-04-12Dive site: remove edit mode from dive location widgetGravatar Berthold Stoeger
2019-04-12Undo: update map when dive site location is changed by undo commandGravatar Berthold Stoeger
2019-04-12Undo: implement undo of dive site location editingGravatar Berthold Stoeger
2019-04-12Undo: implement undo of dive site country editingGravatar Berthold Stoeger
2019-04-12Undo: implement undo of dive site notes editingGravatar Berthold Stoeger
2019-04-12Undo: use undo commands for name and description editing in widgetGravatar Berthold Stoeger
2019-04-12Dive site: remove LocationInformation::nameChanged signalGravatar Berthold Stoeger
2019-04-12Undo: implement undo of dive site description editingGravatar Berthold Stoeger
2019-04-12Dive site: remove implicit deletion of empty dive sitesGravatar Berthold Stoeger
2019-04-12Undo: Implement undo of dive site name editingGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-04-12get rid of some foreach and Q_FOREACH constructsGravatar Rolf Eike Beer
2019-03-27Cleanup: provide printGPSCoords in C and C++ versionsGravatar Berthold Stoeger