summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2010-11-22 15:19:08 +1000
committerAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2010-11-22 15:19:08 +1000
commit92704c84cb3853b3fed328ef0de3c87140a23924 (patch)
tree598db77c190df38ddad374854672c1c6b1352ae8 /dist
parentf9316b962dff6289e54400926224e2b03653be95 (diff)
parentab9afab155b7d1f2fd0189e043b31102341b0312 (diff)
Merge remote branch 'origin/1.1' into master-from-1.1
Conflicts: configure dist/changes-1.1.1 doc/src/installation.qdoc doc/src/qtmobility.qdocconf plugins/declarative/multimedia/qdeclarativemediabase.cpp plugins/declarative/systeminfo/qdeclarativenetworkinfo.cpp src/systeminfo/qsystemdeviceinfo.cpp src/systeminfo/qsysteminfo_maemo.cpp
Diffstat (limited to 'dist')
-rw-r--r--dist/changes4
-rw-r--r--dist/changes-1.1.150
2 files changed, 50 insertions, 4 deletions
diff --git a/dist/changes b/dist/changes
index fc4b4e7108..a3d824b0bc 100644
--- a/dist/changes
+++ b/dist/changes
@@ -68,8 +68,8 @@ QtMessaging
QtMultimediaKit
------
- - foo
- * bar
+ - QGraphicsVideoItem
+ * Implemented support for rendering video on Symbian [QTMOBILITY-645]
QtPublishSubscribe
------
diff --git a/dist/changes-1.1.1 b/dist/changes-1.1.1
index 0c181997dc..5a75dd3cc3 100644
--- a/dist/changes-1.1.1
+++ b/dist/changes-1.1.1
@@ -45,8 +45,29 @@ QtBearer
QtContacts
------
-
- -
+ - At application unload time, any remaining engines will be destroyed *before*
+ their factories.
+ - Minor optimizations
+ - Fixed a crash and some other problems in QContactManagerEngineV2Wrapper
+ - Fixed several issues with Maemo5 engine:
+ * QTMOBILITY-698 - Support for Fax phone number type
+ * QTMOBILITY-644 - crash with malformed vcard data
+ * Possible crash with malformed address data
+
+ -
+QtGallery
+------
+ - Harmattan backend added.
+ - Fixes for symbian backend.
+ * Fixed deployment to 3.2 and 5.0 devices. [MOBILITY-1794]
+ * Added support for Album, AlbumArtist, Album and Genre types
+ [MOBILITY-1796]
+ * Added support for count property to QGalleryTypeRequest [MOBILITY-1852]
+ * Fixed meta-data access from QGalleryItemRequest [MOBILITY-1854]
+ * Fixed implementation of QGalleryQueryRequest::cancel() [MOBILITY-1858]
+ * Corrected values of fileName, path, and url properties [MOBILITY-1881]
+ - QGalleryAbstractResponse
+ * Added default implementation of waitForFinished() [MOBILITY-1861]
QtLocation
------
@@ -62,9 +83,24 @@ QtMultimediaKit
------
-
+ - Fixes for DirectShow backend
+ * Return duration and position values in milliseconds instead of
+ microseconds [QTMOBILITY-585]
+ * Fixed video buffer size initialization [QTMOBILITY-583]
+ * Improved verification of video format before initializing a video surface
+ [QTMOBILITY-579]
+ - QAudioInput
+ * Fixed potential buffer overrun in Windows and ALSA backends.
QtOrganizer
------
+ - Added mkcal backend
+ - Better performance with the memory engine
+ - Fix several Maemo5 issues:
+ * End dates are meant to be inclusive
+ * dataChanged signal is emitted when other processes change the database
+ * Issues with error reporting with async requests
+ - Fix some recurrence rule generation with memory engine
-
@@ -90,8 +126,18 @@ QtSystemInfo
QtVersit
-----
+------
+ - Fix for a crash with a specific version of gcc
+ - Better handling of avatar paths when exporting
+ - QVersitWriter will put more important TYPEs (home, mobile etc) first for
+ better interoperability with readers that only choose the first type
-
+QtFeedback
+------
+ - Added MMK backend for audio snippet feedback
+ - stateChanged signals should be emitted when the haptic effect has finished
+ - Minor documentation clarifications
Qt Mobility Plugins
------