summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicswidget
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* test: Mark tst_qgraphicswidget as insignificant only on Mac OS XSergio Ahumada2013-05-111-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* tests: allow unstable tests to be marked with CONFIG+=insignificant_testSergio Ahumada2011-12-281-1/+1
* QGraphicsWidget::setLayoutDirection doesn't propagate to new childrenJohn Tapsell2011-09-161-3/+50
* Doc: Fixing typoSergio Ahumada2011-06-301-2/+2
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Revert "Fix double painting when adding an item into a linear layout"Jan-Arve Sæther2011-04-281-41/+0
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fixed QGraphicsWidget autotest to use PlatformQuirks.Dominik Holland2010-11-021-2/+13
* FocusOut even when QGraphicsItem gets hidden.Frederik Gladhorn2010-10-011-0/+34
* Stabilize tst_QGraphicsWidget::QT_BUG_13865_doublePaintWhenAddingASubItemBjørn Erik Nilsen2010-09-301-0/+1
* Fix double painting when adding an item into a linear layoutThierry Bastian2010-09-291-0/+40
* Make sure propagated font in QGraphicsWidget can be set on a QPainterEskil Abrahamsen Blomfeldt2010-08-271-1/+194
* Fixed autotest compilation issue on solarisThierry Bastian2010-08-191-6/+6
* Properly emit geometryChanged() when the position change.Alexis Menard2010-08-121-1/+19
* Fixes crash in QGraphicsScene::addItem().Yoann Lopes2010-07-131-0/+20
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-0/+29
|\
| * QGraphicsWidget was not working properly when ItemSendsPositionChanges is falseAlexis Menard2010-05-061-0/+29
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-0/+86
|\|
| * Fixes CursorChange and TooltipChange events delivery for QGraphicsWidgetYoann Lopes2010-04-071-0/+86
* | Revert 4.6 commits that shouldn't be in 4.7.Thiago Macieira2010-03-311-2/+33
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-311-31/+1
|\|
| * Revert "Add a children private property needed for QML to support QGraphicsOb...Alexis Menard2010-03-311-28/+0
| * Revert "Add NOTIFY to size property so QML bindings are working fine."Alexis Menard2010-03-311-3/+1
| * Revert "Better handling for NOTIFY in QGraphicsWidget regarding geometry chan...Alexis Menard2010-03-311-1/+1
| * Revert "Add a a layout property in QGraphicsWidget."Alexis Menard2010-03-311-2/+1
| * Add a a layout property in QGraphicsWidget.Alexis Menard2010-03-301-1/+2
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-251-0/+28
|\|
| * Add a children private property needed for QML to support QGraphicsObjectAlexis Menard2010-03-241-0/+28
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-86/+50
|\|
| * Better handling for NOTIFY in QGraphicsWidget regarding geometry changesAlexis Menard2010-03-191-1/+1
| * Add NOTIFY to size property so QML bindings are working fine.Alexis Menard2010-03-191-1/+3
| * Fixed stability issues in qgraphicswidget testsToby Tomkins2010-03-181-85/+47
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-0/+43
|\|
| * Cleanup after "Changed qgraphicswidget autotest to use qWaitForWindowShown"Bjørn Erik Nilsen2010-02-041-4/+2
| * Changed qgraphicswidget autotest to use qWaitForWindowShown.Denis Dzyubenko2010-02-041-4/+2
| * Stabilize tst_QGraphicsWidget::initialShow2 (new test)Bjørn Erik Nilsen2010-02-041-1/+21
| * QGraphicsWidget is painted twice on the first show.Bjørn Erik Nilsen2010-02-031-0/+27
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-0/+25
|\|
| * QGraphicsWidget is painted twice on the inital show.Bjørn Erik Nilsen2010-01-221-0/+25
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\|
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Merge commit 'origin/4.6'Olivier Goffart2009-12-151-0/+32
|\|
| * Fix a crash on the focus chain when removing items from the scene.Alexis Menard2009-12-091-0/+32
* | Added QGraphicsWidget::autoFillBackground property.J-P Nurmi2009-12-031-0/+27
|/
* Only call updateFont if the font have changed.Alexis Menard2009-11-301-0/+35