- Sep 03, 2009
-
-
Daniel Molkentin authored
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be installed. Specifying the qmake location otoh makes it possible to unambigously detect all parts of a Qt installation.
-
dt authored
Also makes the code a lot smaller.
-
- Aug 31, 2009
-
-
Thorbjørn Lindeijer authored
Previously, the image used as background forced it to be white, which made the text impossible to read when the palette foreground color happened to be white as well. Task-number: 258167
-
- Aug 27, 2009
-
-
dt authored
Since we can easily do that, just do it. No gurantee that we aren't going to use rtti in the future.
-
- Aug 21, 2009
-
-
dt authored
-
- Aug 17, 2009
-
-
dt authored
-
- Aug 14, 2009
-
-
hjk authored
-
- 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.
-
- Aug 05, 2009
- Jul 29, 2009
-
-
dt authored
-
- Jul 27, 2009
-
-
dt authored
Also fix a small bug with the import label.
-
- Jul 24, 2009
- Jul 23, 2009
-
-
dt authored
I need that in the Qt4ProjectConfigWidget to decide whether I should show a import label.
-
- Jul 22, 2009
-
-
dt authored
We add each command line argument to the Additional Arguments
-
- Jul 21, 2009
- Jul 17, 2009
-
-
dt authored
Only connect in restoreSettingsImpl() not in the constructor.
-
- Jul 14, 2009
-
-
Thorbjørn Lindeijer authored
Specially for FakeVim users out there who want an easy way to switch to vim's default color theme on a dark brackground. Also did a little cleanup.
-
con authored
Create a new one and check if it's the same as the old one, has the advantage that cached data doesn't need to be retrieved again. It was that way before tool chain was moved to Qt4Project.
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- Jul 10, 2009
-
-
Oswald Buddenhagen authored
-
- Jul 03, 2009
-
-
dt authored
E.g. cmake pops up a wizard then, the running of cmake can fail though. Now you don't end i[ with a empty project then. The error reporting in that case is not yet optimal.
-
- Jun 26, 2009
-
-
Roberto Raggi authored
Indexing both /include/Qt and /include/{QtCore,QtGui,...} makes the code completion with fedora.
-
dt authored
Don't crash then
-
- Jun 25, 2009
-
-
Friedemann Kleint authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Jun 24, 2009
-
-
con authored
And if Qt version changed.
-
con authored
Transform the method in Qt4Project into a signal that is handled by the run configurations themselves.
-
con authored
-
con authored
-
con authored
Since the actual tool chain is defined in the project, it moved there from the qt version.
-
con authored
-
con authored
QtVersion provides possible toolchains that can be used by the Qt version, e.g. winscw, gcce and armv5 for symbian-abld.
-
con authored
Passing the Project to the tool chain now. Not quite sure if I like it.
-
con authored
-
- 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 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.
-