aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfix.h
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Make check for clangd more fine-grainedChristian Kandeler2024-02-211-3/+7
* CppEditor: Allow tests to run with ClangCodeModel enabledChristian Kandeler2023-11-291-4/+12
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: Un-export some classesChristian Kandeler2021-09-061-3/+3
* CppEditor: Do not offer generated QObject functionsChristian Kandeler2020-11-041-1/+7
* CppEditor: ModernizeNikolai Kosjar2019-02-081-2/+2
* CppEditor: Do not add QuickFixFactories to object pool anymorehjk2018-02-021-1/+3
* TextEditor: Split the global QuickFixFactory listhjk2017-12-181-4/+18
* Remove forgotten unused cppQuickFixFactories() prototypehjk2017-12-181-2/+0
* TextEditor: Use more direct access to quick fix factorieshjk2017-12-151-2/+2
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-2/+0
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* 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