summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-132-52/+52
* Make QtScript support COLLECT_ON_EVERY_ALLOCATION defineKent Hansen2011-02-251-11/+12
* Add missing API shims to QScriptValue constructorsKent Hansen2011-02-251-0/+5
* Don't crash when marking arguments object of native contextKent Hansen2011-02-252-2/+16
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-141-3/+1
|\
| * Don't leak ScopeChainNode'sAaron Kennedy2011-02-141-3/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-084-5/+32
|\ \ | |/ |/|
| * Don't crash when creating backtrace for built-in JS function (2nd try)Kent Hansen2011-02-084-4/+30
| * Don't crash when creating backtrace for built-in JS functionKent Hansen2011-02-031-1/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-01-302-0/+15
|\ \ | |/ |/|
| * Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Bea Lam2011-01-272-0/+6
| |\
| | * Implement property versioning inside the declarative engineAaron Kennedy2011-01-272-0/+6
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Bea Lam2011-01-271-1/+0
| |\ \ | | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-1968-69/+79
| |\ \
| * | | Symbian compile fixKai Koehne2010-12-171-1/+1
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-231-1/+1
| |\ \ \
| * | | | Small optimization of enum detection in script.Michael Brasser2010-11-122-0/+9
* | | | | Invalidate QScriptPrograms when engine is destroyedKent Hansen2011-01-284-7/+42
| |_|_|/ |/| | |
* | | | QtScript/JSC on Symbian: Enhanced memory allocator for Collector heapKent Hansen2011-01-251-1/+0
* | | | Revert "QtScript/JSC on Symbian: Enhanced memory allocator for Collector heap"Kent Hansen2011-01-251-0/+1
* | | | QtScript/JSC on Symbian: Enhanced memory allocator for Collector heapKent Hansen2011-01-251-1/+0
| |_|/ |/| |
* | | Update copyright year to 2011.Jason McDonald2011-01-1067-69/+69
* | | Add compiler optimization for QtScript/JSC on SymbianKent Hansen2010-12-281-0/+10
| |/ |/|
* | Doc: Fixing typoSergio Ahumada2010-11-161-1/+1
|/
* Fix GC-related crash in QScriptValue::setData()Kent Hansen2010-11-091-0/+1
* Don't crash if QScriptClass property getter returns an invalid valueKent Hansen2010-11-081-0/+12
* QScriptValue::construct(): Don't crash if function throws non-ObjectKent Hansen2010-10-281-5/+8
* Fix QScriptEngine::abortEvaluation.Jedrzej Nowacki2010-09-301-2/+5
* Merge commit 'staging-1/4.7' into doc-4.7Morten Engvoldsen2010-09-033-6/+6
|\
| * Reduce memory consumption of QtScript/JSC on SymbianKent Hansen2010-09-021-1/+4
| * doc: Remove \internal tag from QScriptProgramKent Hansen2010-08-312-5/+2
* | Fixed spelling, broken links, and missing default values.Jerome Pasion2010-08-301-1/+1
|/
* Make qsTrId() / QT_TRID_NOOP() accessible from QtScriptKent Hansen2010-08-231-0/+28
* Fix memory leak in QtScript variable objectKent Hansen2010-08-102-2/+2
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* QScript: remove JSC::JSLockOlivier Goffart2010-07-291-4/+0
* QScript: document/obsolete things that does not work since the move to JSCOlivier Goffart2010-07-295-20/+23
* QScriptEngineAgent: recompile all the function when installing a debugger.Olivier Goffart2010-07-272-0/+3
* QScriptDeclarativeObject: we need to save the current stack pointer.Olivier Goffart2010-07-271-2/+2
* QScriptValue::objectId(): do not assert if the value is not a cellOlivier Goffart2010-07-271-1/+1
* QScriptEngineAgent: ensure that the top of the backtrace is correct in excep...Olivier Goffart2010-07-231-0/+3
* Add missing API shimsKent Hansen2010-07-071-0/+6
* Fix conversion between JavaScript Date and QDateTimeKent Hansen2010-06-256-427/+53
* Use custom static scopes to improve QML/JavaScript performanceKent Hansen2010-06-257-9/+321
* Usefully convert from QtScript object/array to QVariantKent Hansen2010-06-173-17/+23
* Allow to build Qt in static with mingwThierry Bastian2010-06-072-4/+2
* Ensure that activation object has been created before popping scope of native...Kent Hansen2010-05-271-0/+1
* doc: Fixed many broken links.Martin Smith2010-05-191-3/+14
* Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-221-1/+1
|\
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-1/+1
| |\