summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppmodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Locator: Fix style and reuse LocatorFilterEntriesJarek Kobus2023-05-161-1/+1
* CppLocatorFilters: Remove the old matchesFor() implementationJarek Kobus2023-05-121-3/+2
* ClangCodeModel: Remove the old matchesFor() implementationJarek Kobus2023-05-111-7/+0
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* CppEditor/LanguageClient: Reuse MatcherType enumJarek Kobus2023-04-211-8/+12
* CppLocatorFilter: Add cppCurrentDocumentMatcher()Jarek Kobus2023-04-201-0/+2
* LocatorMatcher: Introduce MatcherType enumJarek Kobus2023-04-201-4/+7
* CppModelManager: Use locator matcher for unused functionsJarek Kobus2023-04-191-18/+11
* CppCurrentDocumentFilter: Get rid of the arg from c'torJarek Kobus2023-04-191-3/+2
* LocatorMatcher: Introduce LocatorMatcherTaskCreatorJarek Kobus2023-04-181-0/+4
* CppModelManager: Pass context object into signal connectionJarek Kobus2023-04-051-1/+1
* CppLocatorFilter: Don't repeat CppLocatorData arg in c'torsJarek Kobus2023-04-041-3/+3
* CppModelManager: Avoid using ILocatorFilter::allLocatorFilters()Jarek Kobus2023-04-041-4/+1
* Replace a few \returns by Returnshjk2023-03-241-1/+1
* LocatorFilter classes: Use more linkForEditorJarek Kobus2023-03-031-6/+3
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-6/+9
* LocatorFilter classes: Use Core namespaceJarek Kobus2023-02-231-126/+121
* Some fixes in translated stringsEike Ziller2023-02-151-2/+2
* Designer: Update C++ code model on an object name change in designerChristian Kandeler2023-01-271-4/+16
* Utils: Push FilePath::toString border line a bit furtherhjk2023-01-131-1/+1
* CppEditor: Convert to Tr::trAlessandro Portale2023-01-121-4/+3
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-111-40/+38
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* CppIndexingSupport: Flatten class hierarchyJarek Kobus2023-01-091-3/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: FilePathify some of the refactoring operationshjk2022-12-161-6/+6
* CppEditor: More migration to FilePathhjk2022-12-141-1/+1
* CppEditor: Use FilePath in fileSizeExceedsLimit()hjk2022-12-081-7/+6
* CPlusPlus: Use FilePath for resolved include pathshjk2022-11-301-1/+1
* CppEditor: Convert parts of ModelManagerInterface to FilePathhjk2022-11-291-6/+6
* CppEditor: Remove Snapshot::remove(QString) overloadhjk2022-11-291-4/+5
* CppEditor: Convert AbstractEditorSupport interface to FilePathhjk2022-11-281-7/+8
* CppEditor: Switch to FilePath in IndexItemhjk2022-11-251-8/+4
* CPlusPlus: Return FilePaths from Document::includedFilehjk2022-11-251-9/+9
* CppEditor: Proliferate FilePath usehjk2022-11-251-1/+1
* CppEditor: Let users check for unused functions in (sub-)projectsChristian Kandeler2022-11-241-0/+181
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-8/+8
* Merge remote-tracking branch 'origin/9.0'Tim Jenssen2022-10-251-7/+7
|\
| * UI text: Use a full stop in the end of messagesLeena Miettinen2022-10-201-7/+7
* | cppeditor: make it possible to ignore patternsPhilip Van Hoof2022-10-251-5/+34
* | CppEditor: Adapt include locations when renaming ui filesChristian Kandeler2022-10-241-6/+35
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-8/+8
* CppEditor: Add actions for following a symbol to its typeChristian Kandeler2022-09-271-0/+8
* CppEditor: Add support for showing pre-processed source filesChristian Kandeler2022-09-141-1/+134
* CppEditor: Do not get confused by aliased filesChristian Kandeler2022-09-061-3/+3
* ClangCodeModel: Implement per-session mode for clangdChristian Kandeler2022-09-051-1/+1
* Clang/C++: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-291-3/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: rename overview -> outlineDavid Schulz2022-08-261-1/+1