- 15 Mar, 2010 1 commit
-
-
dt authored
Only if we need the information.
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 17 Feb, 2010 1 commit
-
-
Tobias Hunger authored
-
- 11 Feb, 2010 1 commit
-
-
Tobias Hunger authored
-
- 09 Feb, 2010 1 commit
-
-
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
-
- 12 Jan, 2010 1 commit
-
-
dt authored
Instead note that it is invalid if trying to build and on the projects mode pane. Task-Nr: QTCREATORBUG-459
-
- 07 Jan, 2010 2 commits
-
-
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
-
ck authored
If this macro is used inside a namespace, it hides global operators. Reviewed-by: hjk
-
- 10 Dec, 2009 1 commit
-
-
dt authored
Don't loose focus, don't loose the current index. Implemented in a not really good way. The model emits a signal after renaming, which the view respsonds to by setting focus/currentIndex correctly.
-
- 07 Dec, 2009 1 commit
-
-
dt authored
Should fix a lot of corner cases, might introduce a few bugs. Also rename functions/slots to be better named. Generic Project Manager and CMake Project Manager are missing from this patch.
-
- 19 Nov, 2009 3 commits
- 10 Nov, 2009 1 commit
-
-
dt authored
-
- 09 Nov, 2009 1 commit
-
-
con authored
Reviewed-by: Robert Loehning
-
- 29 Oct, 2009 1 commit
-
-
con authored
-
- 27 Oct, 2009 2 commits
-
-
Friedemann Kleint authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
con authored
Users can specify a S60 SDK root for Qt for Symbian versions now.
-
- 22 Oct, 2009 3 commits
-
-
dt authored
-
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.
-
Daniel Molkentin authored
-
- 03 Sep, 2009 2 commits
-
-
dt authored
-
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.
-
- 26 Aug, 2009 1 commit
-
-
con authored
Reviewed-by: dt
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 28 Jul, 2009 1 commit
-
-
Daniel Molkentin authored
This removes the all hard dependencies to and from welcome screen, except the one to the core plugin. More in detail: - Add IWelcomePage to add a tab to the welcome screen - Move tabs in the modules where they belong - Enables QHelpManager to open help fullscreen and contextually - "Getting Started" moves to Qt4ProjectManager - Projects & Sessions (aka "Develop") moves to ProjectExplorer - "Community" remains in the welcome plugin for simplicity
-
- 27 Jul, 2009 1 commit
-
-
con authored
Reviewed-by: Daniel Molkentin
-
- 22 Jul, 2009 1 commit
-
-
dt authored
We add each command line argument to the Additional Arguments
-
- 15 Jul, 2009 1 commit
-
-
dt authored
Requires a lot of trivial forwarding.
-
- 14 Jul, 2009 1 commit
-
-
con authored
Since that method actually checks if Qt is built 64bit, not if MSVC is 64bit.
-
- 24 Jun, 2009 6 commits
- 16 Jun, 2009 2 commits
-
-
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
-
- 12 Jun, 2009 1 commit
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
- 05 Jun, 2009 1 commit
-
-
dt authored
Reviewed-By: con
-