diff options
author | Jens Bache-Wiig <jbache@trolltech.com> | 2010-05-18 13:43:36 (GMT) |
---|---|---|
committer | Jens Bache-Wiig <jbache@trolltech.com> | 2010-05-18 13:44:05 (GMT) |
commit | 58298a5a7316e40fc73054b82a451cd013e237ae (patch) | |
tree | a71880e641335197a95d4d99180702c2c3fc238d | |
parent | 146bb5b382dc24f8f9f0c48d09e4b2491caae72f (diff) | |
download | Qt-58298a5a7316e40fc73054b82a451cd013e237ae.zip Qt-58298a5a7316e40fc73054b82a451cd013e237ae.tar.gz Qt-58298a5a7316e40fc73054b82a451cd013e237ae.tar.bz2 |
Some more 4.7.0 changes
-rw-r--r-- | dist/changes-4.7.0 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index ea6df7b..4775cc1 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -68,6 +68,9 @@ QtGui * Fixed a bug that would cause keyboard searches not to behave properly when used within 400 milliseconds of midnight. + - QComboBox + * [QTBUG-8796] Made ForegroundRole work for all styles. + - QPrinter * Obsoleted the slightly confusing setNumCopies() and numCopies() functions, and replaced them with setCopyCount(), copyCount() and @@ -123,9 +126,16 @@ QtGui operators (intersect, subtract, unite) to prevent numerical stability issues. + - QPlastiqueStyle + * [QTBUG-6516] Respect AlternateBase role for list views. + - QRegion * [QTBUG-7699] Fixed crash caused by large x-coordinates. + - QSplitter + * [QTBUG-9335] Improve support for 1-pixel splitters by using a + larger drag area. + - QTransform * [QTBUG-8557] Fixed bug in QTransform::type() potentially occuring after using operator/ or operator* or their overloads. @@ -194,10 +204,13 @@ Qt Plugins Qt for Linux/X11 ---------------- - + - QGtkStyle + * Fixed rtl issues with sliders (QTBUG-8986) + * Fixed missing pressed appearance on scroll bar handles. (QTBUG-10396) Qt for Windows -------------- + - Popup windows now implicitly activate when shown. (QTBUG-7386) - QLocalSocket * Pipe handle leak fixed, when closing a QLocalSocket that still has @@ -209,7 +222,9 @@ Qt for Windows Qt for Mac OS X --------------- - + - QMacStyle + * Removed frame around statusbar items. (QTBUG-3574) + * More native appearance of item view headers and frames. (QTBUG-10047) Qt for Embedded Linux --------------------- |