| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't emit activeFocusChanged() unless the active focus actually changed | Tor Arne Vestbø | 2010-12-07 | 2 | -9/+13 |
|
|
* | Merge branch '4.7-upstream' into 4.7-water | Thierry Bastian | 2010-11-19 | 1 | -1/+1 |
|\ |
|
| * | Doc: Fixing typo | Sergio Ahumada | 2010-11-16 | 1 | -1/+1 |
|
|
* | | Improve performance of hfw in qgridlayoutengine by adding more caching. | Jan-Arve Sæther | 2010-11-19 | 2 | -11/+26 |
|
|
* | | Some improvements to the docs that was added in merge request 894 | Jan-Arve Sæther | 2010-11-15 | 1 | -1/+1 |
|
|
* | | Change the QGraphics*Layout documentation to match the code - that the defaul... | John Tapsell | 2010-11-15 | 2 | -2/+13 |
|
|
* | | Fix item alignment in layouts bigger than the items thay they contain | John Tapsell | 2010-11-15 | 2 | -37/+62 |
|
|
* | | Code style cleanup for merge request 847 | Jan-Arve Sæther | 2010-11-12 | 1 | -4/+4 |
|
|
* | | Merge branch 'fixes-to-merge-requests' into 4.7 | Jan-Arve Sæther | 2010-11-12 | 1 | -50/+45 |
|\ \
| |/
|/| |
|
| * | Fix a behaviour change of sizeHint() introduced by 6d4d265e7e67dde58 | Jan-Arve Sæther | 2010-11-11 | 1 | -50/+45 |
|
|
* | | Doc: Fixing typo | Sergio Ahumada | 2010-11-09 | 3 | -3/+3 |
|/ |
|
* | Fixed many spelling errors. | Rohan McGovern | 2010-10-25 | 1 | -2/+2 |
|
|
* | Further focus scope fixes. | Michael Brasser | 2010-10-19 | 1 | -7/+12 |
|
|
* | Fixed QGraphicsItem to send ItemScenePositionHasChanged when appropriate | J-P Nurmi | 2010-10-18 | 1 | -1/+5 |
|
|
* | Merge commit 'doc-team/4.7' into 4.7 | Morten Engvoldsen | 2010-10-14 | 1 | -0/+16 |
|\ |
|
| * | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-10-13 | 2 | -7/+11 |
| |\ |
|
| * | | Moved the property documentation to its proper location. | Jerome Pasion | 2010-10-11 | 1 | -0/+16 |
|
|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-10-13 | 4 | -37/+274 |
|\ \ \
| |_|/
|/| | |
|
| * | | QGraphicsLayoutItem - user set sizes should always override, even if there's ... | John Tapsell | 2010-10-13 | 2 | -10/+11 |
|
|
| * | | QGridLayoutEngine - Rework height-for-width support so that row/col spanning ... | John Tapsell | 2010-10-13 | 2 | -191/+122 |
|
|
| * | | Revert "Revert "Fix (implement!) hfw/wfh in QGridLayoutEngine"" | Olivier Goffart | 2010-10-13 | 4 | -13/+318 |
| |/ |
|
* | | Don't give focus to a FocusScope that has had focus explicitly cleared. | Michael Brasser | 2010-10-11 | 2 | -7/+11 |
|/ |
|
* | Doc: fix description of the expected behavior for QGraphicsItem::cursor | Pierre Rossi | 2010-10-06 | 1 | -1/+1 |
|
|
* | QGraphicsItem device coordinate cache unefficient in portrait mode | Bjørn Erik Nilsen | 2010-10-06 | 1 | -18/+58 |
|
|
* | Fix QTBUG-13730. QGraphicsScene::render clipping bug. Includes test case. | Chris Meyer | 2010-10-04 | 1 | -1/+1 |
|
|
* | FocusOut even when QGraphicsItem gets hidden. | Frederik Gladhorn | 2010-10-01 | 1 | -3/+5 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-10-01 | 5 | -332/+30 |
|\ |
|
| * | Revert "Fix (implement!) hfw/wfh in QGridLayoutEngine" | Thierry Bastian | 2010-09-30 | 4 | -318/+13 |
|
|
| * | Fixed a layout issue where you could get NaN as dimensions | Thierry Bastian | 2010-09-30 | 1 | -12/+11 |
|
|
| * | Fix double painting when adding an item into a linear layout | Thierry Bastian | 2010-09-29 | 1 | -2/+6 |
|
|
* | | Add sendParentChangeNotification to QGraphicsItem | Marco Bubke | 2010-09-30 | 2 | -4/+16 |
|/ |
|
* | QPainter not restored correctly in Graphics View. | Bjørn Erik Nilsen | 2010-09-22 | 2 | -1/+4 |
|
|
* | Setting QGraphicsItem::ItemClipsChildrenToShape forces ItemClipsToShape | Bjørn Erik Nilsen | 2010-09-22 | 1 | -45/+79 |
|
|
* | Fixed compile warning on Windows. | Kim Motoyoshi Kalland | 2010-09-20 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-09-17 | 2 | -30/+29 |
|\ |
|
| * | QGraphicsItem::childrenBoundingRect behavior breaks QGraphicsEffect::sourceBo... | Bjørn Erik Nilsen | 2010-09-16 | 2 | -12/+19 |
|
|
| * | Wrong bounding rect returned by QGraphicsEffect::boundingRect(). | Bjørn Erik Nilsen | 2010-09-16 | 2 | -20/+12 |
|
|
* | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-16 | 2 | -1/+10 |
|\ \
| |/ |
|
| * | Fix bug in 34b805d66c09fb324d1b6a7bcf259e8743ef3894 | Thomas Hartmann | 2010-09-15 | 1 | -2/+3 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-09-14 | 2 | -1/+9 |
| |\ |
|
| | * | Completing the interface for children/data/resources | Thomas Hartmann | 2010-09-14 | 2 | -1/+9 |
|
|
* | | | git Merge branch '4.7-upstream' into 4.7-doc | Jesper Thomschutz | 2010-09-15 | 1 | -2/+3 |
|\ \ \
| |/ / |
|
| * | | QGraphicsWidget update issues with ItemHasNoContents + effect | Bjørn Erik Nilsen | 2010-09-14 | 1 | -2/+3 |
| |/ |
|
* | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Assertion calledEmitUpdated fails in QGraphicsScene. | Bjørn Erik Nilsen | 2010-09-13 | 1 | -1/+1 |
|
|
* | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix a regression where setPreferredSize(QSize(100, -1)) did not work. | Jan-Arve Sæther | 2010-09-10 | 1 | -1/+1 |
|
|
* | | Merge branch '4.7-oslo1' into 4.7-doc | A-Team | 2010-09-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | David Boddie | 2010-09-02 | 1 | -3/+0 |
| |\ |
|
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | David Boddie | 2010-09-01 | 2 | -49/+16 |
| |\ \ |
|