summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicswidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes to how resize event and layout request are posted.Jan-Arve Saether2011-06-101-10/+6
* Fixed move a QGraphicsWidget and invalidate its layout at the same timeJohn Tapsell2011-05-271-2/+1
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Avoid flicker when invalidate is propagated in a widget/layout hierarchyJan-Arve Sæther2011-04-141-34/+71
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Doc: Fixing typoSergio Ahumada2010-11-091-1/+1
* Moved the property documentation to its proper location.Jerome Pasion2010-10-111-0/+16
* Make sure propagated font in QGraphicsWidget can be set on a QPainterEskil Abrahamsen Blomfeldt2010-08-271-1/+3
* Properly emit geometryChanged() when the position change.Alexis Menard2010-08-121-1/+2
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-7/+1
|\
| * QGraphicsWidget was not working properly when ItemSendsPositionChanges is falseAlexis Menard2010-05-051-7/+1
* | Optimize QGW constructor.Alexis Menard2010-05-101-3/+0
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-05-041-3/+1
|\ \
| * | doc: Fixed some qdoc errors.Martin Smith2010-04-301-9/+1
* | | Bunch of doc fixes.Alexis Menard2010-04-281-6/+11
|/ /
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-2/+2
|\ \ | |/
| * Fixes CursorChange and TooltipChange events delivery for QGraphicsWidgetYoann Lopes2010-04-071-2/+2
* | Revert 4.6 commits that shouldn't be in 4.7.Thiago Macieira2010-03-311-1/+14
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-311-13/+1
|\ \ | |/
| * Revert "Add a children private property needed for QML to support QGraphicsOb...Alexis Menard2010-03-311-8/+0
| * Revert "Add NOTIFY to size property so QML bindings are working fine."Alexis Menard2010-03-311-5/+0
| * Revert "Better handling for NOTIFY in QGraphicsWidget regarding geometry chan...Alexis Menard2010-03-311-1/+2
| * Revert "Add a a layout property in QGraphicsWidget."Alexis Menard2010-03-311-1/+0
| * Add a a layout property in QGraphicsWidget.Alexis Menard2010-03-301-0/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-291-5/+17
|\ \ | |/
| * Fix linking errorAnders Bakken2010-03-261-6/+4
| * Add a children private property needed for QML to support QGraphicsObjectAlexis Menard2010-03-241-0/+14
* | doc: Fixed all the remaining qdoc errors. For now.Martin Smith2010-03-241-0/+6
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-1/+1
|\ \ | |/
| * Better handling for NOTIFY in QGraphicsWidget regarding geometry changesAlexis Menard2010-03-191-2/+1
| * Add NOTIFY to size property so QML bindings are working fine.Alexis Menard2010-03-191-0/+1
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Merge commit 'origin/4.6'Olivier Goffart2009-12-151-1/+1
|\ \ | |/
| * Fix a crash on the focus chain when removing items from the scene.Alexis Menard2009-12-091-1/+1
* | Added QGraphicsWidget::autoFillBackground property.J-P Nurmi2009-12-031-0/+30
|/
* Only call updateFont if the font have changed.Alexis Menard2009-11-301-1/+2
* Remove caching of QGraphicsItem::clipPath().Bjørn Erik Nilsen2009-11-251-2/+0
* Merge branch 'fixes' of git://gitorious.org/~morphbr/qt/morphbrs-clone into m...Jan-Arve Sæther2009-11-061-0/+6
|\
| * Make sizePolicy a property of QGraphicsWidget tooArtur Duque de Souza2009-11-061-0/+6
* | Add documentation for the new min/pref/maxSize properties.Jan-Arve Sæther2009-11-061-0/+21
* | If a QGraphicsWidget gets a StyleChange event, invalidate its layout.Jan-Arve Sæther2009-10-271-0/+2
|/
* Fix the pad navigator demo.Alexis Menard2009-10-061-1/+1
* Make QEventTransition works with QGraphicsObject.Alexis Menard2009-10-051-6/+0
* Update license headers again.Jason McDonald2009-09-091-4/+4
* QGraphicsWidget::sizeHint didn't pass the correct constraint to layout.Jan-Arve Sæther2009-09-041-2/+4
* Add auto-activation on show/hide and setParentItem().Andreas Aardal Hanssen2009-08-311-5/+1
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
* | Introduce QGraphicsItem::ItemIsPanel, light-weight window.Andreas Aardal Hanssen2009-08-261-6/+13