From b12b7fc54cb7ad79f58aa5ae646f26e76d6e1790 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Thu, 20 May 2010 10:18:51 +0200 Subject: my changelog for 4.6.3 --- dist/changes-4.6.3 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index d8e9fb4..d66681b 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -40,8 +40,8 @@ Optimizations QtCore ------ - - foo - * bar + - QXmlStreamReader + * [QTBUG-9196] fixed crash when parsing QtGui ----- @@ -82,8 +82,13 @@ QtSql QtXml ----- - - foo - * bar + - [QTBUG-8398] QDom: prevent infinite loop when cloning a DTD + +QtXmlPatterns +------------- +- [QTBUG-8920] fixed crash with anonymous types in XsdSchemaChecker +- [QTBUG-8394] include/import/redefine schemas only once +- QXmlSchema: fix crash with referencing elements Qt Plugins ---------- -- cgit v0.12 From c6e446af5ac4d2c822163a1157ca58306d9ceee9 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 20 May 2010 10:49:57 +0200 Subject: Add my changes to the 4.6.3 changes log --- dist/changes-4.6.3 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index d66681b..de9a058 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -46,8 +46,20 @@ QtCore QtGui ----- - - foo - * bar + - QPainter + * [QTBUG-10421] Fixed WebKit-specific justification bug for text containing + more than one script. + + - QTextEdit + * [QTBUG-9599] Fixed crash when copying the current text cursor as a result + of deleting a character. + + - QTextEngine + * [QTBUG-9374] Fixed possible crash in QTextEngine::boundingBox() when using + multiscripted text. + + - QTextLayout + * [QTBUG-9074] Fixed performance regression that was introduced in Qt 4.6.0. QtDBus ------ -- cgit v0.12 From c5049b369f69ca724ec3f10d5f150c3ac9711e89 Mon Sep 17 00:00:00 2001 From: Denis Dzyubenko Date: Thu, 20 May 2010 10:58:25 +0200 Subject: My changelog entries for 4.6.3 Reviewed-by: trustme --- dist/changes-4.6.3 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index de9a058..c109f21 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -61,6 +61,9 @@ QtGui - QTextLayout * [QTBUG-9074] Fixed performance regression that was introduced in Qt 4.6.0. + - Improved scrolling horizontally with a mouse wheel over sliders. + - [QTBUG-7451] Gestures respect panels on QGraphicsView. + QtDBus ------ @@ -128,12 +131,16 @@ Qt for Unix (X11 and Mac OS X) Qt for Linux/X11 ---------------- - - + - [MR 458] Improved handling of Shift-Tab with VNC on X11. + - [QTBUG-7063] Changed key bindings (XF86XK_MyComputer, Qt::Key_Launch0, + Key_Calculator) on X11 back to how it was in Qt 4.5 before MR 1742 + accidentally changed it. Qt for Windows -------------- - - + - [QTBUG-6007] On Windows we query if there is a touch screen and do not try + to enable gestures otherwise. Qt for Mac OS X --------------- -- cgit v0.12 From c56724f49367faafee54aa691c47fa07d6a041eb Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 20 May 2010 10:58:11 +0200 Subject: Add support for including module specific .pri files as part of qt.prf handling Task-number: QTBUG-10847 Reviewed-by: Oswald Buddenhagen Reviewed-by: Janne Koskinen --- mkspecs/features/qt.prf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkspecs/features/qt.prf b/mkspecs/features/qt.prf index 62cce62..e8946de 100644 --- a/mkspecs/features/qt.prf +++ b/mkspecs/features/qt.prf @@ -31,6 +31,9 @@ plugin { #Qt plugins } } +#handle modules +for(mod,$$list($$files($$[QMAKE_MKSPECS]/modules/qt_*.pri))):include($$mod) + #handle includes INCLUDEPATH = $$QMAKE_INCDIR_QT $$INCLUDEPATH #prepending prevents us from picking up "stale" includes win32:INCLUDEPATH += $$QMAKE_INCDIR_QT/ActiveQt -- cgit v0.12 From 894cbac989cada9d54bc65e4d8cb22682ff50ad9 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 20 May 2010 11:01:46 +0200 Subject: Fix WebKit version dependency in pkg files Default to the Qt major/minor/patch version for WebKit, but use them only if it wasn't specified in mkspecs/modules/qt_webkit.pri, which is read by qt.prf Task-number: QTBUG-10847 Reviewed-by: Oswald Buddenhagen Reviewed-by: Janne Koskinen --- mkspecs/features/symbian/qt.prf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mkspecs/features/symbian/qt.prf b/mkspecs/features/symbian/qt.prf index b2156a9..e27ffc6 100644 --- a/mkspecs/features/symbian/qt.prf +++ b/mkspecs/features/symbian/qt.prf @@ -31,9 +31,16 @@ contains(CONFIG, qt):!contains(TARGET.UID3, 0x2001E61C):!contains(TARGET.UID3, 0 # Projects linking to webkit need dependency to webkit contains(QT, webkit): { + # these can be overridden by mkspecs/modules/qt_webkit.pri + isEmpty(QT_WEBKIT_MAJOR_VERSION) { + QT_WEBKIT_MAJOR_VERSION = $${QT_MAJOR_VERSION} + QT_WEBKIT_MINOR_VERSION = $${QT_MINOR_VERSION} + QT_WEBKIT_PATCH_VERSION = $${QT_PATCH_VERSION} + } + pkg_depends_webkit += \ "; Dependency to Qt Webkit" \ - "(0x200267C2), $${QT_MAJOR_VERSION}, $${QT_MINOR_VERSION}, $${QT_PATCH_VERSION}, {\"QtWebKit\"}" + "(0x200267C2), $${QT_WEBKIT_MAJOR_VERSION}, $${QT_WEBKIT_MINOR_VERSION}, $${QT_WEBKIT_PATCH_VERSION}, {\"QtWebKit\"}" } else { default_deployment.pkg_prerules -= pkg_depends_webkit } -- cgit v0.12