summaryrefslogtreecommitdiffstats
path: root/stats/barseries.cpp
AgeCommit message (Expand)Author
2021-02-13statistics: implement shift-selection of rangesGravatar Berthold Stoeger
2021-02-13statistics: support ctrl-selection for all seriesGravatar Berthold Stoeger
2021-02-13statistics: make selection keyboard modifiers more generalGravatar Berthold Stoeger
2021-02-13statistics: highlight selected boxes in box plotGravatar Berthold Stoeger
2021-02-13statistics: remove horizontal flag from bar chart itemsGravatar Berthold Stoeger
2021-02-13statistics: highlight selected barGravatar Berthold Stoeger
2021-02-13statistics: implement rectangle selection in scatter plotGravatar Berthold Stoeger
2021-02-13statistics: select multiple dives in scatter-plot by shift-clickingGravatar Berthold Stoeger
2021-02-13statistics: select dives from Scatter PlotGravatar Robert C. Helling
2021-02-13statistics: use dive instead of count binsGravatar Berthold Stoeger
2021-02-08statistics: fix placement of horizontal labels in bar chartsGravatar Berthold Stoeger
2021-02-06statistics: don't place labels at half-integer valuesGravatar Berthold Stoeger
2021-01-20statistics: render bar and pie labels onto fill colorGravatar Berthold Stoeger
2021-01-20statistics: refactor QSG memory managementGravatar Berthold Stoeger
2021-01-20statistics: remove QGraphicsView from StatSeriesGravatar Berthold Stoeger
2021-01-20statistics: implement showing / hiding of items in QSGGravatar Berthold Stoeger
2021-01-20statistics: convert bar series to QSGNodesGravatar Berthold Stoeger
2021-01-20statistics: turn infobox into a QSGNodeGravatar Berthold Stoeger
2021-01-20statistics: pass view to seriesGravatar Berthold Stoeger
2021-01-10build-system: compile stats code on mobile OSsGravatar Dirk Hohndel
2021-01-10statistics: convert chart to QQuickItemGravatar Berthold Stoeger
2021-01-06statistics: replace QtCharts' axesGravatar Berthold Stoeger
2021-01-06statistics: set correct z-value for barsGravatar Berthold Stoeger
2021-01-02statistics: implement a bar seriesGravatar Berthold Stoeger