| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow overloaded methods, and methods with default params, to be called in QML | Aaron Kennedy | 2010-10-15 | 1 | -13/+285 |
|
|
* | Allow objectName to be used in QML bindings | Aaron Kennedy | 2010-10-11 | 1 | -2/+7 |
|
|
* | Fix compile warnings. | Friedemann Kleint | 2010-09-14 | 1 | -1/+1 |
|
|
* | Support passing QObject derived types to QML methods | Aaron Kennedy | 2010-09-03 | 1 | -2/+14 |
|
|
* | Support JS "in" operator on QML objects | Aaron Kennedy | 2010-09-01 | 1 | -1/+1 |
|
|
* | Handle enums in method arguments in the same way as QtScript | Aaron Kennedy | 2010-06-25 | 1 | -1/+23 |
|
|
* | Compiler warning | Aaron Kennedy | 2010-05-24 | 1 | -1/+1 |
|
|
* | Null objects should appear as JS null | Aaron Kennedy | 2010-05-05 | 1 | -1/+2 |
|
|
* | Fix a crash with null objects returned from a Q_INVOKABLE | Rhys Weatherley | 2010-05-05 | 1 | -1/+2 |
|
|
* | Fix error string | Bea Lam | 2010-04-30 | 1 | -1/+1 |
|
|
* | Warn on assigning a function to a QML property. | Michael Brasser | 2010-04-29 | 1 | -0/+3 |
|
|
* | Return enum property values as numbers, not QVariant values | Bea Lam | 2010-04-29 | 1 | -1/+1 |
|
|
* | Allow null to be assigned to object properties | Aaron Kennedy | 2010-04-20 | 1 | -1/+7 |
|
|
* | List properties for dynamic meta objects. | Warwick Allison | 2010-04-19 | 1 | -5/+14 |
|
|
* | Reference count ObjectData's to correctly delete objects with no parent | Aaron Kennedy | 2010-04-19 | 1 | -2/+7 |
|
|
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -7/+7 |
|
|
* | Allow undefined to be assigned to QVariant properties | Aaron Kennedy | 2010-04-09 | 1 | -0/+2 |
|
|
* | List properties aren't read-only | Aaron Kennedy | 2010-04-09 | 1 | -1/+2 |
|
|
* | Use variant instead of var in QML | Aaron Kennedy | 2010-04-09 | 1 | -6/+1 |
|
|
* | Make script and binding assignments identical for list properties | Aaron Kennedy | 2010-04-08 | 1 | -1/+5 |
|
|
* | Cleanup handling of errors in bindings and scripts | Aaron Kennedy | 2010-04-08 | 1 | -24/+44 |
|
|
* | Do not create a QScriptValue for an object being deleted | Aaron Kennedy | 2010-04-08 | 1 | -0/+3 |
|
|
* | Cleanup (remove QDeclarativeScriptClass) | Aaron Kennedy | 2010-04-07 | 1 | -11/+8 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-07 | 1 | -10/+10 |
|\ |
|
| * | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -10/+10 |
|
|
* | | Optimization: Only allocate QScriptValue if we need too | Aaron Kennedy | 2010-04-01 | 1 | -5/+5 |
|/ |
|
* | Remove warnings | Yann Bodson | 2010-03-18 | 1 | -29/+30 |
|
|
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -11/+7 |
|
|
* | Fix crash on 32-bit platforms | Aaron Kennedy | 2010-03-12 | 1 | -1/+1 |
|
|
* | Improve value type binding behavior | Aaron Kennedy | 2010-03-11 | 1 | -1/+2 |
|
|
* | Add QML support for methods returning QList<QObject *> | Aaron Kennedy | 2010-03-09 | 1 | -35/+55 |
|
|
* | Integrate QML's object ownership with the JS collector | Aaron Kennedy | 2010-03-09 | 1 | -14/+51 |
|
|
* | Add support for QtScript connect/disconnect syntax in QML | Aaron Kennedy | 2010-03-05 | 1 | -0/+81 |
|
|
* | Compile without QVariant::EasingCurve in Qt 4.6.2. | Warwick Allison | 2010-03-04 | 1 | -1/+1 |
|
|
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -2/+2 |
|
|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec... | Warwick Allison | 2010-02-24 | 1 | -0/+673 |
|
|