From 6fa15d7a91dbd7c1627e3481387437ddf2b09122 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Mon, 27 Jun 2011 16:05:22 +0200 Subject: add changes-5.0.0 file to document source incompatible changes Change-Id: Ia513f6f1d4f0654912507d0b7cbb5a57d0470b7e Reviewed-on: http://codereview.qt.nokia.com/800 Reviewed-by: Qt Sanity Bot Reviewed-by: Olivier Goffart Reviewed-by: Sergio Ahumada --- dist/changes-5.0.0 | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 dist/changes-5.0.0 (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 new file mode 100644 index 0000000000..f65f6b671d --- /dev/null +++ b/dist/changes-5.0.0 @@ -0,0 +1,128 @@ +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 + + +**************************************************************************** +* General * +**************************************************************************** + +General Improvements +-------------------- + +- + +Third party components +---------------------- + +- + + +**************************************************************************** +* Library * +**************************************************************************** + +QtCore +------ + +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 * +**************************************************************************** + -- cgit v1.2.3 From 01b72952c38b9193138eabdab6bdab632cd75ebd Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Tue, 28 Jun 2011 15:08:12 +0200 Subject: Remove QPainter::UniteClip Change-Id: I5413cb5e2cbb53998bb40f27b9bbc16342caafe6 Reviewed-on: http://codereview.qt.nokia.com/837 Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- dist/changes-5.0.0 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index f65f6b671d..4c226aa9d6 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -14,6 +14,8 @@ information about a particular change. - QSslCertificate::subjectInfo() and QSslCertificate::issuerInfo() now return a QStringList instead of a QString +- Unite clipping support has been removed from QPainter. The alternative is + to unite QRegion's and using the result on QPainter. **************************************************************************** * General * -- cgit v1.2.3 From 192eae5797fdd8b68eef8697fd75717fd537d15b Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Mon, 4 Jul 2011 10:16:53 +0200 Subject: Remove references to demos from docs. Change-Id: I1ae723af883c305ea64a4e46cc3ce889dd3c021b Reviewed-on: http://codereview.qt.nokia.com/1032 Reviewed-by: Qt Sanity Bot Reviewed-by: David Boddie --- dist/README | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'dist') diff --git a/dist/README b/dist/README index 73c8be1f5d..815e12be9e 100644 --- a/dist/README +++ b/dist/README @@ -31,16 +31,14 @@ follow these instructions: http://qt.nokia.com/doc/%SHORTVERSION%/install-symbian-installer.html -DEMOS AND EXAMPLES +EXAMPLES -Once Qt is installed, we suggest that you take a look at the demos and -examples to see Qt in action. +Once Qt is installed, we suggest that you take a look at the examples +to see Qt in action. -For desktop computers, run the Qt Examples and Demos either by -typing 'qtdemo' on the command line or through the desktop's Start -menu. On Mac OS X, you can find it in /Developers/Applications/Qt. +For desktop computers, run the Qt Examples by opening them in Qt Creator. -For embedded devices, launch the Qt 'fluidlauncher' demo, either through +For embedded devices, launch the Qt 'fluidlauncher' example, either through the platforms filebrowser or the built in menu system. -- cgit v1.2.3