summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-11-10 11:07:44 +0100
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-11-10 11:08:31 +0100
commitc7de6ce2e06a2479ec9cb88559482021b8919076 (patch)
treed3e05aa0b0addb4617348c886c0aa2a0c417486e
parentc52ca357a323ab6671cae130e7013b35023f5a67 (diff)
Added my changes to changes-4.6.0.
-rw-r--r--dist/changes-4.6.023
1 files changed, 23 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 91a7cc6131..daea2a6970 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -240,6 +240,7 @@ QtGui
- QPixmap
* Optimized width(), height(), isNull() and depth().
+ * [QTBUG-2832] Fixed bug where calling fill on pixmap with active painter could crash.
- QRegion
* Minor optimizations.
@@ -266,6 +267,10 @@ QtGui
- QSplitter
* [206494] Added ability to style pressed slided with stylesheet
+ - QStroker
+ * [QTBUG-5212] Fixed bug where thick strokes around small shapes could
+ cause holes in the stroke.
+
- QWidget
* [201649] Added QWidget::previousInFocusChain
* [254563] Fixed a crash when setting a focus in a widget tree that
@@ -280,9 +285,19 @@ QtGui
* New qt_paint_device_metric() function to replace the friend
declarations for window surface classes that need to access metric().
+ - QPainterPath
+ * [QTBUG-1537] Fixed bug where the points of a rounded rectangle were added
+ in counter-clockwise order instead of clockwise order like other shapes.
+
+ - QPen
+ * [QTBUG-2738] Made QPen::setDashOffset() work with non-custom dashed lines.
+
- QPushButton
* [255581] Fixed sizeHint recalculation bug.
+ - QRasterPaintEngine
+ * [QTBUG-4210] Fixed bug where bitmaps were painted black instead of in pen colour.
+
- QApplication
* [QTBUG-739] Removed internal widgets from QApplication::topLevelWidgets().
@@ -401,6 +416,14 @@ QtSql
* QSqlDatabase now has a database level precisionPolicy. Queries now default to this.
* Add proper iODBC linking support.
+QtSvg
+ - QSvgHandler
+ * [245602] Fixed gradient and solid-color referencing.
+ * [202426] Made stroke attribute inheritance work with 'use' tags.
+ * [250618] Fixed gradient on strokes.
+ - QSvgPaintEngine
+ * [257052] Changed drawImage() to ignore aspect ratio.
+
QtXml
- QDomDocument