| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | Updated JavaScriptCore from /home/khansen/dev/qtwebkit to jsc-for-qtscript-4.... | Kent Hansen | 2009-10-05 | 1 | -1/+1 |
|
|
* | Reset timeout-checker before evaluating when processEventsInterval is used | Kent Hansen | 2009-10-01 | 1 | -0/+2 |
|
|
* | Fix column number provided to QScriptEngineAgent | Kent Hansen | 2009-10-01 | 3 | -65/+81 |
|
|
* | Prospective solaris-g++-sparc build fix | Simon Hausmann | 2009-09-30 | 1 | -0/+5 |
|
|
* | avoid JavaScriptCore C API functions being exported from QtScript library | Kent Hansen | 2009-09-30 | 1 | -0/+3 |
|
|
* | Fix linking on windows, building qt in namespace | Jarek Kobus | 2009-09-30 | 1 | -1/+3 |
|
|
* | Remove "inline" keyword from unused constructors | Harald Fernengel | 2009-09-29 | 1 | -2/+2 |
|
|
* | QScript: fix the way the js stack is advanced. | Olivier Goffart | 2009-09-29 | 1 | -4/+2 |
|
|
* | QScript: Fix strange bugs and crashes. | Olivier Goffart | 2009-09-28 | 2 | -8/+12 |
|
|
* | compile fix with namespaced qt | hjk | 2009-09-28 | 3 | -5/+5 |
|
|