diff options
author | João Abecasis <joao@abecasis.name> | 2009-04-15 09:01:24 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-15 11:21:24 (GMT) |
commit | 6bd49c80ee06fc6217c8e4779389be597c71741a (patch) | |
tree | 1a94fb019f6172c9d3764c1e44d35ee6b6045755 | |
parent | a0d1f211f11ecd3d2e3cdda33d87a69f2d09f524 (diff) | |
download | Qt-6bd49c80ee06fc6217c8e4779389be597c71741a.zip Qt-6bd49c80ee06fc6217c8e4779389be597c71741a.tar.gz Qt-6bd49c80ee06fc6217c8e4779389be597c71741a.tar.bz2 |
My changes for 4.5.1
BT: yes
(cherry picked from commit 61abefeb649fdbc4653bd69415431cabd640e4ce)
-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 |