summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppquickfix_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Add quickfix for creating a member function from useChristian Kandeler2023-05-161-0/+116
* CppEditor: Add quickfix adding a member declaration from assignmentChristian Kandeler2023-05-031-2/+119
* CppEditor: Merge two factoriesChristian Kandeler2023-04-261-2/+2
* C++ editor: Make generated Q_PROPERTYs FINAL by defaultUlf Hermann2023-04-201-11/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CPlusPlus: Do not try to qualify the names of template parametersChristian Kandeler2022-12-011-0/+22
* CppEditor: Another name minimalization fixChristian Kandeler2022-12-011-0/+33
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-2/+3
* QuickFix: Fix generate function definition with unsigned typeArtem Sokolovskii2022-11-101-0/+89
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-9/+9
* CppEditor: Make value vs const ref return type configurableChristian Kandeler2022-09-191-0/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppQuickFixes: Add "auto" as local declaration incase cxx11Artem Sokolovskii2022-06-161-0/+10
* CppEditor: Use "auto" in AssignToLocalVariableOperationChristian Kandeler2022-05-161-7/+7
* CppEditor: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-091-9/+9
* CppEditor: Do not crash on anonymous classesChristian Stenger2022-04-111-0/+52
* CppEditor: Properly handle function types as template argumentsChristian Kandeler2022-04-071-0/+37
* CppEditor: Ensure a space between ref qualifier and exception specChristian Kandeler2022-04-051-1/+1
* CppEditor: Use trailing return type when moving function definitionChristian Kandeler2022-04-051-1/+1
* CppEditor: Fix "move function definition"Christian Kandeler2022-04-051-0/+35
* CPlusPlus: Fix "Find references"Christian Kandeler2021-11-091-0/+1
* CppEditor: Fix "insert def from decl" for template return typesChristian Kandeler2021-10-271-0/+37
* CppEditor: Mark generated setter as slot only for QObject-derived classChristian Kandeler2021-10-221-9/+18
* CppEditor: Fix "decl from def" quickfix with templated return typeChristian Kandeler2021-09-141-1/+23
* CppEditor: Merge the four TestDocument classesChristian Kandeler2021-09-081-302/+259
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-071-8/+8
|\
| * CppEditor: Fix space issue for auto generated Q_PROPERTYArtem Sokolovskii2021-09-031-5/+5
| * CppEditor: Add property name to the generated signalArtem Sokolovskii2021-09-021-4/+4
* | CppEditor: Un-export some classesChristian Kandeler2021-09-061-1/+1
* | CppEditor: Remove class CppEditorChristian Kandeler2021-09-031-1/+0
* | Merge CppTools into CppEditorChristian Kandeler2021-09-011-11/+11
* | Add convenience functions for creating ProjectExplorer::HeaderPathsChristian Kandeler2021-08-301-5/+3
* | CppTools/CppEditor: Rename the TestDocument classesChristian Kandeler2021-08-301-1/+1
* | CppEditor: Use test objects to group related test functionsChristian Kandeler2021-08-271-128/+143
* | CppEditor: Fix "insert definition" for templates with value parametersChristian Kandeler2021-08-171-0/+21
|/
* CppEditor: Do not produce invalid code when escaping string literalsChristian Kandeler2021-08-021-0/+22
* CppEditor: Fix switch statement completionChristian Kandeler2021-07-291-0/+28
* CppEditor: Fix moving function definition out of specialized classChristian Kandeler2021-07-291-0/+27
* CppEditor: Tweak test infrastructureChristian Kandeler2021-06-021-2/+2
* Remove the inline keyword when moving implementation to cppAndy Shaw2021-04-271-5/+85
* CppEditor: Fix "Add Definition" quickfix for function parametersChristian Kandeler2021-04-091-2/+2
* CPlusPlus: Improve type name minimizationChristian Kandeler2021-02-221-0/+62
* CppEditor: Default to .cpp for QuickFix creation of 1-line setter/getterAlessandro Portale2021-02-111-20/+28
* CplusPlus: Fix minimal name constructionChristian Kandeler2021-02-091-0/+26
* CppEditor: Do not add redundant access specifierChristian Kandeler2021-02-081-1/+4
* CppEditor: Add Base Class Support for Generate Constructor QuickFixLeander Schulten2021-02-041-0/+69
* CppEditor: Make "Complete switch statement" quickfix more visibleChristian Kandeler2021-02-041-0/+26
* CplusPlus: Fix minimal name constructionChristian Kandeler2021-01-291-3/+2
* CPlusPlus: Revert name minimization fixChristian Kandeler2021-01-291-1/+29
* CplusPlus: Fix minimal name constructionChristian Kandeler2021-01-281-0/+35