summaryrefslogtreecommitdiffstats
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cleanup: Move exception helper functions to QScriptEnginePrivateKent Hansen2010-02-183-35/+35
* | Optimization: Avoid calling out to public API functionKent Hansen2010-02-151-2/+1
* | Use RefPtr to store QScriptProgram's EvalExecutableKent Hansen2010-02-012-6/+7
|/
* Don't crash when comparing JSCore value without engine to non-JSCore valueKent Hansen2010-01-271-4/+9
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-1132-32/+32
|\
| * Update copyright year to 2010Jason McDonald2010-01-0632-32/+32
* | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2010-01-111-4/+8
|/
* Fix translation context for qsTr.Michael Brasser2009-12-101-3/+4
* Fix garbage collection issue with script-owned objects with connectionsKent Hansen2009-11-301-10/+11
* Don't crash in eval() function when QtScript debugger is attachedKent Hansen2009-11-231-2/+8
* Merge branch '4.6' of oslo-staging-1 into 4.6Simon Hausmann2009-11-191-1/+5
|\
| * Application object must be constructed before QScriptEngineKent Hansen2009-11-181-1/+5
* | Ran the script utils/normalizeOlivier Goffart2009-11-181-1/+1
|/
* Fixed the QtScript license information in the source files to referSimon Hausmann2009-11-1732-608/+32
* Replace LGPL license tags with LGPL-ONLYSimon Hausmann2009-11-1732-32/+32
* Add QScriptDeclarativeClassAaron Kennedy2009-11-103-3/+16
* added missing include for template instantiation (in qDeleteAll)mae2009-11-101-1/+1
* During a GC mark the scope chain of QScriptContextsAaron Kennedy2009-11-101-0/+18
* Add QScriptString::toArrayIndex() functionKent Hansen2009-10-302-0/+31
* Say hello to QScriptProgram :-)Kent Hansen2009-10-287-58/+510
* Inline QtScript exception helper functionsKent Hansen2009-10-233-18/+18
* Avoid calls to public QScriptValue::engine() functionKent Hansen2009-10-233-16/+31
* Speed up QScriptValue creation by avoiding operator= to be calledKent Hansen2009-10-231-32/+18
* Bind QScriptValue to engine when the value is created internallyKent Hansen2009-10-231-26/+27
* Inline internal property lookup functionKent Hansen2009-10-233-28/+47
* Use an inline helper function to check if a QScriptString is validKent Hansen2009-10-233-5/+11
* Inline scriptEngineFromExec() functionKent Hansen2009-10-232-15/+21
* Inline internal QtScript functions (frameForContext())Kent Hansen2009-10-232-12/+12
* Inline two internal QtScript functions (contextForFrame() and globalExec())Kent Hansen2009-10-232-17/+17