Commit Graph

12 Commits

Author SHA1 Message Date
Christiaan Janssen
89d9b83aa2 QmlDebugger: adding slots to items in Live Preview
Reviewed-by: Kai Koehne
2011-05-05 17:03:37 +02:00
hjk
8397663964 Update license. 2011-04-13 11:49:28 +02:00
Kai Koehne
fa5d3ab348 QDeclarativeDebug: Fix when client with ongoing queries is deleted
Will also be fixed in QtDeclarative / 4.8.

Reviewed-by: Christiaan Janssen
2011-03-24 09:46:42 +01:00
con
d1023c7614 It's 2011 now.
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
Christiaan Janssen
4790548216 QmlDebugger: Refactored QmlEngine and QmlCppEngine
Reviewed by:  hjk
2010-11-15 17:18:00 +01:00
Kai Koehne
141ca58827 QmlJSDebugClient: Update library to latest changes in qt
Protocol / classes changed with commit fd9771c29d

Reviewed-by: Christiaan Janssen
2010-10-01 13:43:39 +02:00
Christiaan Janssen
ef8d8e65da QmlInspector: dumping object properties when fetching tree
Reviewed by: Kai Koehne
2010-09-21 17:16:04 +02:00
Olivier Goffart
ce134d37f7 QmlDebugger: use another way for detecting new objects 2010-08-24 18:16:23 +02:00
Olivier Goffart
0b72a9efab QML Debugger: set the new dumpProperty flag to false
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)
2010-08-16 13:58:06 +02:00
Olivier Goffart
fc48f53bf1 Do not include private headers 2010-08-04 16:36:28 +02:00
Olivier Goffart
524e279e3a Do not include private headers 2010-08-04 16:25:59 +02:00
Olivier Goffart
f3cdbeff63 QmlJsInspector: remove private header dependencies
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.
2010-07-29 14:36:11 +02:00