From 8c02a88678619904dbcd2507dad39bfecd64b82c 2014-11-13 05:42:38 From: Titta Heikkala Date: 2014-11-13 05:42:38 Subject: [PATCH] Added changes file for 2.0 Listed changes for 2.0 Change-Id: I16becb4ea2acb55d4e564b0f5235000a72edf73e Task-number: QTRD-3418 Reviewed-by: Titta Heikkala --- diff --git a/dist/changes-2.0.0 b/dist/changes-2.0.0 new file mode 100644 index 0000000..513d760 --- /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