summaryrefslogtreecommitdiffstats
path: root/dist/changes-2.0.0
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@theqtcompany.com>2014-11-12 15:56:19 +0200
committerTitta Heikkala <titta.heikkala@theqtcompany.com>2014-11-13 07:42:38 +0200
commit8c02a88678619904dbcd2507dad39bfecd64b82c (patch)
tree604e4a5023ed76b33b42f2fcb76616c839563e07 /dist/changes-2.0.0
parentb1d7efa360aa0c961547924ac95a2ff42e38d2b4 (diff)
Added changes file for 2.0
Listed changes for 2.0 Change-Id: I16becb4ea2acb55d4e564b0f5235000a72edf73e Task-number: QTRD-3418 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Diffstat (limited to 'dist/changes-2.0.0')
-rw-r--r--dist/changes-2.0.047
1 files changed, 47 insertions, 0 deletions
diff --git a/dist/changes-2.0.0 b/dist/changes-2.0.0
new file mode 100644
index 00000000..513d760f
--- /dev/null
+++ b/dist/changes-2.0.0
@@ -0,0 +1,47 @@
+Qt Charts 2.0
+
+Qt Charts 2.0 is supported from Qt 5.4 onwards. Charts 2.0 no longer supports
+QtQuick 1.
+
+For more details on the features and fixes, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+ http://doc.qt.io/QtCharts
+
+General Improvements
+--------------------
+Qt Charts structure changed so that it now follows the structure of Qt modules
+
+API changes (source break)
+--------------------------
+- Removed the old hovered signal from bar chart
+- Deprecated axis labelsPen removed
+- Deprecated axis titlePen removed
+- Deprecated value axis niceNumbersEnabled removed
+- Deprecated QChart::minimumMargins removed
+- QAbstractAxis::AxisType values changed
+- QChartView::HorizontalRubberBand spelling corrected
+
+New features
+------------
+- Added QML designer plugin
+- Added QChart::localizeNumbers to enable QLocale usage with locale property
+- Added cmake support
+- Added pressed, released and doubleClicked signals for all series
+
+Fixed issues
+------------
+- Added missing BoxPlotModelMappers as types for QtQuick 2
+- Fixed long label visibility
+- Fixed empty domain detection
+- Fixed charts axis label format
+- Added plotAreaChanged signal
+- Fixed axis attachments in QML
+- Fixed bar category axis labels
+- Fixed shades for log and category axes
+- Fixed designer plugin target
+- Fixed Charts build when quick module is not build
+- Fixed chart zooming
+- Fixed android build errors
+- Fixed memory leaks
+- Fixed build issue with dynamic OpenGL configurations