aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/weightmodel.cpp
AgeCommit message (Expand)Author
2020-04-07undo: show multiple dive warning when editing equipmentGravatar Berthold Stoeger
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2019-12-05Cleanup: set description to null in free_[weightsystem|cylinder]Gravatar Berthold Stoeger
2019-12-05Cleanup: remove WeightModel::changedGravatar Berthold Stoeger
2019-12-05Undo: make weight editing undoableGravatar Berthold Stoeger
2019-12-05Desktop: refactor WSInfoDelegate logicGravatar Berthold Stoeger
2019-12-05Cleanup: introduce empty_weightsystem constantGravatar Berthold Stoeger
2019-12-05Cleanup: remove redundant "row" member of WeightModelGravatar Berthold Stoeger
2019-12-05Cleanup: return value type from WeightModel::weightSystemAt()Gravatar Berthold Stoeger
2019-12-05Undo: make weight-deletion an undoable actionGravatar Berthold Stoeger
2019-12-05Undo: make adding of weights an undoable actionGravatar Berthold Stoeger
2019-12-05Cleanup: remove displayed_dive from WeightModelGravatar Berthold Stoeger
2019-11-26Cylinders: Fix crash when removing cylindersGravatar Berthold Stoeger
2019-10-27Cleanup: add missing break statementsGravatar Dirk Hohndel
2019-10-26Cleanup: avoid out of bounds accessGravatar Dirk Hohndel
2019-07-18Core: dynamically resize weight tableGravatar 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
2018-06-20equipment: sanitize 'ws_info' loop limitsGravatar Lubomir I. Ivanov
2018-06-18Change from gettextFromC::instance()->tr() to gettextFromC::tr();Gravatar 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-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-11Corrected file name "weigthsysteminfomodel" to "weightsysteminfomodel"Gravatar Oliver Schwaneberg
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2017-04-29Add SPDX header to Qt modelsGravatar Dirk Hohndel
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel
2016-03-08Silence warnings in weightmodelGravatar Tomaz Canabrava
2015-05-29Move WeightModel to qt-modelsGravatar Tomaz Canabrava