##// END OF EJS Templates
Add dist file for 2.0.1 and change version numbers...
Titta Heikkala -
r2777:c6eddd6a7ac5
parent child
Show More
@@ -0,0 +1,10
1 Qt Charts 2.0.1
2
3 Fixed issues
4 ------------
5 - Fixed animation crash
6 - Fixed QBarSet label color setting
7 - Fixed bar series zoom out
8 - Fixed documentation issues
9 - Fixed QML XYSeries::insert exception
10 - Fixed model mapper modelReset signal handling
@@ -1,5 +1,5
1 1 ---------------
2 Qt Charts 2.0.0
2 Qt Charts 2.0.1
3 3 ---------------
4 4
5 5 Qt Charts module provides a set of easy to use chart components. It uses
@@ -6,7 +6,7 include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
6 6
7 7 project = QtCharts
8 8 description = Qt Charts Reference Documentation
9 version = 2.0.0
9 version = 2.0.1
10 10
11 11 sourcedirs += .. \
12 12 ../../chartsqml2
@@ -32,14 +32,14 Cpp.ignoretokens = Q_INVOKABLE \
32 32
33 33 qhp.projects = QtCharts
34 34 qhp.QtCharts.file = qtcharts.qhp
35 qhp.QtCharts.namespace = com.digia.qtcharts.200
35 qhp.QtCharts.namespace = com.digia.qtcharts.201
36 36 qhp.QtCharts.virtualFolder = qtcharts
37 37 qhp.QtCharts.indexTitle = Qt Charts
38 38 qhp.QtCharts.indexRoot =
39 39
40 qhp.QtCharts.filterAttributes = qtcharts 2.0.0 qtrefdoc
41 qhp.QtCharts.customFilters.Qt.name = QtCharts 2.0.0
42 qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts 2.0.0
40 qhp.QtCharts.filterAttributes = qtcharts 2.0.1 qtrefdoc
41 qhp.QtCharts.customFilters.Qt.name = QtCharts 2.0.1
42 qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts 2.0.1
43 43
44 44 qhp.QtCharts.subprojects = gettingstarted classes types examples
45 45
@@ -21,11 +21,11
21 21
22 22 #include <QtCore/QtGlobal>
23 23
24 #define QT_CHARTS_VERSION_STR "2.0.0"
24 #define QT_CHARTS_VERSION_STR "2.0.1"
25 25 /*
26 26 QT_CHARTS_VERSION is (major << 16) + (minor << 8) + patch.
27 27 */
28 #define QT_CHARTS_VERSION 0x020000
28 #define QT_CHARTS_VERSION 0x020001
29 29 /*
30 30 can be used like #if (QT_CHARTS_VERSION >= QT_CHARTS_VERSION_CHECK(1, 1, 0))
31 31 */
General Comments 0
You need to be logged in to leave comments. Login now