dist/changes-1.0
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:34:18 +0300
changeset 36 ef0373b55136
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201035 Kit: 201037

Here is a list of user-visible changes in Qt from 0.99 to 1.0.
As usual, we fixed some bugs and improved the documentation.


****************************************************************************
*               Changes that might affect runtime behavior                 *
****************************************************************************

QComboBox:
----------
The combo box is resized to the largest item when automatic resizing
is enabled. In 0.99 it resized itself to the current item.



****************************************************************************
*               Changes that might generate compile errors                 *
*                        when compiling old code                           *
****************************************************************************

none



****************************************************************************
*               Type changes that might generate warnings:                 *
****************************************************************************

none



****************************************************************************
*                         Obsoleted functions                              *
****************************************************************************

All pre-1.0 obsoleted functions are now removed.



****************************************************************************
*                 All other changes from 0.99 to 1.0                       *
****************************************************************************

QBitmap:
--------
Added constructor that takes a file name. Loads an image from file.


QDialog:
--------
QDialog inherits QWidget instead of QWindow.


QPixmap:
--------
Added constructor that takes a file name. Loads an image from file.


QTimer:
-------
Added static function singleShot(). Convenient function.