Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2011 now. | con | 2011-01-12 | 6 | -6/+6 |
| | |||||
* | QmlJSDebugClient: Update library to latest changes in qt | Kai Koehne | 2010-10-01 | 4 | -109/+224 |
| | | | | | | Protocol / classes changed with commit fd9771c29d Reviewed-by: Christiaan Janssen | ||||
* | QmlInspector: dumping object properties when fetching tree | Christiaan Janssen | 2010-09-21 | 1 | -2/+3 |
| | | | | Reviewed by: Kai Koehne | ||||
* | Fix krazy issues: Use explicit constructors | Tobias Hunger | 2010-08-27 | 1 | -1/+1 |
| | | | | | * Fix all warnings about non-explicit constructors except for those in 3rdparty code. | ||||
* | QmlDebugger: use another way for detecting new objects | Olivier Goffart | 2010-08-24 | 2 | -0/+7 |
| | |||||
* | QML Debugger: set the new dumpProperty flag to false | Olivier Goffart | 2010-08-16 | 1 | -2/+3 |
| | | | | | | | Dumping property is too slow and introduces noticable leaks In order to work, this optimisation needs f7a501515fcf1dafecb88 from Qt. (else it will not get optimized) | ||||
* | Do not include private headers | Olivier Goffart | 2010-08-04 | 1 | -6/+4 |
| | |||||
* | Do not include private headers | Olivier Goffart | 2010-08-04 | 2 | -3/+7 |
| | |||||
* | Fix compilation with namespaced Qt. | ck | 2010-07-29 | 1 | -0/+2 |
| | |||||
* | QmlJsInspector: remove private header dependencies | Olivier Goffart | 2010-07-29 | 7 | -0/+2332 |
A copy of the client debugging code is made in src/libs/qmljsdebugclient/ (this comes from the qt code from commit 65642dd343bf61) So the qmljsinspector plugin does not require anymore Qt private headers. |