index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-models
/
weightmodel.cpp
Age
Commit message (
Expand
)
Author
2020-04-07
undo: show multiple dive warning when editing equipment
Berthold Stoeger
2020-02-04
Cleanup: lower-case filenames in core/subsurface-qt/
Berthold Stoeger
2019-12-05
Cleanup: set description to null in free_[weightsystem|cylinder]
Berthold Stoeger
2019-12-05
Cleanup: remove WeightModel::changed
Berthold Stoeger
2019-12-05
Undo: make weight editing undoable
Berthold Stoeger
2019-12-05
Desktop: refactor WSInfoDelegate logic
Berthold Stoeger
2019-12-05
Cleanup: introduce empty_weightsystem constant
Berthold Stoeger
2019-12-05
Cleanup: remove redundant "row" member of WeightModel
Berthold Stoeger
2019-12-05
Cleanup: return value type from WeightModel::weightSystemAt()
Berthold Stoeger
2019-12-05
Undo: make weight-deletion an undoable action
Berthold Stoeger
2019-12-05
Undo: make adding of weights an undoable action
Berthold Stoeger
2019-12-05
Cleanup: remove displayed_dive from WeightModel
Berthold Stoeger
2019-11-26
Cylinders: Fix crash when removing cylinders
Berthold Stoeger
2019-10-27
Cleanup: add missing break statements
Dirk Hohndel
2019-10-26
Cleanup: avoid out of bounds access
Dirk Hohndel
2019-07-18
Core: dynamically resize weight table
Berthold Stoeger
2019-06-23
Undo: don't send signals batched by trip
Berthold Stoeger
2019-06-19
Cleanup: return directly from data() methods
Berthold Stoeger
2019-06-19
Cleanup: move trip-related functions into own translation unit
Berthold Stoeger
2019-04-12
Undo: update cylinder and weight models on paste
Berthold Stoeger
2018-06-20
equipment: sanitize 'ws_info' loop limits
Lubomir I. Ivanov
2018-06-18
Change from gettextFromC::instance()->tr() to gettextFromC::tr();
Stefan Fuchs
2018-06-04
Cleanup: fold core/helpers.h into core/qthelper.h
Berthold Stoeger
2018-05-21
qt-models: Change Q_UNUSED to no parameter name
jan Iversen
2018-05-14
Core: remove dive.h from files that don't need it
Dirk Hohndel
2018-05-14
Core: introduce new subsurface-string header
Dirk Hohndel
2018-05-11
Corrected file name "weigthsysteminfomodel" to "weightsysteminfomodel"
Oliver Schwaneberg
2018-03-14
Cleanup: introduce copy_qstring() function
Berthold Stoeger
2018-03-14
Cleanup: consistently use qPrintable()
Berthold Stoeger
2017-04-29
Add SPDX header to Qt models
Dirk Hohndel
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel
2016-03-08
Silence warnings in weightmodel
Tomaz Canabrava
2015-05-29
Move WeightModel to qt-models
Tomaz Canabrava