summaryrefslogtreecommitdiffstats
path: root/src/script/bridge
Commit message (Expand)AuthorAgeFilesLines
* implement QScriptValue::QObjectMember property flagKent Hansen2009-07-022-4/+10
* create a new QScriptContext when calling a Qt methodKent Hansen2009-07-021-2/+14
* implement QObject property flagsKent Hansen2009-07-021-0/+74
* add placeholder implementations of findChild() and findChildren()Kent Hansen2009-07-011-1/+25
* port recent changes from qt/masterKent Hansen2009-06-301-3/+17
* make part of test not assertKent Hansen2009-06-291-0/+2
* implement QMetaObject bindingsKent Hansen2009-06-262-0/+193
* port some fixes from the "old" qtscript backend to the JSC backendKent Hansen2009-06-251-15/+37
* work on signal bindings (connect, disconnect, signal emission)Kent Hansen2009-06-242-74/+185
* rename createStructureID() functionKent Hansen2009-06-241-1/+1
* make more qscriptengine tests runKent Hansen2009-06-242-9/+24
* make most of the qscriptvalue tests passKent Hansen2009-06-232-3/+7
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-167-0/+1884