| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | Fixes crash in QGraphicsItem's destructor. | Yoann Lopes | 2011-01-07 | 1 | -0/+53 |
|
|
* | Fix QGraphicsItems autotest | Ralf Engels | 2010-11-02 | 1 | -0/+2 |
|
|
* | Fixed QGraphicsItem autotest to use a dummy toplevel widget | Dominik Holland | 2010-11-02 | 1 | -19/+48 |
|
|
* | Further focus scope fixes. | Michael Brasser | 2010-10-19 | 1 | -0/+1 |
|
|
* | Fixed QGraphicsItem to send ItemScenePositionHasChanged when appropriate | J-P Nurmi | 2010-10-18 | 1 | -0/+27 |
|
|
* | Don't give focus to a FocusScope that has had focus explicitly cleared. | Michael Brasser | 2010-10-11 | 1 | -0/+3 |
|
|
* | QGraphicsItem device coordinate cache unefficient in portrait mode | Bjørn Erik Nilsen | 2010-10-06 | 1 | -0/+76 |
|
|
* | Setting QGraphicsItem::ItemClipsChildrenToShape forces ItemClipsToShape | Bjørn Erik Nilsen | 2010-09-22 | 1 | -0/+188 |
|
|
* | Build fix on Solaris for an autotest | Thierry Bastian | 2010-09-01 | 1 | -1/+1 |
|
|
* | Fixes QGraphicsItem::focusItem() returning incorrect value. | Yoann Lopes | 2010-07-13 | 1 | -0/+27 |
|
|
* | Fix subfocus when reparenting panels. | Andreas Aardal Hanssen | 2010-07-08 | 1 | -0/+49 |
|
|
* | Add a new (internal) flag QGraphicsItem::ItemStopsClickFocusPropagation. | Bjørn Erik Nilsen | 2010-06-24 | 1 | -0/+54 |
|
|
* | tst_qgraphicsitem: stabilize on X11 | Olivier Goffart | 2010-06-03 | 1 | -0/+1 |
|
|
* | Wrong QGraphicsItem::childrenBoundingRect() when applying effects. | Bjørn Erik Nilsen | 2010-05-27 | 1 | -0/+29 |
|
|
* | Fixes QGraphicsItem::scroll issues | Bjørn Erik Nilsen | 2010-05-21 | 1 | -1/+84 |
|
|
* | Reset the dragDropItem to 0 when the item dies while dragging on top it. | Alexis Menard | 2010-05-12 | 1 | -0/+24 |
|
|
* | QGraphicsView drawing artifacts due to rounding errors. | Bjørn Erik Nilsen | 2010-05-03 | 1 | -4/+10 |
|
|
* | Fix update issue when an item has an effect and child. | Alexis Menard | 2010-04-27 | 1 | -0/+47 |
|
|
* | Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints. | Alexis Menard | 2010-04-27 | 1 | -2/+50 |
|
|
* | Fixes keyboard shortcuts for QGraphicsTextItem. | Yoann Lopes | 2010-04-20 | 1 | -0/+38 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-09 | 1 | -13/+10 |
|\ |
|
| * | Did not include updated repaint number for parent item in revert. | Toby Tomkins | 2010-04-06 | 1 | -1/+1 |
|
|
| * | Partially revert "Remove qWait functions as it is used in QTRY_* macros." | Toby Tomkins | 2010-04-01 | 1 | -172/+314 |
|
|
| * | Merge commit 'origin/4.6' into 4.6-multimedia | Toby Tomkins | 2010-04-01 | 1 | -6/+83 |
| |\ |
|
| * \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-staging int... | Toby Tomkins | 2010-04-01 | 1 | -0/+34 |
| |\ \ |
|
| * | | | Remove qWait functions as it is used in QTRY_* macros. | Toby Tomkins | 2010-04-01 | 1 | -327/+182 |
|
|
* | | | | Skip tst_QGraphicsItem::updateMicroFocus test on Windows and Mac as it does n... | Olivier Goffart | 2010-04-01 | 1 | -0/+4 |
|
|
* | | | | Attempt to fix the test. | Alexis Menard | 2010-03-31 | 1 | -2/+2 |
|
|
* | | | | Add a QGraphicsItem::updateMicroFocus() to QGraphicsItem. | Alexis Menard | 2010-03-31 | 1 | -0/+71 |
|
|
* | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | David Boddie | 2010-03-30 | 2 | -2/+94 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-30 | 1 | -1/+80 |
| |\ \ \ |
|
| | * | | | itemChange() is now called when transformation properties change. | Yoann Lopes | 2010-03-25 | 1 | -1/+80 |
|
|
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Alexis Menard | 2010-03-25 | 1 | -0/+34 |
| |\ \ \ \
| | |/ / /
| |/| | /
| | | |/
| | |/| |
|
| * | | | Fix QGraphicsEffect cache when the item is not visible by the view. | Alexis Menard | 2010-03-23 | 1 | -1/+1 |
|
|
| * | | | Calling setX and setY should send itemSendGeometry/ScenePositionChanged events | Alexis Menard | 2010-03-23 | 1 | -0/+10 |
|
|
| * | | | Display the itemSendScenePositionChange properly when debugging. | Alexis Menard | 2010-03-17 | 1 | -0/+3 |
|
|
| * | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 1 | -0/+68 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Revert "Fixes crash when destroying a QGraphicsItem." | Yoann Lopes | 2010-03-03 | 1 | -57/+0 |
|
|
| * | | | Fixes crash when destroying a QGraphicsItem. | Yoann Lopes | 2010-02-17 | 1 | -0/+57 |
|
|
| * | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-12 | 1 | -0/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge remote branch 'qt/4.6' into qt-master-from-4.6 | Qt Continuous Integration System | 2010-02-09 | 1 | -52/+97 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge remote branch 'qt/4.6' into qt-master-from-4.6 | Qt Continuous Integration System | 2010-02-01 | 1 | -0/+86 |
| |\ \ \ \ \ |
|
| * | | | | | | Removing unused image from git in qgraphicsitem autotest | Leonardo Sobral Cunha | 2010-01-20 | 1 | -0/+0 |
|
|
* | | | | | | | Reverts using composition mode when using DeviceCoordinateMode cache. | Yoann Lopes | 2010-03-26 | 1 | -7/+11 |
|
|
* | | | | | | | Prevents a useless repaint with QGraphicsItem cache mode. | Yoann Lopes | 2010-03-25 | 1 | -0/+73 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Fix a crash when reparenting an item in QGraphicsView. | Alexis Menard | 2010-03-24 | 1 | -0/+34 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Properly fixes crash when destroying a QGraphicsItem. | Yoann Lopes | 2010-03-03 | 1 | -0/+68 |
| |_|_|/
|/| | | |
|
* | | | | QGraphicsItem: Do not crash at exit if there is static QGraphicsItem. | Olivier Goffart | 2010-02-08 | 1 | -0/+2 |
| |_|/
|/| | |
|
* | | | Fix QTBUG_7714_fullUpdateDiscardingOpacityUpdate2 autotest in qws-linux | Leonardo Sobral Cunha | 2010-02-01 | 1 | -0/+2 |
|
|