aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfixes.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Remove using namespace quickfix: Don't insert inline namespacesLeander Schulten2020-11-191-3/+6
* CppEditor: Improve performance of QuickFix 'Remove using directive in global ...Leander Schulten2020-11-171-21/+26
* CppEditor: Remove using directive at global scope always in all filesLeander Schulten2020-11-161-5/+106
* CppEditor: Improve "definition from declaration" for templatesChristian Kandeler2020-11-131-0/+1
* CPP Editor: Fix UI text capitalizationLeena Miettinen2020-11-091-1/+1
* CppEditor: Do not offer generated QObject functionsChristian Kandeler2020-11-041-0/+4
* CppEditor: Fix "move definition" quickfix for template member functionsChristian Kandeler2020-10-281-0/+1
* CppEditor: Make "Complete Switch" quickfix work with enum classesv4.14.0-beta1Christian Kandeler2020-10-271-1/+6
* CppEditor: Offer InsertDefsOperation quickfix for all classesChristian Kandeler2020-10-211-9/+13
* CppEditor: Fix some "convert to camel case" edge casesChristian Kandeler2020-10-201-18/+36
* CppEditor: Fix Typedef Handling with 'Remove Using Directive' QuickFixLeander Schulten2020-10-121-2/+42
* CppEditor: Consider templates in "complete switch" quickfixChristian Kandeler2020-10-121-0/+1
* Doc: Describe new refactoring actions (quick fixes)Leena Miettinen2020-10-071-6/+6
* Fix build of Clang code model and CppEditor with Qt 6Eike Ziller2020-09-211-1/+1
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-46/+48
* CppEditor: Implement remove using namespace QuickfixLeander Schulten2020-08-121-0/+409
* CppEditor: Do not re-indent existing codeChristian Kandeler2020-08-101-1/+1
* CppEditor: Let users create implementations for all member functionsChristian Kandeler2020-07-291-54/+331
* CppEditor: Don't create 'namespace xyz{}' if there is 'using namespace xyz'Leander Schulten2020-07-281-11/+209
* CppEditor: Add class member from member initializationChristian Kandeler2020-07-231-0/+144
* CppEditor: Fix trailing whitespace after extracting a functionChristian Kandeler2020-07-231-2/+2
* CppEditor: Extend Q_PROPERTY quickfixChristian Kandeler2020-07-221-5/+40
* CppEditor: Fix possible wrong location for function definitionsChristian Stenger2020-07-161-1/+12
* CppEditor: Ensure "inline" specifierChristian Kandeler2020-07-151-9/+27
* CppEditor: Ensure proper namespace for new getter/setter functionsChristian Kandeler2020-07-141-79/+116
* CppEditor: Avoid a use of QCharRef to make it compile with Qt6hjk2020-07-141-2/+2
* CppEditor: Offer to create getters and setters for all class membersChristian Kandeler2020-07-101-30/+374
* CppEditor: Make "Add curly braces" quickfix more robustChristian Kandeler2020-07-071-6/+7
* CppEditor: Relax soft assertChristian Kandeler2020-07-061-1/+1
* CppEditor: Extend "Add Include" quickfixChristian Kandeler2020-06-051-34/+29
* CppEditor: Do not treat friend declaration as member functionChristian Kandeler2020-06-051-1/+1
* CppEditor: Fix access to dangling pointerChristian Kandeler2020-06-041-1/+1
* CppEditor: Consider namespaces in "extract function" quickfixChristian Kandeler2020-05-291-1/+6
* CppEditor: Add quickfix for creating a forward declarationChristian Kandeler2020-05-271-9/+176
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-091-19/+31
|\
| * CppEditor: generate valid code via "Convert to Pointer/Stack Variable"David Schulz2020-01-081-19/+31
* | Utils: Rename FilePathList to simply FilePathshjk2019-12-181-1/+1
|/
* CppEditor: SimplifyNikolai Kosjar2019-11-011-15/+3
* CppEditor: Fix reference to temporaryNikolai Kosjar2019-08-011-1/+1
* Skip pure virtual functions in "Insert Definition From Declaration"Antonio Di Monaco2019-07-291-1/+1
* Compile fix with recent Qt devhjk2019-07-291-4/+2
* Standardize on int for line and column valueshjk2019-07-261-8/+8
* Replace uses of QString::sprintf()hjk2019-06-201-6/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* CppEditor: ModernizeNikolai Kosjar2019-02-081-166/+141
* CppEditor: modernize-loop-convertNikolai Kosjar2019-02-081-12/+8
* CppEditor: Fix some clazy level0 warningsNikolai Kosjar2019-02-081-22/+22
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-191-1/+4
|\
| * CppTools: Allow to check whether project code style existsIvan Donchevskii2018-11-121-1/+4