summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-11-22 20:29:45 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2017-11-23 12:51:22 +0000
commit915a81d7122fbcb6b28a5368c4d0364f60159bd6 (patch)
tree2eed6ebbfe828a3f7b1bae2c20cc124e8cb923ae
parent36984dc8cec09703290692ce7e899e88754173c4 (diff)
amend changelog, mostly with buildsystem-related stuff
Change-Id: I8da9054415457e61c219933622d866b6cd72d30b Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--dist/changes-5.10.013
1 files changed, 13 insertions, 0 deletions
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.