diff options
author | João Abecasis <joao@abecasis.name> | 2009-04-15 09:01:24 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-15 16:14:18 (GMT) |
commit | f688bdbe3b6039f4dd0dd65d286a030f65b42833 (patch) | |
tree | a7cd1ec5bcabacaef69786b1ef49cffe79cd62c0 | |
parent | 5d3341c1be672502c1cf13fc02ad0ebafc4e1439 (diff) | |
download | Qt-f688bdbe3b6039f4dd0dd65d286a030f65b42833.zip Qt-f688bdbe3b6039f4dd0dd65d286a030f65b42833.tar.gz Qt-f688bdbe3b6039f4dd0dd65d286a030f65b42833.tar.bz2 |
My changes for 4.5.1
BT: yes
-rw-r--r-- | dist/changes-4.5.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index 68edc78..bbf0bf1 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -49,6 +49,9 @@ Third party components - QAuthenticator * [237979] fix implemenation of md5-sess +- QByteArray + * [246233] QByteArray::fromHex() fails with input of size 1 + - QColorDialog * [247349] Fixed bug causing the wrong alpha value to be returned. @@ -62,6 +65,10 @@ Third party components - QDirIterator * [247645] Fix a bug that may loose all cached data inside the QFileInfo +- QFile + * [244500] QFile::rename() doesn't always return false when the method fails + * [244485] Renaming a file does not change QFile::fileName() + - QFileInfo * [205244] return valid file info also for relative UNC paths @@ -301,6 +308,7 @@ Qt for Windows CE - moc + * [240368] moc parsing issue with "unsigned" subphrase - uic * [244998] Fixed include file generation for phonon widgets. @@ -314,6 +322,8 @@ Qt for Windows CE - qmake * [248806] Ensure that the Xcode generator includes the right path to frameworks. + * [201495] Comment processing in qmake prevented file from being moc'ed + * On Mac OS, properly escape file names in QMAKE_BUNDLE_DATA - configure |