summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsitem
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-271-18/+18
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Did not include updated repaint number for parent item in revert.Toby Tomkins2010-04-061-1/+1
* Partially revert "Remove qWait functions as it is used in QTRY_* macros."Toby Tomkins2010-04-011-172/+314
* Merge commit 'origin/4.6' into 4.6-multimediaToby Tomkins2010-04-011-6/+83
|\
| * Reverts using composition mode when using DeviceCoordinateMode cache.Yoann Lopes2010-03-261-7/+11
| * Prevents a useless repaint with QGraphicsItem cache mode.Yoann Lopes2010-03-251-0/+73
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-staging int...Toby Tomkins2010-04-011-0/+34
|\|
| * Fix a crash when reparenting an item in QGraphicsView.Alexis Menard2010-03-241-0/+34
* | Remove qWait functions as it is used in QTRY_* macros.Toby Tomkins2010-04-011-327/+182
|/
* Properly fixes crash when destroying a QGraphicsItem.Yoann Lopes2010-03-031-0/+68
* QGraphicsItem: Do not crash at exit if there is static QGraphicsItem.Olivier Goffart2010-02-081-0/+2
* Fix QTBUG_7714_fullUpdateDiscardingOpacityUpdate2 autotest in qws-linuxLeonardo Sobral Cunha2010-02-011-0/+2
* Fixes missing update when setting opacity on an item that had opacity 0.0Leonardo Sobral Cunha2010-01-291-0/+39
* Avoids missing opacity updates by not propagating the ignoreOpacity flagLeonardo Sobral Cunha2010-01-291-0/+40
* Cleanup in graphicsitem autotestLeonardo Sobral Cunha2010-01-291-52/+16
* Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-261-0/+86
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Stabilize testOlivier Goffart2009-12-141-0/+1
* Fixes Graphicsitem transformation problems when grouping/ungrouping.Yoann Lopes2009-12-111-0/+30
* Fix redraw bugs when using graphics effects in device coordinate mode.Samuel Rødal2009-12-101-2/+7
* Fixed memory leaks when removing a QGraphicsEffect from a QGraphicsItem or QW...Yoann Lopes2009-12-071-0/+16
* QGraphicsTextItem::setDefaultTextColor check change before calling update()Olivier Goffart2009-11-261-6/+11
* Fix S60 input method not showing up in editable QGraphicsTextItemsSimon Hausmann2009-11-131-0/+3
* QGraphicsTextItem: update when changing the color.Olivier Goffart2009-11-091-0/+58
* Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-041-14/+0
|\
| * Fixed tst_qgraphicsitem::hitTestGraphicsEffectItem, caching makesGunnar Sletta2009-11-031-14/+0
* | Introduced QGraphicsItem::ItemSendsScenePositionChanges andJ-P Nurmi2009-11-031-0/+74
|/
* Merge commit 'widget/4.6' into origin/4.6Olivier Goffart2009-10-301-35/+142
|\
| * Stabilize testsOlivier Goffart2009-10-291-1/+1
| * Fix initial focus bug in ItemIsFocusScope.Andreas Aardal Hanssen2009-10-281-7/+80
| * Fix buglet in QGraphicsItem::stackBefore().Andreas Aardal Hanssen2009-10-261-28/+28
| * QGraphicsLineItem leave traces when moving around (reg. against 4.5)Bjørn Erik Nilsen2009-10-231-0/+34
* | Adapt testcase to updates in QGraphicsPixmapItemGunnar Sletta2009-10-281-2/+2
|/
* Moved private function to test which graphic items is in front of the otherLeonardo Sobral Cunha2009-10-201-0/+43
* Fix graphicsview test on Cocoa.Olivier Goffart2009-10-131-6/+14
* QGraphicsView tests on X11Olivier Goffart2009-10-121-1/+1
* GraphicsView tests on macOlivier Goffart2009-10-121-1/+1
* Stabilize tests on X11Olivier Goffart2009-10-061-3/+4
* Stabilize tests on X11Olivier Goffart2009-10-051-5/+3
* Fixed tst_qgraphicsitem.cpp compilation for Nokia X86 compiler.Janne Anttila2009-10-051-3/+3
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alexis Menard2009-10-021-0/+41
|\
| * Fix a bug when clipsChildrenToShape is set back to false.Alexis Menard2009-10-021-0/+41
* | Stabilize tests on X11Olivier Goffart2009-10-021-1/+2
* | Test stabilisation on X11Olivier Goffart2009-10-011-1/+1
* | Add support for modality to QGraphicsItem panels.Bradley T. Hughes2009-10-011-4/+1013
* | Stabilize more test on X11Olivier Goffart2009-09-301-5/+3
* | Stabilize and speedup QGraphicsItem and QGraphicsView and QGraphicsProxyWidge...Olivier Goffart2009-09-301-189/+182
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-291-1/+30
|\|
| * QGraphicsItem: cached embedded widget item is not repainted when widget is up...Andreas Aardal Hanssen2009-09-291-0/+31