Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve stability of tst_qmlecmascript::dynamicDestruction | Aaron Kennedy | 2010-02-11 | 2 | -3/+7 |
| | | | | Tweak timing to be more forgiving to system load. | ||||
* | Missing file | Aaron Kennedy | 2010-02-10 | 1 | -0/+25 |
| | |||||
* | Test | Aaron Kennedy | 2010-02-10 | 1 | -0/+17 |
| | |||||
* | Revert "Replace QList<>* support with QmlListProperty" | Martin Jones | 2010-02-10 | 2 | -5/+5 |
| | | | | This reverts commit d914555badcd4761864657e1e335e657b791453f. | ||||
* | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-09 | 2 | -5/+5 |
| | |||||
* | Allow objects to be shared between QmlEngines | Aaron Kennedy | 2010-02-08 | 2 | -0/+29 |
| | | | | QTBUG-7957 | ||||
* | Re-add accidentally deleted file | Aaron Kennedy | 2010-02-04 | 1 | -0/+6 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2010-02-03 | 3 | -0/+44 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Missing files | Aaron Kennedy | 2010-02-03 | 3 | -0/+44 |
| | | |||||
* | | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 14 | -53/+48 |
|/ | | | | | | examples accordingly. Task-number: QT-2786 | ||||
* | Convert lists to variants on assignment. | Aaron Kennedy | 2010-01-28 | 2 | -1/+21 |
| | | | | QTBUG-5675 | ||||
* | Support builtin string converters in every context | Aaron Kennedy | 2010-01-28 | 3 | -2/+298 |
| | | | | QTBUG-6919 | ||||
* | Assigning undefined resets QObject properties | Aaron Kennedy | 2010-01-28 | 3 | -1/+50 |
| | |||||
* | Test QML doesn't hijack JS Object | Aaron Kennedy | 2010-01-25 | 2 | -0/+25 |
| | | | | QTBUG-5759 | ||||
* | Implement custom QML slot invokation logic | Aaron Kennedy | 2010-01-15 | 4 | -3/+453 |
| | | | | | | | | Previously QML was inefficiently forwarding the task of invoking Qt slots to QScript. QML does not implement the more advanced argument coercian of QScript and does not support method overloading. These two features are only needed to support legacy C++ classes (of which QML has none), and are not worth the perf cost to support. | ||||
* | missed file | Warwick Allison | 2010-01-11 | 1 | -0/+7 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 1 | -1/+8 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Use QMetaObject::disconnectOne() in QML | Aaron Kennedy | 2010-01-11 | 1 | -1/+8 |
| | | | | | | | | QTBUG-6781 | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 1 | -0/+9 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Don't double function'ize dynamic QML functions | Aaron Kennedy | 2010-01-11 | 1 | -0/+9 |
| | | |||||
* | | Don't use a virtual signal - moc complains. | Warwick Allison | 2010-01-11 | 1 | -1/+2 |
|/ | |||||
* | QTBUG-6507 appears fixed (don't know when) | Warwick Allison | 2010-01-11 | 2 | -4/+17 |
| | |||||
* | Another dynamic method autotest | Aaron Kennedy | 2010-01-09 | 3 | -0/+26 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-18 | 3 | -0/+22 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Add autotest for d169873541ca6f6725e9ce5bfbbf9941f1823a1f. | Michael Brasser | 2009-12-17 | 3 | -0/+22 |
| | | |||||
* | | Fix deferred property bugs | Aaron Kennedy | 2009-12-18 | 3 | -4/+19 |
|/ | | | | | Previously deferred properties would fail if any of the sub objects used bindings or QmlParserStatus. Whoops. | ||||
* | QTBUG-6781 testcase | Aaron Kennedy | 2009-12-14 | 2 | -0/+32 |
| | |||||
* | Throw error when attempting to write to a non-existant property via script. | Michael Brasser | 2009-12-11 | 3 | -0/+6 |
| | |||||
* | Throw error when attempting to write to a read-only property via script. | Michael Brasser | 2009-12-11 | 3 | -1/+7 |
| | |||||
* | Missed file | Warwick Allison | 2009-12-07 | 1 | -0/+8 |
| | |||||
* | test bug | Warwick Allison | 2009-12-04 | 1 | -0/+13 |
| | |||||
* | Support array-literal Script::source values | Aaron Kennedy | 2009-11-29 | 7 | -0/+112 |
| | |||||
* | Use console.log, not print. | Warwick Allison | 2009-11-23 | 2 | -2/+2 |
| | |||||
* | Rename QML Object to QtObject | Aaron Kennedy | 2009-11-19 | 11 | -19/+19 |
| | |||||
* | Output error when a binding returns undefined | Aaron Kennedy | 2009-11-11 | 2 | -3/+24 |
| | |||||
* | Self-test: Check that errors are caught | Warwick Allison | 2009-11-09 | 1 | -0/+1 |
| | | | | (currently segfaults due to QTBUG-5577) | ||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -6/+6 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-30 | 3 | -0/+31 |
|\ | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h | ||||
| * | Add attached properties typeinfo | Aaron Kennedy | 2009-10-29 | 1 | -0/+1 |
| | | |||||
| * | Testcase for warnings at shutdown | Aaron Kennedy | 2009-10-29 | 2 | -0/+30 |
| | | |||||
* | | fix headers | Warwick Allison | 2009-10-29 | 3 | -0/+120 |
|/ | |||||
* | Make more mac friendly | Aaron Kennedy | 2009-10-28 | 1 | -0/+1 |
| | |||||
* | Test for QT-2373 | Aaron Kennedy | 2009-10-28 | 3 | -0/+44 |
| | | | | Ensure that transient binding errors are not displayed. | ||||
* | Support return values in synthesized methods | Aaron Kennedy | 2009-10-27 | 2 | -0/+14 |
| | |||||
* | Clear exceptions after a binding evaluation | Aaron Kennedy | 2009-10-23 | 2 | -0/+28 |
| | |||||
* | Fix test failures. | Aaron Kennedy | 2009-10-22 | 2 | -3/+9 |
| | | | | Also add a test for script errors within signal handlers. | ||||
* | Test createQmlObject URL resolution (must be relative to calling context). | Warwick Allison | 2009-10-22 | 3 | -11/+25 |
| | | | | | | Task-number:QT-2339 See also c1a241652c587e6da92bf853608aed37938e1e48 Also make test more data-driven (and hence independently reported). | ||||
* | Support read-only iteration of list properties | Aaron Kennedy | 2009-10-14 | 3 | -2/+75 |
| | | | | Eventually this should be extended to support modifying list properties. | ||||
* | i18n | Warwick Allison | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | The root object is always last default object | Aaron Kennedy | 2009-10-12 | 2 | -0/+48 |
| | | | | Fix for QT-2301 |