Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Rewrite/cache bindings created by PropertyChanges. | Michael Brasser | 2010-12-17 | 1 | -1/+0 |
|/ | | | | | | | This provides a significant optimization for initial evaluation of bindings specified in a PropertyChanges. Reviewed-by: Aaron Kennedy | ||||
* | Don't circumvent onDestruction handlers when clearing expression in delegate ↵ | Martin Jones | 2010-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | cleanup We clear all expressions when removing a delegate in order to avoid spurious warnings. This also removed onDestruction handlers. Ensure the onDestruction handlers are called before the expressions are cleared. Task-number: QTBUG-12946 Reviewed-by: Aaron Kennedy | ||||
* | Split responsibilities in QDeclarativeExpression more cleanly | Aaron Kennedy | 2010-07-14 | 1 | -0/+1 |
| | |||||
* | Add some Q_AUTOTEST_EXPORTs | Aaron Kennedy | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Avoid warnings as delegates with bindings to parent are created and destroyed. | Martin Jones | 2010-05-06 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-10359 | ||||
* | Remove Script {} support | Aaron Kennedy | 2010-04-19 | 1 | -2/+0 |
| | |||||
* | 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. |