dist/changes-1.41
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 Here is a list of user-visible changes in Qt from 1.40 to 1.41
       
     2 
       
     3 QT is now available as a DLL on Windows.
       
     4 
       
     5 Many bugfixes have been added.  The Windows keys are supported on X11,
       
     6 and the file dialog has been improved a little.
       
     7 
       
     8 Drag and drop has been considerably improved, both on Windows and X11.
       
     9 
       
    10 QPrinter now knows many more paper sizes.
       
    11 
       
    12 It now possible to create masked (nonrectangular) widgets.
       
    13 
       
    14 QScrollBar now supports insanely big ranges.
       
    15 
       
    16 QSlider now supports page step as well as line step.
       
    17 
       
    18 ****************************************************************************
       
    19 * 			     New classes				   *
       
    20 ****************************************************************************
       
    21 
       
    22 None.
       
    23 
       
    24 ****************************************************************************
       
    25 *		       Enhancements from 1.33 to 1.40			   *
       
    26 ****************************************************************************
       
    27 
       
    28 
       
    29 ****************************************************************************
       
    30 *               Changes that might affect runtime behavior                 *
       
    31 ****************************************************************************
       
    32 
       
    33 None.
       
    34  
       
    35 
       
    36 ****************************************************************************
       
    37 *               Changes that might generate compile errors                 *
       
    38 *                        when compiling old code                           *
       
    39 ****************************************************************************
       
    40 
       
    41 None
       
    42 
       
    43 ****************************************************************************
       
    44 *               Type changes that might generate warnings:                 *
       
    45 ****************************************************************************
       
    46 
       
    47 None
       
    48 
       
    49 ****************************************************************************
       
    50 * 			Deprecated functions				   *
       
    51 ****************************************************************************
       
    52 
       
    53 None.
       
    54 
       
    55 
       
    56 ****************************************************************************
       
    57 *			 New global functions				   *
       
    58 ****************************************************************************
       
    59 
       
    60 None.
       
    61 
       
    62 ****************************************************************************
       
    63 *      New public/protected functions added to existing classes            *
       
    64 ****************************************************************************
       
    65 
       
    66 QFileDialog::getOpenFileNames()
       
    67 QProgressDialog::setMinimumDuration( int )
       
    68 QProgressDialog::minimumDuration() const
       
    69 QMouseEvent::globalPos() const
       
    70 QMouseEvent::globalX() const
       
    71 QMouseEvent::globalY() const
       
    72 QFont::rawName() const
       
    73 QWidget::setMask(const QRegion& region)
       
    74 QWidget::setMask(QBitmap bitmap)
       
    75 QWidget::clearMask()
       
    76 QListView/QListViewItem: Various functions to create children in specified order