- 01 May, 2013 1 commit
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9230 Change-Id: I24a6277c9ca5f35c803e276da82ca2b9e9d79f57 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 27 Nov, 2012 1 commit
-
-
Aurindam Jana authored
Update context from QML object tree or the stack frame depending upon debugger engine state. Change-Id: I4e6affba37acc016513ad95cd278a400aaa18c49 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 26 Nov, 2012 1 commit
-
-
Aurindam Jana authored
When an object is selected in the Inspector, the Editor is updated to show the relevant code. Task-number: QTCREATORBUG-8246 Change-Id: I4f7fbcccdeb22849682fa72c63e87a78f48d185b Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 24 Nov, 2012 1 commit
-
-
Aurindam Jana authored
QML objects are fetched lazily when constructing the object tree. Incase parents have not been previously fetched, we fetch the required data to construct only the relevant branch of the tree. Task-number: QTCREATORBUG-8246 Change-Id: Id529c3b2334d33ff4eb46b14f50cf042ad2960e2 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 11 Oct, 2012 1 commit
-
-
Aurindam Jana authored
Change-Id: I188c41a5335ff626cce519a0622e2201197df0fa Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 01 Oct, 2012 1 commit
-
-
Aurindam Jana authored
Fetch data on demand for 4.x. Since, parentIds are not known, the tree will be reset when new objects are created. Related changes in Qt side: https://codereview.qt-project.org/#change,35982 Task-number: QTCREATORBUG-7779 Change-Id: I8b53604979bbbc2e6f01bc7b785929811a76f398 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 05 Jun, 2012 1 commit
-
-
Simjees Abraham authored
QtCreator takes into account the result of message from qtdeclarative for setting, resetting and updating the method body. Task-number: QTCREATORBUG-3264 Change-Id: I15d1a33990175e86bb3f2fee08f75dd5b7b1b628 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 30 May, 2012 1 commit
-
-
Aurindam Jana authored
Populating watchhandler can be expensive. Update with just the necessary data. Change-Id: I06c28e1c8f5437cc05d3f9cef139d3df9da10c81 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 29 May, 2012 3 commits
-
-
Aurindam Jana authored
As Location information is already cached, there is no need to fetch the information from the QmlJS Semantic info. Task-number: QTCREATORBUG-7409 Change-Id: I9cc3dce0910632cfe517f7697d74691e6675793b Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Simjees Abraham authored
Change-Id: I75de9fa584af8eb22a3eac6b0ab9d30b87d2ed69 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Simjees Abraham authored
Response for "destroyObject" now has the debugId of the destroyed object. This is used to fetch the parent object rather than querying the engine context. Change-Id: I2e5b7650cbe847117cce6952206dd479ee696f0e Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- 25 May, 2012 2 commits
-
-
Aurindam Jana authored
QML property values could be set in the inspector. Regression introduced by 7f09d0b7 . This patch is a partial fix. Only values can be assigned currently. For expressions, use the console. Change-Id: I945b11109cd7788dd0f5277af206bf9658844aee Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Try to use the watchHandler for referring to the object tree instead of caching the object tree locally. Change-Id: I68624771ef49d50f2cf0d6d580b1b34d57483178 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 24 May, 2012 1 commit
-
-
hjk authored
It's one model for all locals, watch, return, tooltip and inspector data. This allows more streamlined code paths and better isolation of the model data from the WatchHandler. WatchItems are now registered in a hash indexed by iname, so inames can be used as the primary handle to watch data in the WatchHandler interface. Change-Id: Idac0a808b5d785307496d1de4198a1f2e9ce3880 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- 22 May, 2012 1 commit
-
-
Aurindam Jana authored
Send the engineid, objectid and parentid. Change-Id: I7b340c1f20ba3eb3f1690d45b28819f6efaae013 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 13 May, 2012 1 commit
-
-
Aurindam Jana authored
Since the object tree is fetched lazily, we might have objects whose debugIds are not known. In such cases, objects can be fetched by passing the location info. Change-Id: I2001460cc14401e011efef9be9194c9f7868d617 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 10 May, 2012 1 commit
-
-
Kai Koehne authored
Move Status enum out of QmlDebugClient and drop "QmlDebug" prefix for the different 'Reference' structs. Allows to avoid 'using namespace in QmlDebug' in header files. Change-Id: Id9857977300e86d637cf128ff3417d8b24c8e995 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- 09 May, 2012 1 commit
-
-
Kai Koehne authored
Merge QmlJSInspector plugin into the debugger. Also merge the extra Inspector window with the Locals & Watchers: It now shows the QML object tree in the running state. Change-Id: I59ae0c1b970a48ba10ecda92ed3ba765d94b1d9c Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-