summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptqobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QtScript connection when receiver QObject has been deletedKent Hansen2010-01-191-1/+8
* don't assert when calling QtScript-wrapped method of deleted QObjectKent Hansen2010-01-181-1/+2
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Implement QScript::QObjectDelegate::getOwnPropertyDescriptorOlivier Goffart2010-01-051-1/+139
|/
* 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-171-19/+1
* Replace LGPL license tags with LGPL-ONLYSimon Hausmann2009-11-171-1/+1
* Fix QT_NO_PROPERTIESJørgen Lind2009-10-291-0/+16
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-54/+55
* QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-211-0/+12
* use JSObject::inherits() instead of JSObject::isObject()Kent Hansen2009-09-211-3/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Prospective SunCC compile fixSimon Hausmann2009-09-041-1/+1
* fix warnings on mingwThierry Bastian2009-09-021-0/+1
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* compile fix with namespaced Qthjk2009-08-241-4/+5
* use QVarLengthArray instead of QVector for holding JS argumentsKent Hansen2009-08-241-2/+1
* Fix obsolete license headers.Jason McDonald2009-08-211-1/+1
* add recursion guard for GC markingKent Hansen2009-08-201-3/+2
* Fix "fixme" in QtFunction::mark()Jedrzej Nowacki2009-08-201-3/+1
* CleanupsOlivier Goffart2009-08-191-5/+3
* Clean up.Jedrzej Nowacki2009-08-181-0/+1
* Clean up.Jedrzej Nowacki2009-08-181-28/+28
* port commit 8fca9052e72d1dc983443c3a8065f804bebf77e7 from qt/masterKent Hansen2009-08-181-1/+1
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+3
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* implement GC marking of qobject sender JS wrapperKent Hansen2009-08-141-5/+5
* Push frames when needed for native getter or settersOlivier Goffart2009-08-121-2/+6
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-121-5/+6
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* fix regression in enumeration of QPropertiesKent Hansen2009-08-061-1/+1
* port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/masterKent Hansen2009-08-061-5/+8
* Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-051-5/+5
* make QScriptEngine::newQMetaObject() workKent Hansen2009-08-051-62/+103
* adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-4/+6
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-311-4/+0
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-311-5/+6
* Fix license headersOlivier Goffart2009-07-291-5/+35
* make QScriptEngine::setGlobalObject() work to some extentKent Hansen2009-07-271-8/+17
* use engine's globalObject() instead of exec's lexicalGlobalObject()Kent Hansen2009-07-271-7/+7
* Remove the uncaughtException, use the JSC exception insteadBenjamin Poulain2009-07-271-3/+1
* Fix tst_QScriptExtQObject::objectDeleted()Benjamin Poulain2009-07-271-1/+2
* introduce scriptEngineFromExec() helper functionKent Hansen2009-07-271-10/+11
* Implement qobjectProtoFuncFindChildren()Benjamin Poulain2009-07-221-1/+50
* start implementing constructors for QMetaObject wrappersKent Hansen2009-07-161-4/+99
* fix enumeration of QObject wrapper objectsKent Hansen2009-07-161-3/+1
* fix some memory leaksKent Hansen2009-07-151-0/+1
* initial attempt at implementing QScriptEngine::setGlobalObject()Kent Hansen2009-07-151-4/+4
* store error and return true when throwing in getOwnProperty()Kent Hansen2009-07-151-2/+2