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
/
yearlystatisticsmodel.cpp
Age
Commit message (
Expand
)
Author
2019-11-09
Core: dynamically allocate the result of get_gas_used()
Berthold Stoeger
2019-03-19
Cleanup: make argument to YearStatisticsItem constructor a reference
Berthold Stoeger
2019-03-18
Profile: pass by reference rather than by value for large struct
Robert C. Helling
2019-03-12
Display statistics by depth and temperature in Yearly statistics
Doug Junkins
2018-12-17
Show average max depth in yearly statistics
Robert C. Helling
2018-10-07
Statistics: only consider selected dives in HTML export statistics
Berthold Stoeger
2018-10-07
Statistics: remove global state / calculate only when needed
Berthold Stoeger
2018-09-14
Fix compilation problem
Dirk Hohndel
2018-09-14
Add Q_OBJECT macro to two more classes
Dirk Hohndel
2018-09-01
Cleanup: make DiveTripModel a global object
Berthold Stoeger
2018-06-04
Cleanup: fold core/helpers.h into core/qthelper.h
Berthold Stoeger
2018-05-14
Rename enum dive_comp_type to divemode_t
Robert C. Helling
2018-05-14
Core: remove dive.h from files that don't need it
Dirk Hohndel
2018-02-24
Use temperature_t for temperatures in struct stats_t
Stefan Fuchs
2017-05-26
Creation of dive duration string and surface interval string
Stefan Fuchs
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-07
Silence more warnings
Tomaz Canabrava
2016-01-24
Show only as many stats as there are DC types
Miika Turkia
2016-01-18
Add dive type to statistics window
Miika Turkia
2015-05-29
Move the YearlyStatisticsModel to qt-models
Tomaz Canabrava