Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix line number and arguments in QScriptContext::toString | Olivier Goffart | 2009-08-11 | 1 | -1/+0 |
| | | | | | | | | | | | | For arguments, we always need to skip the implicit 'this' argument For line number, we walk thought the stack frames from the top to find the one above the requested one, which contains the returnPC we need. Also fixed a crash because QScriptContext::parentContext would have returned a pointer with flags inside. Reviewed-by: Kent Hansen | ||||
* | implement QScriptContextInfo streaming from datastream | Kent Hansen | 2009-08-10 | 1 | -3/+2 |
| | |||||
* | implement QScriptContextInfo::parameterNames() for Qt methods | Kent Hansen | 2009-08-10 | 1 | -9/+16 |
| | | | | | | | | | | | | | | | It doesn't work for overloaded methods yet (unless you just happened to call the overload that's defined last in the source file). In the old back-end we stored the actual overload that was being called in the QScriptContextPrivate. Since QScriptContext is a JSC::ExecState now, we either have to add the information to JSC::ExecState, or add some mapping scheme so we can go determine the meta-index for a particular (ExecState, QtFunction) pair. Also in this commit: Marked expected failures, so the autotests will run to completion. | ||||
* | add QEXPECT_FAIL | Olivier Goffart | 2009-07-28 | 1 | -0/+11 |
| | |||||
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 3 | -0/+563 |
| | |||||
* | add a bunch of qtscript autotests | Kent Hansen | 2009-06-15 | 1 | -0/+20 |
| | | | | Get that code coverage up. | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 3 | -0/+563 |