aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/divelocationmodel.cpp
AgeCommit message (Expand)Author
2015-11-07divelocationmodel: fix some signed/unsigned warningsGravatar Lubomir I. Ivanov
2015-10-09Do not show lack of coordinates as having same gps informationGravatar Tomaz Canabrava
2015-09-12Hide current dive site from dive sites with same coordinates.Gravatar Sander Kleijwegt
2015-09-12Remove id from divelocation selection listGravatar Sander Kleijwegt
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-17Better invalid dive site nameGravatar Dirk Hohndel
2015-07-16Show only 1 possibility if string is uniqueGravatar Tomaz Canabrava
2015-07-16Dive site edit: add second "create" line without completionGravatar Dirk Hohndel
2015-07-15Better text for fake completion entryGravatar Dirk Hohndel
2015-07-14Offer an option to just complete the textGravatar Tomaz Canabrava
2015-07-02Rename enum values for taxonomyGravatar Dirk Hohndel
2015-07-02Merge branch 'taxonomy'Gravatar Dirk Hohndel
2015-07-01More information on dive site modelGravatar Tomaz Canabrava
2015-07-01Geo taxonomy: adjust the preferences to the new data structuresGravatar Dirk Hohndel
2015-06-22Add model to populate the Preferences for GeoRefGravatar Tomaz Canabrava
2015-06-04Fix potential crash using std::sortGravatar Dirk Hohndel
2015-06-03Correctly decrease the number of rows in the dive_site modelGravatar Tomaz Canabrava
2015-06-03Do not reset the model when adding a new dive siteGravatar Tomaz Canabrava
2015-06-03Two if's to prevent null pointer dereferencingGravatar Robert C. Helling
2015-06-01Simplify model handling and crashes fixesGravatar Tomaz Canabrava
2015-06-01Remove Combobox from LocationManagementGravatar Tomaz Canabrava
2015-06-01Correctly change the dive_site nameGravatar Tomaz Canabrava
2015-06-01Fix dive site sortingGravatar Dirk Hohndel
2015-06-01Create a new DiveSite when user clicks on addGravatar Tomaz Canabrava
2015-05-31Organize the dive_sites alphabeticallyGravatar Tomaz Canabrava
2015-05-31Don't calculate what we already haveGravatar Tomaz Canabrava
2015-05-31Fix off-by-one errorGravatar 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