aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfix.h
Commit message (Expand)AuthorAgeFilesLines
* 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: Use correct include type.Christian Kandeler2014-09-301-1/+1
* | CppEditor: Simplify CppQuickFixOperation interfacehjk2014-09-301-13/+6
|/
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-4/+1
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-0/+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/+1
* | cppquickfixes: compile fix for msvc2008hjk2012-11-081-4/+4
* | CppEditor: simplify CppQuickFixOperation interfacehjk2012-11-071-41/+11
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Long live the king!hjk2012-01-261-1/+1
* C++: Add basic 'insert #include' quick fix.Christian Kamm2011-12-021-1/+4
* 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/+3
* Header cleanup in various plugins.Friedemann Kleint2011-08-181-4/+0
* Remove unneeded defines.hjk2011-07-141-2/+0
* New code assist APILeandro Melo2011-05-181-32/+12
* 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
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-2/+2
* 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-34/+5
|/
* C++: added quickfix to insert a method definition.Erik Verbruggen2010-09-301-3/+5
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-1/+1
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-33/+5
* QuickFix: Introduce CppRefactoringFile.Christian Kamm2010-08-131-1/+1
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-3/+4
* Sprinkled a bit of doxymentation over various classes.Erik Verbruggen2010-07-281-0/+12
* Added the InsertionPointLocator.Erik Verbruggen2010-07-271-1/+1
* Reworked the QuickFix infrastructure.Erik Verbruggen2010-07-261-45/+87
* Added a simple quickfix to declare local variable.Roberto Raggi2010-07-191-0/+2
* Share the LookupContext.Roberto Raggi2010-07-191-0/+1
* Introduced IQuickFixFactory.Roberto Raggi2010-06-221-1/+14
* Move using declarations.Roberto Raggi2010-06-221-3/+2
* Generalized the changeset operations.Roberto Raggi2010-06-221-13/+5
* Removed CppQuickFixOperation::cppRefactoringChanges().Roberto Raggi2010-06-221-4/+3
* Moved CppRefactoringChanges.Roberto Raggi2010-06-221-3/+4
* Removed implicit change set and related utility methods.Erik Verbruggen2010-06-141-19/+14
* Added infrastructure to change multiple files at once.Erik Verbruggen2010-06-141-3/+6
* Refactored the quickfix engine.Roberto Raggi2010-06-071-0/+1
* Generalized the quickfix collector.Roberto Raggi2010-06-031-21/+3