Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++: Add dumpers for common datatypes to simplify debugging. | Christian Kamm | 2012-07-23 | 1 | -2/+4 |
| | | | | | Change-Id: I03f907dd0e8d9d63f0dfd38499c98296b5c7871a Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com> | ||||
* | Compile with Qt 5. | Friedemann Kleint | 2012-02-08 | 1 | -0/+2 |
| | | | | | | | | | | | | - QtQuick1 renaming. - Start on qtconcurrent split (pending renaming of Qt Creator's qtconcurrent library). - QWinEventNotifier is a public class in Qt 5. - Metatype system: Classes need to be known. Change-Id: I5582e7cc2777bf791a08b049262217055769c80f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> | ||||
* | C++ editor: Improve type hierarchy widget | Leandro Melo | 2011-07-08 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the type hierarchy widget will also show the classes derived from the selected one. For consistency the way the base classes are shown was changed too. The diagram below is an example from Creator's code when openining the type hierarchy for BaseTextEditorWidget: Bases +QObject +QWidget +... BaseTextEditorWidget +QPaintDevice +... BaseTextEditorWidget Derived +BaseTextEditorWidget +VCSBaseEditorWidget GitEditor MercurialEditor ... GLSLEditorWidget CppEditorWidget QmlJSTextEditorWidget ... Depending on the project and on the selected class the hierarchy widget might take a bit to be constructed. This should be improved later. Change-Id: Ifbdd1cbbba955a0bdf03297ff0e7620351b12dc5 Reviewed-on: http://codereview.qt.nokia.com/883 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> | ||||
* | move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/ | Oswald Buddenhagen | 2011-05-16 | 1 | -1/+1 |
| | | | | Approved-by: legal | ||||
* | Class to find breakpoint positions for CDB. | Erik Verbruggen | 2011-05-09 | 1 | -2/+8 |
| | | | | Reviewed-by: Friedemann Kleint | ||||
* | C++: Move the ModelManagerInterface from CppTools to CPlusPlus. | Christian Kamm | 2011-01-04 | 1 | -2/+4 |
| | |||||
* | Introduced CPlusPlus::SymbolNameVisitor and CPlusPlus::SnapshotSymbolVisitor. | Roberto Raggi | 2010-12-15 | 1 | -0/+4 |
| | |||||
* | C++: added quickfix to insert a method definition. | Erik Verbruggen | 2010-09-30 | 1 | -4/+2 |
| | | | | Reviewed-by: Christian Kamm | ||||
* | Added the InsertionPointLocator. | Erik Verbruggen | 2010-07-27 | 1 | -2/+4 |
| | | | | | | For answers to questions about where to insert a snippet/chunk of C++ code. Ok, currently it will only find the One And Only place to insert method declarations in classes, and it will need some tuning. | ||||
* | Introduced helpers to rewrite types and names. | Roberto Raggi | 2010-07-16 | 1 | -0/+2 |
| | | | | Done-with: Erik Verbruggen | ||||
* | Moved CheckUndefinedSymbols to the cpptools plug-in. | Roberto Raggi | 2010-07-05 | 1 | -2/+0 |
| | |||||
* | Removed the TokenCache. | Erik Verbruggen | 2010-07-02 | 1 | -4/+2 |
| | |||||
* | Introduced token caching to prevent repetetive tokenizing. | Erik Verbruggen | 2010-06-14 | 1 | -4/+4 |
| | | | | | | Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm | ||||
* | Revert "Introduced a token cache for the C++ editor." | Erik Verbruggen | 2010-06-04 | 1 | -4/+2 |
| | | | | This reverts commit c2393df02332618c8cf6159d9d6f6a40041ced89. | ||||
* | Introduced a token cache for the C++ editor. | Erik Verbruggen | 2010-06-04 | 1 | -2/+4 |
| | | | | | This should speed things up a bit, because before, the line was tokenized at least 3 times. | ||||
* | Moved ASTPath to its own header/source files. | Erik Verbruggen | 2010-05-28 | 1 | -0/+2 |
| | |||||
* | Removed DeprecatedLookupContext. | Roberto Raggi | 2010-05-26 | 1 | -2/+0 |
| | |||||
* | Removed the CppBindings. | Roberto Raggi | 2010-05-25 | 1 | -2/+0 |
| | |||||
* | Deprecate the old template instantiation. | Roberto Raggi | 2010-05-20 | 1 | -2/+2 |
| | |||||
* | Initial work on the new LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -0/+2 |
| | |||||
* | Moved CPlusPlus::LookupItem. | Roberto Raggi | 2010-05-05 | 1 | -0/+2 |
| | |||||
* | Deprecated the current LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | Put the include depenency table into a separate class, and cache it when ↵ | Erik Verbruggen | 2010-03-17 | 1 | -0/+2 |
| | | | | possible. | ||||
* | Introduced CPlusPlus::FindUsages. | Roberto Raggi | 2009-10-27 | 1 | -0/+2 |
| | |||||
* | Autotests: Compile on Windows | Friedemann Kleint | 2009-10-26 | 1 | -1/+6 |
| | | | | Reviewed-by: Roberto Raggi <qtc-committer@nokia.com> | ||||
* | Introduced CPlusPlus::GenTemplateInstance. | Roberto Raggi | 2009-10-26 | 1 | -0/+2 |
| | |||||
* | Added the helper class MatchingText and use it to automagically insert text ↵ | Roberto Raggi | 2009-09-17 | 1 | -0/+2 |
| | | | | for curly braces. | ||||
* | Added BackwardsScanner | Roberto Raggi | 2009-09-17 | 1 | -0/+2 |
| | |||||
* | Moved CheckUndefinedSymbols in libCPlusPlus | Roberto Raggi | 2009-07-13 | 1 | -0/+2 |
| | |||||
* | Introduced ASTparent | Roberto Raggi | 2009-07-07 | 1 | -0/+2 |
| | |||||
* | Introduced CPlusPlus::FastPreprocessor. | Roberto Raggi | 2009-06-03 | 1 | -0/+2 |
| | |||||
* | Initial work on the binding pass. | Roberto Raggi | 2009-06-03 | 1 | -0/+2 |
| | |||||
* | Made the C++ front-end more Creator-friendly. | Roberto Raggi | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | Fixes: Compile. | Roberto Raggi | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | Made it possible to compile libCPlusPlus without `gui'. | Roberto Raggi | 2009-02-10 | 1 | -7/+13 |
| | |||||
* | Added a simple auto test for the name lookup. | Roberto Raggi | 2009-02-09 | 1 | -0/+48 |