summaryrefslogtreecommitdiffstats
path: root/qt-models/divelocationmodel.h
AgeCommit message (Expand)Author
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2019-12-05Desktop: don't connect to remove() slot of model from TableModelGravatar Berthold Stoeger
2019-04-12Dive sites: show dives at selected dive sitesGravatar Berthold Stoeger
2019-04-12Dive site: add proximity field to dive site listGravatar Berthold Stoeger
2019-04-12Dive sites: add fulltext filterGravatar Berthold Stoeger
2019-04-12Undo: implement undo of dive site editingGravatar Berthold Stoeger
2019-04-12Dive site: add edit field to dive site tableGravatar Berthold Stoeger
2019-04-12Undo: implement undo of dive site location editingGravatar Berthold Stoeger
2019-04-12Cleanup: remove LATITUDE and LONGITUDE columns in DiveLocationModelGravatar Berthold Stoeger
2019-04-12Undo: implement undo of dive site country 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-12Undo: make dive site removal undoableGravatar Berthold Stoeger
2019-04-12Dive site: introduce proxy model DiveSiteSortedModelGravatar Berthold Stoeger
2019-04-12Coding style: add tab before Q_OBJECTGravatar Berthold Stoeger
2019-04-12Dive site: inform model of dive site addition / deletionGravatar Berthold Stoeger
2019-04-12Undo: keep frontend informed of changes to dive site countGravatar Berthold Stoeger
2019-04-12Dive site: add dive site list tabGravatar Berthold Stoeger
2018-10-29Dive site: remove UUIDs from LocationInformationModelGravatar Berthold Stoeger
2018-10-29Dive site: replace UUID_ROLE by DIVESITE_ROLEGravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-11Cleanup: Remove SsrfFilterSortProxyModelGravatar Berthold Stoeger
2018-10-11Map: remove access to displayed_dive_site in GPS-filter modelGravatar Berthold Stoeger
2018-10-09Dive locations: factor out common code of modelsGravatar Berthold Stoeger
2018-10-09Dive sites: remove internalRowCount from LocationInformationModelGravatar Berthold Stoeger
2018-10-09Dive sites: don't add dummy entries to LocationInformationModelGravatar Berthold Stoeger
2018-10-09Dive sites: remove LocationInformationModel::setData() functionGravatar Berthold Stoeger
2018-01-31mobile cleanup: restyle construction of locationlistGravatar Jan Mulder
2017-11-26Remove unused method LocationInformationModel::addDiveSite()Gravatar Berthold Stoeger
2017-04-29Add SPDX header to Qt modelsGravatar Dirk Hohndel
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel
2016-03-06Clean up handling of various include fileGravatar Tomaz Canabrava
2015-11-07divelocationmodel: fix some signed/unsigned warningsGravatar Lubomir I. Ivanov
2015-08-31UI code to merge dive sitesGravatar Tomaz Canabrava
2015-08-31Display dive sites with same gps as the currentGravatar Tomaz Canabrava
2015-08-31Add function to filter same-gps dive sitesGravatar Tomaz Canabrava
2015-08-25Create a new dive site and edit it automaticallyGravatar Tomaz Canabrava
2015-08-25Make created dive site uuid deterministicGravatar Dirk Hohndel
2015-07-14Offer an option to just complete the textGravatar Tomaz Canabrava
2015-07-01More information on dive site modelGravatar Tomaz Canabrava
2015-06-22Add model to populate the Preferences for GeoRefGravatar Tomaz Canabrava
2015-06-01Simplify model handling and crashes fixesGravatar Tomaz Canabrava
2015-06-01Correctly change the dive_site nameGravatar Tomaz Canabrava
2015-06-01Fix cross build on WindowsGravatar Dirk Hohndel
2015-06-01Create a new DiveSite when user clicks on addGravatar Tomaz Canabrava
2015-05-29Correctly set the dive site id on the diveGravatar Tomaz Canabrava
2015-05-29Update DiveLocationModel when thread finishesGravatar Tomaz Canabrava
2015-05-29LocationInformationModel moved to qt-modelsGravatar Tomaz Canabrava