summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptqobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-3/+3
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-2/+2
* Don't crash if queued signal handler no longer existsKent Hansen2012-08-031-1/+7
* Update contact information in license headers.Sergio Ahumada2012-08-011-3/+3
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-2/+2
* | Remove the use of deprecated qFindChild(ren)Olivier Goffart2010-08-061-3/+3
|/
* 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-071-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-221-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