Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement property versioning inside the declarative engine | Aaron Kennedy | 2011-01-27 | 1 | -0/+21 |
| | | | | Task-number: QTBUG-13451 | ||||
* | 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 | ||||
* | | Support property/method versions in QML | Martin Jones | 2011-01-05 | 1 | -1/+2 |
|/ | | | | | | | | Use metaobject revisioning to exclude properties/revisions added in later versions from interfering with earlier versions. Task-number: QTBUG-13451 Reviewed-by: Aaron Kennedy | ||||
* | Fix warnings related to unused variables. | Thiago Macieira | 2010-11-26 | 1 | -1/+0 |
| | | | | | | | Just add some Q_UNUSED for parameters or remove the variable we don't need for the others. Reviewed-by: Trust Me | ||||
* | Properties should have precedence over methods. | Michael Brasser | 2010-10-18 | 1 | -29/+29 |
| | | | | | | | Fixes regression introduced by recent changes to the property cache. Task-Number: QTBUG-14500 Reviewed-by: Aaron Kennedy | ||||
* | Allow overloaded methods, and methods with default params, to be called in QML | Aaron Kennedy | 2010-10-15 | 1 | -8/+23 |
| | | | | Task-number: QTBUG-11604 | ||||
* | Fix potential memory corruption in QDeclarativePropertyCache | Aaron Kennedy | 2010-10-14 | 1 | -4/+7 |
| | | | | Task-number: QTBUG-14449 | ||||
* | Correctly splice properties from derived metaobjects together | Aaron Kennedy | 2010-10-14 | 1 | -56/+21 |
| | | | | Task-number: QTBUG-14449 | ||||
* | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 1 | -1/+18 |
| | | | | Task-number: QTBUG-14089 | ||||
* | Prevent calling deleteLater() from QML | Aaron Kennedy | 2010-08-31 | 1 | -2/+2 |
| | | | | QTBUG-13045 | ||||
* | Ignore non-scriptable properties in QML | Aaron Kennedy | 2010-08-31 | 1 | -8/+30 |
| | | | | QTBUG-13043 | ||||
* | 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. |