- 03 Aug, 2010 1 commit
-
-
Lasse Holmstedt authored
-
- 02 Aug, 2010 3 commits
-
-
Lasse Holmstedt authored
The crumble path shows the current context of the debugger/inspector.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
- 30 Jul, 2010 2 commits
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
Lasse Holmstedt authored
Two kinds of warnings are now shown: one for warning about the Live Preview itself, as it is experimental, and another when user changes id's of objects during runtime, as this is not supported at the moment. More warnings will be added later for other unsupported changes.
-
- 29 Jul, 2010 1 commit
-
-
Olivier Goffart authored
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.
-
- 27 Jul, 2010 6 commits
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Now, the items about to be selected must inherit from QGraphicsObject. Also, coding style was cleaned up a bit.
-
Lasse Holmstedt authored
To show the object string id's, the debug protocol is used to get them. The problem is that the required methods in QDeclarativeContext(Data) are not exposed, and it's too late to do it for 4.7.0. Hence this change should be reverted in 4.8 when more efficient way of getting the id's comes available.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
The button is checkable and pressing it will stop/propagate changes to the qml application being debugged.
-
Lasse Holmstedt authored
-
- 22 Jul, 2010 1 commit
-
-
Olivier Goffart authored
Even if we should really care about all of them, the object that is the root of all the graphical QML item is the usually last.
-
- 21 Jul, 2010 4 commits
-
-
Olivier Goffart authored
Also used 'int' instead of QDeclarativeDebugObjectReference for the debug id in order not to use the private API from QMLJS
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
Such as anchors and font. This required a little bit of refactoring. The Delta::update should now be faster.
-
- 20 Jul, 2010 4 commits
-
-
Olivier Goffart authored
The root is enough because the rest of the tree will be added as the root is added
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
When the document is reloaded by the server, we need to refresh refresh what was the loaded document, and refresh the debugIds
-
- 19 Jul, 2010 4 commits
-
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
We do not need this check anyway.
-
Olivier Goffart authored
-
- 16 Jul, 2010 6 commits
-
-
Olivier Goffart authored
Else, the line numbers does not match anymore.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Olivier Goffart authored
... with a little bit of refactoring. But for some reason it does not seem to have an effect
-
Olivier Goffart authored
-
Lasse Holmstedt authored
-
- 15 Jul, 2010 2 commits
-
-
hjk authored
-
Tobias Hunger authored
* Windows does not like "QObject */* name */", warning about end of comment when rtunning into */*.
-
- 14 Jul, 2010 6 commits
-
-
hjk authored
-
hjk authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-