diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2010-09-29 09:34:29 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2010-09-29 09:34:59 (GMT) |
commit | 3519840ef2c5cb7cbc5b32ffc9976a8638187d64 (patch) | |
tree | eda89c2dd5eb579ea1b3572a3ab3fa962762a4f8 /dist/changes-4.7.1 | |
parent | 99340cf858731f531af29be1e1368e4991e8564e (diff) | |
download | Qt-3519840ef2c5cb7cbc5b32ffc9976a8638187d64.zip Qt-3519840ef2c5cb7cbc5b32ffc9976a8638187d64.tar.gz Qt-3519840ef2c5cb7cbc5b32ffc9976a8638187d64.tar.bz2 |
my contributions to dist/changes-4.7.1
Diffstat (limited to 'dist/changes-4.7.1')
-rw-r--r-- | dist/changes-4.7.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dist/changes-4.7.1 b/dist/changes-4.7.1 index 2be9760..ea2e949 100644 --- a/dist/changes-4.7.1 +++ b/dist/changes-4.7.1 @@ -44,6 +44,8 @@ QtCore - QLibrary * [QT-3825] System libraries are only loaded from the system directories + - QUuid + * [QTBUG-11213] QUuid::createUuid() should not generate identical sequences on UNIX QtGui ----- @@ -139,7 +141,8 @@ Qt Plugins Qt for Unix (X11 and Mac OS X) ------------------------------ - + - Event System: + * [QT_3553] Fix invalid memory write during recursive timer activation. Qt for Linux/X11 ---------------- @@ -147,6 +150,9 @@ Qt for Linux/X11 Qt for Windows -------------- + - Event System: + * [QTBUG-12721] Fix Qt applications freezing until mouse/keyboard events occur. + - Drag & Drop: * [QTBUG-13787] Fixed a possible crash with mingw |