- 03 Sep, 2010 3 commits
-
-
Kai Koehne authored
-
Kai Koehne authored
Try to make the observer mode less intrusive by removing the toolbar, and making the crumblepath only when mode is active / an overlay.
-
Kai Koehne authored
-
- 27 Aug, 2010 1 commit
-
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
- 24 Aug, 2010 2 commits
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
A new debugger engine, QmlCppEngine, is introduced, which wraps gdb and qml engines into one. Alternatively, if using Windows, Cdb is used instead of Gdb. Most of the debugger ui switcher is now rewritten, and it is tailored for the QML and CPP layout case, the only one supported anyway. Reviewed-by: hjk
-
- 16 Aug, 2010 3 commits
-
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
-
- 06 Aug, 2010 1 commit
-
-
Lasse Holmstedt authored
-
- 05 Aug, 2010 1 commit
-
-
Lasse Holmstedt authored
see 576642a7 for details
-
- 30 Jul, 2010 4 commits
-
-
Lasse Holmstedt authored
This widget has little to do with the QML debugging library, and will be reused inside the QML JS Inspector UI as well.
-
Lasse Holmstedt authored
Makes it look ugly
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Now the style is something similar to Qt Creator's default coloring.
-
- 29 Jul, 2010 4 commits
-
-
Lasse Holmstedt authored
The problem was that qtLibraryTarget only works for libraries (see mkspecs/features/qt_functions.prf), not apps. Additionally, because we now have an app bundle inside an app bundle for OS X, the install name of the library has to be manually modified. Reviewed-by: con
-
Olivier Goffart authored
-
Lasse Holmstedt authored
QMLObserver links against the library dynamically. User's apps can also link to it statically, so that the app can be deployed with debugging features to a device, without having to worry about library deployment.
-
Olivier Goffart authored
-
- 28 Jul, 2010 7 commits
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Fixes issues with reloading freezing on Gnome
-
Olivier Goffart authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
- 27 Jul, 2010 2 commits
-
-
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
-
- 23 Jul, 2010 4 commits
-
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
All the expended item need to be retreived before we can call endCycle
-
Olivier Goffart authored
-
- 22 Jul, 2010 6 commits
-
-
Olivier Goffart authored
-
Olivier Goffart authored
Skip all signals and slot, there is too many of them, and it is not usefull in the debugger.
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
QVariant does not work as they can contain custom type that corrypt the stream
-
- 20 Jul, 2010 1 commit
-
-
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 1 commit
-
-
Olivier Goffart authored
-