qtmobility/dist/changes-1.0.0
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    54     * bar
    54     * bar
    55 
    55 
    56 QtLocation
    56 QtLocation
    57 ------
    57 ------
    58 
    58 
    59  - foo
    59  - API change
    60     * bar
    60     * QGeoPositionInfo::dateTime()/setDateTime() changed into
       
    61       QGeoPositionInfo::timestamp()/setTimestamp() respectively.
    61 
    62 
    62 QtMessaging
    63 QtMessaging
    63 ------
    64 ------
    64 
    65 
    65  - Symbian specific fixes
    66  - Symbian specific fixes
   101 ------
   102 ------
   102 
   103 
   103  - foo
   104  - foo
   104     * bar
   105     * bar
   105 
   106 
       
   107 QtSensors
       
   108 ------
       
   109 
       
   110  - QSensorReading::value() is no longer virtual.
       
   111  - Many sensor classes have been changed. Please see the documentation on each sensor class in use.
       
   112  - Change qtimestamp type declaration to avoid an interaction between the compiler and Qt's meta system.
       
   113  - Added QSensorBackend::sensor().
       
   114  - Replaced updatePolicy and updateInterval with dataRate.
       
   115  - Removed polling.
       
   116  - Added meta-data properties for sensors.
       
   117  - Added error reporting functions.
       
   118  - Removed setType().
       
   119  - Renamed QSensor::connect() to QSensor::connectToBackend().
       
   120 
   106 Qt Mobility Plugins
   121 Qt Mobility Plugins
   107 ------
   122 ------
   108 
   123 
   109  - foo
   124  - foo
   110     * bar
   125     * bar
   144 Qt Mobility for Windows CE
   159 Qt Mobility for Windows CE
   145 ------
   160 ------
   146 
   161 
   147  -
   162  -
   148 
   163 
       
   164 Qt Mobility for Symbian
       
   165 ------
       
   166 
       
   167  -  Contacts
       
   168     * Bug fix: Display label of a contact now does not include organization if first name or last name are available
       
   169     * Bug fix: Several fixes to contact filtering
       
   170     * Bug fix: Backends were instantiated twice. This caused for example a problem with SamplePhonebook startup; the application sometimes refused to re-start after it had been closed.
       
   171     * Bug fix: Adding contacts to a group or removing contacts from a group caused contactsChanged signal to be emitted instead of relationshipsAdded/Removed in other contact manager instances.
       
   172     * Bug fix: Adding a group caused also a contactsChanged signal to be emitted in the contact manager instance that created the group
       
   173     * Bug fix: QContactThumbnail was not shown in the name list view of S60 Phonebook on some S60 platforms.
       
   174     * Bug fix: Signal emissions when self contact is changed
       
   175     * Bug fix: Groups did not have timestamp and guid details.
       
   176     * Bug fix: S60 3.1 does not support timestamps for contacts but it was still part of the detail definition schema.
       
   177     * SIM backend now supports also SDN (Service Dialling Numbers) and FDN (Fixed Dialling Numbers)
       
   178     * Also SIM backend now emits signals
       
   179     * SIM backend now implements also the asynchronous QContactManager API
       
   180     * SIM contact phone numbers now don't have any sub type (previously they were using "mobile" sub type)
       
   181     * SIM contacts now use custom label as the name field instead of first name
       
   182     * SamplePhonebook can now be used to access and save also SIM contacts
       
   183     * Bugfix: Saving SIM contacts now preserves the original contact detail instances instead of replacing them with new instances (with different ids).
       
   184     * A work-around for issues with several consecutive SIM contacts operations
       
   185     * A work-around for issue on S60 3.1 products that made the device reboot when trying to delete non-existing contacts
       
   186     * Bug fix: Batch saving of SIM contacts did not update contact details
       
   187     * The schema definition of SIM backend now does not include e-mail and nick name details in case they are not supported by the SIM card
       
   188     * Trying to save too long details to a SIM card now gives an appropriate error
   149 
   189 
   150 ****************************************************************************
   190 ****************************************************************************
   151 *                          Tools                                           *
   191 *                          Tools                                           *
   152 ****************************************************************************
   192 ****************************************************************************
   153 
   193