summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix focusScopeItemChange setting crashDamian Jansen2011-11-151-1/+4
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Doc: Added a missing command.David Boddie2011-03-251-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-03-221-1/+11
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging into 4.7-int...Qt Continuous Integration System2011-03-161-0/+8
| |\
| | * Introduce QGraphicsItem::ItemStopsFocusHandling flagMichael Hasselmann2011-03-161-0/+8
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-101-1/+3
| |\ \ | | |/ | |/|
| | * Fix QGraphicsScene returning incorrect focus item.Yoann Lopes2011-03-101-1/+3
* | | Doc: Work on QGraphicsItem::ItemSceneChange/ItemSceneHasChangedGeir Vattekar2011-02-231-9/+11
|/ /
* | Don't crash when appending a null itemAaron Kennedy2011-01-271-5/+7
|/
* Proper fix for QGraphicsItem crash.Yoann Lopes2011-01-131-3/+2
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fixes crash in QGraphicsItem's destructor.Yoann Lopes2011-01-071-1/+3
* Don't emit activeFocusChanged() unless the active focus actually changedTor Arne Vestbø2010-12-071-7/+11
* Further focus scope fixes.Michael Brasser2010-10-191-7/+12
* Fixed QGraphicsItem to send ItemScenePositionHasChanged when appropriateJ-P Nurmi2010-10-181-1/+5
* Don't give focus to a FocusScope that has had focus explicitly cleared.Michael Brasser2010-10-111-6/+10
* Doc: fix description of the expected behavior for QGraphicsItem::cursorPierre Rossi2010-10-061-1/+1
* FocusOut even when QGraphicsItem gets hidden.Frederik Gladhorn2010-10-011-3/+5
* Add sendParentChangeNotification to QGraphicsItemMarco Bubke2010-09-301-3/+13
* QGraphicsItem::childrenBoundingRect behavior breaks QGraphicsEffect::sourceBo...Bjørn Erik Nilsen2010-09-161-10/+17
* Wrong bounding rect returned by QGraphicsEffect::boundingRect().Bjørn Erik Nilsen2010-09-161-10/+8
* Fix bug in 34b805d66c09fb324d1b6a7bcf259e8743ef3894Thomas Hartmann2010-09-151-2/+3
* Completing the interface for children/data/resourcesThomas Hartmann2010-09-141-1/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-09-021-3/+0
|\
| * Minor performance improvement to QGraphicsItem::update.Bjørn Erik Nilsen2010-09-021-3/+0
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-09-011-24/+9
|\ \ | |/
| * Doc: Whitespace fixes.David Boddie2010-08-271-3/+3
| * doc: Fixed numerous qdoc warnings.Martin Smith2010-08-271-27/+12
* | Doc: Reworded a brief description for clarity.David Boddie2010-08-171-2/+2
|/
* Merge remote branch 'origin/4.7' into oslo-staging-2/4.7Olivier Goffart2010-08-091-0/+15
|\
| * doc: Fixed some qdoc errors.Martin Smith2010-08-061-0/+15
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-061-0/+5
|\ \ | |/
| * Make sure onFocusChanged is correctly emitted for items in a FocusScope.Michael Brasser2010-08-051-0/+5
* | Doc: Fixed qdoc warnings.David Boddie2010-08-051-0/+18
|/
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-3/+3
* Check the gesturemanager pointer before accessing it.Denis Dzyubenko2010-07-271-3/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-231-0/+1
|\
| * doc: Added missing \since 4.7 to effect propertyu.Martin Smith2010-07-231-0/+1
* | QML focus API updates.Michael Brasser2010-07-211-0/+12
|/
* Merge remote branch 'origin/4.7' into 4.7-from-4.6Rohan McGovern2010-07-171-1/+2
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-141-1/+2
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-101-1/+2
| | |\
| | | * doc: Fixed several qdoc warnings.Martin Smith2010-07-091-1/+2
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-3/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed missing clip when computing the graphics item effect source rect.Samuel Rødal2010-07-021-3/+24
* | | | Fixes QGraphicsItem::focusItem() returning incorrect value.Yoann Lopes2010-07-131-2/+4
| |/ / |/| |
* | | Fix subfocus when reparenting panels.Andreas Aardal Hanssen2010-07-081-0/+3
| |/ |/|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-011-0/+8
|\ \
| * | Add a new (internal) flag QGraphicsItem::ItemStopsClickFocusPropagation.Bjørn Erik Nilsen2010-06-241-0/+8