summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-04-15 11:01:24 +0200
committerJoão Abecasis <joao@abecasis.name>2009-04-15 13:07:19 +0200
commit61abefeb649fdbc4653bd69415431cabd640e4ce (patch)
treecbdff5ac2c5ed52a982dc880d0bf438006b1b71c /dist
parent8fc0d4ed0d306e131276ce6e4dd236ca42582d9a (diff)
My changes for 4.5.1
BT: yes
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.5.110
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1
index 68edc7880b..bbf0bf11a3 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