index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-models
/
cylindermodel.cpp
Age
Commit message (
Expand
)
Author
2020-08-21
cleanup: consistently use get_cylinder() accessor
Berthold Stoeger
2020-07-11
Make MND display depend on O2 narcotic preference
Robert C. Helling
2020-05-01
core: always keep an empty cylinder at the end of the cylinder array
Berthold Stoeger
2020-04-21
cleanup: replace constructs of the type &vector[0] by vector.data()
Berthold Stoeger
2020-04-07
cleanup: remove conditional compilation in cylindermodel.cpp
Berthold Stoeger
2020-04-07
undo: show multiple dive warning when editing equipment
Berthold Stoeger
2020-04-07
undo: more fine-grained editing of cylinder
Berthold Stoeger
2020-04-07
CylindersModel: use flag to decide whether we are in planner
Berthold Stoeger
2020-04-07
undo/cylinder: call undo command to edit cylinder fields
Berthold Stoeger
2020-04-07
undo/cylinders: Implement editing of the type
Berthold Stoeger
2020-04-07
cleanup: remove unused CylindersModelFiltered functions
Berthold Stoeger
2020-04-07
CylindersModel: fold CHANGED() macro into setData()
Berthold Stoeger
2020-04-07
CylindersModel: test for CHANGED() outside of switch statement
Berthold Stoeger
2020-04-07
CylindersModel: remove mark_dive_list_changed
Berthold Stoeger
2020-04-07
cylinders: remove CylindersModel::changed
Berthold Stoeger
2020-04-07
CylindersModel: listen and react to signals
Berthold Stoeger
2020-04-07
CylindersModel: don't test for planner-state in remove()
Berthold Stoeger
2020-04-07
undo: reorder cylinders on remove-cylinder undo/redo
Berthold Stoeger
2020-04-07
cleanup: remove CylindersModels::rows
Berthold Stoeger
2020-04-07
CylinderModel: make dive dynamic
Berthold Stoeger
2020-04-07
core: add create_new_cylinder() function
Berthold Stoeger
2020-03-11
Grammar: replaces 'indexes' by 'indices'
Robert C. Helling
2020-02-28
cleanup: simplify string-comparison in CylindersModel::setData()
Berthold Stoeger
2020-02-28
cleanup: fix leak in CylindersModel::setData()
Berthold Stoeger
2020-02-28
cleanup: make CylindersModel::cylinderAt private
Berthold Stoeger
2020-02-28
crash fix: Don't cast to CylindersModel or CylindersModelFiltered
Berthold Stoeger
2020-02-24
CylinderModel: remove unnecessary "Is used" header
Berthold Stoeger
2020-02-11
Planner: make cylinder-model subobject of planner-model
Berthold Stoeger
2020-02-11
Cylinders: Add CylindersModelFiltered
Berthold Stoeger
2020-02-04
Cleanup: lower-case filenames in core/subsurface-qt/
Berthold Stoeger
2020-01-30
CylindersModel: don't crash if accessing non-existing cylinder
Berthold Stoeger
2020-01-10
code cleanup: introduce empty_cylinder constant
Dirk Hohndel
2019-11-26
Cylinders: Fix crash when removing cylinders
Berthold Stoeger
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-11-09
Cleanup: Make cylinder formatting functions const-clean
Berthold Stoeger
2019-11-09
Cylinders: dynamically allocate cylinder arrays
Berthold Stoeger
2019-10-31
Planner: Add option to treat O2 as narcotic
Robert C. Helling
2019-08-08
Core: pass dive, cylinder-id to fill_default_cylinder
Berthold Stoeger
2019-07-18
Cleanup: remove includes from qthelper.h
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
2019-04-12
Dive site: add dive site list tab
Berthold Stoeger
2019-03-29
Make sure surface air is not considered a deco gas
Robert C. Helling
2018-08-23
Cleanup: pass gasmix by value
Berthold Stoeger
2018-06-24
Localization: remove gettextFromC::instance()
Berthold Stoeger
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
[next]