Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored QmlJS Live Preview into a library | Lasse Holmstedt | 2010-07-29 | 1 | -508/+0 |
| | | | | | | QMLObserver links against the library dynamically. User's apps can also link to it statically, so that the app can be deployed with debugging features to a device, without having to worry about library deployment. | ||||
* | QML JS Debugger: support the debugger statement | Olivier Goffart | 2010-07-29 | 1 | -2/+16 |
| | |||||
* | Qml JS Debugger: If the exact line number is not known, fallback to the ↵ | Olivier Goffart | 2010-07-28 | 1 | -1/+4 |
| | | | | function line number | ||||
* | QML JS Debugger: Break when there is an uncaught exception | Olivier Goffart | 2010-07-23 | 1 | -7/+9 |
| | |||||
* | QML JS Debugger: use RIIA for initializeing an evaluation context | Olivier Goffart | 2010-07-23 | 1 | -23/+28 |
| | |||||
* | QML JS Debugger: Asynchronous call to watchHandler()->endCycle() | Olivier Goffart | 2010-07-23 | 1 | -0/+7 |
| | | | | All the expended item need to be retreived before we can call endCycle | ||||
* | QML JS Debugger: add 'this' in the locals | Olivier Goffart | 2010-07-23 | 1 | -12/+20 |
| | |||||
* | QML JS Debugger: Ability to edit properties from the debugger | Olivier Goffart | 2010-07-22 | 1 | -1/+30 |
| | |||||
* | QML JS Debugger: Hides signals/slot/method | Olivier Goffart | 2010-07-22 | 1 | -0/+5 |
| | | | | | Skip all signals and slot, there is too many of them, and it is not usefull in the debugger. | ||||
* | QML JS Debugger: Better support of QObject | Olivier Goffart | 2010-07-22 | 1 | -6/+8 |
| | |||||
* | QML JS Debugger: clicking on the stackstrace shows the locals of this context | Olivier Goffart | 2010-07-22 | 1 | -0/+25 |
| | |||||
* | QML JS Debugger: Be able to expand objects | Olivier Goffart | 2010-07-22 | 1 | -10/+46 |
| | |||||
* | QML JS Debugger: Better way to stream watch data | Olivier Goffart | 2010-07-22 | 1 | -6/+82 |
| | | | | QVariant does not work as they can contain custom type that corrypt the stream | ||||
* | QML JS debugging: premilary support of locals | Olivier Goffart | 2010-07-16 | 1 | -1/+1 |
| | | | | | Unfortunatelly, streaming QVariant is not a really good idea, as streaming a custom type would fail | ||||
* | rename dir qmlviewer -> qmlobserver | Lasse Holmstedt | 2010-07-14 | 1 | -0/+296 |