- 22 Feb, 2011 1 commit
-
-
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
-
- 25 Oct, 2010 2 commits
-
-
Kai Koehne authored
qmldump works fine with 4.7.0 (as long as private headers are available). Reviewed-by: ckamm
-
Kai Koehne authored
The information about a Qt version (including the debugging helper paths) is cached. Invalidate the cache after all the debugging helpers have been built, such that the following icon updates actually get the latest information. We do invalidate the cache already before the compilation of the debugging helpers have started, but QmlDumperTool::canBuild then triggers a refill of the cache, at a time where the qmldump executable has not yet been created. Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-2807
-
- 18 Oct, 2010 1 commit
-
-
con authored
Otherwise all the Qt headers might not be found at all. Task-number: QTCREATORBUG-1377 Reviewed-by: Tobias Hunger Reviewed-by: Erik Verbruggen
-