- 30 Jul, 2010 24 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.
-
Pawel Polanski authored
Added support for passphrases for keys for Symbian OS Reviewed-by: Tobias Hunger
-
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.
-
Lasse Holmstedt authored
Reviewed-by: con
-
Lasse Holmstedt authored
Makes it look ugly
-
Lasse Holmstedt authored
-
Erik Verbruggen authored
-
Thomas Hartmann authored
There is now a nice preview for images and the properties and borders of a BorderImage can be visually edited
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
kh1 authored
Reviewed-by: ck
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Alessandro Portale authored
And also prevent a 0-size if the Qml document does not specify width/height.
-
Lasse Holmstedt authored
Now the style is something similar to Qt Creator's default coloring.
-
Alessandro Portale authored
Using the QMAKE_BUNDLE_DATA variable to copy the data into the Resource directory in the application bundle.
-
Pawel Polanski authored
-
- 29 Jul, 2010 16 commits
-
-
Alessandro Portale authored
-
Alessandro Portale authored
-
con authored
Use the right painting methods to make it look good, and also make (de-)selecting all subitems of a node possible.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
ck authored
-
ck authored
Reviewed-by: kh1
-
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
-
kh1 authored
Task-number: QTCREATORBUG-1663 Reviewed-by: ck
-
kh1 authored
Reviewed-by: ck
-
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.
-
Olivier Goffart authored
-
Erik Verbruggen authored
-
Lasse Holmstedt authored
-
Erik Verbruggen 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.
-