aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation error on RHEL 5.10.Dale Marchand2014-06-184-4/+4
* Revert "C++: nested class with enclosing template class"Nikolai Kosjar2014-04-091-0/+11
* CppEditor: Dump also merged entities if invoking CppCodeModelInspectorNikolai Kosjar2014-03-261-2/+5
* CppEditor: Extract CodeModelInspector::DumperNikolai Kosjar2014-03-261-665/+45
* CppEditor: Allow force highlighting if using clangNikolai Kosjar2014-03-171-2/+6
* CppEditor: Do not cancel highlighter on user interactionNikolai Kosjar2014-03-171-5/+0
* CppTools: Remove useless parameter in recalculateSemanticInfo()Nikolai Kosjar2014-03-131-1/+1
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* EditorManager: Add NoFlags as 0-optionTobias Hunger2014-03-061-1/+1
* C++: Add code model inspector action to menuNikolai Kosjar2014-03-051-1/+3
* CppTools: Avoid matching function by name onlyOrgad Shaneh2014-03-041-0/+94
* CppEditor: Fix tests indentationOrgad Shaneh2014-03-041-55/+55
* CppEditor: Do not "highlight parentheses" for multiline C++ commentsOrgad Shaneh2014-03-031-4/+7
* C++: introduce a project config file field in the projectPart.Erik Verbruggen2014-02-271-7/+12
* CppEditor: Fix Qt4 compileChristian Stenger2014-02-271-0/+2
* CppTools: fix showing cyclic in a wrong level of IncludeHierarchyPrzemyslaw Gorszkowski2014-02-272-0/+30
* CppTools: fix infinite deep tree for "Included by"Przemyslaw Gorszkowski2014-02-271-1/+5
* CppTools: rewriting tests for include hierarchyPrzemyslaw Gorszkowski2014-02-272-28/+65
* CppEditor: Clarify different states in CppHighlighter::highlightBlockNikolai Kosjar2014-02-261-16/+16
* CppEditor: Fix foldingNikolai Kosjar2014-02-261-1/+1
* Core: Make IEditor::id a value member and adjust usershjk2014-02-252-6/+1
* CppEditor: Fix InsertDefFromDecl to find right implementation fileLorenz Haas2014-02-203-4/+60
* CppEditor: Move isObjC property to document.Eike Ziller2014-02-203-25/+32
* CppEditor: Fix target of symbol drop-downEike Ziller2014-02-191-1/+3
* CodeAssistant: Replace virtual with QTC_OVERRIDEOrgad Shaneh2014-02-174-14/+19
* CppEditor: Jump directly to single virtual functionOrgad Shaneh2014-02-171-0/+11
* CppEditor: Add "= 0" for pure virtual functions in override popupOrgad Shaneh2014-02-172-10/+12
* CppEditor: Use explicit Functions for overrides listOrgad Shaneh2014-02-171-11/+11
* TextEditor: Cleanup some redundant virtual keywordsOrgad Shaneh2014-02-171-2/+1
* IWizard and derived classes: Code cleanupsTobias Hunger2014-02-131-1/+1
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-126-23/+7
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-1/+7
* CppEditor: Remove unused functionOrgad Shaneh2014-02-072-21/+0
* Fix build on WindowsEike Ziller2014-02-062-5/+5
* C++: release more futures.Erik Verbruggen2014-02-052-67/+67
* CppEditor: Hide only functions that are implemented in the target classOrgad Shaneh2014-02-041-1/+1
* C++: Fix support for incremental input with \nOrgad Shaneh2014-02-041-2/+3
* CppEditor: Remove final functions from virtuals treeOrgad Shaneh2014-02-041-0/+115
* CppEditor: Enable choosing any override in Insert Virtual MethodsOrgad Shaneh2014-02-041-19/+38
* TextEditors: Avoid sending contentsChanged signal when rehighlightingEike Ziller2014-02-041-0/+1
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-032-8/+8
* CppEditor: Fix Qt4 compilationOrgad Shaneh2014-01-281-6/+4
* CppEditor: Use a custom model for InsertVirtualMethodsOrgad Shaneh2014-01-271-120/+307
* CppEditor: Sort qmake project fileOrgad Shaneh2014-01-271-4/+4
* CppEditor: Fix qbs build.Christian Kandeler2014-01-271-2/+3
* CppEditor: build fix (Qt5)Alessandro Portale2014-01-241-0/+1
* CppEditor: Move InsertVirtualMethods to its own fileOrgad Shaneh2014-01-249-1659/+1733
* CppEditor: Do not re-add reimplemented virtual functionsOrgad Shaneh2014-01-241-1/+1
* CppEditor: Enable "Hide reimplemented functions"...Orgad Shaneh2014-01-241-0/+1
* TextEditors: Set syntax highlighter only onceEike Ziller2014-01-241-2/+1