summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Optimization: Avoid calling out to public API functionKent Hansen2010-02-151-2/+1
* Merge branch 'kinetic-declarativeui' of git://git-nokia.trolltech.com.au/qtso...Warwick Allison2010-02-044-7/+263
|\
| * Compile.Warwick Allison2010-02-031-0/+1
| * Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-02-021-4/+9
| |\
| * \ Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-201-1/+8
| |\ \
| * \ \ Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-191-1/+2
| |\ \ \
| * | | | Fix possible crashAaron Kennedy2010-01-152-4/+9
| * | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-1467-70/+233
| |\ \ \ \
| | * \ \ \ Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-01-1467-70/+233
| | |\ \ \ \
| * | | | | | Support calling in QScriptDeclarativeClassAaron Kennedy2010-01-144-3/+58
| |/ / / / /
| * | | | | CompileAaron Kennedy2010-01-121-1/+1
| * | | | | Optimization: Add QScriptDeclarativeClass::ValueAaron Kennedy2010-01-113-5/+199
| * | | | | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2009-12-173-4/+14
| * | | | | Introduce experimental binding optimizerAaron Kennedy2009-12-141-0/+1
| * | | | | Quick fix for translation.Michael Brasser2009-12-091-3/+4
* | | | | | 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
| |_|_|/ |/| | |
* | | | Remove QtScript connection when receiver QObject has been deletedKent Hansen2010-01-191-1/+8
| |_|/ |/| |
* | | don't assert when calling QtScript-wrapped method of deleted QObjectKent Hansen2010-01-181-1/+2
| |/ |/|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-1167-69/+69
|\ \
| * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0767-69/+69
| |\ \
| | * | Update copyright year to 2010Jason McDonald2010-01-0767-69/+69
* | | | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2010-01-113-4/+14
|/ / /
* / / Implement QScript::QObjectDelegate::getOwnPropertyDescriptorOlivier Goffart2010-01-054-1/+164
|/ /
* / Fix translation context for qsTr.Michael Brasser2009-12-101-3/+4
|/
* Fix garbage collection issue with script-owned objects with connectionsKent Hansen2009-11-302-23/+25
* Fix miracously exported WTF symbols in QtScript with the Maemo 5 toolchain.Lars Knoll2009-11-271-1/+1
* 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
|/
* Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-176-56/+126
|\
| * Merge commit 'coreteam/4.6' into oslo1-4.6Marius Storm-Olsen2009-11-136-56/+126
| |\
| | * utils/qlalr generator: adapt changes to xmlstream and script filesPeter Hartmann2009-11-116-56/+126
* | | Fixed the QtScript license information in the source files to referSimon Hausmann2009-11-1766-1254/+66
* | | Replace LGPL license tags with LGPL-ONLYSimon Hausmann2009-11-1766-66/+66
* | | Compile in namespaceAaron Kennedy2009-11-171-0/+1
|/ /
* | Add QScriptDeclarativeClassAaron Kennedy2009-11-109-6/+826
* | 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
|/
* 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
|/
* 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