diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-09-29 14:57:57 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-09-29 14:57:57 (GMT) |
commit | 5a66fb4306db94a50756bc82ad7b968ee44afe43 (patch) | |
tree | 084d5add1fb844a991c0a541daab90753f7ea602 /dist | |
parent | c275874bf96dbca05e9a2c15cd970138d78ac595 (diff) | |
parent | 7e979a9a0330a533bbe1693ba68d3737af664a77 (diff) | |
download | Qt-5a66fb4306db94a50756bc82ad7b968ee44afe43.zip Qt-5a66fb4306db94a50756bc82ad7b968ee44afe43.tar.gz Qt-5a66fb4306db94a50756bc82ad7b968ee44afe43.tar.bz2 |
Merge commit 'origin/4.5' into 4.6
Conflicts:
translations/qtconfig_ru.ts
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(). |