summaryrefslogtreecommitdiffstats
path: root/src/script/bridge
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-201-1/+8
|\
| * Remove QtScript connection when receiver QObject has been deletedKent Hansen2010-01-191-1/+8
* | Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-191-1/+2
|\ \ | |/
| * don't assert when calling QtScript-wrapped method of deleted QObjectKent Hansen2010-01-181-1/+2
* | Fix possible crashAaron Kennedy2010-01-152-4/+9
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-1418-19/+182
|\ \
| * \ Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-01-1418-19/+182
| |\ \ | | |/
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-1118-18/+18
| | |\
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0718-18/+18
| | | |\
| | | | * Update copyright year to 2010Jason McDonald2010-01-0618-18/+18
| | * | | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2010-01-112-0/+6
| | |/ /
| | * | Implement QScript::QObjectDelegate::getOwnPropertyDescriptorOlivier Goffart2010-01-054-1/+164
| | |/
* | | Support calling in QScriptDeclarativeClassAaron Kennedy2010-01-144-3/+58
|/ /
* | CompileAaron Kennedy2010-01-121-1/+1
* | Optimization: Add QScriptDeclarativeClass::ValueAaron Kennedy2010-01-113-5/+199
* | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2009-12-172-0/+6
* | Introduce experimental binding optimizerAaron Kennedy2009-12-141-0/+1
|/
* Fix garbage collection issue with script-owned objects with connectionsKent Hansen2009-11-301-13/+14
* Fixed the QtScript license information in the source files to referSimon Hausmann2009-11-1718-342/+18
* Replace LGPL license tags with LGPL-ONLYSimon Hausmann2009-11-1718-18/+18
* Compile in namespaceAaron Kennedy2009-11-171-0/+1
* 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-2110-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