- 18 Nov, 2009 1 commit
-
-
Friedemann Kleint authored
Reviewed-by: con Task-number: QTCREATORBUG-245
-
- 13 Nov, 2009 1 commit
-
-
Jarek Kobus authored
When we meet /* we look for closing */ and continue processing from the next char, not from '/' which was a part of the closing comment
-
- 02 Sep, 2009 1 commit
-
-
Jarek Kobus authored
Fix parsing the end of class definition. In case we look for closing '"' character we count preceding '\\' characters to detect if we should skip the '"' or not. The bug discovered during doing the similar parser for eclipse.
-
- 14 Aug, 2009 1 commit
-
-
hjk 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
-
- 08 May, 2009 1 commit
-
-
Alessandro Portale authored
-
- 31 Mar, 2009 2 commits
-
-
Jarek Kobus authored
Task: 249918
-
Jarek Kobus authored
Currently we use new method provided by Roberto: Symbol::getStartPosition() - it gives us the position of the returned type of the function.
-
- 20 Mar, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Fixes issues with handling additional dots in the filename in many places. Task: 246390
-
- 12 Mar, 2009 1 commit
-
-
Friedemann Kleint authored
Task: 247782 Details: Check for inheritance as well as member when looking for UI::FormClass.
-
- 25 Feb, 2009 2 commits
- 09 Feb, 2009 1 commit
-
-
Roberto Raggi authored
-
- 03 Feb, 2009 1 commit
-
-
con authored
-
- 21 Jan, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 20 Jan, 2009 1 commit
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
- 19 Jan, 2009 1 commit
-
-
hjk authored
forward declaration is sufficient.
-
- 13 Jan, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- 18 Dec, 2008 1 commit
-
-
Friedemann Kleint authored
Task: 205821 Details: Do not look only in the source file, but also in the first order includes for the class definition. Polish and simplify the thing a bit, do not check for Ui_foo.
-
- 16 Dec, 2008 2 commits
-
-
hjk authored
-
Friedemann Kleint authored
-
- 12 Dec, 2008 1 commit
-
-
Roberto Raggi authored
This change removes a number of wrong usages of the CppModelManager::documents()/document().
-
- 11 Dec, 2008 2 commits
-
-
Jarek Kobus authored
1) Ask Roberto for API for which would give position of class definition's end. 2) Don't guess generated ui_<>.h filename but take it from somewhere (project manager???). 3) 3 methods are taken from Thorbjorn's code. Make for it common public API.
-
Jarek Kobus authored
Finish "Go to slot" functionality. Currently it inserts declaration and definition if it doesn't exist, adds parameter names taken from designer, deal with namespaced ui class name. There are couple of TODOs left in code with hints on how to make it better.
-
- 02 Dec, 2008 4 commits