- 07 Dec, 2009 2 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 10 Nov, 2009 1 commit
-
- 09 Nov, 2009 1 commit
-
-
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>
-
- 13 Oct, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Found by Roberto.
-
- 12 Oct, 2009 1 commit
-
-
Roberto Raggi authored
-
- 05 Oct, 2009 1 commit
-
-
Roberto Raggi authored
-
- 01 Oct, 2009 1 commit
-
-
con authored
Which is 'quite' important, since Qt builds by default generate frameworks.
-
- 30 Sep, 2009 1 commit
-
-
Roberto Raggi authored
-
- 23 Sep, 2009 1 commit
-
-
Roberto Raggi authored
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 13 Aug, 2009 1 commit
-
-
hjk authored
sessionUnloaded was sometimes emitted when the session manager was in an unsafe state (between delete m_file and m_file = new ...) leading to crashes when slots connected to the signal accessed the sessionmanager again. This patch moves the signal emission before delete m_file. Reviewed-by: dt
-
- 24 Jul, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
In order to speed up completion for include statements. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 14 Jul, 2009 1 commit
-
-
Roberto Raggi authored
Reviewed by Thorbjørn Lindeijer
-
- 10 Jul, 2009 1 commit
-
-
Roberto Raggi authored
-
- 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
-
- 15 Jun, 2009 1 commit
-
-
Roberto Raggi authored
-
- 10 Jun, 2009 1 commit
-
-
Roberto Raggi authored
-
- 09 Jun, 2009 1 commit
-
-
Roberto Raggi authored
-
- 02 Jun, 2009 1 commit
-
-
Roberto Raggi authored
-
- 12 May, 2009 1 commit
-
-
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>
-
- 11 Mar, 2009 1 commit
-
-
Roberto Raggi authored
-
- 04 Mar, 2009 1 commit
-
-
hjk authored
-
- 02 Mar, 2009 1 commit
-
-
Roberto Raggi authored
-
- 25 Feb, 2009 2 commits
- 23 Feb, 2009 1 commit
-
-
Roberto Raggi authored
-
- 11 Feb, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
Especially when several error markers exist, the flashing this causes while editing isn't really nice. Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
(cherry picked from commit 9539bb2b)
-
- 10 Feb, 2009 1 commit
-
-
Roberto Raggi authored
-
- 13 Jan, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- 16 Dec, 2008 2 commits
-
-
hjk authored
-
Thorbjørn Lindeijer authored
It used to be in CppTools, but since the hover handler only makes sense in the context of the C++ editor, this is a better place.
-
- 12 Dec, 2008 1 commit
-
-
Roberto Raggi authored
This change removes a number of wrong usages of the CppModelManager::documents()/document().
-
- 08 Dec, 2008 2 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 04 Dec, 2008 1 commit
-
-
Roberto Raggi authored
-
- 02 Dec, 2008 1 commit
-
-
hjk authored
-