summaryrefslogtreecommitdiffstats
path: root/qt-models/divelistmodel.cpp
AgeCommit message (Expand)Author
2016-04-05DiveListModel: don't add the dives one at a timeGravatar Dirk Hohndel
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel
2016-03-02QML UI: resolve confusion about dive list model orderingGravatar Dirk Hohndel
2016-03-02QML UI: create a chronological dive list when manually adding diveGravatar Dirk Hohndel
2016-03-02Add helper functions to identify the position of a dive in the dive listGravatar Dirk Hohndel
2016-01-29QML UI: pick new highest dive number when manually adding diveGravatar Dirk Hohndel
2016-01-29Add helper to remove dive from modelGravatar Dirk Hohndel
2016-01-28Add our own sort proxy class which provides two helper functionsGravatar Dirk Hohndel
2016-01-27Change the api to update a single diveGravatar Dirk Hohndel
2016-01-27QML UI: correctly notify of model changeGravatar Dirk Hohndel
2016-01-08Move Dive class from qthelper.h/cpp to it's own fileGravatar Tomaz Canabrava
2016-01-01QML UI: handle editing of depthGravatar Dirk Hohndel
2015-12-26QML UI: get add dive closer to being usefulGravatar Dirk Hohndel
2015-12-26QML UI: set up time and dive number when adding diveGravatar Dirk Hohndel
2015-12-26Dive list model: add GPS string accessGravatar Dirk Hohndel
2015-12-07QML-UI: we need a way to update the dive modelGravatar Dirk Hohndel
2015-12-03Fix crasherGravatar Sebastian Kügler
2015-11-30Clear the Dive model before repopulating itGravatar Dirk Hohndel
2015-11-16Make Subsurface-mobile compile againGravatar Dirk Hohndel
2015-08-31QML UI: Remove unneeded MobileDive classGravatar Grace Karanja
2015-08-31QML UI: Use AddDive instead of clear diveGravatar Grace Karanja
2015-08-31QML UI: Clear divelist model before starting new diveGravatar Grace Karanja
2015-07-24QML UI: sort by date, not by date stringGravatar Dirk Hohndel
2015-07-17QL UI: Add DiveId role to DiveListModelGravatar Grace Karanja
2015-07-10QML UI: whitespace fixGravatar Grace Karanja
2015-06-20Rename dive class to avoid conflictGravatar Grace Karanja
2015-06-20Add more dive details to the DiveListModelGravatar Grace Karanja
2015-06-20Group dives by tripsGravatar Grace Karanja
2015-06-20Add dive notes to the divelistmodelGravatar Grace Karanja
2015-06-20Add DiveListModelGravatar Grace Karanja