summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Do not add public API to QScriptEngineAaron Kennedy2009-11-094-30/+34
* Cleanup following reviewAaron Kennedy2009-11-091-1/+1
* Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-043-0/+47
|\
| * Merge commit 'origin/4.6' into featureJørgen Lind2009-11-022-0/+31
| |\
| | * Add QScriptString::toArrayIndex() functionKent Hansen2009-10-302-0/+31
| * | Fix QT_NO_PROPERTIESJørgen Lind2009-10-291-0/+16
| |/
* | added missing include for template instantiation (in qDeleteAll)mae2009-10-301-1/+1
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-304-21/+31
|\ \
| * \ Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2009-10-294-21/+31
| |\ \ | | |/
| | * Say hello to QScriptProgram :-)Kent Hansen2009-10-287-58/+510
* | | fix headersWarwick Allison2009-10-294-4/+4
|/ /
* | Compile on windowsAaron Kennedy2009-10-261-0/+6
* | Merge branch 'qscriptprogram' of git@scm.dev.nokia.troll.no:qt/khansens-qt-sc...Aaron Kennedy2009-10-267-268/+495
|\ \
| * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qscriptprogramKent Hansen2009-10-2312-206/+259
| |\ \ | | |/
| * | Refactor QScriptProgram and related APIKent Hansen2009-10-236-104/+109
| * | add getter functions and comparison operators to QScriptProgramKent Hansen2009-10-232-0/+60
| * | separate the logic shared by evaluate(QString) and evaluate(QScriptProgram)Kent Hansen2009-10-232-68/+60
| * | delete the executable when the program is destroyedKent Hansen2009-10-231-2/+5
| * | add compile() and evaluate() functions to public apiKent Hansen2009-10-231-0/+4
| * | some preliminary work on QScriptProgramKent Hansen2009-10-095-0/+372
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-2510-204/+241
|\ \ \ | | |/ | |/|
| * | 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 internal QtScript object data() functionsKent Hansen2009-10-232-16/+16
| * | Inline internal QtScript object delegate functionsKent Hansen2009-10-234-31/+31
| * | 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
* | | During a GC mark the scope chain of QScriptContextsAaron Kennedy2009-10-221-0/+18
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-194-3/+19
|\ \ \ | |/ /
| * | Regression fix. Fix the hasUncaughtException() flag in debugger's event.Jedrzej Nowacki2009-10-194-3/+19
| |/
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-196-27/+38
|\ \ | |/
| * 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
* | Add toArrayIndex methodAaron Kennedy2009-10-142-0/+8
* | Tweak QScriptDeclarativeClass API to not be so sillyAaron Kennedy2009-10-084-28/+45
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-072-9/+10
|\ \ | |/
| * 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