- Jul 06, 2010
-
-
Robert Loehning authored
-
- Jul 05, 2010
-
-
Tobias Hunger authored
-
- Jun 10, 2010
-
-
Tobias Hunger authored
* Fix displayed shadow build location * Fix shadow build location used by newly set up shadow builds Task-number: QTCREATORBUG-1599 Reviewed-by: dt (cherry picked from commit 1d8e1760)
-
- Jun 08, 2010
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-1597
-
Tobias Hunger authored
* Fix displayed shadow build location * Fix shadow build location used by newly set up shadow builds Task-number: QTCREATORBUG-1599 Reviewed-by: dt
-
- Apr 23, 2010
-
-
Tobias Hunger authored
We only have one page there, so there is no need for the side widget.
-
- Apr 14, 2010
-
-
Tobias Hunger authored
Tasknumber: QTCREATORBUG-1149
-
- Apr 13, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Apr 08, 2010
-
-
Tobias Hunger authored
Show the import wizard on all imports. This eases import of shadow builds at non-default locations. Task-number: QTCREATORBUG-1069 Task-number: QTCREATORBUG-1068 Reviewed-by: dt
-
- Apr 01, 2010
-
-
Tobias Hunger authored
Fix possible crash on import of projects into creator with only one valid Qt version set up. Reviewed-by: dt Task-number: QTCREATORBUG-1017
-
- Mar 31, 2010
-
-
Jarek Kobus authored
-
- Mar 29, 2010
-
-
Tobias Hunger authored
* Handle shadowbuild directories * Refactor the code Reviewed-by: dt
-
- Mar 26, 2010
-
-
Tobias Hunger authored
-
- Mar 25, 2010
-
-
Tobias Hunger authored
... use it. Reviewed-by: dt
-
- Mar 16, 2010
-
-
con authored
-
- Mar 10, 2010
-
-
Tobias Hunger authored
Do this as part of the ProjectLoadWizard
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 04, 2010
-
-
Tobias Hunger authored
... when creating a new project without any Qt version being available
-
- Feb 19, 2010
-
-
Tobias Hunger authored
-
- Feb 18, 2010
-
-
Tobias Hunger authored
-
- Feb 17, 2010
-
-
dt authored
-
- Feb 09, 2010
-
-
Tobias Hunger authored
* Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- Nov 30, 2009
-
-
dt authored
-
- Nov 19, 2009
-
-
dt authored
-
- Nov 10, 2009
-
-
dt authored
-
- Oct 27, 2009
-
-
dt authored
-
- Oct 22, 2009
-
-
dt authored
That is we actually parse the mkspec and evaluate QMAKE_CXX (and a few other variables) to figure out the correct mkspec. This makes using custom mkspecs easier and is also cleaner. I also changed mkspec() and mkspecPath() to behave a little diffrent, essentialy mkspec() will return only the name (the actual dir name) of the mkspec. That is in general not sufficient for passing on to qmake. mkspecPath() only returns the correct path to mkspecs/default. Hopefully I haven't broken WinCE/Maemo/MinGW.
-
- Oct 09, 2009
-
-
con authored
Reviewed-by: dt
-
- Oct 06, 2009
-
-
dt authored
-
- Oct 01, 2009
-
-
con authored
Builds, but I'm pretty sure it doesn't *work* :)
-
- 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.
-
- Sep 01, 2009
-
-
dt authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 24, 2009
-
-
dt authored
Don't add -spec foo to the additional Arguments if foo is the same as the default mkspec. This makes the common case better, while breaking if you have QMAKESPEC set in teh environment and used -spec foo to override it.
-
- Jul 22, 2009
-
-
dt authored
We add each command line argument to the Additional Arguments
-
- Jul 21, 2009
-
-
dt authored
One less need for qmakestep.
-
- Jun 26, 2009
-
-
dt authored
Don't crash then
-
- 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
-