summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* 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-137-26/+25
|\ \ | |/
| * 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
* | Compile.Yoann Lopes2010-08-061-1/+1
* | Fix recursion in QScriptEngine::toScriptValueOlivier Goffart2010-08-061-1/+1
* | Remove usage of deprecated QScriptValue* functionOlivier Goffart2010-08-061-2/+2
* | Deprecate qScriptValueFromQMetaObject, qScriptValueToValue, qScriptValueFromV...Olivier Goffart2010-08-062-23/+31
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-063-6/+6
* | Remove the use of deprecated qFindChild(ren)Olivier Goffart2010-08-061-3/+3
* | It is no longer necessary to check for QT_NO_MEMBER_TEMPLATESminiak2010-08-031-8/+0
* | 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-033-29/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-285-3/+15
|\ \ | |/
| * 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-0113-457/+399
|\ \ | |/
| * 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-06-011-0/+1
|\ \ | |/
| * Ensure that activation object has been created before popping scope of native...Kent Hansen2010-05-271-0/+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
* | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-05-041-1/+1
|\ \ | |/
| * 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
| | |\
| | | * QtScript: regression with instanceof operator for QMetaObject wrappersKent Hansen2010-04-211-1/+1
* | | | Fix conversion between QVariant and QScriptValue.Jedrzej Nowacki2010-04-301-1/+1
|/ / /
* | | QScript: use JSC::NativeFunctionWrapper instead of JSC::PrototypeFunction whe...Olivier Goffart2010-04-193-8/+11
|/ /
* | 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-162-5/+5
|\ \ \ | |/ / |/| / | |/
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-152-2/+2
| * 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