index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-models
/
divelocationmodel.h
Age
Commit message (
Expand
)
Author
2019-12-05
Desktop: don't connect to remove() slot of model from TableModel
Berthold Stoeger
2019-04-12
Dive sites: show dives at selected dive sites
Berthold Stoeger
2019-04-12
Dive site: add proximity field to dive site list
Berthold Stoeger
2019-04-12
Dive sites: add fulltext filter
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site editing
Berthold Stoeger
2019-04-12
Dive site: add edit field to dive site table
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site location editing
Berthold Stoeger
2019-04-12
Cleanup: remove LATITUDE and LONGITUDE columns in DiveLocationModel
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site country 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
Undo: make dive site removal undoable
Berthold Stoeger
2019-04-12
Dive site: introduce proxy model DiveSiteSortedModel
Berthold Stoeger
2019-04-12
Coding style: add tab before Q_OBJECT
Berthold Stoeger
2019-04-12
Dive site: inform model of dive site addition / deletion
Berthold Stoeger
2019-04-12
Undo: keep frontend informed of changes to dive site count
Berthold Stoeger
2019-04-12
Dive site: add dive site list tab
Berthold Stoeger
2018-10-29
Dive site: remove UUIDs from LocationInformationModel
Berthold Stoeger
2018-10-29
Dive site: replace UUID_ROLE by DIVESITE_ROLE
Berthold Stoeger
2018-10-21
Add 'location_t' data structure
Linus Torvalds
2018-10-11
Cleanup: Remove SsrfFilterSortProxyModel
Berthold Stoeger
2018-10-11
Map: remove access to displayed_dive_site in GPS-filter model
Berthold Stoeger
2018-10-09
Dive locations: factor out common code of models
Berthold Stoeger
2018-10-09
Dive sites: remove internalRowCount from LocationInformationModel
Berthold Stoeger
2018-10-09
Dive sites: don't add dummy entries to LocationInformationModel
Berthold Stoeger
2018-10-09
Dive sites: remove LocationInformationModel::setData() function
Berthold Stoeger
2018-01-31
mobile cleanup: restyle construction of locationlist
Jan Mulder
2017-11-26
Remove unused method LocationInformationModel::addDiveSite()
Berthold Stoeger
2017-04-29
Add SPDX header to Qt models
Dirk Hohndel
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel
2016-03-06
Clean up handling of various include file
Tomaz Canabrava
2015-11-07
divelocationmodel: fix some signed/unsigned warnings
Lubomir I. Ivanov
2015-08-31
UI code to merge dive sites
Tomaz Canabrava
2015-08-31
Display dive sites with same gps as the current
Tomaz Canabrava
2015-08-31
Add function to filter same-gps dive sites
Tomaz Canabrava
2015-08-25
Create a new dive site and edit it automatically
Tomaz Canabrava
2015-08-25
Make created dive site uuid deterministic
Dirk Hohndel
2015-07-14
Offer an option to just complete the text
Tomaz Canabrava
2015-07-01
More information on dive site model
Tomaz Canabrava
2015-06-22
Add model to populate the Preferences for GeoRef
Tomaz Canabrava
2015-06-01
Simplify model handling and crashes fixes
Tomaz Canabrava
2015-06-01
Correctly change the dive_site name
Tomaz Canabrava
2015-06-01
Fix cross build on Windows
Dirk Hohndel
2015-06-01
Create a new DiveSite when user clicks on add
Tomaz Canabrava
2015-05-29
Correctly set the dive site id on the dive
Tomaz Canabrava
2015-05-29
Update DiveLocationModel when thread finishes
Tomaz Canabrava
2015-05-29
LocationInformationModel moved to qt-models
Tomaz Canabrava