summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsitem
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Make Graphics View auto-tests less dependant on WS.Bjørn Erik Nilsen2009-07-151-8/+19
* | | Add auto-tests for QGraphicsItem::filtersChildEvents.Marius Bugge Monsen2009-07-141-0/+123
* | | Fix broken tst_QGraphicsItem::sorting.Bjoern Erik Nilsen2009-07-131-1/+2
* | | QGraphicsItem not updated properly when moving parent.Bjørn Erik Nilsen2009-07-101-3/+30
* | | Fixes broken item-lookup for untransformable items.Bjørn Erik Nilsen2009-07-101-0/+51
* | | Painting artifacts when moving an item with partial updates.Bjørn Erik Nilsen2009-07-101-0/+47
* | | Rendering artifacts when hiding a QGraphicsItem.Bjørn Erik Nilsen2009-07-091-0/+11
* | | Fix a regression with extended style option items.Alexis Menard2009-07-011-0/+4
|/ /
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-231-0/+11
|\ \ | |/
| * Add new auto-test QGraphicsItem::childrenBoundingRect2().Bjørn Erik Nilsen2009-06-231-0/+11
* | Compile fix on HP-UXAndreas Aardal Hanssen2009-06-171-1/+1
* | Fix QGraphicsItem::ItemHasNoContents rendering of children.Andreas Aardal Hanssen2009-06-171-0/+27
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-121-0/+49
|\ \ | |/
| * QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+50
* | Fix sorting bug when using BSP tree index + add autotest.Andreas Aardal Hanssen2009-06-091-0/+56
* | Ensure we use the correct static paintedItems list.Andreas Aardal Hanssen2009-06-091-6/+6
* | Revert 7aee2a7054d1ca280f6dfc9c46b3fe2ce403ccb3, fix render bugs.Andreas Aardal Hanssen2009-06-091-10/+62
* | Add ItemSendsGeometryChanges, replacing itemChangeEnabled().Andreas Aardal Hanssen2009-06-091-3/+55
* | Auto-test to ensure moved items don't leave traces.Bjørn Erik Nilsen2009-06-091-0/+78
* | Add another auto-test ensuring updates outside the brect are discared.Bjørn Erik Nilsen2009-06-091-0/+8
* | Fix two regressions in Plasma. The painter state proctection was notAlexis Menard2009-06-091-0/+53
* | Add (back) properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-06-091-0/+199
* | A partial QGraphicsItem update causes a full update to be discarded.Bjørn Erik Nilsen2009-06-091-1/+30
* | QGraphicsItem discard updates when it shouldn't.Bjørn Erik Nilsen2009-06-091-0/+28
* | Ensure this test goes via QGraphicsScene::drawItems().Andreas Aardal Hanssen2009-06-091-0/+1
* | Remove leftover code from merge conflict.Andreas Aardal Hanssen2009-06-091-126/+0
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-0/+36
|\ \ | |/
| * Fixes for merge-request #407Leonardo Sobral Cunha2009-05-271-33/+37
| * Dont show children when parent is not visible in QGraphicsItemdiaulas2009-05-271-0/+32
* | Fix the way the transform and the properties are marked as dirty in QGraphics...Olivier Goffart2009-05-221-6/+44
* | Add properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-05-221-0/+88
* | Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-151-2/+11