Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'mainline/4.7' into 4.7 | Morten Johan Sørvig | 2010-05-12 | 1 | -12/+17 |
|\ | | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp tools/qdoc3/htmlgenerator.cpp | ||||
| * | Don't unnecessarily regenerate property cache | Aaron Kennedy | 2010-04-28 | 1 | -12/+17 |
| | | | | | | | | Improves compilation:boomblock benchmark by 22% | ||||
* | | QtDeclarative: remove spurious semi-colons from the source code | Thiago Macieira | 2010-05-04 | 1 | -1/+1 |
|/ | |||||
* | Add Component.onDestruction attached property | Aaron Kennedy | 2010-04-15 | 1 | -3/+3 |
| | | | | | | | | | This property complements Component.onCompleted. It is emitted before the destruction actually begins (for the most part) so the objects are still alive and accessible. The QtObject.onDestroyed signal is now blocked as it never really worked properly anyway. | ||||
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -2/+2 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -3/+3 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Optimization. | Michael Brasser | 2010-03-02 | 1 | -2/+2 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+423 |
QDeclarativeXXX. |