Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |