Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure __FILE__ and __LINE__ properties are restored correctly | Kent Hansen | 2009-06-17 | 1 | -4/+6 |
| | | | | Task-number: 256184 | ||||
* | fix crash when detach()ing a debugger and then evaluating script print() ↵ | Joel Nordell | 2009-06-17 | 2 | -7/+14 |
| | | | | | | | function Merge-request: 554 Reviewed-by: Kent Hansen <khansen@trolltech.com> | ||||
* | reset debugger's state correctly when previous engine was deleted | Kent Hansen | 2009-06-17 | 1 | -15/+15 |
| | | | | | | If the engine was deleted, the agent will be 0, but we still want to fall through rather than return immediately, so that the other variables are reset correctly. | ||||
* | kill some includes not needed anymore | Kent Hansen | 2009-06-17 | 1 | -4/+0 |
| | | | | The debugger is completely abstracted from QScriptEngine, whee | ||||
* | fix the QScriptEngineDebugger::state() logic, add test, improve docs | Kent Hansen | 2009-06-17 | 1 | -2/+5 |
| | |||||
* | add a state() function to QScriptEngineDebugger for determining whether the debu | Joel Nordell | 2009-06-17 | 4 | -0/+36 |
| | | | | | | | gger is suspended or not Merge-request: 555 Reviewed-by: Kent Hansen <khansen@trolltech.com> | ||||
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 141 | -282/+282 |
|\ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 140 | -280/+280 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | attempt to compile on solaris | Kent Hansen | 2009-06-16 | 1 | -2/+2 |
| | | |||||
* | | small refactoring so remote debugger can use the same code | Kent Hansen | 2009-06-15 | 3 | -33/+52 |
| | | |||||
* | | don't try to delete script object snapshots when debugger front-end is deleted | Kent Hansen | 2009-06-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | The locals model is technically part of the debugger front-end. When it's deleted we will have detached (or are in the process of detaching) from the debugger target anyway, which means that the object snapshots will be cleaned up by the back-end itself. In any case we shouldn't be sending debugger commands from a destructor, since we're not in a stable state. For in-process debugging, we were lucky and this magically worked, but for out-of-process debugging it caused the debugger to crash. | ||||
* | | small refactoring | Kent Hansen | 2009-06-15 | 1 | -7/+10 |
| | | | | | | | | Preparing to make it work with remote debugging. | ||||
* | | Fixed compile of scripttools with MSVC 2003. | Rohan McGovern | 2009-06-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Fixes compile error: debugging\qscriptdebuggercommand.cpp(567) : error C2664: 'QScriptDebuggerCommand::setAttribute' : cannot convert parameter 2 from 'const QStringList' to 'const QVariant &' Reason: cannot convert from 'const QStringList' to 'const QVariant' Source or target has incomplete type | ||||
* | | refactor some script debugger internals | Kent Hansen | 2009-06-12 | 7 | -148/+363 |
| | | | | | | | | Make it possible to reuse more code in remote debugger. | ||||
* | | make debugger console's auto-completion asynchronous | Kent Hansen | 2009-06-12 | 8 | -103/+196 |
| | | | | | | | | Needed for remote debugging. | ||||
* | | make debugger's tooltip handling asynchronous | Kent Hansen | 2009-06-12 | 8 | -56/+110 |
| | | | | | | | | Needed for remote debugging. | ||||
* | | fix bugs in the completion+tooltip providers | Kent Hansen | 2009-06-12 | 2 | -3/+2 |
| | | |||||
* | | add streaming ops for scriptdebugger object deltas | Kent Hansen | 2009-06-12 | 2 | -0/+22 |
| | | | | | | | | Needed for remote debugging. | ||||
* | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 4 | -9/+9 |
|/ | | | | | used character operations whenever possible better usage of QLatin1String | ||||
* | Fixed compilation with -qtnamespace | Markus Goetz | 2009-05-22 | 1 | -3/+10 |
| | | | | | Task-number: 254333 Reviewed-by: Andy Shaw <qt-info@nokia.com> | ||||
* | Remove obsolete pre-processor directives that check QT_VERSION. | Jason McDonald | 2009-04-16 | 13 | -101/+0 |
| | | | | Reviewed-by: Kent Hansen | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 197 | -0/+27892 |