- Mar 05, 2010
-
-
hjk authored
-
- Feb 24, 2010
-
-
Friedemann Kleint authored
-
- Feb 23, 2010
-
-
con 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
-
-
con authored
Reviewed-by: dt
-
- Jan 25, 2010
-
-
Friedemann Kleint authored
-
- Jan 22, 2010
-
-
con authored
-
- 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
-
- Dec 18, 2009
-
-
ck authored
When there is only one project in a session, it is now more obvious that the dependency view is supposed to show other projects from the session. Reviewed-by: con
-
- Nov 25, 2009
-
-
Tobias Hunger authored
* Rename it to IPropertiesPanel in accordance with new naming standards. * Do not derive from Context. That is not needed. * Add an icon() method. * Fix all usages of this interface. Reviewed-By: dt
-
Tobias Hunger authored
* Panel struct does no longer take ownership of its widget. * Panels consitently delete their widget in their destructor. Reviewed-By: dt
-
- Nov 04, 2009
-
-
dt authored
-
- Oct 01, 2009
- Sep 29, 2009
-
-
Friedemann Kleint authored
.. and purge unneeded includes.
-
- Sep 17, 2009
-
-
dt authored
This splits up the edit and active settings. Let people try it and report usability problems. I'm not 100% convinced of the layout either.
-
- Aug 20, 2009
-
-
con authored
-
- Aug 19, 2009
-
-
Friedemann Kleint authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 06, 2009
-
-
dt authored
-
dt authored
-
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 22, 2009
-
-
con authored
-
- Jul 20, 2009
-
-
con authored
-
- Jul 17, 2009
-
-
dt authored
Not finished 100%
-
- 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
-
- Apr 28, 2009
-
-
dt authored
We didn't update the dependencies model in case a project gets loaded or unloaded. (Or the session switched.) In that case we do a rather drastic reset() now.
-
- Apr 08, 2009
-
-
Friedemann Kleint authored
-
- Mar 16, 2009
-
-
Thorbjørn Lindeijer authored
For example when a file was called test.something.cpp, it would search for test.h instead of test.something.h.
-
- Feb 25, 2009
- Jan 16, 2009
-
-
Thorbjørn Lindeijer authored
Dependencies between projects can now be edited in the Projects mode. You can simply check for each project the projects that it depends on, and they will be built first. A message box pops up when you try to create a circular dependency. Could use some testing.
-