Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Component.onDestruction attached property | Aaron Kennedy | 2010-04-15 | 1 | -1/+6 |
| | | | | | | | | | 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 |
| | |||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 1 | -1/+1 |
| | | | | | | QTBUG-9799 Reviewed-by: Alexis Menard | ||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 1 | -0/+4 |
| | | | | QTBUG-9799 | ||||
* | Correctly handle shutdown order in the presence of QWidgets | Aaron Kennedy | 2010-04-08 | 1 | -1/+1 |
| | | | | | The QWidget destructor is largely a copy of the QObject destructor. QML shutdown occurs in a slightly different order in this case. | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -6/+6 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Disallow the implicit QDeclarativeGuardedContextData copy constructor | Aaron Kennedy | 2010-03-24 | 1 | -0/+10 |
| | | | | Task-number: QTBUG-9312 | ||||
* | Add object ids to the metadata provided in debugger classes. | Bea Lam | 2010-03-24 | 1 | -0/+2 |
| | |||||
* | Remove exporting of QDeclarativeContext class symbols | Kai Koehne | 2010-03-22 | 1 | -1/+1 |
| | | | | We're not using it in QmlDesigner any more | ||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -0/+2 |
| | | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential. | ||||
* | Fix test failures | Aaron Kennedy | 2010-03-17 | 1 | -1/+5 |
| | |||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -36/+134 |
| | |||||
* | Optimization: Use linked list for context children | Aaron Kennedy | 2010-03-12 | 1 | -1/+5 |
| | |||||
* | Remove dead code | Aaron Kennedy | 2010-03-12 | 1 | -31/+0 |
| | |||||
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 1 | -2/+1 |
| | | | | It is faster and easier to use to just support a single context object. | ||||
* | Unify binding optimizer and QtScript binding signal management logic | Aaron Kennedy | 2010-03-10 | 1 | -2/+3 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+195 |
QDeclarativeXXX. |