dist/changes-2.0.1
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 Changes in Qt 2.0.1
       
     2 -------------------
       
     3 
       
     4 Qt 2.0.1 is a bugfix release, forward and backward compatible with Qt 2.0.
       
     5 While all changes are behind the API, some bugfixes may cause differences
       
     6 in runtime behaviour - such fixes are marked in yellow with a "*".
       
     7 
       
     8 
       
     9 General improvements
       
    10 --------------------
       
    11 
       
    12 PNG/IO Fix crash on empty images.
       
    13 
       
    14 QAccel Fix accelerators using Shift with other metakeys.
       
    15 
       
    16 QFileInfo Fix for AIX/gcc.
       
    17 
       
    18 QFontDatabase Fix centered text for extreme-bearing fonts.
       
    19 
       
    20 QHeader Resizing cells of horizontal header is now more flicker-free.
       
    21 
       
    22 *QLayout Fix deletion of child layouts.  Let minimumSize() override
       
    23 Fixed sizePolicy().
       
    24 
       
    25 QLcdNumber Reduced flicker.
       
    26 
       
    27 QLineEdit Home etc. now clear selection even if the cursor doesn't move.
       
    28 
       
    29 QListBox Draw focus rect correctly.  Fix keyboard navigation.
       
    30 
       
    31 QListView Make resizing flicker-free.  No selection on release.
       
    32 
       
    33 QMainWindow Fix crash in addToolBar().
       
    34 
       
    35 QMap Work on more compilers.
       
    36 
       
    37 QMenuBar Less flicker.
       
    38 
       
    39 QPainter Fix QFontMetrics::width(QChar).  Speedup drawText/boundingRect.
       
    40 
       
    41 *QScrollView Put the scrollbars inside the frame in WindowsStyle.
       
    42 
       
    43 QSplitter Fix bug where a handle could be moved past the next.
       
    44 
       
    45 QString Fix QString::replace(QRegExp(),...).  Speed ups.  Fix fill()
       
    46 with zero length crash.
       
    47 
       
    48 QTL AIX fixes.
       
    49 
       
    50 QTextBrowser Fixed type=detail popup.
       
    51 
       
    52 *QTextCodec Use the defacto KOI8 standard if no charset specified for
       
    53 ru_ locale.
       
    54 
       
    55 QValueList AIX, aCC fixes.
       
    56 
       
    57 msg2qm More robust.
       
    58 
       
    59 
       
    60 
       
    61 Windows-specific fixes
       
    62 ----------------------
       
    63 
       
    64 QApplication Fix Key_Enter (was always Key_Return). Fix numeric
       
    65 accelerators.
       
    66 
       
    67 QFontDatabase Fix italic fonts in Window font dialog.
       
    68 
       
    69 *QMime Use CRLF with text clip/dnd on Windows.
       
    70 
       
    71 QPainter Avoid failure when painting pixmap xformed into nothing.
       
    72 Improved drawing of scaled fonts on win95/98.
       
    73 
       
    74 *QPixmap Fix mask on QPixmap::convertToImage().
       
    75 
       
    76 QPrinter Fix setup() on Win95/98.
       
    77 
       
    78 QToolTip Use system settings for tool tips on Windows.
       
    79 
       
    80 *QWidget Fix QWidget::scroll(rect) for non-topleft rectangles.
       
    81 
       
    82 
       
    83 X11-specific fixes
       
    84 ------------------
       
    85 
       
    86 DnD Fix Escape during DnD.
       
    87 
       
    88 *QApplication Generate MouseMove event on XCrossingEvent.  Support more
       
    89 XIM servers (eg. VJE Delta).  Use 11pt font as default rather than 12pt
       
    90 on larger than 95DPI displays.
       
    91 
       
    92 *QFont Correct DPI for fontsets (as for regular fonts).  Prefer unscaled
       
    93 (ie. perfect-match bitmaps) over scaled fonts.
       
    94 
       
    95 *QPaintDevice Round DPI.
       
    96 
       
    97 QWidget QWidget::showMaximized() works on X11 now. Fixed ReparentNotify
       
    98 handling.
       
    99 
       
   100 Xt extension Fixes.
       
   101