- 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.
-
Alessandro Portale authored
-
Alessandro Portale authored
Uis in the core plugin should not use icons from the help plugin. Also, let's use the Core::Constants::ICON_* instead of duplicated file name strings.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Reviewed-by: Erik Verbruggen
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
ck 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
-
ck authored
1) Make sources available on device. 2) Enable users to switch between gdb and gdbserver approach (users may not be able to use the former if they have no control over their firewall). Reviewed-by: kh1
-
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.
-
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
-
- Jul 29, 2010
-
-
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.
-