summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppinsertvirtualmethods.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Convert to Tr::trAlessandro Portale2023-01-121-15/+15
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: FilePathify some of the refactoring operationshjk2022-12-161-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-10/+10
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Cpp/TextEditor: Get rid of QOverloadJarek Kobus2022-07-261-1/+1
* CppEditor: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-091-10/+11
* CppEditor: Merge the four TestDocument classesChristian Kandeler2021-09-081-6/+6
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-10/+7
* CppEditor: Use test objects to group related test functionsChristian Kandeler2021-08-271-12/+13
* TextEditor: filepathify RefactoringChangesDavid Schulz2021-06-081-3/+4
* CppEditor: Add missing template argumentsChristian Kandeler2021-04-161-4/+5
* CPlusPlus: Improve type name minimizationChristian Kandeler2021-02-221-9/+24
* Cpp: Use new settings APIEike Ziller2021-01-221-18/+38
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-101-9/+5
|\
| * CppEditor: Do not offer generated QObject functionsChristian Kandeler2020-11-041-9/+5
* | CppEditor: Offer class-level quickfixes also when clicking "in class"Christian Kandeler2020-10-231-0/+5
|/
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-1/+1
* CppEditor: Properly handle multiple inheritanceChristian Kandeler2020-08-201-33/+114
* CppEditor: Consider operatorsChristian Kandeler2020-07-291-4/+8
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Standardize on int for line and column valueshjk2019-07-261-2/+2
* More Utils::toSet/toListhjk2019-07-041-3/+5
* CppEditor: ModernizeNikolai Kosjar2019-02-081-78/+59
* CppEditor: Use some member initializersOrgad Shaneh2018-09-211-12/+6
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-201-1/+2
|\
| * CppEditor: Fix nullptr accessNikolai Kosjar2017-06-141-1/+2
* | CppEditor: Fix uninitialized value warningsNikolai Kosjar2017-06-011-9/+6
|/
* TextEditor: Remove exported class QuickFixOperationsFriedemann Kleint2016-11-181-3/+1
* Move icons to UtilsUlf Hermann2016-08-051-2/+2
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-7/+5
* Move "Clear/Clean" icon from ProjectExplorer to CoreAlessandro Portale2016-04-271-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-3/+2
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-231-8/+8
|\
| * C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-191-8/+8
* | Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-1/+2
|/
* CppEditor: Add filter option for InsertVirtualMethods' dialogLorenz Haas2015-10-061-0/+14
* CppEditor: Cleanup settings in InsertVirtualMethodsOrgad Shaneh2015-06-221-161/+98
* CppEditor: Add a missing includeOrgad Shaneh2015-06-181-0/+1
* CppTools: Fix misdetection of virtual function overloadsOrgad Shaneh2015-06-171-0/+29
* CppEditor: Offer to insert "override" for InsertVirtualMethodsNikolai Kosjar2015-06-171-26/+209
* CppEditor: Extract reading/writing settings for InsertVirtualMethodsDialogNikolai Kosjar2015-06-171-43/+60
* C++: Rename ClassOrNamespace -> LookupScopeOrgad Shaneh2015-04-201-8/+8
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | CppTools: accessSpecToString returns the plain name of AccessSpecLorenz Haas2015-02-091-1/+1
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-1/+1
* | CppEditor: Be more strict about quickfixes that were not triggeredOrgad Shaneh2015-01-291-10/+1
* | C++: Better names for Scope's iteratorsNikolai Kosjar2015-01-141-1/+1
|/