Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use currentFrame instead of globalExec whenever we can | Kent Hansen | 2009-07-09 | 1 | -20/+20 | |
| | ||||||
* | rewrite most of QScriptContext handling | Kent Hansen | 2009-07-08 | 1 | -31/+40 | |
| | | | | Do it The right way(TM), by lazily wrapping JSC::ExecState objects. | |||||
* | Fix engineDelete autotest. | Jedrzej Nowacki | 2009-07-08 | 1 | -0/+14 | |
| | ||||||
* | work on QScriptEngine::uncaughtException() | Kent Hansen | 2009-07-07 | 1 | -6/+11 | |
| | | | | | | It's possible that JSC evaluate() returns a completion of type Throw without hadException() being true, so we need to store the exception value explicitly. | |||||
* | mark the QScriptClass object prototype | Kent Hansen | 2009-07-07 | 1 | -0/+2 | |
| | ||||||
* | start to implement QScriptEngine::importExtension() | Kent Hansen | 2009-07-06 | 1 | -5/+200 | |
| | ||||||
* | implement QScriptEngine::availableExtensions() | Kent Hansen | 2009-07-06 | 1 | -3/+71 | |
| | ||||||
* | make QScriptClass::HasInstance extension work | Kent Hansen | 2009-07-06 | 1 | -1/+1 | |
| | ||||||
* | start implementing QScriptClass extensions | Kent Hansen | 2009-07-03 | 1 | -0/+43 | |
| | | | | Callable seems to work, HasInstance not quite there yet. | |||||
* | make more tests pass | Kent Hansen | 2009-07-03 | 1 | -0/+2 | |
| | ||||||
* | implement a fair amount of the QScriptClass functionality | Kent Hansen | 2009-07-02 | 1 | -5/+131 | |
| | | | | | Enumeration is missing, as is the ability to change the class of an object after it has been created. | |||||
* | first stab at implementing Qt property getter/setters | Kent Hansen | 2009-07-02 | 1 | -0/+6 | |
| | | | | Not fully working yet, so disabled for now | |||||
* | don't crash if isFunction() is called with invalid JS value | Kent Hansen | 2009-06-30 | 1 | -1/+1 | |
| | ||||||
* | implement setting of default prototype in newQObject() | Kent Hansen | 2009-06-30 | 1 | -14/+48 | |
| | ||||||
* | implement name-based connection, make more tests work | Kent Hansen | 2009-06-30 | 1 | -7/+13 | |
| | ||||||
* | port recent changes from qt/master | Kent Hansen | 2009-06-30 | 1 | -4/+3 | |
| | | | | Makes variant conversion work for signal handlers. | |||||
* | implement QScriptEngine::installTranslatorFunctions() | Kent Hansen | 2009-06-26 | 1 | -2/+134 | |
| | ||||||
* | cleanup, make print() function handle exceptions | Kent Hansen | 2009-06-26 | 1 | -81/+41 | |
| | ||||||
* | implement QMetaObject bindings | Kent Hansen | 2009-06-26 | 1 | -2/+18 | |
| | ||||||
* | work on signal bindings (connect, disconnect, signal emission) | Kent Hansen | 2009-06-24 | 1 | -13/+221 | |
| | ||||||
* | make more qscriptengine tests run | Kent Hansen | 2009-06-24 | 1 | -37/+62 | |
| | | | | | Not everything passes but at least nothing asserts anymore, so the test runs to completion. | |||||
* | make most of the qscriptvalue tests pass | Kent Hansen | 2009-06-23 | 1 | -5/+6 | |
| | | | | call(), construct() etc. | |||||
* | toObject({undefined,null}) should return invalid scriptvalue | Kent Hansen | 2009-06-23 | 1 | -1/+1 | |
| | | | | JSC will throw an error. | |||||
* | Import JSC-based Qt Script from Kent's tree. | Simon Hausmann | 2009-06-16 | 1 | -0/+2634 | |