summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsview/tst_qgraphicsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia.Marko Valtanen2012-11-301-23/+24
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Fix auto test failure.Andrew den Exter2011-02-091-2/+10
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fix failing tst_QGraphicsView::QTBUG_16063_microFocusRect auto-testGabriel de Dietrich2010-12-141-2/+2
* Fixes text jitter in QtQuick components when using the virtual keyboardGabriel de Dietrich2010-12-131-0/+39
* Fixed QGraphicsView autotest to use a dummy toplevel widgetDominik Holland2010-11-021-46/+102
* QPainter not restored correctly in Graphics View.Bjørn Erik Nilsen2010-09-221-5/+43
* QGraphicsView: fix few artefacts that can appear if the changed() signal is c...Olivier Goffart2010-08-201-10/+30
* QGraphicsItem: Animation leaves drawing artifacts when clipping is used.Bjørn Erik Nilsen2010-07-201-0/+73
* Performance issue with QGraphicsItem::ItemClipsChildrenToShape.Bjørn Erik Nilsen2010-05-051-0/+57
* QGraphicsView drawing artifacts due to rounding errors.Bjørn Erik Nilsen2010-05-031-15/+108
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-011-2/+24
|\
| * Ensured that WA_InputMethodEnabled was set before FocusInEvent was sent.Jan-Arve Sæther2010-04-291-2/+24
* | Fixes wrong QGraphicsView's viewport cursor reset.Yoann Lopes2010-04-211-0/+28
|/
* Fixes wrong composition mode for cached backgrounds in Graphics View.Bjørn Erik Nilsen2010-03-031-0/+34
* GV: Update issues if drawItems() is overridden and IndirectPainting is used.Bjørn Erik Nilsen2010-02-241-0/+26
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Fixes bug when using AnchorUnderMouse for GraphicsView transformation.Yoann Lopes2009-12-181-0/+97
* Fixed qgraphicsview autotest build for winscw.Miikka Heikkinen2009-12-151-10/+10
* Fixes painting issues when scaling a QGraphicsView.Yoann Lopes2009-11-201-0/+39
* Fix tst_QGraphicsView::inputMethodSensitivity autotestOlivier Goffart2009-11-171-0/+9
* Revert "Always set a clip on the painter in QGraphicsView."Andreas Aardal Hanssen2009-11-111-72/+0
* Always set a clip on the painter in QGraphicsView.Andreas Aardal Hanssen2009-11-051-0/+72
* Merge commit 'widget/4.6' into origin/4.6Olivier Goffart2009-10-301-0/+53
|\
| * Stabilize tst_QGraphicsView::optimizationFlags_dontSavePainterState2Bjørn Erik Nilsen2009-10-281-2/+6
| * Wrong worldTransform() on the painter in QGraphicsScene::drawForeground.Bjørn Erik Nilsen2009-10-231-0/+49
* | Change all valid Task-Tracker references to bugreports.qt.nokia.com reference.Warwick Allison2009-10-291-1/+1
|/
* Test fixes for Windows Mobile.ninerider2009-10-201-0/+4
* Fix graphicsview test on Cocoa.Olivier Goffart2009-10-131-1/+5
* QGraphicsView tests on X11Olivier Goffart2009-10-121-1/+1
* Fix GraphicsView test on macOlivier Goffart2009-10-121-1/+7
* GraphicsView tests on macOlivier Goffart2009-10-121-2/+4
* Merge commit 'origin/4.5' into 4.6Joerg Bornemann2009-10-061-0/+1
|\
| * tst_QGraphicsView::task245469_itemsAtPointWithClip Windows mobile fixJoerg Bornemann2009-10-061-0/+1
* | Stabilize tests on X11Olivier Goffart2009-10-051-7/+5
* | Stabilize graphicsview testOlivier Goffart2009-09-301-1/+3
* | Stabilize and speedup QGraphicsItem and QGraphicsView and QGraphicsProxyWidge...Olivier Goffart2009-09-301-28/+36
* | Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-281-0/+47
|\|
| * QGraphicsItem with parent flag ItemClipsChildrenToShape not visibleAndreas Aardal Hanssen2009-09-281-0/+48
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Stabilize GraphicsView and QFocusEvent testOlivier Goffart2009-09-251-33/+46
* | Fix the compilation error for tst_qgraphicsview on S60.Liang QI2009-09-241-8/+24
* | Stabilize more testOlivier Goffart2009-09-221-5/+8
* | Small improvements to some autotests.Denis Dzyubenko2009-09-181-114/+45
* | Slightly better code for the test.Alexis Menard2009-09-151-5/+6
* | Fix QGraphicsView::scrollAfterResize autotest on Mac.Alexis Menard2009-09-151-3/+6
* | Stabilize Graphics View testsOlivier Goffart2009-09-101-5/+21
* | Only active QGraphicsScenes can have active input focus.Andreas Aardal Hanssen2009-09-091-4/+20
* | More robust graphicsview testOlivier Goffart2009-09-091-3/+1