summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsitem
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Tom Cooksey2009-09-171-9/+10
|\
| * Stabilize tst_QGraphicsItem::hoverEventsGenerateRepaints.Bjørn Erik Nilsen2009-09-171-9/+7
| * Stabilize tst_QGraphicsItem::cacheMode on the Mac.Bjørn Erik Nilsen2009-09-171-0/+3
| * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-171-0/+32
| |\ |/ /
| * Added autotest to demonstrate clipping path problemandyc2009-09-151-0/+32
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Fix a bug in FocusScopes; ensure subFocus is set correctly.Andreas Aardal Hanssen2009-09-151-0/+16
* | Support for focus scopes: QGraphicsItem::ItemIsFocusScope.Andreas Aardal Hanssen2009-09-151-0/+89
* | Remove this line; which no longer has any effect.Andreas Aardal Hanssen2009-09-151-0/+5
* | Fix auto-test in QGraphicsItem.Alexis Menard2009-09-151-4/+2
* | Fix update issues in QGraphicsView.Alexis Menard2009-09-151-0/+86
* | Fix crash/bug in QGraphicsItem's subFocus handling.Andreas Aardal Hanssen2009-09-091-0/+11
* | Only active QGraphicsScenes can have active input focus.Andreas Aardal Hanssen2009-09-091-9/+58
* | Remove ItemAutoDetectsFocusProxy from QGraphicsItem.Andreas Aardal Hanssen2009-09-091-71/+0
* | Make the QGraphicsViews more rebost regarding slow window managerOlivier Goffart2009-09-091-2/+6
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | Fix crashes when moving descendents during destruction.Andreas Aardal Hanssen2009-09-041-0/+60
* | Fixed once-in-a-while failing tst_QGraphicsItem::selected test.Gabriel de Dietrich2009-09-041-1/+1
* | Make test more reliable - wait after show.Andreas Aardal Hanssen2009-09-011-0/+1
* | Add auto-activation on show/hide and setParentItem().Andreas Aardal Hanssen2009-08-311-0/+64
* | Fix activation behavior for panels, and add QGraphicsItem::setActive().Andreas Aardal Hanssen2009-08-311-22/+118
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Introduce QGraphicsItem::ItemIsPanel, light-weight window.Andreas Aardal Hanssen2009-08-261-3/+181
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-0/+156
|\ \
| * | Use pixmap filter for the drop shadow effect.Bjørn Erik Nilsen2009-08-211-1/+1
| * | Add auto-tests for QGraphicsItem/QWidget::setGraphicsEffect.Bjørn Erik Nilsen2009-08-211-0/+32
| * | Rename QGraphicsShadowEffect to QGraphicsDropShadowEffect.Bjørn Erik Nilsen2009-08-201-1/+1
| * | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-191-0/+26
| |\ \
| * \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-171-1/+43
| |\ \ \
| * \ \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-071-121/+173
| |\ \ \ \
| * | | | | Wrong caching of QGraphicsItem::childrenBoundingRect.Bjørn Erik Nilsen2009-08-061-0/+34
| * | | | | Artifacts when moving a child when the parent has a graphics effect.Bjørn Erik Nilsen2009-08-041-0/+90
* | | | | | Merge commit 'qt/master'Jason Barron2009-08-181-0/+68
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge QGV delta from kinetic-declarativeui into master.Andreas Aardal Hanssen2009-08-171-0/+26
| | |_|/ / | |/| | |
| * | | | Fix focus proxy deletion bugs/crashes in QGraphicsItem.Andreas Aardal Hanssen2009-08-131-0/+42
* | | | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | |/ / | |/| |
* | | | Workaround for Nokia X86 compiler, to compile get more GUI test compile.Janne Anttila2009-08-121-1/+1
* | | | Fix autotest failure in qgraphicsitem.Shane Kearns2009-08-111-0/+24
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-061-0/+29
|\ \ \ \ | |/ / /
| * | | Merge branch '4.5'Bill King2009-08-051-0/+16
| |\ \ \ | | | |/ | | |/|
| | * | Fix ancestor flags that are not correctly update when reparenting.Alexis Menard2009-08-041-0/+16
| * | | Added input hints to QGraphicsItem.jasplin2009-08-041-0/+13
* | | | Merge commit 'origin/master'Jason Barron2009-08-061-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Trailing whitespace and tab/space fixes for auto testsJanne Anttila2009-08-041-4/+4
* | | | Implement new transformation handling for graphics items.Lars Knoll2009-07-291-121/+37
* | | | Add QGraphicsItem::ItemAutoDetectsFocusProxy and improve subfocus support.Andreas Aardal Hanssen2009-07-271-0/+107
| |_|/ |/| |
* | | Add QGraphicsItem::focusProxy(), focus proxy support.Andreas Aardal Hanssen2009-07-231-0/+120