- 07 Jul, 2011 1 commit
-
-
con authored
Text on the first page had big left margin. The cmake arguments + generator + run button on one line were too wide (on Mac resulting in a non-usable arguments line edit). Change-Id: Idde43e1acd8f9822c1bfc3d3f3149f254a8a2843 Reviewed-on: http://codereview.qt.nokia.com/1275 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 14 Jun, 2011 1 commit
-
-
dt authored
Selecting the toolchain is a configure time setting for cmake. So that's the right place, except for us the debugger also depends on the toolchain. Switching the debugger thus involves reconfiguring. Also due to the cmake cache in most cases reconfiguring with a different toolchain selected won't do anything. Cmake and creator's concept of toolchains clash. Task-Nr: QTCREATORBUG-4898 Change-Id: Ibf84029d7008046891750a91666d0e3e4711ec69 Reviewed-on: http://codereview.qt.nokia.com/477 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 27 Apr, 2011 3 commits
- 13 Apr, 2011 2 commits
- 31 Mar, 2011 1 commit
-
-
Jarek Kobus authored
Reviewed-by: Pawel Polanski
-
- 21 Mar, 2011 1 commit
-
-
Tobias Hunger authored
Use a distinct ABI OS flavor for each of the supported MSVC versions. Task-number: QTCREATORBUG-4129
-
- 16 Mar, 2011 1 commit
-
-
Tobias Hunger authored
-
- 23 Feb, 2011 1 commit
-
-
hjk authored
Reviewed-By: Tobias Hunger
-
- 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
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 17 Nov, 2010 1 commit
-
-
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
-
- 04 Oct, 2010 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-2592
-
- 24 Sep, 2010 1 commit
-
-
Tobias Hunger authored
-
- 23 Sep, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- 17 Sep, 2010 1 commit
-
-
dt authored
Relative to the project's directory.
-
- 15 Sep, 2010 1 commit
-
-
Leena Miettinen authored
Reviewed-by: dt
-
- 02 Sep, 2010 1 commit
-
-
dt authored
-
- 12 Apr, 2010 1 commit
-
-
dt authored
It is now in the parent directory of the src directory. Task-Nr: QTCREATORBUG-1109
-
- 31 Mar, 2010 1 commit
-
-
Jarek Kobus authored
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 29 Jan, 2010 1 commit
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- 07 Dec, 2009 1 commit
-
-
dt authored
Otherwise we need to parse the cbp file, which happens only if the buildconfiguration gets active. Also try to decouple a few internals a little bit by using signals. The CMakeProject still handles a few things directly instead of via signals, more to come eventually.
-
- 03 Nov, 2009 1 commit
-
-
dt authored
Allows the user to change his mind. :) Reviewed-by:
Friedemann Kleint <qtc-committer@nokia.com>
-
- 21 Oct, 2009 1 commit
-
-
dt authored
-
- 05 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- 23 Sep, 2009 3 commits
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 13 Aug, 2009 1 commit
-
-
dt authored
out of source page.
-
- 31 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 03 Jul, 2009 1 commit
-
-
dt authored
That case is a corner case, it can happen if the user has run the codeblocks generator on the command line or if the user deleted the .user file. We mostly ask to get the user a chance to check that we set the correct generator. Or let him select the correct one if there are multiple msvc versions.
-
- 02 Jul, 2009 2 commits
-
-
dt authored
Note: This requires a cvs cmake and is not fully tested yet. This adds a few missing pieces, so now opening new never built projects without a .user file on systems with just one VS installation should work.
-
dt authored
The CodeBlocks - NMake Makefiles generator combination is only available in the cvs version of cmake. This has not been extensively tested at all.
-