| Commit message (Expand) | Author | Age | Files | Lines |
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 1 | -24/+24 |
|
|
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 1 | -2/+2 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 1 | -1/+1 |
|
|
* | tests: allow unstable tests to be marked with CONFIG+=insignificant_test | Sergio Ahumada | 2011-12-28 | 1 | -1/+1 |
|
|
* | Fix bug in QGraphicsItem::isVisibleTo(). | Andreas Aardal Hanssen | 2011-09-29 | 1 | -0/+108 |
|
|
* | FocusScope's focusItem must always be a descendent | Alan Alpert | 2011-08-30 | 1 | -0/+32 |
|
|
* | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2011-06-08 | 1 | -0/+9 |
|\ |
|
| * | Merge remote branch 'origin/4.7' into 4.8-from-4.7 | Rohan McGovern | 2011-06-01 | 1 | -0/+9 |
| |\ |
|
| | * | Fix tst_QGraphicsItem::sorting() test case for Symbian | Miikka Heikkinen | 2011-05-31 | 1 | -0/+9 |
|
|
| | * | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
|
|
* | | | Merge remote branch 'qt/4.8' into fire-master | Paul Olav Tvete | 2011-06-06 | 1 | -18/+18 |
|\ \ \
| |/ / |
|
| * | | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-18 | 1 | -1/+1 |
| |\ \ |
|
| | * \ | Merge remote branch 'origin/4.8' into qa-review-master | Rohan McGovern | 2011-05-15 | 1 | -1/+78 |
| | |\ \
| | | |/ |
|
| | * | | Reduce usage of Q_ASSERT in autotests. | Jason McDonald | 2011-04-12 | 1 | -1/+1 |
|
|
| * | | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| | |/
| |/| |
|
* | | | Fix autotest to not depend on rasterization details | aavit | 2011-05-31 | 1 | -0/+2 |
|/ / |
|
* | | QGraphicsItem::ItemStops[ClickFocusProgration|FocusHandling] must not interfe... | Michael Hasselmann | 2011-04-01 | 1 | -1/+78 |
|/ |
|
* | Introduce QGraphicsItem::ItemStopsFocusHandling flag | Michael Hasselmann | 2011-03-16 | 1 | -11/+58 |
|
|
* | 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 |
| |\ \ \ |
|