| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | QScriptValueIterator: fix missing non-enumerable values | Tor Arne Vestbø | 2009-07-31 | 6 | -17/+23 |
|
|
* | Add missing file | Olivier Goffart | 2009-07-30 | 1 | -0/+88 |
|
|
* | Move QScriptActivationObject to his own file | Olivier Goffart | 2009-07-30 | 3 | -37/+100 |
|
|
* | set calledAsConstructor to true when function is called as constructor | Kent Hansen | 2009-07-29 | 2 | -0/+5 |
|
|
* | Fix license headers | Olivier Goffart | 2009-07-29 | 10 | -44/+344 |
|
|
* | Enter a scope when enterning a native function. | Olivier Goffart | 2009-07-29 | 1 | -1/+68 |
|
|
* | make QScriptEngine::setGlobalObject() work to some extent | Kent Hansen | 2009-07-27 | 2 | -8/+25 |
|
|
* | use engine's globalObject() instead of exec's lexicalGlobalObject() | Kent Hansen | 2009-07-27 | 1 | -7/+7 |
|
|
* | don't rely on custom global object to get GC callback | Kent Hansen | 2009-07-27 | 1 | -2/+2 |
|
|
* | Remove the uncaughtException, use the JSC exception instead | Benjamin Poulain | 2009-07-27 | 1 | -3/+1 |
|
|
* | Fix tst_QScriptExtQObject::objectDeleted() | Benjamin Poulain | 2009-07-27 | 1 | -1/+2 |
|
|
* | introduce scriptEngineFromExec() helper function | Kent Hansen | 2009-07-27 | 2 | -18/+20 |
|
|
* | Implement qobjectProtoFuncFindChildren() | Benjamin Poulain | 2009-07-22 | 1 | -1/+50 |
|
|
* | We cant rely on property attributes from JavaScriptCore for the setter and ge... | Olivier Goffart | 2009-07-16 | 2 | -12/+0 |
|
|
* | start implementing constructors for QMetaObject wrappers | Kent Hansen | 2009-07-16 | 2 | -4/+110 |
|
|
* | fix enumeration of QObject wrapper objects | Kent Hansen | 2009-07-16 | 1 | -3/+1 |
|
|
* | fix some memory leaks | Kent Hansen | 2009-07-15 | 1 | -0/+1 |
|
|
* | initial attempt at implementing QScriptEngine::setGlobalObject() | Kent Hansen | 2009-07-15 | 1 | -4/+4 |
|
|
* | store error and return true when throwing in getOwnProperty() | Kent Hansen | 2009-07-15 | 1 | -2/+2 |
|
|
* | implement QObject prototype object | Kent Hansen | 2009-07-15 | 2 | -1/+13 |
|
|
* | implement AutoCreateDynamicProperties option | Kent Hansen | 2009-07-15 | 1 | -7/+7 |
|
|
* | implement enumeration of custom script classes | Kent Hansen | 2009-07-15 | 1 | -1/+14 |
|
|
* | implement QObject wrapper caching (PreferExistingWrapperObject) | Kent Hansen | 2009-07-15 | 2 | -1/+48 |
|
|
* | clear script exceptions when executing Qt methods | Kent Hansen | 2009-07-15 | 1 | -0/+2 |
|
|
* | add GC marking guards | Kent Hansen | 2009-07-13 | 2 | -8/+19 |
|
|
* | mark object data if we have it | Kent Hansen | 2009-07-13 | 1 | -0/+2 |
|
|
* | implement ability to dynamically change class of script objects | Kent Hansen | 2009-07-10 | 9 | -117/+800 |
|
|
* | QObject.prototype.toString: return undefined if this-object is not a QObject | Kent Hansen | 2009-07-09 | 1 | -1/+1 |
|
|
* | invoke signal handler using JSC::call() | Kent Hansen | 2009-07-09 | 1 | -8/+6 |
|
|
* | make QObject property setter functions work | Kent Hansen | 2009-07-09 | 1 | -12/+31 |
|
|
* | make QObject property access use getter+setter functions | Kent Hansen | 2009-07-09 | 1 | -6/+12 |
|
|
* | make native object constructors work | Kent Hansen | 2009-07-09 | 1 | -10/+8 |
|
|
* | use currentFrame instead of globalExec whenever we can | Kent Hansen | 2009-07-09 | 1 | -1/+1 |
|
|
* | rewrite most of QScriptContext handling | Kent Hansen | 2009-07-08 | 3 | -65/+56 |
|
|
* | make more tests pass | Kent Hansen | 2009-07-03 | 1 | -1/+13 |
|
|
* | implement string-->enum conversion | Kent Hansen | 2009-07-02 | 1 | -1/+9 |
|
|
* | first stab at implementing Qt property getter/setters | Kent Hansen | 2009-07-02 | 2 | -24/+223 |
|
|
* | implement caching of slot wrapper functions | Kent Hansen | 2009-07-02 | 2 | -1/+42 |
|
|
* | implement marking of QObject connection | Kent Hansen | 2009-07-02 | 1 | -8/+9 |
|
|
* | implement QScriptValue::QObjectMember property flag | Kent Hansen | 2009-07-02 | 2 | -4/+10 |
|
|
* | create a new QScriptContext when calling a Qt method | Kent Hansen | 2009-07-02 | 1 | -2/+14 |
|
|
* | implement QObject property flags | Kent Hansen | 2009-07-02 | 1 | -0/+74 |
|
|
* | add placeholder implementations of findChild() and findChildren() | Kent Hansen | 2009-07-01 | 1 | -1/+25 |
|
|
* | port recent changes from qt/master | Kent Hansen | 2009-06-30 | 1 | -3/+17 |
|
|
* | make part of test not assert | Kent Hansen | 2009-06-29 | 1 | -0/+2 |
|
|
* | implement QMetaObject bindings | Kent Hansen | 2009-06-26 | 2 | -0/+193 |
|
|
* | port some fixes from the "old" qtscript backend to the JSC backend | Kent Hansen | 2009-06-25 | 1 | -15/+37 |
|
|
* | work on signal bindings (connect, disconnect, signal emission) | Kent Hansen | 2009-06-24 | 2 | -74/+185 |
|
|
* | rename createStructureID() function | Kent Hansen | 2009-06-24 | 1 | -1/+1 |
|
|
* | make more qscriptengine tests run | Kent Hansen | 2009-06-24 | 2 | -9/+24 |
|
|