Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-09 | 88 | -1656/+5063 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-09 | 4 | -72/+89 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | | Fix example errors | Aaron Kennedy | 2009-10-09 | 3 | -7/+5 |
| | | | |||||
| * | | Move Q_PROPERTY()'s to top of object | Aaron Kennedy | 2009-10-08 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | Q_PROPERTY() macros without a semicolon inside a class access block (public:) confuses moc into ignoring Q_INVOKABLES | ||||
| * | | Incorrect use of Script {} | Aaron Kennedy | 2009-10-08 | 3 | -34/+31 |
| | | | |||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-08 | 60 | -250/+1356 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | | | Fix visual model crash at shutdown due to dangling pointer | Aaron Kennedy | 2009-10-08 | 1 | -30/+46 |
| | | | | |||||
| * | | | Small optimization | Aaron Kennedy | 2009-10-08 | 1 | -3/+4 |
| | | | | |||||
| * | | | Zero bindingBits correctly | Aaron Kennedy | 2009-10-08 | 1 | -2/+3 |
| | | | | |||||
| * | | | Fix messed up merge | Aaron Kennedy | 2009-10-08 | 1 | -3/+3 |
| | | | | |||||
| * | | | Rename label to labeltext | Aaron Kennedy | 2009-10-08 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | Resolves scope collision between label property and label id | ||||
| * | | | Fix crash | Aaron Kennedy | 2009-10-08 | 3 | -1/+24 |
| | | | | |||||
| * | | | Call QApplication::exit() repeatedly | Aaron Kennedy | 2009-10-08 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | This is necessary incase we want to exit before we've entered the event loop. | ||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-08 | 52 | -1081/+1061 |
| |\ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | | | | Use correct file case | Aaron Kennedy | 2009-10-08 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Update to use new QScriptDeclarativeClass API | Aaron Kennedy | 2009-10-08 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Tweak QScriptDeclarativeClass API to not be so silly | Aaron Kennedy | 2009-10-08 | 4 | -28/+45 |
| | | | | | |||||
| * | | | | Make qmlecmascript:selfDeletingBinding pass | Aaron Kennedy | 2009-10-08 | 4 | -133/+182 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expressions and bindings must not reference data following their evalutation incase their object has been deleted. To solve this, the needed data is separated into a reference counted QmlExpressionData and QmlBindingData object. | ||||
| * | | | | Self deleting binding test | Aaron Kennedy | 2009-10-08 | 4 | -0/+63 |
| | | | | | |||||
| * | | | | Fix test case | Aaron Kennedy | 2009-10-07 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | qWait() enters a nested event loop, so delete laters weren't being processed. | ||||
| * | | | | Remove bogus assert | Aaron Kennedy | 2009-10-07 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Fix test case | Aaron Kennedy | 2009-10-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | qWait() enters a nested event loop, so delete laters weren't being processed. | ||||
| * | | | | Add Object.destroy(int delay) parameter | Aaron Kennedy | 2009-10-07 | 1 | -3/+5 |
| | | | | | |||||
| * | | | | Fix test | Aaron Kennedy | 2009-10-07 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-07 | 590 | -4649/+8338 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp | ||||
| * | | | | | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 18 | -261/+393 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts. | ||||
| * | | | | | Another test | Aaron Kennedy | 2009-10-06 | 2 | -0/+27 |
| | | | | | | |||||
| * | | | | | Add tst_qmlecmascript::scriptAccess testcase | Aaron Kennedy | 2009-10-06 | 3 | -0/+39 |
| | | | | | | |||||
| * | | | | | Improve scope handling | Aaron Kennedy | 2009-10-06 | 9 | -59/+96 |
| | | | | | | |||||
| * | | | | | Export the active QScriptContext during a callback | Aaron Kennedy | 2009-10-06 | 3 | -2/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | Clearly the API needs work :) | ||||
| * | | | | | Add a QScriptEngine::pushCleanContext() method | Aaron Kennedy | 2009-10-06 | 3 | -3/+41 |
| | | | | | | |||||
| * | | | | | Improve scope autotest | Aaron Kennedy | 2009-10-06 | 3 | -0/+22 |
| | | | | | | |||||
| * | | | | | Share QScriptValue's where possible | Aaron Kennedy | 2009-10-06 | 4 | -1/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also add an autotest for object comparisons | ||||
| * | | | | | Support all variant types as signal parameters | Aaron Kennedy | 2009-10-05 | 3 | -19/+219 |
| | | | | | | |||||
| * | | | | | Add scope auto test | Aaron Kennedy | 2009-10-05 | 2 | -0/+60 |
| | | | | | | |||||
| * | | | | | Compile against updated JSC | Aaron Kennedy | 2009-10-05 | 6 | -24/+42 |
| | | | | | | |||||
| * | | | | | Use QMetaObject::indexOfProperty() | Aaron Kennedy | 2009-10-05 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is both more efficient, and allows the creation of dynamic properties. | ||||
| * | | | | | Fix test failures | Aaron Kennedy | 2009-10-05 | 8 | -25/+30 |
| | | | | | | |||||
| * | | | | | Fix attached properties/enums from ecmascript | Aaron Kennedy | 2009-10-05 | 5 | -25/+61 |
| | | | | | | |||||
| * | | | | | Add attached property ECMAScript test | Aaron Kennedy | 2009-10-05 | 2 | -0/+25 |
| | | | | | | |||||
| * | | | | | Crash | Aaron Kennedy | 2009-10-05 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Implement QmlValueTypeScriptClass::newObject() | Aaron Kennedy | 2009-10-05 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Update to new QScriptDeclarativeClass API | Aaron Kennedy | 2009-10-05 | 8 | -75/+31 |
| | | | | | | |||||
| * | | | | | Tweak api to improve ownership issues | Aaron Kennedy | 2009-10-05 | 4 | -33/+25 |
| | | | | | | |||||
| * | | | | | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 26 | -383/+922 |
| | | | | | | |||||
| * | | | | | API changes | Aaron Kennedy | 2009-10-05 | 2 | -53/+87 |
| | | | | | | |||||
| * | | | | | Only start timer if it isn't already active | Aaron Kennedy | 2009-10-05 | 1 | -2/+4 |
| | | | | | | |||||
| * | | | | | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 8 | -58/+260 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also add toString() method to qobjects | ||||
| * | | | | | Read/write property directly from QmlObjectScriptClass | Aaron Kennedy | 2009-10-05 | 5 | -83/+83 |
| | | | | | | |||||
| * | | | | | QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 4 | -332/+348 |
| | | | | | |