##// END OF EJS Templates
Updated changes file...
Titta Heikkala -
r2763:2c9d94d682b0
parent child
Show More
@@ -1,47 +1,50
1 Qt Charts 2.0
1 Qt Charts 2.0
2
2
3 Qt Charts 2.0 is supported from Qt 5.4 onwards. Charts 2.0 no longer supports
3 Qt Charts 2.0 is supported from Qt 5.4 onwards. Charts 2.0 no longer supports
4 QtQuick 1.
4 QtQuick 1.
5
5
6 For more details on the features and fixes, refer to the online documentation
6 For more details on the features and fixes, refer to the online documentation
7 included in this distribution. The documentation is also available online:
7 included in this distribution. The documentation is also available online:
8
8
9 http://doc.qt.io/QtCharts
9 http://doc.qt.io/QtCharts
10
10
11 General Improvements
11 General Improvements
12 --------------------
12 --------------------
13 Qt Charts structure changed so that it now follows the structure of Qt modules
13 Qt Charts structure changed so that it now follows the structure of Qt modules
14
14
15 API changes (source break)
15 API changes (source break)
16 --------------------------
16 --------------------------
17 - Removed the old hovered signal from bar chart
17 - Removed the old hovered signal from bar chart
18 - Deprecated axis labelsPen removed
18 - Deprecated axis labelsPen removed
19 - Deprecated axis titlePen removed
19 - Deprecated axis titlePen removed
20 - Deprecated value axis niceNumbersEnabled removed
20 - Deprecated value axis niceNumbersEnabled removed
21 - Deprecated QChart::minimumMargins removed
21 - Deprecated QChart::minimumMargins removed
22 - QAbstractAxis::AxisType values changed
22 - QAbstractAxis::AxisType values changed
23 - QChartView::HorizontalRubberBand spelling corrected
23 - QChartView::HorizontalRubberBand spelling corrected
24
24
25 New features
25 New features
26 ------------
26 ------------
27 - Added QML designer plugin
27 - Added QML designer plugin
28 - Added QChart::localizeNumbers to enable QLocale usage with locale property
28 - Added QChart::localizeNumbers to enable QLocale usage with locale property
29 - Added cmake support
29 - Added cmake support
30 - Added pressed, released and doubleClicked signals for all series
30 - Added pressed, released and doubleClicked signals for all series
31
31
32 Fixed issues
32 Fixed issues
33 ------------
33 ------------
34 - Added missing BoxPlotModelMappers as types for QtQuick 2
34 - Added missing BoxPlotModelMappers as types for QtQuick 2
35 - Fixed long label visibility
35 - Fixed long label visibility
36 - Fixed empty domain detection
36 - Fixed empty domain detection
37 - Fixed charts axis label format
37 - Fixed charts axis label format
38 - Added plotAreaChanged signal
38 - Added plotAreaChanged signal
39 - Fixed axis attachments in QML
39 - Fixed axis attachments in QML
40 - Fixed bar category axis labels
40 - Fixed bar category axis labels
41 - Fixed shades for log and category axes
41 - Fixed shades for log and category axes
42 - Fixed designer plugin target
42 - Fixed designer plugin target
43 - Fixed Charts build when quick module is not build
43 - Fixed Charts build when quick module is not build
44 - Fixed chart zooming
44 - Fixed chart zooming
45 - Fixed android build errors
45 - Fixed android build errors
46 - Fixed memory leaks
46 - Fixed memory leaks
47 - Fixed build issue with dynamic OpenGL configurations
47 - Fixed build issue with dynamic OpenGL configurations
48 - Fixed documentation issues
49 - Fixed QLogValueAxis update on resize
50 - Fixed category axis shades and labels for categories that span over the grid
General Comments 0
You need to be logged in to leave comments. Login now