- Sep 23, 2009
- Sep 17, 2009
- Sep 01, 2009
-
-
dt authored
Closer again to qmake, ossi won't like it, but this is exactly what qmake does, even it it looks a little bit strange. He can come up with a better fix after he is back from vacation.
-
- Aug 28, 2009
-
-
dt authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 13, 2009
-
-
dt authored
Default to the baseName() of the .pro file.
-
- Aug 05, 2009
-
-
con authored
It works, except that the code model doesn't get the rvct include directories and defines yet. And you need to have everything for rvct set up in your environment.
-
- Jul 23, 2009
- Jul 22, 2009
-
-
con authored
-
- Jul 21, 2009
- Jul 20, 2009
- Jul 17, 2009
-
-
dt authored
Not finished 100%
-
- Jul 15, 2009
-
-
dt authored
Requires a lot of trivial forwarding.
-
- Jun 30, 2009
-
-
Michael Karcher authored
This is a fix for a446491a. The option debug_and_release determines whether the debug/ and release/ subdirectories are used to put *object* files there. The option debug_and_release_target is used to put the final taget into debug/ and release/ directories. Merge-request: 745 Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Jun 24, 2009
-
-
con authored
Transform the method in Qt4Project into a signal that is handled by the run configurations themselves.
-
con authored
Not able to give it an additional passphrase yet, though.
-
con authored
And add a sort of isEnabled functionality for run configs. This doesn't do much yet though, and is not updated correctly either.
-
con authored
QtVersion provides possible toolchains that can be used by the Qt version, e.g. winscw, gcce and armv5 for symbian-abld.
-
- Jun 17, 2009
-
-
dt authored
Best effort only though. This can make detection in the debugger which engine should be used easier. Task-Nr: 256161
-
- 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
-
dt authored
CONFIG+=debug_and_release not working on linux and CONFIG-=debug_and_release not working on windows. The logic should be now correct. That is the profile reader reads the values that are set for the qt build, gets qmake arguments which we might pass on the command line and reads the .pro files, and in the end we are interested what CONFIG contains. Patch from Michael Karcher Task-number: 254925
-
- Jun 15, 2009
-
-
con authored
-
- Jun 12, 2009
-
-
con authored
Done with dt.
-
- Jun 02, 2009
-
-
dt authored
Note: This code should be shared between Qt4RunConfiguration, CMakeRunConfiguration and CustomRunExecutable. Also we are approaching other IDEs like configuraion options for setting the environment. Without having a good GUI for that. I'll probably be redesigning this for 1.3 or 1.4.
-
- May 27, 2009
- May 13, 2009
-
-
dt authored
-
- May 04, 2009
-
-
dt authored
-
- Apr 28, 2009
-
-
dt authored
Qt Creator wouldn't find the correct target if shadow building a project that uses $$OUT_PWD, like for example itemviews-ng. We didn't set the necessary variable on the ProFileReader *, simplified the code to always use a ProFileReader created for the exact profilenode.
-
dt authored
After all I don't need all that stuff in the cmakeplugin, all i needed is now bundled in debugginghelper.h/cpp
-
- Apr 24, 2009
-
-
dt authored
Remove duplicated code from cmakeprojectmanager.
-
- Apr 22, 2009
-
-
dt authored
The Debugger, cmake and Qt4 plugin all need it. More refactoring to it coming.
-
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
-