qtmobility/dist/changes-1.0.0
changeset 1 2b40d63a9c3d
child 4 90517678cc4f
equal deleted inserted replaced
0:cfcbf08528c4 1:2b40d63a9c3d
       
     1 Qt Mobility 1.0.0 is a final minor release. It contains a number of API
       
     2 improvements and bug fixes since Qt Mobility 1.0.0-beta1. For
       
     3 more details, please refer to the online documentation included in this
       
     4 distribution. The documentation is also available online:
       
     5 
       
     6   http://qt.nokia.com/doc/qtmobility-1.0
       
     7 
       
     8 Some of the changes listed in this file include issue tracking numbers
       
     9 corresponding to tasks in the Qt Bug Tracker or the Merge Request queue
       
    10 of the public source repository.
       
    11 
       
    12 Qt Bug Tracker: http://bugreports.qt.nokia.com
       
    13 Merge Request:  http://qt.gitorious.org
       
    14 
       
    15 
       
    16 ****************************************************************************
       
    17 *                           General                                        *
       
    18 ****************************************************************************
       
    19 
       
    20 New features
       
    21 ------
       
    22 
       
    23  - SomeClass, SomeOtherClass
       
    24     * New classes for foo, bar and baz
       
    25 
       
    26 Optimizations
       
    27 ------
       
    28 
       
    29  - Optimized foo in QSomeClass
       
    30     * See list of Important Behavior Changes below
       
    31 
       
    32 
       
    33 ****************************************************************************
       
    34 *                   Important Behavior Changes                             *
       
    35 ****************************************************************************
       
    36 
       
    37  -
       
    38 
       
    39 
       
    40 ****************************************************************************
       
    41 *                          Library                                         *
       
    42 ****************************************************************************
       
    43 
       
    44 QtBearer
       
    45 ------
       
    46 
       
    47  - foo
       
    48     * bar
       
    49 
       
    50 QtContacts
       
    51 ------
       
    52 
       
    53  - foo
       
    54     * bar
       
    55 
       
    56 QtLocation
       
    57 ------
       
    58 
       
    59  - foo
       
    60     * bar
       
    61 
       
    62 QtMessaging
       
    63 ------
       
    64 
       
    65  - Symbian specific fixes
       
    66     * Notifications which are related to internal folders (0x100001
       
    67       and 0x100002) are ignored.
       
    68     * Notifications about messages which are "created and then
       
    69       immediately removed" (before message can be read to QMessage) are
       
    70       removed from notifications queue and are not ever tried to
       
    71       deliver.
       
    72     * Improved message filtering functionality in case when whole
       
    73       message should be used for filtering but whole message can not
       
    74       be read yet from message store.
       
    75     * Notifications which can be delivered immediately will be
       
    76       delivered without putting notifications into queue.
       
    77     * The following filter now works:
       
    78       registerNotificationFilter(
       
    79           QMessageFilter::byStandardFolder(QMessage::InboxFolder) &
       
    80           QMessageFilter::byType(QMessage::Mms))
       
    81 
       
    82 QtMedia
       
    83 ------
       
    84 
       
    85  - foo
       
    86     * bar
       
    87 
       
    88 QtPublishSubscribe
       
    89 ------
       
    90 
       
    91  - foo
       
    92     * bar
       
    93 
       
    94 QtServiceFramework
       
    95 ------
       
    96 
       
    97  - foo
       
    98     * bar
       
    99 
       
   100 QtSystemInfo
       
   101 ------
       
   102 
       
   103  - foo
       
   104     * bar
       
   105 
       
   106 Qt Mobility Plugins
       
   107 ------
       
   108 
       
   109  - foo
       
   110     * bar
       
   111 
       
   112 
       
   113 ****************************************************************************
       
   114 *                      Platform Specific Changes                           *
       
   115 ****************************************************************************
       
   116 
       
   117 Qt Mobility for Embedded Linux
       
   118 ------
       
   119 
       
   120  -
       
   121 
       
   122 Qt Mobility for Unix (X11 and Mac OS X)
       
   123 ------
       
   124 
       
   125  - 
       
   126 
       
   127 Qt Mobility for Linux/X11
       
   128 ------
       
   129 
       
   130  -
       
   131 
       
   132 Qt Mobility for Windows
       
   133 ------
       
   134 
       
   135  -
       
   136 
       
   137 Qt Mobility for Mac OS X
       
   138 ------
       
   139 
       
   140  -
       
   141 
       
   142 
       
   143 
       
   144 Qt Mobility for Windows CE
       
   145 ------
       
   146 
       
   147  -
       
   148 
       
   149 
       
   150 ****************************************************************************
       
   151 *                          Tools                                           *
       
   152 ****************************************************************************
       
   153 
       
   154  - tool
       
   155     * foo