summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppquickfixes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | C++: Add quick fix for Q_PROPERTY.Christian Kamm2010-12-101-0/+3
* | CPPEditor: fix corner cases for complete-switch-statement quick-fix.Erik Verbruggen2010-11-181-170/+2
* | Exported header cleanup: Separate out CppQuickFixCollector.Friedemann Kleint2010-11-011-1/+3
|/
* C++: fixed translatable quick-fix strings.Erik Verbruggen2010-10-081-3/+3
* C++: added quickfix to insert a method definition.Erik Verbruggen2010-09-301-0/+1
* C++: Disabled CompleteSwitchCaseStatement: needs bugfixing.Erik Verbruggen2010-09-271-1/+10
* C++: Renamed cppdeclfromdef.{cpp,h} to cppinsertdecldef.{cpp,h}Erik Verbruggen2010-09-091-1/+1
* Check for 0x0 pointers.Roberto Raggi2010-09-031-3/+6
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-1/+1
* Typos spotted while translatingJarek Kobus2010-08-191-1/+1
* Renamed DeclaratorAST::equals_tokenRoberto Raggi2010-08-161-1/+1
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-84/+93
* QuickFix: Introduce CppRefactoringFile.Christian Kamm2010-08-131-18/+18
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-60/+44
* QuickFix: Don't separate createChanges from perform.Christian Kamm2010-08-121-16/+32
* Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.Roberto Raggi2010-08-111-1/+1
* Introduced IdExpressionAST.Roberto Raggi2010-08-021-29/+36
* Added the InsertionPointLocator.Erik Verbruggen2010-07-271-3/+0
* Reworked the QuickFix infrastructure.Erik Verbruggen2010-07-261-0/+1733