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
/
profile-widget
/
tankitem.h
Age
Commit message (
Expand
)
Author
2021-01-20
cleanup: constify TankItem::setData()
Berthold Stoeger
2021-01-10
profile: remove displayed_dive from TankItem
Berthold Stoeger
2021-01-10
profile: cleanup includes in tankitem.cpp
Berthold Stoeger
2021-01-10
profile: set axis in constructor of TankItem
Berthold Stoeger
2021-01-10
profile: remove TankItem's connection to the resize signal
Berthold Stoeger
2021-01-10
profile: remove model parameter from TankItem::setData()
Berthold Stoeger
2019-11-09
Profile: don't crash when there are no cylinders
Berthold Stoeger
2019-11-09
Cleanup: free plot data on exit
Berthold Stoeger
2019-10-27
Cleanup: turn TankItem member variable into a constant
Berthold Stoeger
2019-10-27
Profile: don't copy plot data for tank-bar
Berthold Stoeger
2019-10-27
Cleanup: move common code into TankItem::createBar() function
Berthold Stoeger
2019-10-27
Cleanup: remove TankItem::modelData member variable
Berthold Stoeger
2019-07-27
Cleanup: remove TankItem::diveCylinderStore
Berthold Stoeger
2018-08-23
Cleanup: pass gasmix by value
Berthold Stoeger
2018-07-31
Cleanup: replace virtual by override where appropriate
Berthold Stoeger
2017-12-29
cleanup: Uninitialized pointer field
Jan Mulder
2017-04-29
Add SPDX header to profile widgets
Dirk Hohndel
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel
2015-10-30
Move Profile widget out of desktop-widgets
Tomaz Canabrava