From e402252b1babb6dad55a0413df58134e161d3ce8 Mon Sep 17 00:00:00 2001
From: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Date: Thu, 15 Sep 2011 09:09:18 +0200
Subject: My 4.8.0 changes

Add the rest of my changes to the change log.
---
 dist/changes-4.8.0 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index b8e3842..e1a2725 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -77,6 +77,9 @@ QtGui
    like UltraLight. [QTBUG-19366]
  - Visual text cursor movement behavior is added to QTextEdit and QLineEdit controls,
    which can be used as an optional mode for bi-directional text editing. [QTBUG-13859]
+ - Fixed several bidi reordering bugs.
+ - Make HTML exported from QTextDocument containing empty lines more compliant.
+ - Include font pixel size when exporting HTML from QTextDocument.
  - Fixed a rare race condition when showing toplevel windows on X11
  - Accessibility: Fix potential crash in QDockWidget.
  - Accessibility: Fix crash when asking for relations of child accessibles.
@@ -114,6 +117,7 @@ QtNetwork
  - Including <QtOpenGL> will not work in combination with GLEW, as
    QGLFunctions will undefine GLEW's defines.
  - Optimize behavior of QGLTextureCache
+ - Support subpixel antialiasing when possible.
 
 QtScript
 --------
-- 
cgit v0.12


From 6b434f9bb50cf5238c145d6cd3b9031d3da5153b Mon Sep 17 00:00:00 2001
From: Lasse Holmstedt <lasse.holmstedt@nokia.com>
Date: Thu, 15 Sep 2011 09:48:58 +0200
Subject: Changelog: add waylandwindowmanager integration changes

---
 dist/changes-4.8.0 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index e1a2725..e00a6a4 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -143,6 +143,8 @@ Qt for Linux/X11
  - Various fixes to FontConfig font matching code to make it consistent
    with other X11 programs. [QTBUG-2148, QTBUG-19947, QTBUG-14269]
  - Added experimental support for armCC
+ - Experimental support for associating Wayland clients with PID or a token,
+   to facilitate window management.
 
 Qt for Windows
 --------------
-- 
cgit v0.12


From 30c0e49601defee2672afaa3fb88e22226362db5 Mon Sep 17 00:00:00 2001
From: Paul Olav Tvete <paul.tvete@nokia.com>
Date: Wed, 14 Sep 2011 13:31:19 +0200
Subject: Mention Lighthouse in the changes file.

---
 dist/changes-4.8.0 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index e00a6a4..1bb95b9 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -19,6 +19,12 @@ information about a particular change.
 *                           General                                        *
 ****************************************************************************
 
+Qt Platform Abstraction
+-----------------------
+
+Qt 4.8 adds a new platform: QPA (also known as Lighthouse). QPA is a replacement
+for Qt for Embedded Linux (QWS), making it much easier to port Qt to new platforms.
+
 General Improvements
 --------------------
 
-- 
cgit v0.12


From ac69d5fcd733f231e1efee6605c97062fdee5baa Mon Sep 17 00:00:00 2001
From: Sami Merila <sami.merila@nokia.com>
Date: Thu, 15 Sep 2011 11:37:28 +0300
Subject: My 4.8.0 changes

Also contains changes from Miikka Heikkinen.
---
 dist/changes-4.8.0 | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 1bb95b9..03e652e 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -28,7 +28,7 @@ for Qt for Embedded Linux (QWS), making it much easier to port Qt to new platfor
 General Improvements
 --------------------
 
-- 
+-
 
 Third party components
 ----------------------
@@ -183,6 +183,36 @@ Qt for Symbian
    be made via a specific network. For example to mobile operator websites
    only accessible via the cellular network, or to websites inside a firewall
  - System proxy settings now work correctly when using service networks [QTBUG-18618]
+ - Prevent horizontal lines appearing under entered characters when predictive text is off
+ - Checked state is not shown on highlighted itemview item when using QS60Style [QTBUG-19668]
+ - Icon is not shown correctly in a menu item in all cases when using QS60Style [QTBUG-19330]
+ - Remove S60 3rd edition support from QS60Style [QTBUG-18615]
+ - Prevent softkeys from coming to foreground when taskswitcher is opened [QTBUG-19225]
+ - Improve robustness of QS60Style when creating native theme bitmaps [QTBUG-21119]
+ - Make spinboxes and lineedits slightly taller in QS60Style
+ - Default graphics memory quota for Symbian applications support [QT-4963]
+ - Improved support for shadow builds in Symbian [QTBUG-10432]
+ - Fixed panic when global QSettings instance needs flusing at app exit [QTBUG-21421]
+ - Detect app caption and pkg name translations by id attribute [QT-5247]
+ - Fixed center aligned layouts for Symbian [QTBUG-14704]
+ - Fixed Symbian system date format parsing [QT-5237]
+ - Skip softkeys update if application is not on foreground in Symbian [QTBUG-19225]
+ - Removed S60 version plugins [QTBUG-18614]
+ - Improved DEFINES crossplatform compatibility in Symbian builds [QTBUG-19232]
+ - Fixed loss of focus and activation when hiding a child widget [QTBUG-19196]
+ - Fixed softkeys in case a dialog with softkeys that have icons is closed [QTBUG-19154]
+ - Update softkeys after orientation switch [QTBUG-19150]
+ - Implemented support for enable_backup CONFIG value [QTBUG-17214]
+ - Improved logic to find default certificates in createpackage script [QTBUG-18684]
+ - Changed createpackage and patch_capabilties scripts use tmp dir [QTBUG-11394]
+ - Added ".make.cache" to the files to be cleaned for symbian-abld [QTBUG-15733]
+ - Fixed emulator deployment for items with "!:" drive [QTBUG-18134]
+ - Removed broken "deploy.path" support from Symbian [QTBUG-14426]
+ - Strip echo suppression character "@" from commands in symbian-sbsv2 [QTBUG-4767]
+ - Don't leave from QNotifyChangeEvent::RunL() in QFileSystemWatcher [QT-4660]
+ - Fixed QProcess::waitForFinished WaitForRequest handling in Symbian [QT-4659]
+ - Changed DEPLOYMENT keyword to accept both .sources and .files [QTBUG-3216]
+ - Removed static vs dynamic library autodetection from qmake in Symbian [QTBUG-13498]
 
 Qt for Windows CE
 -----------------
-- 
cgit v0.12


From c98034ba71ee99e374dbce1f4f8d332ba6bdd396 Mon Sep 17 00:00:00 2001
From: Kim Motoyoshi Kalland <kim.kalland@nokia.com>
Date: Thu, 15 Sep 2011 10:47:59 +0200
Subject: My 4.8.0 changes.

---
 dist/changes-4.8.0 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 03e652e..9e631d9 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -99,6 +99,7 @@ QtGui
  - Accessibility: Return text attributes for QTextEdit.
  - Accessibility: Make accessibility work on Windows with alien widgets
  - Accessibility: Several enablers for accessible graphicsview and Qt Quick applications.
+ - Fixed loading BMP files with version 4 and 5 headers, ignoring extra data.
 
 QtNetwork
 ---------
@@ -124,6 +125,7 @@ QtNetwork
    QGLFunctions will undefine GLEW's defines.
  - Optimize behavior of QGLTextureCache
  - Support subpixel antialiasing when possible.
+ - [QTBUG-13450] Fixed path drawing on FBOs without stencil buffer.
 
 QtScript
 --------
@@ -133,6 +135,11 @@ QtSql
 -----
 
  - Update sqlite to 3.7.7.1
+
+QtSvg
+-----
+ - [QTBUG-16216] Fixed infinite loop when loading some SVGs with CSS style.
+
 ****************************************************************************
 *                          Database Drivers                                *
 ****************************************************************************
-- 
cgit v0.12


From 88dabbf653ea0f86d54df21f47a3e8ae13aa27f2 Mon Sep 17 00:00:00 2001
From: Joerg Bornemann <joerg.bornemann@nokia.com>
Date: Fri, 16 Sep 2011 12:12:54 +0200
Subject: My changes for 4.8.0

---
 dist/changes-4.8.0 | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 9e631d9..86c1be1 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -163,6 +163,10 @@ Qt for Windows
 --------------
  - DirectWrite experimental text shaping engine is added with subpixel
    positioning support. [QTBUG-12678]
+ - QElapsedTimer: use QueryPerformanceCounter if available.
+ - MSVC runtime is bound to the runtime you're building with. This makes
+   deployment on Windows easier. (QTBUG-8215)
+ - QLocalSocket::isValid() has been fixed. (QTBUG-18204)
 
 Qt for Mac OS X
 ---------------
@@ -272,9 +276,21 @@ Qt for Windows CE
 
 
 - qmake
-
+    * MinGW: fix DEF_FILE for shadow builds. (QTBUG-11643)
+
+- qmake - Visual Studio project generator
+    * Support x64 Qt builds. (QTBUG-17911)
+    * QMAKE_PROJECT_NAME qmake variable introduced to set the project's name.
+    * Support PCHs with other extensions than ".h". (QTBUG-16639)
+    * Fix setting PCH options manually via the MSVC compiler flags.
+      (QTBUG-15594)
+    * Set the output directory correctly. (QTBUG-16490)
+    * Fix handling of DEFINES from .prl files. (QTBUG-16024)
+    * Fix the language settings generated Windows resource files.
+      (QTBUG-12249)
 
 - configure
+    * The endianness for Windows is always set to little endian.
 
 
 - qtconfig
-- 
cgit v0.12


From 46cc256e946dee1fba701542affa63b5ae240562 Mon Sep 17 00:00:00 2001
From: Sinan Tanilkan <sinan.tanilkan@nokia.com>
Date: Fri, 16 Sep 2011 14:13:36 +0200
Subject: Update changelog for Qt 4.8
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change recieved from Cédric OCHS.
https://qt.gitorious.org/qt/qt/merge_requests/1157
---
 dist/changes-4.8.0 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 86c1be1..90e660e 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -235,6 +235,9 @@ Qt for Windows CE
 - Sun Studio 12
     * Fixed build issues in the OpenGL module on Solaris with CC 5.9. [QTBUG-19641]
 
+- Microsoft Visual C++
+    * Fixed build issues with STLport. [QTBUG-18374]
+
 ****************************************************************************
 *                          Tools                                           *
 ****************************************************************************
-- 
cgit v0.12


From 1aa6a009008ba45e1dd8fb2fbb99a7208db11c81 Mon Sep 17 00:00:00 2001
From: "Daniele E. Domenichelli" <daniele.domenichelli@gmail.com>
Date: Thu, 15 Sep 2011 14:42:04 +0100
Subject: Update changes file for 4.8.0

---
 dist/changes-4.8.0 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 90e660e..f1d5d66 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -133,13 +133,17 @@ QtScript
 
 QtSql
 -----
-
  - Update sqlite to 3.7.7.1
 
 QtSvg
 -----
  - [QTBUG-16216] Fixed infinite loop when loading some SVGs with CSS style.
 
+QtDBus
+------
+ - Make QDBusServer work [QTBUG-186]
+ - QDBusConnection: Add methods disconnectFromPeer and connectToPeer
+
 ****************************************************************************
 *                          Database Drivers                                *
 ****************************************************************************
-- 
cgit v0.12


From bec1b5a8bcd9697374cf9173b224c20ceabb3e95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20Str=C3=B8mme?= <christian.stromme@nokia.com>
Date: Fri, 16 Sep 2011 12:48:25 +0200
Subject: Updated change-log for 4.8

---
 dist/changes-4.8.0 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index f1d5d66..a3c2d2b 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -64,6 +64,7 @@ QtCore
  - QUrl: add method for retrieving effective top level domain [QTBUG-13601] (MR-1205)
  - optimised performance of QFileInfo, QDir, QDirIterator, these classes now share metadata and access the filesystem less
  - QFile: new open() overloads allow control over whether QFile should close an adopted file handle or not
+ - Fix QProcess emitting two started signals on X11 [QTBUG-7039]
 
 QtGui
 -----
-- 
cgit v0.12


From 01f798b702c3763e8233bbc03ec08e8206b6ccb3 Mon Sep 17 00:00:00 2001
From: Sinan Tanilkan <sinan.tanilkan@nokia.com>
Date: Fri, 16 Sep 2011 15:05:51 +0200
Subject: Update changelog for Qt 4.8

Change recieved from Steffen Hansen.
---
 dist/changes-4.8.0 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index a3c2d2b..70d31e6 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -101,6 +101,7 @@ QtGui
  - Accessibility: Make accessibility work on Windows with alien widgets
  - Accessibility: Several enablers for accessible graphicsview and Qt Quick applications.
  - Fixed loading BMP files with version 4 and 5 headers, ignoring extra data.
+ - QTextCursor optimization
 
 QtNetwork
 ---------
-- 
cgit v0.12


From fc602cb1737e58b4b814c4a799fa2a68acb6dbcd Mon Sep 17 00:00:00 2001
From: Sinan Tanilkan <sinan.tanilkan@nokia.com>
Date: Fri, 16 Sep 2011 17:56:19 +0200
Subject: Update changelog for Qt 4.8

Change recieved from David Faure.
---
 dist/changes-4.8.0 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 70d31e6..8e3b97a 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -69,6 +69,7 @@ QtCore
 QtGui
 -----
 
+ - QApplication: Add a queryKeyboardModifiers() method.
  - QTabBar: reduced minimumSizeHint if ElideMode is set.
  - QComboBox: Fixed a color propagation issue with the lineedit. [QTBUG-5950]
  - QGraphicsLayout: Made setInstantInvalidatePropagation() public
@@ -145,6 +146,7 @@ QtDBus
 ------
  - Make QDBusServer work [QTBUG-186]
  - QDBusConnection: Add methods disconnectFromPeer and connectToPeer
+ - Make the DBus timeout configurable in QDBusAbstractInterface.
 
 ****************************************************************************
 *                          Database Drivers                                *
-- 
cgit v0.12