summaryrefslogtreecommitdiffstats
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make qsTr work in global scopeKent Hansen2010-04-131-3/+13
* Regressions in Global Object prototype accessKent Hansen2010-04-092-4/+17
* 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
* Fix memory leak when lazily binding QScriptValue to an engineKent Hansen2010-02-222-3/+11
* 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
* Use the qsreal type instead of double when working with QtScript numbersKent Hansen2009-10-224-7/+7
* QtScript: Compatibility with 4.5Olivier Goffart2009-10-221-0/+4
* Regression fix. Fix the hasUncaughtException() flag in debugger's event.Jedrzej Nowacki2009-10-194-3/+19
* Fix "Warning: #381-D: extra ";" ignored" reported by RVCTJanne Anttila2009-10-081-1/+1
* Use JSC::asObject() when we know that the value is an objectKent Hansen2009-10-071-2/+2
* Inline QScriptValuePrivate operator new and deleteKent Hansen2009-10-073-18/+18
* Get rid of some superfluous checks in QScriptString::operator==()Kent Hansen2009-10-071-6/+0
* implement qHash function for QScriptStringKent Hansen2009-10-073-0/+17
* QScriptContext::parentContext: don't skip unessecary framesOlivier Goffart2009-10-061-1/+1
* implement property getters&setters for setProperty(quint32) overloadKent Hansen2009-10-061-2/+4
* QtScript: Another crash fix on PowerPCOlivier Goffart2009-10-061-2/+1
* QScript: do not crash on PowerPCOlivier Goffart2009-10-061-2/+2
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit to jsc-for-qtscript-4....Kent Hansen2009-10-051-1/+1
* Reset timeout-checker before evaluating when processEventsInterval is usedKent Hansen2009-10-011-0/+2
* Fix column number provided to QScriptEngineAgentKent Hansen2009-10-013-65/+81
* Fix linking on windows, building qt in namespaceJarek Kobus2009-09-301-1/+3