summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
...
* | get rid of dynamic castsKent Hansen2009-08-102-4/+12
* | cleanup (hide the use of reinterpret_cast)Kent Hansen2009-08-104-24/+36
* | finish implementation of QScriptEngine::importExtension()Kent Hansen2009-08-101-24/+25
* | implement QScriptContextInfo streaming from datastreamKent Hansen2009-08-101-1/+30
* | implement QScriptContextInfo::parameterNames() for Qt methodsKent Hansen2009-08-101-0/+9
* | implement QScriptClass property query semantics of old back-endKent Hansen2009-08-101-1/+6
* | implement QScriptContext::backtrace()Kent Hansen2009-08-101-34/+2
* | extract the function name from the calleeKent Hansen2009-08-101-0/+2
* | make property flags lookup work for properties in prototype chainKent Hansen2009-08-101-3/+7
* | make ResolveScope property lookup work (kind of)Kent Hansen2009-08-101-2/+9
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-101-4/+0
|\ \ | |/
| * adjust some ifdefs so they are easy to remove with a scriptKent Hansen2009-08-073-5/+5
| * QtScript must respect dynamic metaobject's when installedAaron Kennedy2009-07-311-1/+1
| * Port of Qt to VxWorksRobert Griebl2009-07-297-3/+32
| * Doc: replace links to obsolete APIsVolker Hilsheimer2009-07-272-2/+2
| * Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-6/+10
| * qtscript meta-object binding: enum properties are not deletableKent Hansen2009-06-261-3/+3
| * make it possible to support queued connections in qtscriptKent Hansen2009-06-256-17/+28
| * have the QtScript print() function use qDebug()Kent Hansen2009-06-251-2/+1
* | add configure options for (not) building the QtScript moduleKent Hansen2009-08-0758-229/+0
* | kill dead codeKent Hansen2009-08-061-134/+0
* | delete AST-to-string visitorKent Hansen2009-08-062-1675/+0
* | fix regression in enumeration of QPropertiesKent Hansen2009-08-061-1/+1
* | port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/masterKent Hansen2009-08-064-17/+26
* | finish implementation of QVariant.prototype.toString()Kent Hansen2009-08-061-16/+24
* | make iteration work for the global object againKent Hansen2009-08-062-6/+8
* | remove docs that mention QScriptValue::{scope,setScope}()Kent Hansen2009-08-061-2/+2
* | Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-057-28/+17
* | make QScriptEngine::newQMetaObject() workKent Hansen2009-08-053-65/+107
* | add type info and attribute getters for function wrappersKent Hansen2009-08-052-0/+17
* | don't store QScriptEngine pointer in native function wrappersKent Hansen2009-08-053-29/+31
* | remove unused codeOlivier Goffart2009-08-043-7/+0
* | clear abort flag when we start a new evaluateKent Hansen2009-08-041-0/+1
* | move Global Object to its own fileKent Hansen2009-08-044-132/+267
* | adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-048-28/+39
* | Use a more reliable method to dinstinguish between an op_call and an op_const...Olivier Goffart2009-08-041-2/+5
* | Do not crash if using popContext() while the current context have not been pu...Olivier Goffart2009-08-041-0/+5
* | Implement QScriptEngine::abortEvaluation()Tor Arne Vestbø2009-08-032-3/+16
* | Implement QScriptEngine::setProcessEventsInterval()Tor Arne Vestbø2009-08-031-5/+35
* | Complete the implementation of QScriptValueIterator with JSCoreBenjamin Poulain2009-08-031-24/+43
* | Unify QScriptValue::toObject() and QScriptEngine::toObject()Benjamin Poulain2009-08-031-19/+1
* | QScriptContext::calledAsConstructor also works with non-native functionOlivier Goffart2009-08-031-5/+21
* | Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrameOlivier Goffart2009-07-315-133/+80
* | Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-318-41/+19
* | Small Refactoring of QScriptOlivier Goffart2009-07-318-57/+78
* | QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-318-24/+30
* | Basic implementation of QScriptValueIterator with JSCBenjamin Poulain2009-07-311-15/+30
* | implement QScriptContext::activationObject()Kent Hansen2009-07-301-9/+38
* | Add missing fileOlivier Goffart2009-07-301-0/+88
* | attempt to return something sensible in uncaughtExceptionBacktrace()Kent Hansen2009-07-301-4/+10