aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2021-10-11Ignore invalid dives in subsurface-mobile dive summaryGravatar Tim Segers
2021-10-01Don't access gasmix.o2.fractionGravatar Robert C. Helling
2021-09-13mobile: remove GpsListModelGravatar Dirk Hohndel
2021-08-18Remove the divecomputermodel codeGravatar Linus Torvalds
2021-05-12Planner: Update plan when deco parameters changeGravatar Robert C. Helling
2021-05-08profile: remove DiveAmbPressureItemGravatar Berthold Stoeger
2021-05-08profile: remove DiveGFLineItemGravatar Berthold Stoeger
2021-05-07Planner: Update notes when not computing variationsGravatar Robert C. Helling
2021-04-02planner: split DivePlannerPointsModel::remove() in twoGravatar Berthold Stoeger
2021-04-02planner: avoid starting unneeded variation threadGravatar Berthold Stoeger
2021-04-02planner: remove DivePlannerPointsModel::recalc flagGravatar Berthold Stoeger
2021-04-02planner: call removeDeco() explicitlyGravatar Berthold Stoeger
2021-04-02planner: don't clear recalc in DivePlannerPointsModel::clear()Gravatar Berthold Stoeger
2021-04-02planner: split DivePlannerPointsModel::removePoints() in twoGravatar Berthold Stoeger
2021-04-02planner: don't export recalc flag of DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02profile/planner: don't update dive in ProfileWidget2::plotDive()Gravatar Berthold Stoeger
2021-04-02planner: split addStop() into external and internal versionsGravatar Berthold Stoeger
2021-04-02cleanup: make DivePlannerPointsModel::removeDeco() privateGravatar Berthold Stoeger
2021-04-02cleanup: remove unused function DivePlannerPointsModel::size()Gravatar Berthold Stoeger
2021-04-02cleanup: remove unused member DivePlannerPointsModel::addingDecoGravatar Berthold Stoeger
2021-04-02planner: split createTemporaryPlan() function.Gravatar Berthold Stoeger
2021-04-02cleanup: unify whitespace in switch statementGravatar Berthold Stoeger
2021-04-02planner: remove DivePlannerPointsModel::setRecalc()Gravatar Berthold Stoeger
2021-04-02profile: display arbitrary diveGravatar Berthold Stoeger
2021-04-02planner: remove displayed_dive from DivePlannerModelGravatar Berthold Stoeger
2021-04-02planner: move clearing of model into loadFromDive() functionGravatar Berthold Stoeger
2021-04-02cleanup: remove pointless cylinder model updateGravatar Berthold Stoeger
2021-04-02planner: move same-time check to DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02planner: implement move semantics in DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02planner: fix removal of points from DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02planner: insert point at correct positionGravatar Berthold Stoeger
2021-04-02cleanup: use proper model/view semantics in DivePlannerModelGravatar Berthold Stoeger
2021-04-02cleanup: add DivePlannerPointsModel::addDefaultStop() functionGravatar Berthold Stoeger
2021-04-02cleanup: constify DivePlannerPoints model accessor functionsGravatar Berthold Stoeger
2021-04-02planner: unslotify two functions in DivePlannerPointsModelGravatar Berthold Stoeger
2021-03-31core: initialize dive selection after resetting the dataGravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to decoMode()Gravatar Berthold Stoeger
2021-02-10desktop: cache photo and geo iconsGravatar Berthold Stoeger
2021-01-20cleanup: make a few DivePlannerModel functions privateGravatar Berthold Stoeger
2021-01-20cleanup: remove dive parameter from DivePlotDataModel::setDive()Gravatar Berthold Stoeger
2021-01-20planner: remove DivePlannerPointsModel::startTimeChanged signalGravatar Berthold Stoeger
2021-01-13mobile/cleanup: reduce the noise in our logsGravatar Dirk Hohndel
2021-01-10profile: pass dive to DiveHandlerGravatar Berthold Stoeger
2021-01-10profile: explicitly update profile itemsGravatar Berthold Stoeger
2021-01-10cleanup: const-ify DivePlotDataModel::*max() functionsGravatar Berthold Stoeger
2021-01-10profile: remove redundant code in DiveCalculatedCeilingGravatar Berthold Stoeger
2021-01-01fix potential crash in GPS codeGravatar Dirk Hohndel
2020-12-29cleanup: remove getDivesInTrip() in qthelper.cppGravatar Berthold Stoeger
2020-12-29filter: internalize shown_dives in DiveFilter classGravatar Berthold Stoeger
2020-12-29filter: move shown_dive from divelist.c to divefilter.cppGravatar Berthold Stoeger