diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-09-29 14:46:24 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2009-09-29 14:46:24 (GMT) |
commit | 8eed62921fd4b1ca40bb77fed32f2f7c9bea12e7 (patch) | |
tree | 76166efcb8e174648196a4e5b3b9d46a1d0d993f /dist | |
parent | 640ae542541b66a5da85ce76309f9595ed2c8bf3 (diff) | |
download | Qt-8eed62921fd4b1ca40bb77fed32f2f7c9bea12e7.zip Qt-8eed62921fd4b1ca40bb77fed32f2f7c9bea12e7.tar.gz Qt-8eed62921fd4b1ca40bb77fed32f2f7c9bea12e7.tar.bz2 |
My changelog for 4.5.3.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.5.3 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/changes-4.5.3 b/dist/changes-4.5.3 index 1edacac..189baee 100644 --- a/dist/changes-4.5.3 +++ b/dist/changes-4.5.3 @@ -30,6 +30,19 @@ information about a particular change. - QDoubleSpinBox * [255019] Fixed a crash when using large value for decimals. +- QFileDialog + * [None] Fix a bug when activating HideNameFilterDetails on Windows filedialog. + * [258084] QFileDialog static functions doesn't honor the DontUseNativeDialog flag. + +- QGraphicsItem + * [258956] Fix ancestor flags that are not correctly update when reparenting. + +- QGraphicsView + * [258356] Fix the hand scrolling in QGraphicsView that will stop unexpectedly. + +- QGraphicsWidget + * [257232] Fix regression in clip path calculation for QGraphicsWidget. + - QInputDialog * [255502] Fixed bug in getDouble(). |