- Jul 14, 2010
-
-
ck authored
... because the files are installed even when packaging is disabled. Reviewed-by: kh1
-
- Jul 13, 2010
- Jul 08, 2010
- Jul 07, 2010
-
-
ck authored
This broke after the introduction of a deploy step type.
-
- Jul 06, 2010
-
-
Tobias Hunger authored
* Move and rename the enum * Add Q_ENUMS macro Reviewed-by: dt
-
- Jun 22, 2010
-
-
ck authored
Task-number: QTCREATORBUG-1636 Reviewed-by: kh1
-
- Jun 21, 2010
- May 20, 2010
-
-
kh1 authored
Reviewed-by: ck
-
kh1 authored
Fixes: - react on build/ run configuration changes - now notices environment changes, like switching Qt versions - start button is now only shown if we have a valid qemu runtime - enabled/ disabled state works properly when loading a project Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082 Reviewed-by: ck
-
kh1 authored
Fixes: - react on build/ run configuration changes - now notices environment changes, like switching Qt versions - start button is now only shown if we have a valid qemu runtime - enabled/ disabled state works properly when loading a project Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082 Reviewed-by: ck
-
- May 19, 2010
- Apr 23, 2010
-
-
ck authored
-
- Apr 19, 2010
-
-
kh1 authored
Task-number: QTCREATOR-207 Reviewed-by: ck
-
- Apr 16, 2010
-
-
Thorbjørn Lindeijer authored
Renamed RunConfiguration::configurationWidget to createConfigurationWidget. Reviewed-by: dt
-
- Apr 15, 2010
-
-
ck authored
Reviewed-by: kh1
-
- Apr 09, 2010
- Apr 01, 2010
-
-
ck authored
Reviewed-by: kh1
-
- Mar 31, 2010
-
-
kh1 authored
-
- Mar 25, 2010
-
-
Tobias Hunger authored
... use it. Reviewed-by: dt
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 10, 2010
-
-
dt authored
This is a big change touching almost all of our .pro file parsing. With this patch we only evaluate once exact for all needs and once greedy for the filelist. That is the qt runconfigurations don't have own evaluaters but reuse the project wide exact evaluation. We reevaluate if the user changes the build directory, the qmake buildconfiguration or the qmake arguments. That is if you open src.pro (or projects.pro) of qt with a shadow build you still don't get all the files, but after correcting the build directory, we reevaluate the .pro files and find all files. So for a suitable definition of fixed, that bug is now fixed. We now get the exact defines of all .pro files instead of all defines for all buildconfigurations. We still don't distinguish in which .pro file a DEFINE is set. So the code model now knows about all the defines set for the given configuration but not for which files it is actually set. Also that includes all DEFINES set in .qmake.cache or the mkspecs. This means all defines from .pro files should now work. The intial loading is still synchronous. I haven't looked into it to deeply, but it seems possible to make it also async.There are probably a few issues which need to be solved fist. Also due to the asynchronous nature of the code, the executable is updated a few seconds after actually changing the build configuration
-
- Mar 09, 2010
-
-
ck authored
-
- Mar 05, 2010
- Mar 01, 2010
- Feb 23, 2010
- Feb 19, 2010
-
-
Tobias Hunger authored
... when simulatorPath is unset.
-
- Feb 12, 2010
-
-
ck authored
-