- Jun 24, 2009
-
-
con authored
-
con authored
-
con authored
-
con authored
-
con authored
-
con authored
The runner uses the applicationlauncher internally, which is now exported from the projectexplorer plugin for that reason.
-
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
-
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
-
con authored
An empty default make target lead to an error.
-
con authored
Doesn't do anything else than showing the tool chains yet.
-
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
-
con authored
-
con authored
-
con authored
At the moment you need to close and reopen the preferences dialog though.
-
con authored
-
con authored
Will be used to find the "Qt in PATH" and "Qt from Symbian" versions.
-
con authored
-
con authored
-
con authored
-
- Jun 22, 2009
-
-
Friedemann Kleint authored
Acked-by:
con <qtc-committer@nokia.com>
-
- 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
-
Friedemann Kleint authored
Add setters in File page and the dialogs, convenience to QtWizard.
-
- 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
Task-number: 255267
-
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.
-
Daniel Molkentin authored
Reviewed-by: dt
-
- Jun 10, 2009
-
-
dt authored
In the Qt Options Dialog.
-
- Jun 09, 2009
-
-
Daniel Molkentin authored
Again, consistency with other existing code generators. explicit is only useful for libraries and confuses new users. virtual is not repeated for subclasses in Qt. by other generators either.
-
Daniel Molkentin authored
Revieved-By: dt
-
- Jun 08, 2009
-
-
Daniel Molkentin authored
Reviewed-by: kh
-