dist/changes-4.6.2
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
child 8 3f74d0d4af4c
equal deleted inserted replaced
4:3b1da2848fc7 5:d3bac044e0f0
    38 ****************************************************************************
    38 ****************************************************************************
    39 
    39 
    40 QtCore
    40 QtCore
    41 ------
    41 ------
    42 
    42 
    43  - foo
    43  - QXmlStreamWriter
    44     * bar
    44     * [QTBUG-6893] Fixed adding extra Byte Order Marks when writing to a xml file.
    45 
    45 
    46 QtGui
    46 QtGui
    47 -----
    47 -----
    48 
    48 
    49  - foo
    49  - foo
    50     * bar
    50     * bar
       
    51 
       
    52  * [QTBUG-7029] Fixed a crash when re-creating QApplication object due to a
       
    53    dangling gesture manager pointer.
    51 
    54 
    52 QtDBus
    55 QtDBus
    53 ------
    56 ------
    54 
    57 
    55  - foo
    58  - foo
    83 -----
    86 -----
    84 
    87 
    85  - foo
    88  - foo
    86     * bar
    89     * bar
    87 
    90 
       
    91 QtMultimedia
       
    92 ------------
       
    93 
       
    94  - QAudioInput
       
    95     * [QTBUG-7044]: QAudioInput stopped working correctly after suspend()/resume() on linux.
       
    96 
    88 Qt Plugins
    97 Qt Plugins
    89 ----------
    98 ----------
    90 
    99 
    91  - foo
   100  - foo
    92     * bar
   101     * bar
   108 
   117 
   109  - 
   118  - 
   110 
   119 
   111 Qt for Linux/X11
   120 Qt for Linux/X11
   112 ----------------
   121 ----------------
       
   122   * Fix a bug where QPixmap::serialNumber was not set on a transformed pixmap
       
   123     in Qt/X11.
   113 
   124 
   114  -
   125   * Fixed a crash when an input method tries to create a widget after the
       
   126     application is destroyed.
   115 
   127 
   116 Qt for Windows
   128 Qt for Windows
   117 --------------
   129 --------------
   118 
   130 
   119  -
   131  -
   120 
   132 
   121 Qt for Mac OS X
   133 Qt for Mac OS X
   122 ---------------
   134 ---------------
   123 
   135 
   124  -
   136  - [QTBUG-7312]: Menubar and dock disappear after hiding a fullscreen widget on Cocoa.
       
   137  - [QTBUG-7522]: Drawing fake buttons using QMacStyle+QStyleOptionViewItemV4 lead to crash.
       
   138  - [QTBUG-7625]: Calling showFullScreen() then showNormal() on a widget results in top menu hiding.
       
   139 
   125 
   140 
   126 Qt for Embedded Linux
   141 Qt for Embedded Linux
   127 ---------------------
   142 ---------------------
   128 
   143 
   129  -
   144  -
   130 
   145 
   131 DirectFB
   146 DirectFB
   132 --------
   147 --------
   133 
   148   * Fix a bug where QPixmap::serialNumber was not set on a transformed pixmap
       
   149     in DirectFB.
       
   150   * Reimplement QPixmapData::scroll for QDirectFBPixmapData which optimizes
       
   151     QPixmap::scroll
       
   152   * Fix a rendering issue for semi-transparent top level windows in DirectFB.
       
   153   * Make it possible to fall back to the raster engine for stretch blits in
       
   154     DirectFB using QT_NO_DIRECTFB_STRETCHBLIT
   134  -
   155  -
   135 
   156 
   136 Qt for Windows CE
   157 Qt for Windows CE
   137 -----------------
   158 -----------------
   138 
   159 
   141 ****************************************************************************
   162 ****************************************************************************
   142 *                          Tools                                           *
   163 *                          Tools                                           *
   143 ****************************************************************************
   164 ****************************************************************************
   144 
   165 
   145  - Designer
   166  - Designer
   146    * foo
   167    * [QTBUG-6965] Enabled editing seconds of QDateTime-type properties
       
   168    * [QTBUG-6757] Fixed bug where selection handles would be affected by
       
   169      a style sheet set on the main form.
       
   170 
       
   171  - uic3
       
   172    * [QTBUG-7404] Added option to preserve layout names set by Qt 3 Designer.
   147 
   173 
   148  - qdoc3
   174  - qdoc3
   149    * bar
   175    * bar
   150 
   176 
   151  - Linguist
   177  - Linguist