| Commit message (Expand) | Author | Age | Files | Lines |
* | add configure options for (not) building the QtScript module | Kent Hansen | 2009-08-07 | 1 | -4/+0 |
|
|
* | fix regression in enumeration of QProperties | Kent Hansen | 2009-08-06 | 1 | -1/+1 |
|
|
* | port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/master | Kent Hansen | 2009-08-06 | 1 | -5/+8 |
|
|
* | Updates getPropertyNames() on all javascript object to use the flag | Benjamin Poulain | 2009-08-05 | 1 | -5/+5 |
|
|
* | make QScriptEngine::newQMetaObject() work | Kent Hansen | 2009-08-05 | 1 | -62/+103 |
|
|
* | adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdf | Kent Hansen | 2009-08-04 | 1 | -4/+6 |
|
|
* | Move the declaration on some function into qscriptengine_p.h | Olivier Goffart | 2009-07-31 | 1 | -4/+0 |
|
|
* | QScriptValueIterator: fix missing non-enumerable values | Tor Arne Vestbø | 2009-07-31 | 1 | -5/+6 |
|
|
* | Fix license headers | Olivier Goffart | 2009-07-29 | 1 | -5/+35 |
|
|
* | make QScriptEngine::setGlobalObject() work to some extent | Kent Hansen | 2009-07-27 | 1 | -8/+17 |
|
|
* | use engine's globalObject() instead of exec's lexicalGlobalObject() | Kent Hansen | 2009-07-27 | 1 | -7/+7 |
|
|
* | 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 | 1 | -10/+11 |
|
|
* | Implement qobjectProtoFuncFindChildren() | Benjamin Poulain | 2009-07-22 | 1 | -1/+50 |
|
|
* | start implementing constructors for QMetaObject wrappers | Kent Hansen | 2009-07-16 | 1 | -4/+99 |
|
|
* | 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 | 1 | -1/+4 |
|
|
* | implement AutoCreateDynamicProperties option | Kent Hansen | 2009-07-15 | 1 | -7/+7 |
|
|
* | implement QObject wrapper caching (PreferExistingWrapperObject) | Kent Hansen | 2009-07-15 | 1 | -0/+29 |
|
|
* | clear script exceptions when executing Qt methods | Kent Hansen | 2009-07-15 | 1 | -0/+2 |
|
|
* | add GC marking guards | Kent Hansen | 2009-07-13 | 1 | -6/+15 |
|
|
* | implement ability to dynamically change class of script objects | Kent Hansen | 2009-07-10 | 1 | -60/+72 |
|
|
* | 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 |
|
|
* | 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 | 1 | -29/+29 |
|
|
* | 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 | 1 | -22/+183 |
|
|
* | implement caching of slot wrapper functions | Kent Hansen | 2009-07-02 | 1 | -1/+39 |
|
|
* | implement marking of QObject connection | Kent Hansen | 2009-07-02 | 1 | -8/+9 |
|
|
* | implement QScriptValue::QObjectMember property flag | Kent Hansen | 2009-07-02 | 1 | -4/+5 |
|
|
* | 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 | 1 | -0/+140 |
|
|
* | 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 | 1 | -72/+142 |
|
|
* | Import JSC-based Qt Script from Kent's tree. | Simon Hausmann | 2009-06-16 | 1 | -0/+1338 |
|
|