summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* first stab at implementing Qt property getter/settersKent Hansen2009-07-021-0/+6
| | | | Not fully working yet, so disabled for now
* don't crash if isFunction() is called with invalid JS valueKent Hansen2009-06-301-1/+1
|
* implement setting of default prototype in newQObject()Kent Hansen2009-06-301-14/+48
|
* implement name-based connection, make more tests workKent Hansen2009-06-301-7/+13
|
* port recent changes from qt/masterKent Hansen2009-06-301-4/+3
| | | | Makes variant conversion work for signal handlers.
* implement QScriptEngine::installTranslatorFunctions()Kent Hansen2009-06-261-2/+134
|
* cleanup, make print() function handle exceptionsKent Hansen2009-06-261-81/+41
|
* implement QMetaObject bindingsKent Hansen2009-06-261-2/+18
|
* work on signal bindings (connect, disconnect, signal emission)Kent Hansen2009-06-241-13/+221
|
* make more qscriptengine tests runKent Hansen2009-06-241-37/+62
| | | | | Not everything passes but at least nothing asserts anymore, so the test runs to completion.
* make most of the qscriptvalue tests passKent Hansen2009-06-231-5/+6
| | | | call(), construct() etc.
* toObject({undefined,null}) should return invalid scriptvalueKent Hansen2009-06-231-1/+1
| | | | JSC will throw an error.
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-0/+2634