summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various Qt documentation bug fixes (wk 42)artoka2012-01-301-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Doc: Fixed qdoc warnings.David Boddie2011-05-111-1/+1
* Fix compilation with QT_NO_Tasuku Suzuki2011-03-211-0/+6
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-011-11/+20
|\
| * Make QtScript support COLLECT_ON_EVERY_ALLOCATION defineKent Hansen2011-02-251-11/+12
| * Don't crash when marking arguments object of native contextKent Hansen2011-02-251-0/+8
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-171-3/+1
|\ \ | |/
| * 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 remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-1/+2
|\ \ \ | |/ /
| * | Don't crash when creating backtrace for built-in JS function (2nd try)Kent Hansen2011-02-081-1/+2
| |/
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-air-staging into master...Qt Continuous Integration System2011-02-091-9/+9
|\ \
| * | QScriptEngine: fix property flags for native functionsCaio Marcelo de Oliveira Filho2011-02-091-9/+9
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-011-0/+9
|\ \ \ | |/ / |/| / | |/
| * Invalidate QScriptPrograms when engine is destroyedKent Hansen2011-01-281-0/+9
* | 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-101-1/+1
* | QtScript variant conversion: Convert numbers to (u)int if applicable (reviewe...Thomas Senyk2010-11-251-1/+3
* | Make qsTr() work with Unicode (non-Latin-1) stringsKent Hansen2010-11-081-9/+9
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-041-2/+5
|\ \ | |/
| * Fix QScriptEngine::abortEvaluation.Jedrzej Nowacki2010-09-301-2/+5
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-2/+1
|\ \ | |/
| * doc: Remove \internal tag from QScriptProgramKent Hansen2010-08-311-2/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-0/+28
|\ \ | |/
| * Make qsTrId() / QT_TRID_NOOP() accessible from QtScriptKent Hansen2010-08-231-0/+28
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-11/+4
|\ \ | |/
| * QScript: remove JSC::JSLockOlivier Goffart2010-07-291-4/+0
| * QScript: document/obsolete things that does not work since the move to JSCOlivier Goffart2010-07-291-7/+4
* | Deprecate qScriptValueFromQMetaObject, qScriptValueToValue, qScriptValueFromV...Olivier Goffart2010-08-061-3/+6
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-1/+1
* | Fix MS Visual C++ 6.0 references in the documentationminiak2010-08-031-19/+13
* | Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-031-7/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-0/+1
|\ \ | |/
| * QScriptEngineAgent: recompile all the function when installing a debugger.Olivier Goffart2010-07-271-0/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-25/+68
|\ \ | |/
| * Fix conversion between JavaScript Date and QDateTimeKent Hansen2010-06-251-0/+47
| * Use custom static scopes to improve QML/JavaScript performanceKent Hansen2010-06-251-9/+3
| * Usefully convert from QtScript object/array to QVariantKent Hansen2010-06-171-13/+17
| * Allow to build Qt in static with mingwThierry Bastian2010-06-071-3/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-201-3/+14
|\ \ | |/
| * doc: Fixed many broken links.Martin Smith2010-05-191-3/+14
* | Fix conversion between QVariant and QScriptValue.Jedrzej Nowacki2010-04-301-1/+1
|/
* 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-171-1/+13
|\
| * Speed up qsTr() by caching the translation contextKent Hansen2010-04-151-1/+13
* | 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