- Aug 19, 2009
-
-
Friedemann Kleint authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 12, 2009
- Aug 06, 2009
-
-
dt authored
This has still a few missing things, but this enough to start getting some feedback. Missing are non qt projects, a solution for the runconfiguration, a missing black line between the treeview on top and the project settings at the bottom. Some flickering with removing/adding widgets to the QScrollArea and not showing the expanded widget if the Details button is right at the bottom.
-
- Jul 28, 2009
-
-
dt authored
Just one qmakestep is allowed though. But I you can add as many makesteps as you want.
-
- Jul 27, 2009
- Jul 24, 2009
-
-
dt authored
-
- Jul 23, 2009
-
-
dt authored
I need that in the Qt4ProjectConfigWidget to decide whether I should show a import label.
-
dt authored
QMake contained a bug that -cache something where not copied to the # Command comment. So we can't reliable check whether it is still the same cache. That should be rarely a problem.
-
dt authored
Use the mkspec of the qt version if none is specified in the additional arguments. Also if given a relative path, try the source directory first.
-
dt authored
-
- Jul 22, 2009
-
-
dt authored
Importing the build settings now should never run the qmakestep.
-
- Jul 21, 2009
- Jul 17, 2009
-
-
dt authored
Not finished 100%
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- 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 03, 2009
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- May 18, 2009
- Apr 28, 2009
-
-
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 22, 2009
-
-
dt authored
The Debugger, cmake and Qt4 plugin all need it. More refactoring to it coming.
-
- Apr 20, 2009
-
-
dt authored
Rename (Q)MakeBuildStepFactory to (Q)MakeStepFacotry Move the factories to the same files as (Q)MakeStep Delete the old qmakebuildstepfactory.(h|cpp)
-
Oswald Buddenhagen authored
-
- Apr 01, 2009
-
-
dt authored
This breaks checking for release or debug mode in the .pro file
-
- Mar 31, 2009
-
-
dt authored
Is apparently preferred.
-
- Mar 19, 2009
-
-
dt authored
Task: 247606 Details: Remove all the magic which build on top of the cumalative parser. Instead trust the exact parsing to get those variables correct. This required a bug fix in the profile evaluator, done with ossi. Hopefully this doesn't break windows/mac. Will check.
-
- Feb 25, 2009
- Jan 27, 2009
-
-
dt authored
Task: 242465 Details: connect quite a few signals. It doesn't work 100%, since it really depends on to many things.
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Dec 17, 2008
-
-
dt authored
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 09, 2008
- Dec 04, 2008
-
-
dt authored
-