Age | Commit message (Expand) | Author |
2021-01-19 | mobile/statistics: make icons available in mobile app | Dirk Hohndel |
2021-01-14 | Add back central line for linear regression | Robert C. Helling |
2021-01-14 | Plot proper confidence regions | Robert C. Helling |
2021-01-14 | Silence some compiler warnings | Robert C. Helling |
2021-01-14 | Indicate goodness of fit of regression line | Robert C. Helling |
2021-01-13 | statistics: add count property to chart list | Dirk Hohndel |
2021-01-13 | mobile/statistics: export ChartListModel to QML | Berthold Stoeger |
2021-01-11 | statistics: print ellipsis in case of too little space | Berthold Stoeger |
2021-01-11 | statistics: consider overhang of horizontal axes | Berthold Stoeger |
2021-01-10 | statistics: split people binner | Berthold Stoeger |
2021-01-10 | build-system: compile stats code on mobile OSs | Dirk Hohndel |
2021-01-10 | statistics: convert chart to QQuickItem | Berthold Stoeger |
2021-01-10 | statistics: fix 20 m binner | Berthold Stoeger |
2021-01-10 | statistics: add count to box and whisker plots | Berthold Stoeger |
2021-01-10 | statistics: add tags variable | Berthold Stoeger |
2021-01-10 | statistics: sort dive sites | Berthold Stoeger |
2021-01-10 | statistics: add min and max operations for numerical types | Berthold Stoeger |
2021-01-09 | statistics: fix range in categorical axes | Berthold Stoeger |
2021-01-09 | statistics: add a dive-# variable | Berthold Stoeger |
2021-01-09 | statistics: add a mean depth variable | Berthold Stoeger |
2021-01-07 | statistics: add ticks at beginning and end of the axis | Berthold Stoeger |
2021-01-06 | statistics: improve placement of info-box | Berthold Stoeger |
2021-01-06 | statistics: fix chart features: regression line and median/mean | Berthold Stoeger |
2021-01-06 | statistics: paint custom grid | Berthold Stoeger |
2021-01-06 | statistics: draw title of axes | Berthold Stoeger |
2021-01-06 | statistics: replace QtCharts' axes | Berthold Stoeger |
2021-01-06 | statistics: set correct z-value for bars | Berthold Stoeger |
2021-01-06 | statistics: render title | Berthold Stoeger |
2021-01-06 | statistics: save axis with series | Berthold Stoeger |
2021-01-06 | statistics: save chart in axis class | Berthold Stoeger |
2021-01-05 | Add dive rating and visibility to statistics variables | Robert C. Helling |
2021-01-04 | stats: fix line segment intersection math | Dirk Hohndel |
2021-01-03 | statistics: don't crash if the QCharts QML modules aren't found | Dirk Hohndel |
2021-01-03 | statistics: don't reset binner if binner is set | Berthold Stoeger |
2021-01-03 | statistics: clip regression line | Berthold Stoeger |
2021-01-03 | statistics: use RoundRectItem for legend and info-box | Berthold Stoeger |
2021-01-03 | statistics: add parentheses around percentage in horizontal bars | Berthold Stoeger |
2021-01-03 | statistics: charts drop down looks better with smaller icons | Dirk Hohndel |
2021-01-03 | statistics: fix silly typo in legend code | Berthold Stoeger |
2021-01-03 | statistics: reverse chart selection logic | Berthold Stoeger |
2021-01-03 | statistics: add a model that describes a list of charts | Berthold Stoeger |
2021-01-03 | statistics: silence two Coverity warnings | Berthold Stoeger |
2021-01-02 | statistics: implement StatsView | Berthold Stoeger |
2021-01-02 | statistics: implement a structure representing the chart state | Berthold Stoeger |
2021-01-02 | statistics: implement scatter series | Berthold Stoeger |
2021-01-02 | statistics: implement pie series | Berthold Stoeger |
2021-01-02 | statistics: implement a box-and-whisker series | Berthold Stoeger |
2021-01-02 | statistics: implement a bar series | Berthold Stoeger |
2021-01-02 | statistics: implement a simple information box | Berthold Stoeger |
2021-01-02 | statistics: add series interface class | Berthold Stoeger |