- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Nov 17, 2010
-
-
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
-
- Oct 04, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-2592
-
- Sep 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Sep 02, 2010
-
-
dt authored
-
- Aug 27, 2010
-
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
- Mar 31, 2010
-
-
Jarek Kobus authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Oct 05, 2009
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Sep 23, 2009
-
-
dt authored
Directly in the wizard and save that to the settings. Also give feedback if a wrong path was entered.
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 03, 2009
-
-
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.
-
- Jul 02, 2009
-
-
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.
-
- Jun 16, 2009
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- Jun 10, 2009
-
-
dt authored
-
- May 27, 2009
- Apr 20, 2009
-
-
dt authored
Task: 250418 This also moves us closer to supporting multiple build configurations properly.
-
- Mar 27, 2009
-
-
Oswald Buddenhagen authored
-
- Mar 20, 2009
-
-
Thorbjørn Lindeijer authored
-
- Mar 16, 2009
-
-
dt authored
Made the cmake plugin even more usable by implementing: Pop up a wizard if there is a .user file but no .cbp file. (Fixes empty project reported on irc.) Pop up a wizard if the .cbp file is older then the CMakeLists.txt file, thus reparsing the file. (Note: There is a bug that we need to actually also check the last modified of all included files.) Reparse the cbp file to add new RunConfigurations / delete no longer existing RunConfigurations and update those that have changed.- Show a nicer title in the Projects/RunConfiguration pane
-
- Mar 10, 2009
-
-
qtc-committer@nokia.com authored
-