From 915a81d7122fbcb6b28a5368c4d0364f60159bd6 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 22 Nov 2017 20:29:45 +0100 Subject: amend changelog, mostly with buildsystem-related stuff Change-Id: I8da9054415457e61c219933622d866b6cd72d30b Reviewed-by: Lars Knoll --- dist/changes-5.10.0 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dist/changes-5.10.0 b/dist/changes-5.10.0 index b76f51543b..6c46c900b2 100644 --- a/dist/changes-5.10.0 +++ b/dist/changes-5.10.0 @@ -541,6 +541,12 @@ Windows bitmap fonts and not rendered correctly in Qt Quick. This has now been fixed. +X11 +--- + + - Native painting (instead of software rasterization) has been experimentally + re-introduced. Enabled by the configure option -xcb-native-painting. + **************************************************************************** * Tools * **************************************************************************** @@ -553,12 +559,19 @@ moc qmake ----- + - [QTBUG-1581] Introduced the variable OBJECTIVE_HEADERS. + - [QTBUG-11117][nmake] Added support for precompiled header also for + plain C files. + - Added versionAtLeast() and versionAtMost() test functions. - If you use CONFIG+=qmltestcase with no SOURCES, 'make check' will now run qmltestrunner for you. + - [Darwin] Added support for Info.plist in non-bundle apps and libs. uic --- + - [QTBUG-51602] Added the no-stringliteral option, to be used for building + shared objects which are meant to be unloadable. - Old images embedded in ui files, imported from Qt 3, are now ignored. uic will now behave consistently with Qt Designer - both will ignore them. -- cgit v1.2.3