summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
* Proper fix for QGraphicsItem crash.Yoann Lopes2011-01-171-3/+2
* Update copyright year to 2011.Jason McDonald2011-01-111-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
* | | Ensure micro focus is updated in TextEdit and TextInputMartin Jones2010-06-291-4/+7
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-181-1/+2
|\ \
| * | clearFocus() shouldn't mess with focus if it doesn't have focusMartin Jones2010-06-171-1/+2
* | | Doc: Fixed documentation errors.David Boddie2010-06-181-1/+1
|/ /
* | Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+5
* | Don't remove the pixmap from cache when not modifying it.Andreas Aardal Hanssen2010-06-011-2/+4
* | Fix bug in QGraphicsItem::scroll() when called with no QRectF argument.Andreas Aardal Hanssen2010-06-011-13/+6
* | Avoid unnecessary detach / deep copy in QGraphicsItem::scroll().Andreas Aardal Hanssen2010-06-011-1/+4
* | Wrong QGraphicsItem::childrenBoundingRect() when applying effects.Bjørn Erik Nilsen2010-05-271-3/+3