diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-04-14 16:10:51 +0200 |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-04-14 16:36:45 +0200 |
commit | 36f4460b3d6cc18e737edd7d4b18e4b2636e6ff9 (patch) | |
tree | 4846615ecb28872dcbb1818899f7a6010286bccf /dist/changes-4.5.1 | |
parent | 1657a030b340050f3e813a9a8d34df93e115c7be (diff) | |
download | qt4-tools-36f4460b3d6cc18e737edd7d4b18e4b2636e6ff9.tar.gz |
Changelog: add my changes for 4.5.1
BT: yes
Diffstat (limited to 'dist/changes-4.5.1')
-rw-r--r-- | dist/changes-4.5.1 | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index 7bd7aa4f12..0d9c2a3180 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -33,6 +33,13 @@ Third party components * Library * **************************************************************************** +- QAbstractItemModel + * [243195] Clrarified some warning messages printed if the model is invalid. + +- QAbstractEventDispatcher + * [248805] Duplicates timerid could happen when timer are running while + the QObject is moved to another thread, and would stop timers from working. + - QAbstractSocket * [192037] Emit disconnected only if we were connected before @@ -42,6 +49,9 @@ Third party components - QColorDialog * [247349] Fixed bug causing the wrong alpha value to be returned. +- QCombobox + * [248094] Fixed scrollbar appearing while not required. + - QCompleter * [250064] Fixed focus policy propagation regression. * [246056] Fixed assertion failure in setCompletionPrefix(). @@ -75,20 +85,43 @@ Third party components * [249175] Fix QPixmap::fromImage() of monochrome images to result in black/white pixels and not transparent/white pixels. +- QScrollBar + * [247985] Stylesheet: added ability to style scrollbar menus. + - QSharedPointer * [246843] Fixed a crash caused by using QSharedPointer in global statics +- QSortFilterProxyModel + * [247867] Properly sort when calling appendRows() + * [248868] Resort when the model is reset if dynamicSort is enabled. + * [248868] Fixed QSortFilterProxyModel::sort while dynamicSort was disabled. + - QSSlSocket * [245668] set also protocol, verifyMode and verifyDepth in setSslConfiguration() - QStyleSheetStyle * Improved support for setting background and foreground roles in styles - such as the text color in a combo box popup on Mac and Cleanlooks. + such as the text color in a combo box popup on Mac and Cleanlooks, or + the QScrollBar background. + * [188195] fix background of QAbstractScrollArea loosing its color if styled with pseudo-class. + * Fixed crash while styling the title bar of a QMdiArea. + * [246542] Fixed QToolButton::hover{ color:.... } + +- QTreeView + * Fixed crash that may occurs when event are processed just after QSortFilterProxyModel + has been invalidated + * [246025] Fixed auto-expand that occurs while quicly collapsing an item after clicking on a child + * [248805] Calling programatically QTreeView::sortByColumn was not working if manual + sorting is disabled + * [248163] Fixed possible crash in the paintEvent when spans are used. - QWizard * [248107] Fixed bug on Vista causing Back button to connect twice to the back() signal. +- Q3ListView + * [248689] Q3ListView would not update under certain condition. + **************************************************************************** * Database Drivers * @@ -135,6 +168,11 @@ Qt for Linux/X11 * [248644] Fall back to Qt's subpixel rendering if Freetype's subpixel rendering is available at compile-time but not at run-time. +- QEventDispatcherGlib + * Event posted to a thread before it is started are not processed until + others events are posted. + + Qt for Windows -------------- @@ -185,6 +223,7 @@ Qt for Mac OS X - QTestLib * Activate the test application when launched from the command line. +- Fixed the focus frame transparency that would make widget difficult to use with widget stylesheet. Qt for Embedded Linux --------------------- |