summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicswidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * | Add ItemSendsGeometryChanges, replacing itemChangeEnabled().Andreas Aardal Hanssen2009-06-091-0/+3
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-021-2/+4
| |\ \ | | |/
| * | doc updateThierry Bastian2009-05-261-1/+49
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
| * | Reduced memory footprint of QGraphicsWidget.jasplin2009-05-071-36/+62
| * | Working on QGraphicsProxyWidget's handling of widget flags.Andreas Aardal Hanssen2009-04-201-4/+1
| * | Disable mouse tracking in QGraphicsView if possible.Bjoern Erik Nilsen2009-04-071-0/+5