From 7a0be48ac39243d139cc4a78423ca033d5d90b3a Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 19 Aug 2016 13:40:24 +0300 Subject: Bump version to 2.1.2 Change-Id: I1910d0ac29c1740d1d6d340749999e21916db9c7 Reviewed-by: Mika Salmela Reviewed-by: Miikka Heikkinen --- dist/changes-2.1.2 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dist/changes-2.1.2 (limited to 'dist') diff --git a/dist/changes-2.1.2 b/dist/changes-2.1.2 new file mode 100644 index 00000000..e73605e6 --- /dev/null +++ b/dist/changes-2.1.2 @@ -0,0 +1,25 @@ +Qt Charts 2.1.2 + +Fixed issues +------------ +- [QTBUG-54914] Make OpenGL accelerated series obey series visibility +- [QTBUG-54803] Ensure the chart is drawn whenever the render node is recreated +- [QTBUG-55098] Fix partial blurriness of the gl accelerated graph +- [QTBUG-54763] Clarify QML BarSet::values documentation +- [QTBUG-53073] Fix VXYModelMapper documentation +- [QTBUG-52654] Print console warning when invalid row/column used in model mapper +- [QTBUG-52086] Fix BarSet value rounding +- [QTBUG-53949] Fix axis minimum height in case of multiple axes on same orientation +- [QTBUG-54401] Fix issues with reverse axes + - QChart mapping functions returned unreversed values + - Bounding regions of series were incorrect + - Mouse events gave wrong positions + - Chart scrolling and zooming didn't account for reversed axes +- [QTBUG-55278] Disconnect boxplot series from chart's dataset correctly +- [QTBUG-53337] Fix setting axis color properties to black for the first time +- [QTBUG-55348] Disconnect a series from ChartItem when it is removed from a chart +- Fix logarithmic axis for area chart + +Fixed examples +-------------- +- [QTBUG-54492] Fix resize handling in Callout example -- cgit v1.2.3