Age | Commit message (Expand) | Author |
2019-07-04 | Cleanup: remove DiveLocationLineEdit::currType | Berthold Stoeger |
2019-07-04 | Desktop: enable clearing of dive site | Berthold Stoeger |
2019-06-24 | Desktop: update flags on the map when dive sites change | Dirk Hohndel |
2019-06-24 | Cleanup: simple consistency | Dirk Hohndel |
2019-05-12 | Turn application state into enum | Berthold Stoeger |
2019-05-11 | Dive site: Add button to display all dive sites | Berthold Stoeger |
2019-05-11 | Cleanup: simplify DiveLocationLineEdit::showPopup() | 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-05-11 | Map: make edit mode depend on dive-site-filtering | Berthold Stoeger |
2019-04-16 | Desktop: don't show special dive site entries if there is no filter | Berthold Stoeger |
2019-04-16 | Desktop: enable sorting in dive site selection widget | Berthold Stoeger |
2019-04-16 | Cleanup: access filter-model directly without cast | Berthold Stoeger |
2019-04-16 | Cleanup: remove global DiveLocationLineEdit variable | Berthold Stoeger |
2019-04-15 | Dive site: display proper text for the two special options | Berthold Stoeger |
2019-04-12 | Filter: allow filtering multiple dive sites | 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: make dive site merging undoable | 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 description editing | Berthold Stoeger |
2019-04-12 | Dive site: remove implicit deletion of empty dive sites | Berthold Stoeger |
2019-04-12 | Undo: Implement undo of dive site name editing | Berthold Stoeger |
2019-04-12 | Dive site: add dive site table parameter to dive site functions | Berthold Stoeger |
2019-04-12 | get rid of some foreach and Q_FOREACH constructs | Rolf Eike Beer |
2019-03-27 | Cleanup: provide printGPSCoords in C and C++ versions | Berthold Stoeger |
2019-03-24 | Cleanup: fix printGPSCoords signature and leaks | Berthold Stoeger |
2018-12-14 | Drop old filter code | Tomaz Canabrava |
2018-10-30 | Dive site: fix oversight in 920eb7576f | Berthold Stoeger |
2018-10-29 | Dive site: pass pointer-to-dive_site via QVariant | Berthold Stoeger |
2018-10-29 | Dive site: replace dive->dive_site_uuid by dive_site | Berthold Stoeger |
2018-10-29 | Dive site: remove [start|stop]FilterDiveSite signals | 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-29 | Dive site: remove UUIDs from LocationInformationModel | Berthold Stoeger |
2018-10-29 | Dive site: remove argument from diveSiteSelected signal | Berthold Stoeger |
2018-10-29 | Dive site: replace UUID_ROLE by DIVESITE_ROLE | Berthold Stoeger |
2018-10-29 | Dive site: pass dive-site pointers to merge_dive_sites() | Berthold Stoeger |
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-13 | Dive site: replace displayed_dive_site by pointer | Berthold Stoeger |