- Aug 04, 2009
-
-
Daniel Molkentin authored
-
- Aug 03, 2009
-
-
Thiago Macieira authored
Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid.
-
- Jul 31, 2009
-
-
Daniel Molkentin authored
-
- Jul 28, 2009
-
-
Daniel Molkentin authored
-
- Jul 24, 2009
-
-
Thorbjørn Lindeijer authored
The completion for the directory wasn't triggered because one of the items matched the typed string, so the list of completion wasn't empty and no new trigger was allowed. By not matching items when a trailing slash is typed, the list is allowed to trigger again from the new location. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Thorbjørn Lindeijer authored
When a closing character is already there, it shouldn't be appended. Done by generalizing the same code for automatically inserted brackets after C++ symbols.
-
Thorbjørn Lindeijer authored
In order to speed up completion for include statements. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Jul 23, 2009
-
-
Thorbjørn Lindeijer authored
Done-with: danimo
-
- Jul 22, 2009
-
-
Robert Loehning authored
Reviewed-by: Thorbjørn Lindeijer
-
- Jul 17, 2009
-
-
hjk authored
-
- Jul 14, 2009
-
-
Roberto Raggi authored
Reviewed by Thorbjørn Lindeijer
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
Roberto Raggi authored
-
- Jul 10, 2009
-
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
-
- Jul 09, 2009
-
-
Roberto Raggi authored
-
- Jul 07, 2009
-
-
Roberto Raggi authored
We don't really have any useful quickfix implemented so there's no reason to waste time visiting the AST.
-
- Jul 06, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 29, 2009
-
-
Thorbjørn Lindeijer authored
-
Erik Verbruggen authored
-
- Jun 26, 2009
-
-
Roberto Raggi authored
-
- Jun 22, 2009
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Acked-by:
con <qtc-committer@nokia.com>
-
Thorbjørn Lindeijer authored
Bad idea to hardcode the background color. Now using the style directly to draw a fake tooltip as background for the function argument hint. Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- Jun 18, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 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
-
- Jun 15, 2009
-
-
Roberto Raggi authored
-
- Jun 11, 2009
-
-
Thorbjørn Lindeijer authored
-
- Jun 10, 2009
-
-
Thorbjørn Lindeijer authored
There was still some "smartness" that made uppercase characters match case-sensitive, regardless of the case-sensitivity setting. This annoyed or at least confused many people who prefer case-insensitivity. Reviewed-by: con
-
Roberto Raggi authored
-
- Jun 09, 2009
-
-
dt authored
Case sensitive file system :)
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-