aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: Un-export some classesChristian Kandeler2021-09-061-5/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-4/+2
* CppEditor: Do not offer generated QObject functionsChristian Kandeler2020-11-041-2/+13
* CppEditor: ModernizeNikolai Kosjar2019-02-081-2/+1
* TextEditor: Split the global QuickFixFactory listhjk2017-12-181-11/+0
* TextEditor: Dissolve QuickFixAssistProcessorhjk2017-12-151-7/+0
* TextEditor: Use more direct access to quick fix factorieshjk2017-12-151-0/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CppEditor: Simplify CppQuickFixOperation interfacehjk2014-09-301-18/+3
|/
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in CppEditor.Friedemann Kleint2013-04-101-15/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-8/+8
* C++: Fix dangling IDocument* in CppCompletionAssistProcessorNikolai Kosjar2013-03-191-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | De-inline destructor of CppQuickFixOperation.Friedemann Kleint2012-12-111-0/+3
* | CppEditor: simplify CppQuickFixOperation interfacehjk2012-11-071-37/+7
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-191-2/+2
* New code assist APILeandro Melo2011-05-181-56/+17
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-1/+1
* Exported header cleanup.Friedemann Kleint2011-01-201-0/+1
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Exported header cleanup: Separate out CppQuickFixCollector.Friedemann Kleint2010-11-011-55/+10
|/
* C++: added quickfix to insert a method definition.Erik Verbruggen2010-09-301-1/+2
* C++: Renamed cppdeclfromdef.{cpp,h} to cppinsertdecldef.{cpp,h}Erik Verbruggen2010-09-091-1/+0
* CppEditor: Simplify CppRefactoringChanges classKai Koehne2010-08-161-1/+1
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-91/+2
* QuickFix: Introduce CppRefactoringFile.Christian Kamm2010-08-131-1/+1
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-4/+8
* Added the InsertionPointLocator.Erik Verbruggen2010-07-271-1/+1
* Reworked the QuickFix infrastructure.Erik Verbruggen2010-07-261-1726/+120
* Sorry this was not supposed to be committed.Roberto Raggi2010-07-201-1/+12
* Revert "Try to fix the type rewriter."Roberto Raggi2010-07-201-12/+1
* Quickfix: Convert underscore notation to camel case.ck2010-07-201-0/+72
* Handle shadow declarations.Roberto Raggi2010-07-201-1/+14