summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptvalue.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
* 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 branch 'master' of scm.dev.nokia.troll.no:qt/qt-air-staging into master...Qt Continuous Integration System2011-03-141-2/+2
|\
| * Deprecate QScriptValue::UserRangeKent Hansen2011-03-111-1/+1
| * Deprecate QScriptValue::QObjectMemberKent Hansen2011-03-111-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-air-staging into master...Qt Continuous Integration System2011-03-021-2/+6
|\|
| * Don't allow non-Object values to be set as prototypeKent Hansen2011-03-021-2/+6
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-011-0/+5
|\ \ | |/ |/|
| * Add missing API shims to QScriptValue constructorsKent Hansen2011-02-251-0/+5
* | 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
* | Fix QScriptValue::construct.Jedrzej Nowacki2010-11-221-1/+14
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-0/+1
|\|
| * Fix GC-related crash in QScriptValue::setData()Kent Hansen2010-11-091-0/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-291-5/+8
|\|
| * QScriptValue::construct(): Don't crash if function throws non-ObjectKent Hansen2010-10-281-5/+8
* | Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-031-11/+1
|/
* Add missing API shimsKent Hansen2010-07-071-0/+6
* Usefully convert from QtScript object/array to QVariantKent Hansen2010-06-171-2/+2
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-091-2/+11
|\
| * Regressions in Global Object prototype accessKent Hansen2010-04-091-2/+11
* | QScript: more missing APIShimOlivier Goffart2010-04-011-0/+2
* | QScriptEngine: Fix reentrency involving creation and desctructions of QScript...Olivier Goffart2010-03-291-20/+58
* | QtScript: Add API for reporting additional memory costsKent Hansen2010-03-251-0/+2
* | QtScript: Add more missing API shimsKent Hansen2010-03-241-4/+8
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-3/+2
|\|
| * Don't assert in QScriptValue::call()Kent Hansen2010-03-181-3/+2
* | Add missing QtScript API shimsKent Hansen2010-03-151-0/+3
* | Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-4/+7
* | Avoid conversion between JavaScriptCore String type and QStringKent Hansen2010-03-011-1/+1
* | Avoid calling out to public API in the QtScript implementationKent Hansen2010-02-181-89/+17
* | Move property helper functions to QScriptEnginePrivateKent Hansen2010-02-181-183/+28
* | Move more script value conversion code to helper functionsKent Hansen2010-02-181-65/+21
* | Cleanup: Move value conversion code to helper functionsKent Hansen2010-02-181-10/+10
* | Cleanup: Move number conversion functions to QScriptEnginePrivateKent Hansen2010-02-181-83/+5
* | Cleanup: Move exception helper functions to QScriptEnginePrivateKent Hansen2010-02-181-30/+30
|/
* Don't crash when comparing JSCore value without engine to non-JSCore valueKent Hansen2010-01-271-4/+9
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-111-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2010-01-111-4/+8
|/
* 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
* Add QScriptDeclarativeClassAaron Kennedy2009-11-101-0/+5
* Inline QtScript exception helper functionsKent Hansen2009-10-231-16/+0
* Avoid calls to public QScriptValue::engine() functionKent Hansen2009-10-231-14/+22
* Inline internal property lookup functionKent Hansen2009-10-231-26/+21