• 10119阅读
  • 2回复

Trolltech Releases Qt 4.1.2 [复制链接]

上一主题 下一主题
离线XChinux
 

只看楼主 倒序阅读 楼主  发表于: 2006-03-31
Trolltech Releases Qt 4.1.2
Oslo, Norway - March 30 2006

Trolltech today announced the release of Qt 4.1.2 - the latest maintenance release to the Qt 4.1 series - incorporating several bug fixes and optimizations.

For detailed information, please consult the changes-4.1.2 file found in the distribution files, or browse the information contained in the developer pages at http://www.trolltech.com/developer/changes/changes-4.1.2.html.

For more information, please contact sales@trolltech.com.

To download an evaluation version of Qt 4.1.2, please go to http://www.trolltech.com/download/index.html.
二笔 openSUSE Vim N9 BB10 XChinux@163.com 网易博客 腾讯微博
承接C++/Qt、Qt UI界面、PHP及预算报销系统开发业务
离线XChinux

只看该作者 1楼 发表于: 2006-03-31
Qt 4.1.2 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.1.1 and 4.1.0.

The Qt version 4.1 series is binary compatible with the 4.0.x series.
Applications compiled for 4.0 will continue to run with 4.1.

****************************************************************************
*                   General                           *
****************************************************************************

Configure / Compilation
-----------------------
   Ensure that Qt/Mac compiles with -no-qt3support specified.

Meta Object Compiler (moc)
--------------------------
   Fix crash when signals or slots were longer than 64
   characters.
   Fix generated code when using "unsigned long int" in
   Q_PROPERTY and in slots.
   Work around MSVC 6 parsing bug in handling of type * const
   parameters."
   Fix handling of "void" in template arguments.

Qt Designer
-----------
   Fix edit tab order of widgets on Windows.

uic
---
   Fix compilation of .ui files with the QT_NO_CAST_FROM_ASCII
   define set.

****************************************************************************
*                 Library                           *
****************************************************************************

General improvements
--------------------

- QAbstractItemView
   Make sure we do not emit the activated() signal with an
   invalid index.

- QFileDialog
   Make getSaveFileName() use correct directory if the file does
   not exist.
   Fix crash when autocompleting in a directory with similar
   filenames.

- FreeType
   Fix compilation with older versions of FreeType.

- QHostAddress
   Fix crash in constructors.

- QImage
   Fix possible crash in copy() if the QRect is outside the image
   bounds.

- QLineEdit
   Fix mouse positioning with input methods.

- QMenu
   Fix dangling pointers.

- QPixmap
   Fix broken resize().

- QSet
   Fix crash when comparing two QSets.

- SQL drivers
   Fix compilation with PostgreSQL for earlier versions than 7.4.
   Fix TDS plugin build error on 64-bit Linux.

- QSvgRenderer
   Fix memory leak in QSvgRenderer when objects were destroyed.

- QTextBrowser
   Fix crash when loading large HTML file with tables.

- Text engine
   Fix memory corruption in QStackTextEngine.

- QTreeWidget
   Fix multi line text items.

- Q3PointArray
   Fix assert in makeArc() when the spanning angle is less than
   16.

Platform-Specific changes
-------------------------

Windows:

- QAxScript
   Fix compilation with VC++ 2005.

- QGLWidget
   Fix renderText() for certain graphic cards.

- QPainter
   Fix assert when drawing Arabic text on widgets on Windows
   2000.
   Fix distorted drawPolygon() result.
   Fix assert in raster paint engine when using clipping.

X11:

- QFontDatabase
   Fix crash in loadXlfd().

- Printing
   Fix printing for X11.

Mac OS X:

- Input methods
   Fix crash when entering text using Simplified Chinese.

- OpenGL
   Fix regression in clipping.

- QPixmap
   Fix crash on Intel-based Macs when making a color transparent
   in an icon.

Qtopia Core:

- Fonts
   Fix crash because of BDF fonts on startup on Debian/Ubuntu
   systems.
二笔 openSUSE Vim N9 BB10 XChinux@163.com 网易博客 腾讯微博
承接C++/Qt、Qt UI界面、PHP及预算报销系统开发业务
离线cavendish

只看该作者 2楼 发表于: 2006-04-03
快速回复
限100 字节
 
上一个 下一个