summaryrefslogtreecommitdiffstats
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move method implementation to private classKent Hansen2010-03-102-5/+11
* | Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-107-29/+56
* | QScript: Fix crash when converting a null value to a variant.Olivier Goffart2010-03-041-1/+3
* | QScript: Test against QMetaType::QVariant instead of against the stringOlivier Goffart2010-03-041-5/+6
* | Perform latin1 conversion directly on JSC::UStringKent Hansen2010-03-012-17/+35
* | Avoid conversion between JavaScriptCore String type and QStringKent Hansen2010-03-014-18/+18
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-262-3/+11
|\ \ | |/
| * Fix memory leak when lazily binding QScriptValue to an engineKent Hansen2010-02-222-3/+11
* | QScriptValue::isQMetaObject crash fix.Jedrzej Nowacki2010-02-241-1/+1
* | Second attempt at work-around for MSVC2008 compiler crashKent Hansen2010-02-221-0/+5
* | Work around MSVC2008 compiler crashKent Hansen2010-02-192-1/+27
* | Avoid calling out to public API in the QtScript implementationKent Hansen2010-02-184-287/+459
* | Move property helper functions to QScriptEnginePrivateKent Hansen2010-02-184-206/+288
* | Move more script value conversion code to helper functionsKent Hansen2010-02-182-65/+152
* | Cleanup: Move value conversion code to helper functionsKent Hansen2010-02-183-11/+60
* | Move implementation of QScriptValue construction functions to private classKent Hansen2010-02-182-91/+133
* | Cleanup: Move number conversion functions to QScriptEnginePrivateKent Hansen2010-02-183-84/+81
* | Move some helper function declarations outside QT_NO_QOBJECT guardKent Hansen2010-02-181-13/+14