From 488ae43cb4ea777ad3ed853404e4b0cfe88b1cd3 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Fri, 5 May 2017 10:33:59 +0300 Subject: Add changes file for 5.9.0 Listing important changes and bug-fixes. Change-Id: Ia9a95ddde0633cf3fa2ed015af44d84121a64063 Reviewed-by: Miikka Heikkinen --- dist/changes-5.9.0 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dist/changes-5.9.0 diff --git a/dist/changes-5.9.0 b/dist/changes-5.9.0 new file mode 100644 index 00000000..3e86e82d --- /dev/null +++ b/dist/changes-5.9.0 @@ -0,0 +1,34 @@ +Qt 5.9 introduces many new features and improvements as well as bugfixes +over the 5.8.x series. For more details, refer to the online documentation +included in this distribution. The documentation is also available online: + +http://doc.qt.io/qt-5/index.html + +The Qt version 5.9 series is binary compatible with the 5.8.x series. +Applications compiled for 5.8 will continue to run with 5.9. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + +https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +New features +------------ +- [QTBUG-50682] Added a possibility to change legend marker shape +- [QTBUG-52379] Added support for more than one bar series +- [QTBUG-51612] Added minor ticks support for QLogValueAxis + +Fixed issues +------------ +- [QTBUG-52442] Optimized barcharts painting +- [QTBUG-56238] Removed 200x200 minimum size from chart +- [QTBUG-57328] Fixed crash when log axis range is initialized to contain no ticks +- [QTBUG-57351] Fixed domain ranges when attaching new axis that changes domain type +- [QTBUG-59835] Fixed some series blocking mouse events from series items +- Fixed reversing logarithmic y axis +- Fixed crash when animating axes with polar charts +- Fixed some issues with syncing item and series visibility + -- cgit v1.2.3 From de7f741c428febfe3c81a28f955996d2314953fc Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 17 May 2017 14:32:27 +0300 Subject: Highlight chartthemes example Change-Id: If2cc659eaa203e3fd8cb87d474874ae9a8b88e14 Reviewed-by: Alex Blasche --- src/charts/doc/qtcharts.qdocconf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/charts/doc/qtcharts.qdocconf b/src/charts/doc/qtcharts.qdocconf index 33f569fb..31d53d4f 100644 --- a/src/charts/doc/qtcharts.qdocconf +++ b/src/charts/doc/qtcharts.qdocconf @@ -58,3 +58,5 @@ qhp.QtCharts.subprojects.examples.sortPages = true navigation.landingpage = Qt Charts navigation.cppclassespage = Qt Charts C++ Classes navigation.qmltypespage = Qt Charts QML Types + +manifestmeta.highlighted.names += "QtCharts/Chart Themes Example" -- cgit v1.2.3