aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.9.0
Commit message (Collapse)AuthorAgeFilesLines
* QML Settings: fix JS array handlingJ-P Nurmi2017-05-191-0/+1
| | | | | | | | | | | Before Qt 5.4, JS arrays were passed as QVariantLists. Since Qt 5.4, they are passed as QJSValues instead. Use QJSValue::toVariant() (the same way as QQuickItemView::setModel(QVariant) which was fixed in cf959b4b) to convert JS values to QSettings-compatible variants. Task-number: QTBUG-45316 Change-Id: Icc6f8ad09bfef089d9efcf5b90e3783bb3f73a9f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Add changes file for 5.9.0Jani Heikkinen2017-05-101-0/+122
Listing important changes and bug-fixes. Change-Id: I75a18908315ea28cb669bc009cb55e7defd18a8d Reviewed-by: Robin Burchell <robin.burchell@crimson.no> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>