summaryrefslogtreecommitdiffstats
path: root/src/script/bridge
Commit message (Expand)AuthorAgeFilesLines
* Add QScriptDeclarativeClassAaron Kennedy2009-11-106-3/+810
* Fix QT_NO_PROPERTIESJørgen Lind2009-10-291-0/+16
* Inline internal QtScript object data() functionsKent Hansen2009-10-232-16/+16
* Inline internal QtScript object delegate functionsKent Hansen2009-10-234-31/+31
* compile fix with namespaced qthjk2009-09-283-5/+5
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-2412-135/+131
* don't crash in property access after script class has been set to 0Kent Hansen2009-09-221-0/+1
* make sure the engine's currentFrame is in sync when calling out to public APIKent Hansen2009-09-221-1/+7
* QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-216-0/+42
* use JSObject::inherits() instead of JSObject::isObject()Kent Hansen2009-09-212-5/+5
* Update license headers again.Jason McDonald2009-09-0914-56/+56
* Prospective SunCC compile fixSimon Hausmann2009-09-041-1/+1
* improve memory management scheme of QScriptString(Private)Kent Hansen2009-09-021-4/+12
* fix warnings on mingwThierry Bastian2009-09-021-0/+1
* Optimize QScriptClassOlivier Goffart2009-09-021-8/+4
* doc: Fixed several qdoc errors.Martin Smith2009-08-311-2/+2
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3112-156/+156
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-312-26/+26
* make sure hasInstance() is always invoked for custom script objectsKent Hansen2009-08-311-1/+1
* fix whacky behavior of QScriptValue::toString() for QVariantKent Hansen2009-08-271-1/+1
* implement proxying of JSObject::putWithAttributes() on Global ObjectKent Hansen2009-08-262-0/+13
* Fix memory leak in QScriptEngine::newQObjectOlivier Goffart2009-08-251-0/+2
* compile fix with namespaced Qthjk2009-08-245-10/+16
* use QVarLengthArray instead of QVector for holding JS argumentsKent Hansen2009-08-241-2/+1
* Fix obsolete license headers.Jason McDonald2009-08-2210-10/+10
* add recursion guard for GC markingKent Hansen2009-08-203-4/+10
* Fix "fixme" in QtFunction::mark()Jedrzej Nowacki2009-08-201-3/+1
* CleanupsOlivier Goffart2009-08-192-7/+4
* implement getter/setter proxying for Global Object and activation objectKent Hansen2009-08-184-0/+77
* Clean up.Jedrzej Nowacki2009-08-181-1/+1
* Clean up.Jedrzej Nowacki2009-08-181-0/+1
* Clean up.Jedrzej Nowacki2009-08-183-35/+35
* port commit 8fca9052e72d1dc983443c3a8065f804bebf77e7 from qt/masterKent Hansen2009-08-181-1/+1
* adopt variant-to-string conversion of the original qtscript back-endKent Hansen2009-08-171-5/+8
* remove unnecessary ifdefsKent Hansen2009-08-171-4/+2
* use originalGlobalObject() instead of lexicalGlobalObject() where possibleKent Hansen2009-08-141-1/+1
* make it possible for any script object to serve as activation objectKent Hansen2009-08-142-5/+75
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+3
* Fix compilation on WindowsSimon Hausmann2009-08-147-0/+7
* implement GC marking of qobject sender JS wrapperKent Hansen2009-08-141-5/+5
* Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-4/+1
* Push frames when needed for native getter or settersOlivier Goffart2009-08-121-2/+6
* Cantralize the place when we construct the default 'this' object that JSC doe...Olivier Goffart2009-08-122-27/+3
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-123-30/+66
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-124-4/+4
* Call to JSC::Debugger's new events that where created inJedrzej Nowacki2009-08-111-0/+11
* implement QScriptClass property query semantics of old back-endKent Hansen2009-08-101-1/+6
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-0714-56/+0
* fix regression in enumeration of QPropertiesKent Hansen2009-08-061-1/+1
* port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/masterKent Hansen2009-08-062-6/+10