- Aug 02, 2010
-
-
kh1 authored
-
ck authored
Reviewed-by: Tobias Hunger
-
Roberto Raggi authored
Task-number: QTCREATORBUG-1948
-
Tobias Hunger authored
* Happens only when an old .user-file was updated.
-
Leandro Melo authored
-
Leandro Melo authored
Reviewed-by: ckamm
-
Olivier Goffart authored
-
Olivier Goffart authored
One shall check the event is a QKeyEvent before static_cast
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Roberto Raggi authored
-
Tobias Hunger authored
* Add a DeployConfiguration class to hold settings related to deployment. * Add BuildStepsList to hold a list of buildsteps * Update BuildConfiguration to use BuildStepLists instead of manageing lists of buildsteps itself. * Update BuildManager to use BuildStepLists in its interfaces * Fix fallout introduced by API changes * Update .user file to new way of storing settings Task-number: QTCREATORBUG-1427 Task-number: QTCREATORBUG-1428 Task-number: QTCREATORBUG-1811 Task-number: QTCREATORBUG-1930
-
Tobias Hunger authored
Task-number: QTCREATORBUG-1224 Reviewed-by: aportale
-
Roberto Raggi authored
-
Roberto Raggi authored
-
ck authored
This makes us more independent of the developer PC's firewall setting. Reviewed-by: kh1
-
Roberto Raggi authored
-
ck authored
Reviewed-by: kh1
-
- 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
-