- Aug 05, 2010
-
-
Lasse Holmstedt authored
see 576642a7 for details
-
Lasse Holmstedt authored
This one should be called when a component is changed and components using it need to be reloaded.
-
Thomas Hartmann authored
isAvailable() returns true if a Quick ToolBar is available for that node
-
- Aug 04, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Thomas Hartmann authored
The parameter force now forces the activation of the Quick ToolBar even if it is not shown by default (enabled).
-
Roberto Raggi authored
-
- Aug 03, 2010
-
-
Leandro Melo authored
-
Olivier Goffart authored
-
Lasse Holmstedt authored
Also, update the gray mask that appears when user enters context of some item. The mask is grown if the item changes its geometry, but never shrunk, as this would introduce annoying flicker on the screen.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
- Aug 02, 2010
-
-
Lasse Holmstedt authored
The crumble path shows the current context of the debugger/inspector.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Leandro Melo authored
Reviewed-by: ckamm
-
Roberto Raggi authored
-
- Jul 30, 2010
-
-
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
-
Lasse Holmstedt authored
Reviewed-by: Erik Verbruggen
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
ck authored
-
ck authored
This allows us to quickly switch between std::tr1::shared_ptr and QSharedPointer. The latter is the default now because of problems with shared_ptr in certain compilers. Reviewed-by: Bill King
-
Olivier Goffart authored
-
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.
-
Roberto Raggi authored
-
Lasse Holmstedt authored
Now the style is something similar to Qt Creator's default coloring.
-
- Jul 29, 2010
-
-
Roberto Raggi authored
-
ck authored
-
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
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.
-
Lasse Holmstedt 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.
-
- Jul 28, 2010
-
-
Erik Verbruggen authored
-
ck authored
-
Erik Verbruggen authored
-