forked from autodesk-forks/qtbase
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/stable' into dev
Conflicts: src/concurrent/doc/qtconcurrent.qdocconf src/corelib/doc/qtcore.qdocconf src/corelib/global/qglobal.h src/dbus/doc/qtdbus.qdocconf src/dbus/qdbusmessage.h src/gui/doc/qtgui.qdocconf src/gui/image/qimagereader.cpp src/network/doc/qtnetwork.qdocconf src/opengl/doc/qtopengl.qdocconf src/opengl/qgl.h src/plugins/platforms/windows/qwindowswindow.cpp src/printsupport/doc/qtprintsupport.qdocconf src/sql/doc/qtsql.qdocconf src/testlib/doc/qttestlib.qdocconf src/tools/qdoc/doc/config/qt-cpp-ignore.qdocconf src/widgets/doc/qtwidgets.qdocconf src/xml/doc/qtxml.qdocconf Change-Id: Ie9a1fa2cc44bec22a0b942e817a1095ca3414629
- Loading branch information
Showing
383 changed files
with
28,309 additions
and
2,767 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
Qt 5.0.2 is a bug-fix release. It maintains both forward and backward | ||
compatibility (source and binary) with Qt 5.0.0 and 5.0.1. | ||
|
||
For more details, refer to the online documentation included in this | ||
distribution. The documentation is also available online: | ||
|
||
http://qt-project.org/doc/qt-5.0/ | ||
|
||
Some of the changes listed in this file include issue tracking numbers | ||
corresponding to tasks in the Qt Bug Tracker: | ||
|
||
http://bugreports.qt-project.org/ | ||
|
||
Each of these identifiers can be entered in the bug tracker to obtain more | ||
information about a particular change. | ||
|
||
|
||
**************************************************************************** | ||
* General * | ||
**************************************************************************** | ||
|
||
General Improvements | ||
-------------------- | ||
|
||
Third party components | ||
---------------------- | ||
|
||
Legal | ||
----- | ||
|
||
|
||
**************************************************************************** | ||
* Library * | ||
**************************************************************************** | ||
|
||
|
||
QtCore | ||
----- | ||
|
||
- [QTBUG-29130] Fixed compilation when connecting with the new syntax to a | ||
signal that has more than 3 registered meta type arguments, and the compiler | ||
does not support variadic templates | ||
|
||
QtGui | ||
----- | ||
|
||
QtWidgets | ||
--------- | ||
|
||
QtNetwork | ||
--------- | ||
|
||
QtDBus | ||
------ | ||
|
||
QtConcurrent | ||
------------ | ||
|
||
QtOpenGL | ||
-------- | ||
|
||
QtTest | ||
------ | ||
|
||
QtSql | ||
----- | ||
|
||
**************************************************************************** | ||
* Database Drivers * | ||
**************************************************************************** | ||
|
||
sqlite | ||
------ | ||
|
||
postgres | ||
-------- | ||
|
||
**************************************************************************** | ||
* Platform Specific Changes * | ||
**************************************************************************** | ||
|
||
Qt for Linux/X11 | ||
---------------- | ||
|
||
Qt for Windows | ||
-------------- | ||
|
||
Qt for Mac OS X | ||
--------------- | ||
|
||
Qt for BlackBerry | ||
----------------- | ||
|
||
Qt for Embedded Linux | ||
--------------------- | ||
|
||
Qt for Windows CE | ||
----------------- | ||
|
||
|
||
**************************************************************************** | ||
* Compiler Specific Changes * | ||
**************************************************************************** | ||
|
||
|
||
**************************************************************************** | ||
* Tools * | ||
**************************************************************************** | ||
|
||
|
||
**************************************************************************** | ||
* Plugins * | ||
**************************************************************************** | ||
|
||
|
||
**************************************************************************** | ||
* Important Behavior Changes * | ||
**************************************************************************** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
requires(qtHaveModule(dbus)) | ||
|
||
TEMPLATE = subdirs | ||
SUBDIRS = listnames \ | ||
pingpong \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
requires(qtHaveModule(widgets)) | ||
|
||
TEMPLATE = \ | ||
subdirs | ||
SUBDIRS = \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.