aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfixassistant.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: More direct access to CppQuickFixAssistProviderhjk2023-12-061-20/+21
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-1/+1
* TextEditor: always return a valid assist interfaceDavid Schulz2023-05-021-1/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-3/+2
* Editor: unify assist processor handlingDavid Schulz2022-11-141-5/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: Consider selection when requesting quickfixesChristian Kandeler2022-08-231-1/+45
* TextEditor: add text cursor to assist interfaceDavid Schulz2022-05-131-4/+2
* ClangCodeModel: Make clangd refactoring actions availableChristian Kandeler2022-02-011-8/+12
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-5/+3
* CppEditor: Move ast path checker to relevant quick fix providerDavid Schulz2021-02-111-2/+0
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-1/+1
* 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