qtmobility/dist/changes-1.0.1
changeset 15 1f895d8a5b2b
parent 14 6fbed849b4f4
equal deleted inserted replaced
14:6fbed849b4f4 15:1f895d8a5b2b
    57 
    57 
    58 QtContacts
    58 QtContacts
    59 ------
    59 ------
    60  - Documentation clarifications
    60  - Documentation clarifications
    61  - Several bugs on several platforms fixed
    61  - Several bugs on several platforms fixed
    62     * Several signal emission related issues for Symbian
    62     * Symbian: Several memory leak fixes
       
    63     * Symbian: SIM backend did not recover from errors when listening for store events
       
    64     * Symbian: Fix for determing additional detail support on SIM backend
       
    65     * Symbian: Phone number match filtering gave contacts that had been deleted
       
    66     * Symbian: SIM backend phonenumber matching
       
    67     * Symbian: Last modified timestamp is now updated during contact update
       
    68     * Symbian: Fixed a bug that caused SIM contact display label to be empty
       
    69     * Symbian: Several signal emission related issues
    63     * Handling of phone numbers
    70     * Handling of phone numbers
    64     * Handling of organization fields on Maemo 5
    71     * Handling of organization fields on Maemo 5
    65     * Deleting a request in a resultsAvailable() slot should not crash any more
    72     * Deleting a request in a resultsAvailable() slot should not crash any more
    66  - Performance improvements when fallback sorting code is used
    73  - Performance improvements when fallback sorting code is used
    67  - Performance improvements with Symbian engine in specific common cases
    74  - Symbian: Performance improvements in contact fetches and contact id fetches
       
    75  - Symbian: Timestamps are now given in current time-zone time
       
    76  - Symbian: Removed unnecessary capabilities from test modules and examples
       
    77  - Symbian: Display label is now empty for contacts with no names instead of non-localized "Unnamed"
       
    78  - Symbian: Removed timeout from sychronous methods to make batch APIs more reliable with hundreds of SIM contacts. (Asynchronous API provides timeouts if needed.)
    68  - Performance improvements with Maemo 5 engine when fetching ids
    79  - Performance improvements with Maemo 5 engine when fetching ids
    69  - Fix compilation errors on Maemo 5 when required libraries are not installed
    80  - Fix compilation errors on Maemo 5 when required libraries are not installed
    70  - Better thread support for the request class (for multi threaded engines)
    81  - Better thread support for the request class (for multi threaded engines)
    71  - Use locale aware string comparisons when fallback filtering or sortind code is used
    82  - Use locale aware string comparisons when fallback filtering or sortind code is used
    72  - Missing QFlag operators for two flags added
    83  - Missing QFlag operators for two flags added
    73  - Symbian capabilities for samplephonebook example should be less restrictive
       
    74 
    84 
    75 QtVersit
    85 QtVersit
    76 ------
    86 ------
    77  - Properties with both ENCODING and CHARSET are properly handled now
    87  - Properties with both ENCODING and CHARSET are properly handled now
    78  - Better round tripping of property names
    88  - Better round tripping of property names
   136     * String form of identifiers (QMessage*Id) are prefixed with platform tag.
   146     * String form of identifiers (QMessage*Id) are prefixed with platform tag.
   137  - Windows specific fixes
   147  - Windows specific fixes
   138     * Windows Mobile: Fix QMessageService::retrieve for attachments larger 
   148     * Windows Mobile: Fix QMessageService::retrieve for attachments larger 
   139       than 4KB on Windows.
   149       than 4KB on Windows.
   140 
   150 
   141 QtMedia/QtMultimedia
   151 QtMedia/QtMultimediaKit
   142 ------
   152 ------
   143 
   153 
   144  - The QtMedia library has been merged with the QtMultimedia library from Qt.
   154  - The QtMedia library has been merged with the QtMultimediaKit library from Qt.
   145    The new QtMultimedia library in QtMobility replaces both the QtMedia libary
   155    The new QtMultimediaKit library in QtMobility replaces both the QtMedia libary
   146    from QtMobility and the QtMultimedia library from Qt.
   156    from QtMobility and the QtMultimedia library from Qt.
   147 
   157 
   148  - Meta-data related API changes
   158  - Meta-data related API changes
   149      * Meta-data on QMediaObject is now read-only.  The isWritable(), 
   159      * Meta-data on QMediaObject is now read-only.  The isWritable(), 
   150        setMetaData() and setExtendedMetaData() function have been removed.
   160        setMetaData() and setExtendedMetaData() function have been removed.