| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara... | Warwick Allison | 2010-01-14 | 67 | -70/+233 |
|\ |
|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-11 | 67 | -69/+69 |
| |\ |
|
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-07 | 67 | -69/+69 |
| | |\ |
|
| | | * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 67 | -69/+69 |
|
|
| * | | | Correctly determine QScriptValue::isQObject() for QObjects using the | Michael Brasser | 2010-01-11 | 3 | -4/+14 |
| |/ / |
|
| * | | Implement QScript::QObjectDelegate::getOwnPropertyDescriptor | Olivier Goffart | 2010-01-05 | 4 | -1/+164 |
| |/ |
|
| * | Fix translation context for qsTr. | Michael Brasser | 2009-12-10 | 1 | -3/+4 |
|
|
* | | Compile | Aaron Kennedy | 2010-01-12 | 1 | -1/+1 |
|
|
* | | Optimization: Add QScriptDeclarativeClass::Value | Aaron Kennedy | 2010-01-11 | 3 | -5/+199 |
|
|
* | | Correctly determine QScriptValue::isQObject() for QObjects using the | Michael Brasser | 2009-12-17 | 3 | -4/+14 |
|
|
* | | Introduce experimental binding optimizer | Aaron Kennedy | 2009-12-14 | 1 | -0/+1 |
|
|
* | | Quick fix for translation. | Michael Brasser | 2009-12-09 | 1 | -3/+4 |
|/ |
|
* | Fix garbage collection issue with script-owned objects with connections | Kent Hansen | 2009-11-30 | 2 | -23/+25 |
|
|
* | Fix miracously exported WTF symbols in QtScript with the Maemo 5 toolchain. | Lars Knoll | 2009-11-27 | 1 | -1/+1 |
|
|
* | Don't crash in eval() function when QtScript debugger is attached | Kent Hansen | 2009-11-23 | 1 | -2/+8 |
|
|
* | Merge branch '4.6' of oslo-staging-1 into 4.6 | Simon Hausmann | 2009-11-19 | 1 | -1/+5 |
|\ |
|
| * | Application object must be constructed before QScriptEngine | Kent Hansen | 2009-11-18 | 1 | -1/+5 |
|
|
* | | Ran the script utils/normalize | Olivier Goffart | 2009-11-18 | 1 | -1/+1 |
|/ |
|
* | Merge remote branch 'staging/4.6' into 4.6 | Simon Hausmann | 2009-11-17 | 6 | -56/+126 |
|\ |
|
| * | Merge commit 'coreteam/4.6' into oslo1-4.6 | Marius Storm-Olsen | 2009-11-13 | 6 | -56/+126 |
| |\ |
|
| | * | utils/qlalr generator: adapt changes to xmlstream and script files | Peter Hartmann | 2009-11-11 | 6 | -56/+126 |
|
|
* | | | Fixed the QtScript license information in the source files to refer | Simon Hausmann | 2009-11-17 | 66 | -1254/+66 |
|
|
* | | | Replace LGPL license tags with LGPL-ONLY | Simon Hausmann | 2009-11-17 | 66 | -66/+66 |
|
|
* | | | Compile in namespace | Aaron Kennedy | 2009-11-17 | 1 | -0/+1 |
|/ / |
|
* | | Add QScriptDeclarativeClass | Aaron Kennedy | 2009-11-10 | 9 | -6/+826 |
|
|
* | | added missing include for template instantiation (in qDeleteAll) | mae | 2009-11-10 | 1 | -1/+1 |
|
|
* | | During a GC mark the scope chain of QScriptContexts | Aaron Kennedy | 2009-11-10 | 1 | -0/+18 |
|/ |
|
* | Merge commit 'origin/4.6' into feature | Jørgen Lind | 2009-11-02 | 2 | -0/+31 |
|\ |
|
| * | Add QScriptString::toArrayIndex() function | Kent Hansen | 2009-10-30 | 2 | -0/+31 |
|
|
* | | Fix QT_NO_PROPERTIES | Jørgen Lind | 2009-10-29 | 1 | -0/+16 |
|/ |
|
* | Say hello to QScriptProgram :-) | Kent Hansen | 2009-10-28 | 7 | -58/+510 |
|
|
* | Inline QtScript exception helper functions | Kent Hansen | 2009-10-23 | 3 | -18/+18 |
|
|
* | Avoid calls to public QScriptValue::engine() function | Kent Hansen | 2009-10-23 | 3 | -16/+31 |
|
|
* | Speed up QScriptValue creation by avoiding operator= to be called | Kent Hansen | 2009-10-23 | 1 | -32/+18 |
|
|
* | Bind QScriptValue to engine when the value is created internally | Kent Hansen | 2009-10-23 | 1 | -26/+27 |
|
|
* | Inline internal property lookup function | Kent Hansen | 2009-10-23 | 3 | -28/+47 |
|
|
* | Use an inline helper function to check if a QScriptString is valid | Kent Hansen | 2009-10-23 | 3 | -5/+11 |
|
|
* | Inline internal QtScript object data() functions | Kent Hansen | 2009-10-23 | 2 | -16/+16 |
|
|
* | Inline internal QtScript object delegate functions | Kent Hansen | 2009-10-23 | 4 | -31/+31 |
|
|
* | Inline scriptEngineFromExec() function | Kent Hansen | 2009-10-23 | 2 | -15/+21 |
|
|
* | Inline internal QtScript functions (frameForContext()) | Kent Hansen | 2009-10-23 | 2 | -12/+12 |
|
|
* | Inline two internal QtScript functions (contextForFrame() and globalExec()) | Kent Hansen | 2009-10-23 | 2 | -17/+17 |
|
|
* | Use the qsreal type instead of double when working with QtScript numbers | Kent Hansen | 2009-10-22 | 4 | -7/+7 |
|
|
* | QtScript: Compatibility with 4.5 | Olivier Goffart | 2009-10-22 | 1 | -0/+4 |
|
|
* | Regression fix. Fix the hasUncaughtException() flag in debugger's event. | Jedrzej Nowacki | 2009-10-19 | 4 | -3/+19 |
|
|
* | Fix "Warning: #381-D: extra ";" ignored" reported by RVCT | Janne Anttila | 2009-10-08 | 1 | -1/+1 |
|
|
* | Use JSC::asObject() when we know that the value is an object | Kent Hansen | 2009-10-07 | 1 | -2/+2 |
|
|
* | Inline QScriptValuePrivate operator new and delete | Kent Hansen | 2009-10-07 | 3 | -18/+18 |
|
|
* | Get rid of some superfluous checks in QScriptString::operator==() | Kent Hansen | 2009-10-07 | 1 | -6/+0 |
|
|
* | implement qHash function for QScriptString | Kent Hansen | 2009-10-07 | 3 | -0/+17 |
|
|