summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptqobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QScript: use JSC::NativeFunctionWrapper instead of JSC::PrototypeFunction whe...Olivier Goffart2010-04-191-4/+5
* QtScript: Add missing API shim for signal handlingKent Hansen2010-03-261-0/+1
* QtScript: Add QObjectWrapOption for not exposing slotsKent Hansen2010-03-241-1/+2
* QtScript: Improve performance of type resolution when calling slotsKent Hansen2010-03-101-10/+13
* Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-114/+42
* Don't needlessly call pushContext() when reading propertiesKent Hansen2010-03-051-15/+18
* QtScript: Don't needlessly make deep copies of function namesKent Hansen2010-03-051-34/+55
* QScript: Test against QMetaType::QVariant instead of against the stringOlivier Goffart2010-03-041-23/+14
* Fixes tst_QScriptExtQObject::connectAndDisconnectOlivier Goffart2010-03-041-8/+6
* Perform latin1 conversion directly on JSC::UStringKent Hansen2010-03-011-11/+11
* Avoid calling out to public API in the QtScript implementationKent Hansen2010-02-181-58/+48
* 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