summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | centralize addition of pluginspecs to OTHER_FILESOswald Buddenhagen2010-11-031-2/+0
* | Coreplugin: Header cleanup.Friedemann Kleint2010-11-021-0/+1
* | Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget.con2010-11-011-1/+1
* | Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-11-011-17/+30
|\ \ | |/
| * Disable "Insert space after function name" when autobrackets are offThorbjørn Lindeijer2010-10-291-17/+30
* | Support new keywords %MONTH% and %DAY% for C++ template file.Francois Ferrand2010-10-281-0/+8
* | Merge remote branch 'origin/2.1'Friedemann Kleint2010-10-271-4/+20
|\ \ | |/
| * C++ indenter: Ensure indent and padding are non-negative.Christian Kamm2010-10-251-4/+20
* | Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-10-251-0/+1
|\ \ | |/
| * C++ indenter: Fix indentation after namespace aliases.Christian Kamm2010-10-191-0/+1
* | Merge remote branch 'origin/2.1'Christian Kamm2010-10-116-9/+43
|\ \ | |/
| * version bump: 2.0.92 -> 2.0.93hjk2010-10-081-5/+5
| * C++: check for header file without corresponding source file in quickfix.Erik Verbruggen2010-10-081-1/+3
| * C++ Editor: check for method existing decl/def when inserting new ones.Erik Verbruggen2010-10-082-1/+12
| * C++ Editor: prevent insertion of method definitions in header files.Erik Verbruggen2010-10-082-4/+23
| * C++ indenter: Don't get confused on 'for (a in b)'.Christian Kamm2010-10-081-0/+2