| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Update src/3rdparty/javascriptcore and adapt src/script to the changes. | Kent Hansen | 2009-09-24 | 5 | -61/+124 |
|
|
* | don't crash in property access after script class has been set to 0 | Kent Hansen | 2009-09-22 | 1 | -5/+9 |
|
|
* | make sure the engine's currentFrame is in sync when calling out to public API | Kent Hansen | 2009-09-22 | 2 | -0/+25 |
|
|
* | Fix QScriptValue::strictlyEquals | Simon Hausmann | 2009-09-22 | 1 | -1/+8 |
|
|
* | Fix QScriptValue constructors without a QScriptEngine | Simon Hausmann | 2009-09-22 | 1 | -36/+9 |
|
|
* | use JSObject::inherits() instead of JSObject::isObject() | Kent Hansen | 2009-09-21 | 4 | -10/+10 |
|
|
* | initialize the this-register of the global context | Kent Hansen | 2009-09-18 | 1 | -0/+1 |
|
|
* | put the this-register calculation into a function | Kent Hansen | 2009-09-18 | 3 | -3/+10 |
|
|
* | make qscriptvalue_cast<QVariant>() compile again on Windows | Kent Hansen | 2009-09-18 | 1 | -2/+4 |
|
|
* | Fix compilation with winscw | Simon Hausmann | 2009-09-10 | 4 | -18/+18 |
|
|
* | Fix the bactkrace in the QScript Debugger | Olivier Goffart | 2009-09-09 | 3 | -16/+16 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 29 | -116/+116 |
|
|
* | Few expected fails were fixed in QScriptEngineAgent | Jedrzej Nowacki | 2009-09-07 | 1 | -4/+0 |
|
|
* | compile on Windows | Kent Hansen | 2009-09-03 | 1 | -0/+1 |
|
|
* | improve memory management scheme of QScriptString(Private) | Kent Hansen | 2009-09-02 | 5 | -44/+119 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-02 | 1 | -10/+9 |
|
|
* | Optimize QScriptClass | Olivier Goffart | 2009-09-02 | 5 | -15/+12 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 11 | -143/+143 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 18 | -234/+234 |
|
|
* | fix crash due to double deletion | Kent Hansen | 2009-08-31 | 1 | -1/+0 |
|
|
* | implement functionExit() callbacks on the JIT | Kent Hansen | 2009-08-31 | 2 | -6/+12 |
|
|
* | Make it possible for autotests to check if JIT is enabled or not | Kent Hansen | 2009-08-28 | 1 | -0/+11 |
|
|
* | QScriptContextInfo: fix the line numbers with JIT | Olivier Goffart | 2009-08-28 | 1 | -3/+11 |
|
|
* | QScriptEngine: Remove one superflous stackframe for native call made by JIT | Olivier Goffart | 2009-08-28 | 1 | -1/+7 |
|
|
* | fix compiler warnings on Windows | Kent Hansen | 2009-08-27 | 1 | -2/+2 |
|
|
* | warn if QScriptValue::setScriptClass() is called on incompatible object | Kent Hansen | 2009-08-26 | 1 | -1/+6 |
|
|
* | don't crash when attempting to access properties of a JS Object that belonged... | Kent Hansen | 2009-08-26 | 2 | -24/+29 |
|
|
* | fix performance issue with QScriptValue::propertyFlags() | Kent Hansen | 2009-08-26 | 2 | -28/+39 |
|
|
* | Another memoryleak in QScriptEngine | Olivier Goffart | 2009-08-25 | 1 | -5/+5 |
|
|
* | Memory leak in QScriptEngineAgent. | Olivier Goffart | 2009-08-25 | 2 | -3/+1 |
|
|
* | Fix memory leak in QScriptEngine::newQObject | Olivier Goffart | 2009-08-25 | 1 | -8/+6 |
|
|
* | fix performance issue with QScriptValue::setProperty() | Kent Hansen | 2009-08-24 | 2 | -75/+83 |
|
|
* | pass engine and identifier to QScriptStringPrivate constructor | Kent Hansen | 2009-08-24 | 2 | -7/+7 |
|
|
* | add an internal QScriptValue ctor to initialize from d-pointer | Kent Hansen | 2009-08-24 | 3 | -3/+11 |
|
|
* | make some internal qtscript functions inline | Kent Hansen | 2009-08-24 | 4 | -133/+132 |
|
|
* | compile fix with namespaced Qt | hjk | 2009-08-24 | 5 | -12/+12 |
|
|
* | pass engine pointer to QScriptValuePrivate | Kent Hansen | 2009-08-24 | 3 | -34/+19 |
|
|
* | handle memory management of QScriptValuePrivate in engine if possible | Kent Hansen | 2009-08-24 | 4 | -17/+61 |
|
|
* | fix memory leak | Kent Hansen | 2009-08-24 | 1 | -1/+0 |
|
|
* | avoid calling QScriptValue::isFunction() inside call() and construct() | Kent Hansen | 2009-08-24 | 1 | -16/+26 |
|
|
* | use QVarLengthArray instead of QVector for holding JS arguments | Kent Hansen | 2009-08-24 | 1 | -4/+3 |
|
|
* | Fix QScriptContext::argumentObjects for function called with QScriptValue::call | Olivier Goffart | 2009-08-24 | 1 | -2/+7 |
|
|
* | QScriptValue: No need to create the activation object for call or construct | Olivier Goffart | 2009-08-24 | 1 | -4/+0 |
|
|
* | Trivial: Remove uneeded #include | Harald Fernengel | 2009-08-24 | 1 | -1/+0 |
|
|
* | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 6 | -6/+6 |
|
|
* | compile again after merge | Harald Fernengel | 2009-08-21 | 8 | -88/+14 |
|
|