aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppinsertvirtualmethods.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* CppEditor: Tests: Refactor out BaseQuickFixTestCaseNikolai Kosjar2014-11-281-3/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CppEditor: Simplify CppQuickFixOperation interfacehjk2014-09-301-17/+18
* | TextEditor: Add a convenience append method for quick fixeshjk2014-09-261-1/+1
* | CppEditor: Fix leaking ClassItemNikolai Kosjar2014-09-221-1/+4
* | CppEditor: Compile fix for clang after renaminghjk2014-08-281-29/+32
|/
* C++: Get rid of {Name,Type}::isEqualTo()Nikolai Kosjar2014-05-231-2/+2
* CppEditor: Tests: Fix newline handlingNikolai Kosjar2014-05-151-20/+20
* CppEditor: Hide only functions that are implemented in the target classOrgad Shaneh2014-02-041-1/+1
* CppEditor: Remove final functions from virtuals treeOrgad Shaneh2014-02-041-0/+115
* CppEditor: Enable choosing any override in Insert Virtual MethodsOrgad Shaneh2014-02-041-19/+38
* CppEditor: Fix Qt4 compilationOrgad Shaneh2014-01-281-6/+4
* CppEditor: Use a custom model for InsertVirtualMethodsOrgad Shaneh2014-01-271-120/+307
* CppEditor: build fix (Qt5)Alessandro Portale2014-01-241-0/+1
* CppEditor: Move InsertVirtualMethods to its own fileOrgad Shaneh2014-01-241-0/+1417