aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfixes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Replace call to a long obsolete QtAlgorithms functionFrank Meerkoetter2018-10-081-1/+1
|/
* Fix function extraction for nested classesEike Ziller2018-10-021-3/+11
* Reduce priority of "Convert to Camel Case" refactoringEike Ziller2018-10-021-4/+3
* CppEditor: better detection of the system a numeric literal is inFrank Meerkoetter2018-09-271-43/+41
* CppEditor: binary literal support for ConvertNumericLiteralFrank Meerkoetter2018-09-201-3/+41
* cppeditor: remove misleading Qt4/Qt5 label in WrapStringLiteralFrank Meerkoetter2018-09-201-8/+2
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-7/+7
* CppTools: Fix getting locator filters from the object poolIvan Donchevskii2018-06-281-2/+2
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0