summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptqobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+4
|/
* 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
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-10/+10
* QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-211-0/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Fix obsolete license headers.Jason McDonald2009-08-211-1/+1
* CleanupsOlivier Goffart2009-08-191-2/+1
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/masterKent Hansen2009-08-061-1/+2
* Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-051-2/+2
* make QScriptEngine::newQMetaObject() workKent Hansen2009-08-051-2/+3
* adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-2/+4
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-311-2/+4
* Fix license headersOlivier Goffart2009-07-291-5/+35
* start implementing constructors for QMetaObject wrappersKent Hansen2009-07-161-0/+11
* implement QObject prototype objectKent Hansen2009-07-151-0/+9
* implement QObject wrapper caching (PreferExistingWrapperObject)Kent Hansen2009-07-151-1/+19
* implement ability to dynamically change class of script objectsKent Hansen2009-07-101-27/+18
* rewrite most of QScriptContext handlingKent Hansen2009-07-081-0/+3
* first stab at implementing Qt property getter/settersKent Hansen2009-07-021-2/+40
* implement caching of slot wrapper functionsKent Hansen2009-07-021-0/+3
* implement QScriptValue::QObjectMember property flagKent Hansen2009-07-021-0/+5
* implement QMetaObject bindingsKent Hansen2009-06-261-0/+53
* work on signal bindings (connect, disconnect, signal emission)Kent Hansen2009-06-241-2/+43
* rename createStructureID() functionKent Hansen2009-06-241-1/+1
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-0/+134