aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfixassistant.h
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: More direct access to CppQuickFixAssistProviderhjk2023-12-061-6/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Editor: unify assist processor handlingDavid Schulz2022-11-141-1/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: Consider selection when requesting quickfixesChristian Kandeler2022-08-231-1/+2
* Clangd: Fix autocompletion for old style SIGNAL and SLOTArtem Sokolovskii2022-07-041-0/+1
* ClangCodeModel: Make clangd refactoring actions availableChristian Kandeler2022-02-011-0/+3
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+1
* CppEditor: Remove unneeded CppEditorWidgetInterfaceChristian Kandeler2021-09-071-2/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-8/+6
* CppEditor: ModernizeNikolai Kosjar2019-02-081-1/+1
* CppEditorPlugin: Partially pimpl and avoid use of global object poolhjk2018-02-091-1/+1
* TextEditor: Dissolve QuickFixAssistProcessorhjk2017-12-151-1/+0
* TextEditor: Remove QuickFixAssistProviderhjk2017-12-151-3/+4
* TextEditor: Use more direct access to quick fix factorieshjk2017-12-151-2/+0
* Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-031-1/+0
* CodeAssist: Support only one quickfix assistant per editor class.David Schulz2016-04-281-0/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* cppeditor: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-4/+4
* CodeAssist: Support asynchronous processing without threadsNikolai Kosjar2015-06-031-1/+1
* 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
* | TextEditor: Flatten QuickFixAssistProcessor hierarchyhjk2014-09-301-11/+0
* | CppEditor: Simplify CppQuickFixOperation interfacehjk2014-09-301-2/+2
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-6/+5
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-2/+2
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-4/+4
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* CodeAssistant: Replace virtual with QTC_OVERRIDEOrgad Shaneh2014-02-171-5/+7
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* TextEditor: Move isAsynchronous() up to IAssistProviderNikolai Kosjar2013-10-011-0/+1
* Clean headers in CppEditor.Friedemann Kleint2013-04-101-2/+0
* Clean headers in CppTools.Friedemann Kleint2013-04-101-0/+1
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-4/+3
* 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
* C++: Moved completion/highlighting into the model manager.Erik Verbruggen2012-02-081-3/+3
* 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-1/+1
|/
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-191-1/+3
* New code assist APILeandro Melo2011-05-181-0/+101