- 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.
-
- 25 Aug, 2010 1 commit
-
-
Christian Kamm authored
The builtin QML plugins require to be imported with the full uri, i.e. import Qt.labs.particles 1.0 so setting the import path to imports/Qt/labs and doing import particles 1.0 is not supposed to work. (see QTBUG-11139) This change adjusts qmldump to take an import path *and* the import uri, so it will be able to dump the type information for these plugins. Reviewed-by: Erik Verbruggen
-
- 24 Aug, 2010 3 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
-
Erik Verbruggen authored
-
- 16 Aug, 2010 3 commits
-
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
-
- 06 Aug, 2010 3 commits
-
-
Alessandro Portale authored
After qmljsdebugger was moved to share/, the build order of qmlobserver and qmljsdebugger had to be re-adjusted. Reviewed-By: Lasse Holmstedt
-
Lasse Holmstedt authored
-
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 9 commits
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Fixes issues with reloading freezing on Gnome
-
Christian Kamm authored
They would need special treatment, like the Qml extended objects. The issue is they lead to two meta objects with the same classname and the dumper can't handle that. (cherry picked from commit 206c190e)
-
Christian Kamm authored
(cherry picked from commit 619d50f0)
-
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 2 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.
-