aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppbuiltinmodelmanagersupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make hover handler singletonshjk2025-12-051-2/+3
* CppEditor: Replace a wrong use of FilePath::toUrlishString()hjk2025-08-051-3/+3
* CppEditor: Add action to go to base class implementationChristian Kandeler2025-07-281-0/+12
* Utils: replace some Text::positionInText callsDavid Schulz2025-07-161-2/+1
* Utils: combine Link target column and line into Text::PositionDavid Schulz2025-07-161-1/+1
* Utils: make Text::positionInText column 0-basedDavid Schulz2025-06-251-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* CppEditor: Clean up cpptoolsreuse.{h,cpp}Christian Kandeler2024-06-241-0/+1
* CppEditor: Add quickfix for moving a class to a dedicated set of filesChristian Kandeler2024-05-081-1/+2
* CppElementEvaluator: Remove not very useful methodJarek Kobus2024-02-051-2/+2
* CppElementEvaluator: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-051-1/+1
* ClangCodeModel: Fall back to built-in code model when following symbolsChristian Kandeler2023-11-091-0/+5
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-17/+9
* Reduce usage of app_version headerEike Ziller2023-06-261-1/+0
* CppEditor: Reuse QScopeGuard instead of ExecuteOnDestructionJarek Kobus2023-06-071-2/+2
* Designer: Update C++ code model on an object name change in designerChristian Kandeler2023-01-271-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: FilePathify some of the refactoring operationshjk2022-12-161-4/+4
* CppEditor: Let users check for unused functions in (sub-)projectsChristian Kandeler2022-11-241-0/+26
* CppEditor: Add actions for following a symbol to its typeChristian Kandeler2022-09-271-1/+13
* Prefer project's Qt version for context helpEike Ziller2022-09-261-2/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: rename overview -> outlineDavid Schulz2022-08-261-1/+1
* CppEditor: remove unneeded indirection for the outline modelDavid Schulz2022-08-161-5/+0
* CppEditor: Clean up ModelManagerSupport creationChristian Kandeler2022-08-021-16/+0
* CppEditor: remove unused function hint providerDavid Schulz2022-06-131-5/+0
* Do not pass Utils::LinkHandler by rvalue refChristian Kandeler2022-06-071-4/+4
* Utils: Rename ProcessLinkCallback to something less clumsyChristian Kandeler2022-06-031-2/+2
* ModelManagerSupport: Get rid of UsagesCallback from findUsages()Jarek Kobus2022-06-021-2/+1
* ModelManagerSupport: Get rid of UsagesCallback from globalRename()Jarek Kobus2022-06-021-1/+0
* ClangCodeModel: Make use of clangd's "switchSourceHeader" extensionChristian Kandeler2022-05-191-0/+9
* CppEditor: Acknowledge the existence of clangdChristian Kandeler2022-05-111-1/+1
* Remove clangsupport dependency from pluginsChristian Kandeler2022-05-061-7/+2
* CppEditor: Remove RefactoringEngineChristian Kandeler2022-05-041-8/+68
* ClangCodeModel: Remove libclang-based tooltip supportChristian Kandeler2022-04-281-0/+5
* ClangCodeModel: Remove libclang fallback for "follow symbol"Christian Kandeler2022-04-281-5/+21
* CppEditor: Move CppHoverHandler to its only point of useChristian Kandeler2021-09-031-3/+46
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+102