aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfixassistant.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Do not add QuickFixFactories to object pool anymorehjk2018-02-021-0/+1
* TextEditor: Split the global QuickFixFactory listhjk2017-12-181-4/+5
* TextEditor: Dissolve QuickFixAssistProcessorhjk2017-12-151-1/+23
* TextEditor: Use more direct access to quick fix factorieshjk2017-12-151-8/+1
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-5/+4
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-1/+2
* Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-031-5/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CodeAssist: Support asynchronous processing without threadsNikolai Kosjar2015-06-031-2/+2
* Clean exported headers of the CppTools plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-6/+6
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Flatten QuickFixAssistProcessor hierarchyhjk2014-09-301-13/+1
* | CppEditor: Simplify CppQuickFixOperation interfacehjk2014-09-301-9/+9
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-1/+1
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-2/+2
* | CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}hjk2014-08-271-4/+8
* | C++: Base parsing on editor document instead of widgetNikolai Kosjar2014-08-251-1/+3
* | TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-2/+2
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-1/+1
|/
* TextEditor: Move isAsynchronous() up to IAssistProviderNikolai Kosjar2013-10-011-0/+5
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
* Clean headers in CppEditor.Friedemann Kleint2013-04-101-16/+0
* CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-1/+1
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-10/+8
* C++: Fix dangling IDocument* in CppCompletionAssistProcessorNikolai Kosjar2013-03-191-1/+2
* CppEditor: Replace Q_ASSERT with QTC_ASSERT/QTC_CHECKNikolai Kosjar2013-02-141-1/+3
* 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
* | CppEditor: quick fix to generate getters and settersErik Verbruggen2013-01-241-0/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Make PluginManager mostly static.Eike Ziller2012-06-191-2/+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
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-2/+2
|/
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-191-6/+5
* C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-161-1/+3