summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptclassobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update contact information in license headers.Sergio Ahumada2012-08-011-3/+3
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Bring back "classic" iteration order of QScriptClass propertiesKent Hansen2011-02-031-1/+4
* 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-0/+12
|\|
| * Don't crash if QScriptClass property getter returns an invalid valueKent Hansen2010-11-081-0/+12
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-3/+3
|/
* Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-1/+3
|\
| * QScriptClass-implemented constructors lead to application crashKent Hansen2010-03-191-1/+3
* | Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-37/+45
* | Avoid calling out to public API in the QtScript implementationKent Hansen2010-02-181-1/+1
|/
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* 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
* Inline internal QtScript object delegate functionsKent Hansen2009-10-231-11/+0
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-4/+4
* 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
* use JSObject::inherits() instead of JSObject::isObject()Kent Hansen2009-09-211-2/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* improve memory management scheme of QScriptString(Private)Kent Hansen2009-09-021-4/+12
* Optimize QScriptClassOlivier Goffart2009-09-021-8/+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-221-1/+1
* Clean up.Jedrzej Nowacki2009-08-181-1/+1
* Clean up.Jedrzej Nowacki2009-08-181-5/+5
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* Cantralize the place when we construct the default 'this' object that JSC doe...Olivier Goffart2009-08-121-9/+1
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-121-7/+17
* implement QScriptClass property query semantics of old back-endKent Hansen2009-08-101-1/+6
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-051-2/+2
* adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-2/+3
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-311-4/+0
* Small Refactoring of QScriptOlivier Goffart2009-07-311-9/+8
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-311-2/+3
* set calledAsConstructor to true when function is called as constructorKent Hansen2009-07-291-0/+3
* Fix license headersOlivier Goffart2009-07-291-4/+34
* introduce scriptEngineFromExec() helper functionKent Hansen2009-07-271-8/+9
* implement enumeration of custom script classesKent Hansen2009-07-151-1/+14
* implement ability to dynamically change class of script objectsKent Hansen2009-07-101-0/+225