- 23 Feb, 2011 1 commit
-
-
Tobias Hunger authored
-
- 22 Feb, 2011 3 commits
-
-
dt authored
Checking the string for validity is not enough, actually bailing out if it is invalid is better...
-
dt authored
Rewrite the target setup page to look and baheve better. Noteable better at: - Disabling shadow building - Deselecting whole targets - Adding import directories Api-wise, Targets derived from Qt4BaseTarget have two ways to customize the targetsetuppage. a) Reimplement availableBuildConfigurations b) Leave createTargetSetupWidget and create(... Qt4TargetSetupWidget) in their default implementation. (Or only slightly customize like the desktop target does.) Or: a) Make a dummy implementation for availableBuildConfiguration b) Replace createTargetSetupWidget and return your own widget (It should match the look and feel from the other widgets.) It needs to be derived from Qt4TargetSetupWidget c) Also replace the create create(... Qt4TargetSetupWidget) function and set up the target anyway you want.
-
dt authored
Make the internal data structure a map from id to Version, simplfing a few functions. Return sorted lists, with newer versions in front for various functions, e.g. validVersions(), versionsForTargetId.
-
- 21 Feb, 2011 1 commit
-
-
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
-
- 18 Feb, 2011 1 commit
-
-
Kai Koehne authored
Reviewed-by: dt
-
- 01 Feb, 2011 1 commit
-
-
Christian Kandeler authored
- Package installation and running untested yet. - User currently needs to adapt %files section in spec file manually. We expect this task to be automated by the build script in the future (see http://bugs.meego.com/show_bug.cgi?id=13148).
-
- 25 Jan, 2011 1 commit
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3549 Reviewed-by: Kai Koehne
-
- 24 Jan, 2011 1 commit
-
-
Tobias Hunger authored
Fix bogus warnings about build locations when setting up a new project.
-
- 19 Jan, 2011 1 commit
-
-
Christian Kandeler authored
-
- 18 Jan, 2011 1 commit
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2770
-
- 17 Jan, 2011 3 commits
-
-
Kai Koehne authored
Make sure that the QtVersion object isn't referenced any more in the separate thread: It might be deleted / altered while the thread is running. Also let QmlDump use the class, instead of relying on it's own implementation. Reviewed-by: ckamm
-
dt authored
-
dt authored
Reported on irc.
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 14 Dec, 2010 1 commit
-
-
hjk authored
Done by Milian Wolff
-
- 06 Dec, 2010 4 commits
-
-
dt authored
Introduce IOutputParser::setWorkingDirectory and IOutputParser::hasFatalErrors() Reviewed-By: hunger
-
con authored
-
Alessandro Portale authored
Symbians Makefiles have a "# Command:" line in the header which has two whitespaces in the middle. The line parsing bug fixed by this commit lead to a discrepency of the "Actual args" (without empty elements) and the "Parsed args" (with empty elements, otherwise same to Actual args), and thus to a call of qmake on each build. Task-Number: QTBUG-15539
-
con authored
It was not updating to "has no name" when editing the version name. This moves the construction of the description to QtVersion.
-
- 26 Nov, 2010 4 commits
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
Task-number: 2481
-
Tobias Hunger authored
Reviewed-by: dt
-
- 22 Nov, 2010 1 commit
-
-
Tobias Hunger authored
Unset SBS_HOME when none is needed. This prevents SBS from getting confused about where its dependencies are located. Task-number: QTCREATORBUG-3145 Reviewed-by: Alessandro Portale
-
- 18 Nov, 2010 1 commit
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
- 17 Nov, 2010 2 commits
-
-
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
-
Tobias Hunger authored
Fix pathes for Nokia Qt SDK: * Set SBS path in one location only * Fix up perl path * Set path to CMD on windows. Both ABLD and SBSv2 actually need this. * Set GCC path only if the directory actually exists These fixes allow for building both ABLD and SBSv2 based projects in a clean environment. Reviewed-by: Tim Jenssen
-
- 16 Nov, 2010 1 commit
-
-
kh1 authored
Task-number: QTCREATORBUG-3090 Reviewed-by: ck
-
- 15 Nov, 2010 3 commits
-
-
Oswald Buddenhagen authored
-
Tobias Hunger authored
Allow the installer to specify the SBS v2 directory. Reviewed-by: Tim Jenssen
-
Tobias Hunger authored
Provide a field in the symbian Qt version to set up the SBSv2 build system. Reviewed-by: dt
-
- 03 Nov, 2010 2 commits
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Move 64bit-binary detection into Utils library.
-
- 01 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
Acked-By: dt
-
- 27 Oct, 2010 1 commit
-
-
Daniel Molkentin authored
Reviewed-by: Niels Weber
-
- 26 Oct, 2010 2 commits
-
-
Friedemann Kleint authored
Set complete build environment (MinGW). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2883 (cherry picked from commit f1fb0bdd)
-
Friedemann Kleint authored
Set complete build environment (MinGW). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2883
-