aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/quickfix.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: ModernizeAlessandro Portale2018-11-301-3/+1
* TextEditor: Split the global QuickFixFactory listhjk2017-12-181-18/+0
* De-emphasize PluginManager::getObjects<Type>()hjk2017-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
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* 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
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* New code assist APILeandro Melo2011-05-181-113/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-17/+17
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-40/+0
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-2/+4
* QuickFix: Don't separate createChanges from perform.Christian Kamm2010-08-121-6/+0
* Sprinkled a bit of doxymentation over various classes.Erik Verbruggen2010-07-281-5/+0
* Reworked the QuickFix infrastructure.Erik Verbruggen2010-07-261-54/+76
* Allow certain characters to also trigger the completionThorbjørn Lindeijer2010-07-091-1/+1
* Introduced IQuickFixFactory.Roberto Raggi2010-06-221-1/+25
* Removed implicit change set and related utility methods.Erik Verbruggen2010-06-141-42/+1
* Added infrastructure to change multiple files at once.Erik Verbruggen2010-06-141-35/+14
* Refactored the quickfix engine.Roberto Raggi2010-06-071-3/+0
* Generalized the quickfix collector.Roberto Raggi2010-06-031-0/+83
* Reduced the usage of CppQuickFixOperation.Roberto Raggi2010-06-031-0/+6
* Reimplemented the C++ quick fix operations using TextEditor::QuickFixOperation.Roberto Raggi2010-06-031-3/+5
* Generalized QuickFixOperation.Roberto Raggi2010-06-031-0/+160