Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parenting after 6f88388db4e8e202780d789e66664ff824691948. | Michael Brasser | 2010-03-30 | 1 | -2/+4 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-03-25 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp | ||||
| * | Fix compilation with WINSCW: #include doesn't find files in the same dir | Thiago Macieira | 2010-03-20 | 1 | -3/+3 |
| | | |||||
* | | Optimize QML "parent" property access | Aaron Kennedy | 2010-03-25 | 1 | -0/+6 |
| | | | | | | | | | | For properties that are as important as "parent", QML cannot afford the overhead of a signal/slot connection. | ||||
* | | Remove the children property from QDeclarativeItem. | Alexis Menard | 2010-03-25 | 1 | -10/+15 |
|/ | | | | | | | | | This commit remove the children property from QDeclarativeItem because it's now in QGraphicsObject. This commit also get rid of width and height properties to use the one in QGraphicsObject. Task-number:QT-2757 Reviewed-by:akennedy | ||||
* | Probably fix compile on windows | Alan Alpert | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | Probably fix compile | Alan Alpert | 2010-03-09 | 1 | -1/+1 |
| | | | | should fix the current failure when building on windows. | ||||
* | Make QDeclarativeItem NOTIFY signals canonical | Joona Petrell | 2010-03-09 | 1 | -2/+4 |
| | | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy | ||||
* | Add support for tab and backtab in KeyNavigation | Yann Bodson | 2010-03-04 | 1 | -1/+12 |
| | | | | Task-number: QT-3046 | ||||
* | Fixed private header include style to work when headers are installed. | Rohan McGovern | 2010-03-01 | 1 | -2/+2 |
| | | | | | | | | | | Private headers should include other private headers by: #include <private/qfoo_p.h> Using a relative path works during the build, but does not work when building other projects which attempt to use the installed private headers (e.g. unit tests for private classes). | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+471 |
QDeclarativeXXX. |