summaryrefslogtreecommitdiffstats
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
* 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-032-5/+2
|\
| * 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
* 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
* 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-252-4/+53
* Use custom static scopes to improve QML/JavaScript performanceKent Hansen2010-06-252-9/+18
* Usefully convert from QtScript object/array to QVariantKent Hansen2010-06-173-17/+23
* Allow to build Qt in static with mingwThierry Bastian2010-06-071-3/+1
* 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
* QScript: use JSC::NativeFunctionWrapper instead of JSC::PrototypeFunction whe...Olivier Goffart2010-04-191-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-172-2/+19
|\
| * Speed up qsTr() by caching the translation contextKent Hansen2010-04-152-2/+19
* | Fix mismatched import declarationsThiago Macieira2010-04-171-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-4/+4
|\ \ | |/ |/|
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-1/+1
| * QtScript: Fix call stack issue with qsTr() when JIT is enabledKent Hansen2010-04-141-1/+1
| * Improve test coverage of QtScript translation functionsKent Hansen2010-04-141-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-141-3/+13
|\ \ | |/
| * Make qsTr work in global scopeKent Hansen2010-04-131-3/+13
* | Fix crash on QScriptProgram destructionAaron Kennedy2010-04-121-0/+4
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-092-4/+17
|\ \ | |/
| * Regressions in Global Object prototype accessKent Hansen2010-04-092-4/+17
* | QScript: more missing APIShimOlivier Goffart2010-04-011-0/+2
* | QScript: fix compilation warningOlivier Goffart2010-04-011-1/+1
* | QScript: fix APIShim usage.Olivier Goffart2010-04-011-1/+1
* | QtScript: remove duplicated APIshim in QScriptValueIteratorOlivier Goffart2010-04-011-6/+0
* | Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-015-2/+51
|\ \
| * | QtScript: Add yet more missing API shimsKent Hansen2010-03-263-0/+48
| * | QtScript: Make sure the old identifier table is restoredKent Hansen2010-03-263-3/+6
* | | QScript: More missing APIShimOlivier Goffart2010-03-291-0/+4
* | | QScriptEngine: Fix reentrency involving creation and desctructions of QScript...Olivier Goffart2010-03-293-24/+80
|/ /
* | QtScript: Add API for reporting additional memory costsKent Hansen2010-03-254-3/+62
* | QtScript: Add QObjectWrapOption for not exposing slotsKent Hansen2010-03-242-0/+2
* | QtScript: Add more missing API shimsKent Hansen2010-03-242-4/+9
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-222-4/+3
|\ \ | |/
| * installTranslatorFunctions doesn't work for custom global objectKent Hansen2010-03-191-1/+1
| * Don't assert in QScriptValue::call()Kent Hansen2010-03-181-3/+2
* | Add missing QtScript API shimsKent Hansen2010-03-152-0/+4
* | Improve performance of QScriptValueIteratorKent Hansen2010-03-101-21/+34
* | Add default argument values for QScriptValuePrivate property functionsKent Hansen2010-03-102-10/+11