aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpptypehierarchy.cpp
Commit message (Expand)AuthorAgeFilesLines
* LSP: Add type hierarchy supportChristian Kandeler2024-03-151-1/+1
* TextEditor: Add type hierarchy infrastructureChristian Kandeler2024-03-121-46/+28
* CppElementEvaluator: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-051-4/+3
* CppEditor: Reduce visible CppTypeHierarchy interfacehjk2024-01-241-14/+58
* ProgressManager: Use std::chrono for timed tasksEike Ziller2024-01-221-1/+4
* CppEditor: Remove unused class memberhjk2023-09-141-1/+0
* CppEditor: Hide part of CppTypeHierarchy implementationhjk2023-09-041-64/+103
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-2/+0
* CppElementEvaluator: Use QtConcurrent invocation for async runJarek Kobus2023-03-131-1/+2
* CppEditor: Convert to Tr::trAlessandro Portale2023-01-121-11/+12
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: More migration to FilePathhjk2022-12-141-4/+4
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-121-1/+1
|\
| * CppTypeHierarchy: Don't create/store QIcon in non-GUI threadJarek Kobus2022-12-071-1/+1
* | Utils: Add sorted() functionChristian Kandeler2022-10-251-3/+1
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-091-2/+4
* CppEditor: Remove class CppEditorChristian Kandeler2021-09-031-2/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-2/+1
* Utils: Use FilePath in DropSupporthjk2021-08-021-1/+1
* Core: Use Utils::Link for openEditorAtDavid Schulz2021-05-251-4/+1
* Utils: filepathify LinkDavid Schulz2021-05-251-4/+4
* Core: Unify INavigationWidget creation a bithjk2021-05-181-1/+1
* Use Utils::FutureSynchronizer instead of QFutureSynchronizerJarek Kobus2021-05-121-19/+3
* Refactor CppElementEvaluatorJarek Kobus2021-01-131-9/+2
* Highlight old item after activating new class in type hierarchyJarek Kobus2021-01-071-5/+21
* Open type hierarchy from Type Hierarchy editorJarek Kobus2021-01-041-10/+99
* Don't leak memory when canceling Type HierarchyJarek Kobus2020-12-101-6/+16
* Modernize Type HierarchyJarek Kobus2020-12-071-31/+83
* Port setMargins to setContentsMarginsLaurent Montel2019-10-161-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* CppEditor: ModernizeNikolai Kosjar2019-02-081-8/+6
* Move PathChooserDelegate to UtilsDavid Schulz2018-07-231-1/+1
* Fix C++ type hierarchyEike Ziller2018-03-091-1/+1
* CppTools: Move CppHoverHandler to CppToolsNikolai Kosjar2018-01-161-1/+2
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-3/+3
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-0/+1
* CppEditor: Fix uninitialized value warningsNikolai Kosjar2017-06-011-5/+1
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-2/+3
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-1/+1
|/
* CppTypeHierarchy: Get rid of '+' when dragging.Eike Ziller2014-10-171-0/+1
* Type hierarchy: Add drag & drop into editor splitsEike Ziller2014-10-161-39/+40
* Cpp type hierarchy: Use single click activation instead of click handlingEike Ziller2014-10-151-2/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8