- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 12, 2010
-
-
dt authored
QMake passes those headers directly to gcc, so the user doesn't need to include themselves.
-
- Dec 21, 2009
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Dec 15, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Dec 07, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 10, 2009
-
- Nov 09, 2009
-
-
Friedemann Kleint authored
Add state logic to CppCodeModelManagerInterface, making it aware whether an indexer is running, protect the update methods from another invocation while running. Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
con <qtc-committer@nokia.com>
-
- Nov 05, 2009
-
-
Roberto Raggi authored
updateModifiedFiles ckecks the timestamp and reparses all the modified files in the current snapshot.
-
- Oct 12, 2009
-
-
Roberto Raggi authored
-
- Oct 05, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Ensure the user can stop a semantic search and added a method to get a pointer to the ModelManagerInterface.
-
- Sep 30, 2009
-
-
Roberto Raggi authored
-
- Sep 23, 2009
-
-
Roberto Raggi authored
-
- Aug 20, 2009
-
-
Thorbjørn Lindeijer authored
Use QFileInfo::fileName() to get the filename, since that also works when the original path wasn't canonical.
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 24, 2009
-
-
Thorbjørn Lindeijer authored
In order to speed up completion for include statements. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Jun 22, 2009
-
-
Friedemann Kleint authored
Acked-by:
con <qtc-committer@nokia.com>
-
- 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
-
- May 14, 2009
-
-
Friedemann Kleint authored
Make debugger tooltip API more general, have the engines check the correct file type, figure out the expression and context from the text editor. Put common functionality in watchutils.cpp. In the CDB engine, check whether a tooltip expression is a known variable within the stack frame context. If so, retrieve via symbol group or dumpers. Cache by function and expression. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- May 12, 2009
-
-
dt authored
This adds a way for plugins to tell the cppmodel that for certain files, the actual contents come from it, instead of reading from the disk. (For texteditors the cppmodel does that automatically.) Reviewed-By:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Feb 25, 2009
- Jan 20, 2009
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 12, 2008
-
-
Roberto Raggi authored
This change removes a number of wrong usages of the CppModelManager::documents()/document().
-
- Dec 08, 2008
-
-
Roberto Raggi authored
-
- Dec 02, 2008