subsurface/stats
Berthold Stoeger 556ecd5a9b core: use C++-primitives for g_tag_list
The old code was leaking memory. Use std::unique_ptr<> for
ownership management.

This is still very primitive and divetags are kept during
application lifetime. There should probably be some form
of reference counting. And the taglist should not be global,
but attached to the divelog.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-04-23 07:47:11 +07:00
..
barseries.cpp
barseries.h
boxseries.cpp
boxseries.h
chartitem.cpp
chartitem.h
chartlistmodel.cpp
chartlistmodel.h
CMakeLists.txt
histogrammarker.cpp
histogrammarker.h
informationbox.cpp
informationbox.h
legend.cpp
legend.h
pieseries.cpp
pieseries.h
quartilemarker.cpp statistics: collect colors in a StatsTheme class 2022-03-16 15:26:54 -07:00
quartilemarker.h statistics: convert QuartileMarkers to QSGNodes 2021-01-20 08:47:18 +01:00
regressionitem.cpp
regressionitem.h
scatterseries.cpp
scatterseries.h
statsaxis.cpp
statsaxis.h
statscolors.cpp
statscolors.h
statsgrid.cpp
statsgrid.h
statshelper.cpp
statshelper.h
statsicons.qrc
statsselection.cpp
statsselection.h
statsseries.cpp
statsseries.h
statsstate.cpp
statsstate.h
statstranslations.h
statsvariables.cpp
statsvariables.h
statsview.cpp
statsview.h
zvalues.h