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
/
tankinfomodel.cpp
Age
Commit message (
Expand
)
Author
2020-05-07
cleanup: invert control-flow when resetting the core structures
Berthold Stoeger
2019-04-29
Cleanup: implement proper Qt-model semantics in TankInfoModel
Berthold Stoeger
2019-04-29
Cleanup: remove biggerString() functions
Berthold Stoeger
2018-06-20
equipment: sanitize 'tank_info' loop limits
Lubomir I. Ivanov
2018-06-18
Change from gettextFromC::instance()->tr() to gettextFromC::tr();
Stefan Fuchs
2018-05-21
qt-models: Change Q_UNUSED to no parameter name
jan Iversen
2017-12-24
Remove superfluous QScopedPointer<>s in singletons
Berthold Stoeger
2017-06-15
tankinfomodel.cpp: clamp row index to [0 - MAX_TANK_INFO]
Lubomir I. Ivanov
2017-04-29
Add SPDX header to Qt models
Dirk Hohndel
2017-03-24
Fix double to int truncation in C++ code
Jeremie Guichard
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel
2016-03-08
Silence warnings in tankinfomodel
Tomaz Canabrava
2015-05-29
Move Tankinfomodel to its own file
Tomaz Canabrava