| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a compilation warning. | Jedrzej Nowacki | 2011-05-04 | 1 | -2/+2 |
| * | Implement qScriptConnect(), qScriptDisconnect() | Gabriel de Dietrich | 2011-04-28 | 1 | -12/+76 |
| * | Performance fix, QSV::call is now ~25% faster. | Jedrzej Nowacki | 2011-03-24 | 1 | -0/+6 |
| * | Small performance optimization | Jedrzej Nowacki | 2011-03-24 | 1 | -1/+1 |
| * | Refer to upstream V8 bug in FIXME comment | Kent Hansen | 2011-03-16 | 1 | -2/+1 |
| * | Implement QScriptEngine::reportAdditionalMemory. | Jedrzej Nowacki | 2011-03-11 | 1 | -0/+11 |
| * | Create a mapping between QScriptEnginePrivate and v8::Isolate. | Jedrzej Nowacki | 2011-03-11 | 1 | -2/+14 |
| * | Put property handler binding in the right place | Gabriel de Dietrich | 2011-03-10 | 1 | -4/+0 |
| * | Support for QScriptEngine::AutoCreateDynamicProperties | Gabriel de Dietrich | 2011-03-07 | 1 | -0/+4 |
| * | Handle throwing exception when converting arguments | Olivier Goffart | 2011-03-03 | 1 | -5/+7 |
| * | Partial fix for tst_QScriptExtQObject::getSetChildren | Olivier Goffart | 2011-03-02 | 1 | -12/+0 |
| * | QScriptContext: identify explicity the kinds of contexts | Caio Marcelo de Oliveira Filho | 2011-03-01 | 1 | -2/+2 |
| * | Fix logic in QScriptEnginePrivate::newQObject() | Gabriel de Dietrich | 2011-02-28 | 1 | -1/+1 |
| * | Revert "Fix tst_QScriptExtQObject::getSetStaticProperty_methodPersistence" | Olivier Goffart | 2011-02-28 | 1 | -2/+2 |
| * | Make tst_QScriptExtQObject::enumerateMetaObject() pass | Gabriel de Dietrich | 2011-02-25 | 1 | -1/+1 |
| * | Fix tst_QScriptExtQObject::getSetStaticProperty_methodPersistence | Olivier Goffart | 2011-02-24 | 1 | -2/+2 |
| * | First attempt to implement QSEAP push and pop context callbacks. | Jedrzej Nowacki | 2011-02-23 | 1 | -0/+4 |
| * | Support QScriptEngine::QObjectWrapOptions in newObject | Olivier Goffart | 2011-02-23 | 1 | -13/+17 |
| * | QScript QObject binding refactoring | Olivier Goffart | 2011-02-23 | 1 | -9/+9 |
| * | Fix getSetStaticProperty_changeInJS | Olivier Goffart | 2011-02-22 | 1 | -4/+0 |
| * | QScriptExtensionPlugin: do not unload plugins! | Caio Marcelo de Oliveira Filho | 2011-02-21 | 1 | -1/+3 |
| * | avoid useless strings conversion | Olivier Goffart | 2011-02-21 | 1 | -2/+2 |
| * | QScriptClass: implement support for name() | Caio Marcelo de Oliveira Filho | 2011-02-18 | 1 | -0/+8 |
| * | Use EvaluateScope in QScriptValue::call | Olivier Goffart | 2011-02-17 | 1 | -14/+20 |
| * | Make QScriptEnginePrivate inherit from QScriptObjectPrivate | Olivier Goffart | 2011-02-16 | 1 | -24/+25 |
| * | Fixes tst_QScriptClass::scriptClassWithNullEngine | Olivier Goffart | 2011-02-16 | 1 | -1/+1 |
| * | QScriptExtensionPlugin: fix crash when exiting autotest | Caio Marcelo de Oliveira Filho | 2011-02-15 | 1 | -0/+1 |
| * | Implements QScriptEngine::abortEvaluation | Olivier Goffart | 2011-02-15 | 1 | -4/+20 |
| * | Implements QScriptEngine::setProcessEventInterval | Olivier Goffart | 2011-02-15 | 1 | -8/+73 |
| * | Fix tst_qscriptcontext::throwValueInGlobalContext. | Jedrzej Nowacki | 2011-02-10 | 1 | -1/+0 |
| * | Implement QScriptEngineAgent callbacks. | Jedrzej Nowacki | 2011-02-09 | 1 | -1/+8 |
| * | QScriptEngine: fix property flags for native functions | Caio Marcelo de Oliveira Filho | 2011-02-09 | 1 | -2/+2 |
| * | QScriptEngine::setGlobalObject set the prototype | Olivier Goffart | 2011-02-09 | 1 | -132/+4 |
| * | Massive includes cleanup. | Jedrzej Nowacki | 2011-02-01 | 1 | -7/+1 |
| * | Implement QSE::setAgent and QSE::agent | Jedrzej Nowacki | 2011-02-01 | 1 | -4/+12 |
| * | Build fix. | Jedrzej Nowacki | 2011-01-28 | 1 | -0/+2577 |
| * | Say goodbye to QtScript/JSC, say hello to the beginnings of QtScript/V8 | Kent Hansen | 2010-09-03 | 1 | -4438/+0 |
| * | doc: Remove \internal tag from QScriptProgram | Kent Hansen | 2010-08-31 | 1 | -2/+1 |
| * | Make qsTrId() / QT_TRID_NOOP() accessible from QtScript | Kent Hansen | 2010-08-23 | 1 | -0/+28 |
| * | QScript: remove JSC::JSLock | Olivier Goffart | 2010-07-29 | 1 | -4/+0 |
| * | QScript: document/obsolete things that does not work since the move to JSC | Olivier Goffart | 2010-07-29 | 1 | -7/+4 |
| * | QScriptEngineAgent: recompile all the function when installing a debugger. | Olivier Goffart | 2010-07-27 | 1 | -0/+1 |
| * | Fix conversion between JavaScript Date and QDateTime | Kent Hansen | 2010-06-25 | 1 | -0/+47 |
| * | Use custom static scopes to improve QML/JavaScript performance | Kent Hansen | 2010-06-25 | 1 | -9/+3 |
| * | Usefully convert from QtScript object/array to QVariant | Kent Hansen | 2010-06-17 | 1 | -13/+17 |
| * | Allow to build Qt in static with mingw | Thierry Bastian | 2010-06-07 | 1 | -3/+1 |
| * | doc: Fixed many broken links. | Martin Smith | 2010-05-19 | 1 | -3/+14 |
| * | QScript: use JSC::NativeFunctionWrapper instead of JSC::PrototypeFunction whe... | Olivier Goffart | 2010-04-19 | 1 | -2/+2 |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-17 | 1 | -1/+13 |
| |\ |
|
| | * | Speed up qsTr() by caching the translation context | Kent Hansen | 2010-04-15 | 1 | -1/+13 |