aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/cylindermodel.cpp
AgeCommit message (Expand)Author
2020-02-28cleanup: simplify string-comparison in CylindersModel::setData()Gravatar Berthold Stoeger
2020-02-28cleanup: fix leak in CylindersModel::setData()Gravatar Berthold Stoeger
2020-02-28cleanup: make CylindersModel::cylinderAt privateGravatar Berthold Stoeger
2020-02-28crash fix: Don't cast to CylindersModel or CylindersModelFilteredGravatar Berthold Stoeger
2020-02-24CylinderModel: remove unnecessary "Is used" headerGravatar Berthold Stoeger
2020-02-11Planner: make cylinder-model subobject of planner-modelGravatar Berthold Stoeger
2020-02-11Cylinders: Add CylindersModelFilteredGravatar Berthold Stoeger
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2020-01-30CylindersModel: don't crash if accessing non-existing cylinderGravatar Berthold Stoeger
2020-01-10code cleanup: introduce empty_cylinder constantGravatar Dirk Hohndel
2019-11-26Cylinders: Fix crash when removing cylindersGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Cleanup: Make cylinder formatting functions const-cleanGravatar Berthold Stoeger
2019-11-09Cylinders: dynamically allocate cylinder arraysGravatar Berthold Stoeger
2019-10-31Planner: Add option to treat O2 as narcoticGravatar Robert C. Helling
2019-08-08Core: pass dive, cylinder-id to fill_default_cylinderGravatar Berthold Stoeger
2019-07-18Cleanup: remove includes from qthelper.hGravatar Berthold Stoeger
2019-06-23Undo: don't send signals batched by tripGravatar Berthold Stoeger
2019-06-19Cleanup: return directly from data() methodsGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-04-12Undo: update cylinder and weight models on pasteGravatar Berthold Stoeger
2019-04-12Dive site: add dive site list tabGravatar Berthold Stoeger
2019-03-29Make sure surface air is not considered a deco gasGravatar Robert C. Helling
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-06-24Localization: remove gettextFromC::instance()Gravatar Berthold Stoeger
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-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-03-05Use correct numeric format based on selected locale (Qt domain part)Gravatar Stefan Fuchs
2018-02-27Updated strategy for removing cylindersGravatar Stefan Fuchs
2018-01-26Initialise cylinder start pressure with working pressureGravatar Robert C. Helling
2017-12-24Remove superfluous QScopedPointer<>s in singletonsGravatar Berthold Stoeger
2017-12-01Prevent redundant replanningGravatar Robert C. Helling
2017-11-27Add debug function dump_cylindersGravatar Stefan Fuchs
2017-10-30Tidy up code for cylinder remove decision in cylindermodel.cppGravatar Stefan Fuchs
2017-10-21When removing a cylinder completely fill the mapping tableGravatar Stefan Fuchs
2017-10-20Silence random warningsGravatar Dirk Hohndel
2017-10-20Update dive planner points cylinder names also when cyl is addedGravatar Stefan Fuchs
2017-10-20Do cylinder renumber for dive data points only when in planner modeGravatar Stefan Fuchs
2017-10-16Planner: Autom. move first datapoint gas to first gaslist positionGravatar Stefan Fuchs
2017-10-16Update diveplannerpoints cylinderidx when deleting a cylinderGravatar Stefan Fuchs
2017-10-16Used gas in dive planner points: Support for multiple cyl with same gasGravatar Stefan Fuchs
2017-10-16Removing cylinders in planner: Be more restrictiveGravatar Stefan Fuchs
2017-07-30Tweak the "display_unused_tanks" preferences logicGravatar Linus Torvalds
2017-04-29Add SPDX header to Qt modelsGravatar Dirk Hohndel
2017-03-24Don't erroneously mark the cylinder pressure red - second tryGravatar Stefan Fuchs
2017-03-13Correctly trigger update of cylinder table trash icons in plannerGravatar Stefan Fuchs
2017-03-11Correct trash or trashforbidden icon and tooltip in cylinder tableGravatar Stefan Fuchs