aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools
Commit message (Expand)AuthorAgeFilesLines
* Update license.hjk2011-04-1340-560/+520
* C++ indenter: Fix for use of << and >> in parentheses.Christian Kamm2011-03-151-1/+2
* Still changes to our options dialogLeandro Melo2011-02-281-1/+1
* Revert "Make our options dialog a bit more uniform"Leandro Melo2011-02-281-3/+0
* Make our options dialog a bit more uniformLeandro Melo2011-02-251-0/+3
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-2211-44/+42
* Text editor: Introduce per project settingsLeandro Melo2011-02-213-4/+10
* completion: enable multiple completors for different use cases.hjk2011-02-212-3/+11
* QmlJS: Rework FakeMetaObjects to no longer contain pointers.Christian Kamm2011-02-101-1/+0
* Fixed regression in tst_Codegen.Erik Verbruggen2011-02-071-1/+4
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-042-4/+4
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-243-4/+7
* Exported header cleanup.Friedemann Kleint2011-01-201-0/+3
* Fixed argument completion for destructors.Erik Verbruggen2011-01-191-3/+17
* Fixed the line retreival for find-usages.Erik Verbruggen2011-01-171-2/+3
* Limit depth of include scanning to avoid performance problems.con2011-01-121-4/+12
* It's 2011 now.con2011-01-1241-41/+41
* C++ completion: Skip Q_PROPERTY and Q_ENUMS symbols.Christian Kamm2011-01-071-3/+6
* Qml/C++: Fix performance problem with type extraction.Christian Kamm2011-01-062-21/+22
* QmlJS: Add refcounting to FakeMetaObjects.Christian Kamm2011-01-062-9/+9
* Qml/C++: Disable qmlRegisterType exposing until performance is better.Christian Kamm2011-01-051-1/+2
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-042-1/+163
* C++: Add parsing of Q_PRIVATE_PROPERTY.Christian Kamm2011-01-041-0/+1
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-0412-219/+114
* LanguageUtils: Introduce new library for cross-language utils.Christian Kamm2011-01-041-0/+1
* Sort the completion items when searching for common prefixes.Roberto Raggi2010-12-201-1/+1
* New plugin: plugin macroNicolas Arnaud-Cormos2010-12-201-1/+1
* License headers, part 2con2010-12-172-14/+22
* Merge branch '2.1'con2010-12-1738-266/+418
|\
| * License headers.con2010-12-1738-266/+418
* | Avoid skipping the closing parenthesis when completing with '('Thorbjørn Lindeijer2010-12-161-1/+6
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-162-3/+3
* | Don't popup the automatic completion box when the identifier under cursor is ...Roberto Raggi2010-12-141-0/+25
* | Snippets: Make it easier for plugins to add snippets groupsLeandro Melo2010-12-082-3/+5
* | Snippets: Feature enhancement start...Leandro Melo2010-12-082-7/+8
* | Merge remote branch 'origin/2.1'con2010-12-081-3/+1
|\|
| * C++ editor: Don't sort global completions for performance reasonsLeandro Melo2010-12-061-3/+1
| * Version bump.con2010-12-021-5/+5
* | vcsmanager: coding conventionhjk2010-12-081-1/+1
* | Delay widget creation of options pages till their category is showncon2010-12-062-2/+13
* | C++ indenter: Fix labels.Christian Kamm2010-12-012-0/+21
* | Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-11-231-10/+7
|\|
| * Code model: Fix endless loop in AbstractEditorSupport::functionAtFriedemann Kleint2010-11-221-10/+7
* | C++ indenter: Align to next token instead of end of current.Christian Kamm2010-11-221-15/+16
* | Changed license template reading to use the global default encoding.Erik Verbruggen2010-11-111-1/+8
* | Merge remote branch 'origin/2.1'dt2010-11-101-4/+38
|\|
| * Fixed regression when completing function templates.Roberto Raggi2010-11-081-4/+38
| * Version bump.con2010-11-021-5/+5
* | C++ indenter: Fix for GNU and Whitesmiths style switch statement.Christian Kamm2010-11-041-5/+18
* | dynamically replace creator version during buildOswald Buddenhagen2010-11-031-5/+5