summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* QScript: use JSC::NativeFunctionWrapper instead of JSC::PrototypeFunction whe...Olivier Goffart2010-04-191-2/+4
* Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-5/+2
* Avoid calling out to public API in the QtScript implementationKent Hansen2010-02-181-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-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
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-3/+2
* QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-211-0/+8
* 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 whacky behavior of QScriptValue::toString() for QVariantKent Hansen2009-08-271-1/+1
* compile fix with namespaced Qthjk2009-08-241-2/+3
* Fix obsolete license headers.Jason McDonald2009-08-211-1/+1
* Clean up.Jedrzej Nowacki2009-08-181-2/+2
* adopt variant-to-string conversion of the original qtscript back-endKent Hansen2009-08-171-5/+8
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* finish implementation of QVariant.prototype.toString()Kent Hansen2009-08-061-16/+24
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-311-3/+0
* Fix license headersOlivier Goffart2009-07-291-4/+34
* make QScriptEngine::setGlobalObject() work to some extentKent Hansen2009-07-271-0/+8
* implement ability to dynamically change class of script objectsKent Hansen2009-07-101-14/+31
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-0/+102