summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsitem
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-0/+68
|\
| * Properly fixes crash when destroying a QGraphicsItem.Yoann Lopes2010-03-031-0/+68
* | Revert "Fixes crash when destroying a QGraphicsItem."Yoann Lopes2010-03-031-57/+0
* | Fixes crash when destroying a QGraphicsItem.Yoann Lopes2010-02-171-0/+57
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-121-0/+2
|\ \ | |/
| * QGraphicsItem: Do not crash at exit if there is static QGraphicsItem.Olivier Goffart2010-02-081-0/+2
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-52/+97
|\ \ | |/
| * 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
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-0/+86
|\ \ | |/
| * Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-261-0/+86
* | Removing unused image from git in qgraphicsitem autotestLeonardo Sobral Cunha2010-01-201-0/+0
|/
* Update copyright year to 2010Jason McDonald2010-01-061-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
* | Add QGraphicsItem::stackBefore(), and fix Z ordering bugs.Andreas Aardal Hanssen2009-09-251-0/+79
* | Stabilize more testOlivier Goffart2009-09-221-3/+3
* | Fix focus scope bugs, verified against examples in kinetic-declarativeui.Andreas Aardal Hanssen2009-09-221-7/+7