| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati... | Michael Brasser | 2009-10-19 | 4 | -3/+19 |
|\ |
|
| * | Regression fix. Fix the hasUncaughtException() flag in debugger's event. | Jedrzej Nowacki | 2009-10-19 | 4 | -3/+19 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati... | Michael Brasser | 2009-10-19 | 6 | -27/+38 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Add toArrayIndex method | Aaron Kennedy | 2009-10-14 | 2 | -0/+8 |
|
|
* | | Tweak QScriptDeclarativeClass API to not be so silly | Aaron Kennedy | 2009-10-08 | 4 | -28/+45 |
|
|
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-07 | 2 | -9/+10 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Export the active QScriptContext during a callback | Aaron Kennedy | 2009-10-06 | 3 | -2/+59 |
|
|
* | | Add a QScriptEngine::pushCleanContext() method | Aaron Kennedy | 2009-10-06 | 3 | -3/+41 |
|
|
* | | Compile against updated JSC | Aaron Kennedy | 2009-10-05 | 4 | -17/+28 |
|
|
* | | Tweak api to improve ownership issues | Aaron Kennedy | 2009-10-05 | 4 | -33/+25 |
|
|
* | | API changes | Aaron Kennedy | 2009-10-05 | 2 | -53/+87 |
|
|
* | | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 3 | -0/+20 |
|
|
* | | Use placement new correctly | Aaron Kennedy | 2009-10-05 | 1 | -3/+3 |
|
|
* | | Add two step compile/evaluate support to QScript | Aaron Kennedy | 2009-10-05 | 2 | -0/+199 |
|
|
* | | Prototype a QScriptDeclarativeClass that fits better with qml | Aaron Kennedy | 2009-10-05 | 6 | -3/+652 |
|
|
* | | No longer need to disable JITing. | Michael Brasser | 2009-10-04 | 1 | -2/+0 |
|
|
* | | Merge commit 'qt-mainline/4.6' into kinetic-declarativeui | Andreas Aardal Hanssen | 2009-10-02 | 5 | -72/+98 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati... | Michael Brasser | 2009-09-29 | 20 | -281/+399 |
|\ \
| |/ |
|
| * | 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 |
|
|
| * | Update src/3rdparty/javascriptcore and adapt src/script to the changes. | Kent Hansen | 2009-09-24 | 18 | -217/+265 |
|
|
| * | don't crash in property access after script class has been set to 0 | Kent Hansen | 2009-09-22 | 2 | -5/+10 |
|
|
| * | make sure the engine's currentFrame is in sync when calling out to public API | Kent Hansen | 2009-09-22 | 3 | -1/+32 |
|
|
| * | work around another set of duplicated symbols between webkit and script | Lars Knoll | 2009-09-22 | 1 | -1/+1 |
|
|
| * | 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 |
|
|
| * | QtScript: Fix comparing QVariant and QObject. | Olivier Goffart | 2009-09-21 | 6 | -0/+42 |
|
|
| * | use JSObject::inherits() instead of JSObject::isObject() | Kent Hansen | 2009-09-21 | 6 | -15/+15 |
|
|
| * | 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 |
|
|
* | | Merge commit 'origin/4.6' into kinetic-declarativeui | Lars Knoll | 2009-09-18 | 2 | -3/+6 |
|\ \
| |/ |
|
| * | Fix symbol clashes between QtWebKit and QtScript | Simon Hausmann | 2009-09-18 | 1 | -0/+1 |
|
|
| * | make qscriptvalue_cast<QVariant>() compile again on Windows | Kent Hansen | 2009-09-18 | 1 | -2/+4 |
|
|