| Commit message (Expand) | Author | Age | Files | Lines |
* | Second attempt at work-around for MSVC2008 compiler crash | Kent Hansen | 2010-02-22 | 1 | -0/+5 |
|
|
* | Work around MSVC2008 compiler crash | Kent Hansen | 2010-02-19 | 2 | -1/+27 |
|
|
* | Avoid calling out to public API in the QtScript implementation | Kent Hansen | 2010-02-18 | 4 | -287/+459 |
|
|
* | Move property helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 4 | -206/+288 |
|
|
* | Move more script value conversion code to helper functions | Kent Hansen | 2010-02-18 | 2 | -65/+152 |
|
|
* | Cleanup: Move value conversion code to helper functions | Kent Hansen | 2010-02-18 | 3 | -11/+60 |
|
|
* | Move implementation of QScriptValue construction functions to private class | Kent Hansen | 2010-02-18 | 2 | -91/+133 |
|
|
* | Cleanup: Move number conversion functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 3 | -84/+81 |
|
|
* | Move some helper function declarations outside QT_NO_QOBJECT guard | Kent Hansen | 2010-02-18 | 1 | -13/+14 |
|
|
* | Cleanup: Move exception helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 3 | -35/+35 |
|
|
* | Optimization: Avoid calling out to public API function | Kent Hansen | 2010-02-15 | 1 | -2/+1 |
|
|
* | Use RefPtr to store QScriptProgram's EvalExecutable | Kent Hansen | 2010-02-01 | 2 | -6/+7 |
|
|
* | Don't crash when comparing JSCore value without engine to non-JSCore value | Kent Hansen | 2010-01-27 | 1 | -4/+9 |
|
|
* | 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 | 32 | -32/+32 |
|\ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 32 | -32/+32 |
|
|
* | | Correctly determine QScriptValue::isQObject() for QObjects using the | Michael Brasser | 2010-01-11 | 1 | -4/+8 |
|/ |
|
* | Fix translation context for qsTr. | Michael Brasser | 2009-12-10 | 1 | -3/+4 |
|
|
* | Fix garbage collection issue with script-owned objects with connections | Kent Hansen | 2009-11-30 | 1 | -10/+11 |
|
|
* | 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 |
|/ |
|
* | Fixed the QtScript license information in the source files to refer | Simon Hausmann | 2009-11-17 | 32 | -608/+32 |
|
|
* | Replace LGPL license tags with LGPL-ONLY | Simon Hausmann | 2009-11-17 | 32 | -32/+32 |
|
|
* | Add QScriptDeclarativeClass | Aaron Kennedy | 2009-11-10 | 3 | -3/+16 |
|
|
* | 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 |
|
|
* | Add QScriptString::toArrayIndex() function | Kent Hansen | 2009-10-30 | 2 | -0/+31 |
|
|
* | 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 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 |
|
|
* | QScriptContext::parentContext: don't skip unessecary frames | Olivier Goffart | 2009-10-06 | 1 | -1/+1 |
|
|
* | implement property getters&setters for setProperty(quint32) overload | Kent Hansen | 2009-10-06 | 1 | -2/+4 |
|
|
* | QtScript: Another crash fix on PowerPC | Olivier Goffart | 2009-10-06 | 1 | -2/+1 |
|
|
* | QScript: do not crash on PowerPC | Olivier Goffart | 2009-10-06 | 1 | -2/+2 |
|
|