aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.cpp
AgeCommit message (Expand)Author
2020-01-10code cleanup: introduce empty_cylinder constantGravatar Dirk Hohndel
2019-12-27testing: prepare diveplannermodel to be used in testingGravatar jan Iversen
2019-12-26qt-models: conditionally compile Commands:: in diveplannermodel.cppGravatar jan Iversen
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-10-26Cleanup: avoid resource leak in dive planner modelGravatar Dirk Hohndel
2019-10-26Desktop: use undo command when replanning diveGravatar Berthold Stoeger
2019-10-20Planner: copy deco state before passing it to worker threadGravatar Berthold Stoeger
2019-09-10Planner: remove planner disclaimer from old notesGravatar Berthold Stoeger
2019-08-08Core: pass dive, cylinder-id to fill_default_cylinderGravatar Berthold Stoeger
2019-07-18Cleanup: remove includes from qthelper.hGravatar Berthold Stoeger
2019-07-18Cleanup: move deco function declarations to deco.hGravatar Berthold Stoeger
2019-04-12Undo: remove ADD mode from main tabGravatar Berthold Stoeger
2019-04-12Undo: consider dive site in AddDive()Gravatar Berthold Stoeger
2019-03-29Add UI element for final surface segment in plannerGravatar Robert C. Helling
2018-10-11Undo: make adding of planned dive undo-ableGravatar Berthold Stoeger
2018-08-31Zero initialize deco state structGravatar Robert C. Helling
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-08-15qt-models: remove SettingsObjectWrapper and update qPref callsGravatar jan Iversen
2018-08-08core: activate qPrefDivePlannerGravatar jan Iversen
2018-07-13Fix dive mode drop-down in planner for re-planned diveGravatar Stefan Fuchs
2018-06-24Fix interpretation of dive mode changes upon replanGravatar Robert C. Helling
2018-06-24When adding new waypoints, use previous setpoint.Gravatar Robert C. Helling
2018-06-24Planner: Change segment setpoint according to divemodeGravatar Robert C. Helling
2018-06-24Copy divemode to ReplanGravatar Robert C. Helling
2018-06-18Change from gettextFromC::instance()->tr() to gettextFromC::tr();Gravatar Stefan Fuchs
2018-06-18Use correct "tr" call for translating dive mode namesGravatar Stefan Fuchs
2018-06-17Fix an error around translation of dive modes in the UIGravatar Stefan Fuchs
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-21qt-models: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-14Planner: Add combo box for dive mode selectionGravatar Robert C. Helling
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Add planner infra structure for bailoutGravatar Robert C. Helling
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-05-07Planner: don't return static data in fake_dc()Gravatar Berthold Stoeger
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-02-27Updated strategy for removing cylindersGravatar Stefan Fuchs
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2018-02-07Bugfix in plannermodel for very short dive durationsGravatar Oliver Schwaneberg
2018-01-26Initialise cylinder start pressure with working pressureGravatar Robert C. Helling
2018-01-19Improve profile display in plannerGravatar Willem Ferguson
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-10Move function to proper placeGravatar Jan Mulder
2017-12-29cleanup: less than operators shall not use equalGravatar Jan Mulder
2017-12-26Cleanup: avoid a few memory leaksGravatar Dirk Hohndel
2017-12-24Remove superfluous QScopedPointer<>s in singletonsGravatar Berthold Stoeger
2017-12-24Use function emitDataChanged in diveplannermodel consistentlyGravatar Stefan Fuchs