summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicswidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes CursorChange and TooltipChange events delivery for QGraphicsWidgetYoann Lopes2010-04-071-2/+2
* 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
* Fix linking errorAnders Bakken2010-03-261-6/+4
* Add a children private property needed for QML to support QGraphicsObjectAlexis Menard2010-03-241-0/+14
* 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
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Fix a crash on the focus chain when removing items from the scene.Alexis Menard2009-12-091-1/+1
* 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
* | Merge branch '4.6'Thiago Macieira2009-08-241-0/+2
|\ \
| * \ Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-0/+2
| |\ \ | | |/
| | * Fix regression in clip path calculation for QGraphicsWidget.Alexis Menard2009-08-181-0/+2
| | * Update license headers.Jason McDonald2009-08-111-1/+1
* | | Fix Qt::ClickFocus for QGraphicsProxyWidget.Andreas Aardal Hanssen2009-08-241-1/+7
|/ /
* | Merge commit 'qt/master'Jason Barron2009-08-181-2/+3
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+0
| * | Merge QGV delta from kinetic-declarativeui into master.Andreas Aardal Hanssen2009-08-171-1/+3
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-33/+1
|\ \ \ | |/ /
| * | Implement new transformation handling for graphics items.Lars Knoll2009-07-291-33/+0
| * | Doc: Some final QMatrix cleanups.Volker Hilsheimer2009-07-281-0/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-3/+5
|\ \ \ | |/ /
| * | Add QGraphicsItem::ItemAutoDetectsFocusProxy and improve subfocus support.Andreas Aardal Hanssen2009-07-271-3/+5
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-6/+10
|\ \ \ | |/ /
| * | doc: Fixed several qdoc error reports.Martin Smith2009-06-301-6/+10
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\ \ \ | |/ /
| * | 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 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-77/+108
|\ \ \ | |/ /
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-1/+34
| * | Add some meat to QGraphicsObjectLars Knoll2009-06-111-81/+0
| * | add a QGraphicsObject class and change QGraphicsWidget and QGraphicsTextItem ...Lars Knoll2009-06-111-2/+2