2011-06-27 14:05:22 +00:00
|
|
|
Some of the changes listed in this file include issue tracking numbers
|
|
|
|
corresponding to tasks in the Qt Bug Tracker:
|
|
|
|
|
|
|
|
http://bugreports.qt.nokia.com/
|
|
|
|
|
|
|
|
Each of these identifiers can be entered in the bug tracker to obtain more
|
|
|
|
information about a particular change.
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Source incompatible changes *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
- QSslCertificate::subjectInfo() and QSslCertificate::issuerInfo() now
|
|
|
|
return a QStringList instead of a QString
|
|
|
|
|
2011-06-28 13:08:12 +00:00
|
|
|
- Unite clipping support has been removed from QPainter. The alternative is
|
|
|
|
to unite QRegion's and using the result on QPainter.
|
2011-06-27 14:05:22 +00:00
|
|
|
|
2011-07-21 16:47:26 +00:00
|
|
|
- QLibrary::resolve() now returns a function pointer instead of a void
|
|
|
|
pointer.
|
|
|
|
|
2011-08-03 16:36:55 +00:00
|
|
|
- QSslCertificate::alternateSubjectNames() is deprecated (but can be enabled
|
|
|
|
via QT_DISABLE_DEPRECATED_BEFORE), use
|
|
|
|
QSslCertificate::subjectAlternativeNames() instead.
|
|
|
|
|
2011-06-27 14:05:22 +00:00
|
|
|
****************************************************************************
|
|
|
|
* General *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
General Improvements
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
Third party components
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Library *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
QtCore
|
|
|
|
------
|
2011-07-08 14:24:57 +00:00
|
|
|
* drop a bogus QChar::NoCategory enum value; the proper QChar::Other_NotAssigned
|
|
|
|
value is returned for an unassigned codepoints now.
|
2011-06-27 14:05:22 +00:00
|
|
|
|
|
|
|
QtGui
|
|
|
|
-----
|
|
|
|
|
|
|
|
QtNetwork
|
|
|
|
---------
|
|
|
|
|
|
|
|
QtOpenGL
|
|
|
|
--------
|
|
|
|
|
|
|
|
QtScript
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Database Drivers *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Platform Specific Changes *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
Qt for Linux/X11
|
|
|
|
----------------
|
|
|
|
|
|
|
|
|
|
|
|
Qt for Windows
|
|
|
|
--------------
|
|
|
|
|
|
|
|
|
|
|
|
Qt for Mac OS X
|
|
|
|
---------------
|
|
|
|
|
|
|
|
|
|
|
|
Qt for Embedded Linux
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
|
|
|
|
Qt for Windows CE
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Compiler Specific Changes *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Tools *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
- Build System
|
|
|
|
|
|
|
|
- Assistant
|
|
|
|
|
|
|
|
- Designer
|
|
|
|
|
|
|
|
- Linguist
|
|
|
|
|
|
|
|
- rcc
|
|
|
|
|
|
|
|
|
|
|
|
- moc
|
|
|
|
|
|
|
|
|
|
|
|
- uic
|
|
|
|
|
|
|
|
|
|
|
|
- uic3
|
|
|
|
|
|
|
|
|
|
|
|
- qmake
|
|
|
|
|
|
|
|
|
|
|
|
- configure
|
|
|
|
|
|
|
|
|
|
|
|
- qtconfig
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Plugins *
|
|
|
|
****************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
****************************************************************************
|
|
|
|
* Important Behavior Changes *
|
|
|
|
****************************************************************************
|
|
|
|
|