summaryrefslogtreecommitdiff
path: root/src/libs/qmljsdebugclient
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-126-6/+6
|
* QmlJSDebugClient: Update library to latest changes in qtKai Koehne2010-10-014-109/+224
| | | | | | Protocol / classes changed with commit fd9771c29d Reviewed-by: Christiaan Janssen
* QmlInspector: dumping object properties when fetching treeChristiaan Janssen2010-09-211-2/+3
| | | | Reviewed by: Kai Koehne
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-1/+1
| | | | | * Fix all warnings about non-explicit constructors except for those in 3rdparty code.
* QmlDebugger: use another way for detecting new objectsOlivier Goffart2010-08-242-0/+7
|
* QML Debugger: set the new dumpProperty flag to falseOlivier Goffart2010-08-161-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 headersOlivier Goffart2010-08-041-6/+4
|
* Do not include private headersOlivier Goffart2010-08-042-3/+7
|
* Fix compilation with namespaced Qt.ck2010-07-291-0/+2
|
* QmlJsInspector: remove private header dependenciesOlivier Goffart2010-07-297-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.