- Apr 13, 2011
- Mar 08, 2011
-
-
Oswald Buddenhagen authored
it's well within expectations that they do not exist at the time of configuration (especially when shadow building). additionally, keeping the validation info (macros and environment) up-to-date would require a notification infrastructure which is just not worth the effort.
-
- Feb 25, 2011
-
-
Pawel Polanski authored
-
Kai Koehne authored
DebuggerLanguageChooser is in utils, which is why we cannot directly open the URL in the help plugin.
-
- Feb 24, 2011
-
-
Kai Koehne authored
Avoid confusion with other debugging helpers.
-
- Feb 22, 2011
-
-
dt authored
Existing Directory checks for whether the directory exists, which Directory does not. Also changes all existing PathChoosers from Directory to ExistingDirectory as that does not change behaviour.
-
- Feb 21, 2011
-
-
Tobias Hunger authored
Refactor ToolChains in Qt Creator: * Allow for several toolchains of the same type * Be smarter wrt. guessing what kind of output a toolchain produces. This allows us to eventually handle e.g. embedded linux setups way better than before. * Be smarter wrt. guessing what kind of environment a Qt version needs. * Improve auto-detection of toolchains a bit * Decide on which debugger to use based on the kind of output produced by the compiler. * Add options page to configure toolchains * Remove toolchain related options from the Qt version dialog Reviewed-by: dt
-
- Feb 18, 2011
-
-
Kai Koehne authored
Reviewed-by: dt
-
- Jan 17, 2011
-
-
dt authored
Almost(*) all of the symbian and maemo specific code is now theoretically moveable to a separate plugin. Thus making it possible to implement new targets in a plugin. (*) Noteable missing is the qtversion, which needs to be split up per target too. Also fixes Task-Nr: QTCREATORBUG-2440 Reviewed-By: hunger Reviewed-By: ck
-
- Jan 13, 2011
-
-
Tobias Hunger authored
* Move the environment model code to utils and export it * rename the environmenteditmodel files to environmentwidget (which is the class they actually contain) Reviewed-by: dt
-
- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Dec 14, 2010
-
-
Friedemann Kleint authored
-
- Dec 10, 2010
-
-
dt authored
Turns out to be a oversight
-
- Dec 07, 2010
-
-
dt authored
Reviewed-By: hunger
-
- Nov 26, 2010
-
-
Tobias Hunger authored
Task-number: 2481
-
Tobias Hunger authored
Reviewed-by: dt
-
- Nov 17, 2010
-
-
Oswald Buddenhagen authored
do not inject SOURCEDIR and BUILDDIR into the environment of build steps and run configurations any more. instead, all custom executable paths, argument lists and working directories now support the %{sourceDir} and %{buildDir} macros. this approach is more elegant and more scalable.
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
- Nov 12, 2010
-
-
Oswald Buddenhagen authored
there is no point in doing it, as it is equivalent with m_userWorkingDirectory being non-empty. this code is consistent with CMakeRunConfiguration.
-
- Nov 02, 2010
-
-
dt authored
-
- Nov 01, 2010
-
-
Friedemann Kleint authored
Acked-By: dt
-
- Oct 29, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
dt authored
-
dt authored
- Oct 28, 2010
-
-
dt authored
Initial patch and idea by hunger. Reviewed-By: hunger
-
- Sep 30, 2010
-
-
dt authored
Reviewed-By: ossi
-
- Sep 27, 2010
- Sep 24, 2010
-
-
Tobias Hunger authored
-
- Sep 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Sep 17, 2010
-
-
dt authored
Relative to the project's directory.
-
- Sep 10, 2010
-
-
Lasse Holmstedt authored
It was badly positioned esp. in OS X and Windows.
-