summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient
Commit message (Expand)AuthorAgeFilesLines
* Solutions: Long live Solutions!Jarek Kobus2023-05-172-2/+4
* ILocatorFilter: Remove calls to setDefaultIncludedByDefault(false)Jarek Kobus2023-05-161-2/+0
* LanguageClient: Remove the old matchesFor() implementationJarek Kobus2023-05-153-312/+30
* LocatorFilters: Use ILocatorFilter::createRegExp() consistentlyJarek Kobus2023-05-121-5/+2
* TaskTree: Prepare for de-utils-ization - part 3Jarek Kobus2023-05-122-2/+2
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-122-2/+2
* Utils: use Text::Position instead of LineColumn in textutilsDavid Schulz2023-05-111-4/+4
* Utils: remove OptionalLineColumnDavid Schulz2023-05-111-3/+3
* Utils: move TextPosition/Range to textutilsDavid Schulz2023-05-103-7/+6
* LanguageClient: Explicitly qualify one QObject::connecthjk2023-05-081-1/+1
* SearchResultItem: Introduce SearchResultItemsJarek Kobus2023-05-082-7/+7
* Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-082-23/+20
* LanguageServer: Use IOptionPage::setWidgetCreator() for settingshjk2023-05-041-67/+50
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-042-2/+2
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-042-6/+6
* Tasking::CurrentDocumentSymbolsRequest: RenameJarek Kobus2023-05-045-15/+15
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-031-4/+4
* All Plugins: Use global future synchronizerJarek Kobus2023-04-253-13/+4
* LanguageClient: Reimplement matchers()Jarek Kobus2023-04-252-8/+84
* LanguageClient/ClangCodeModel: Reimplement matchers()Jarek Kobus2023-04-253-3/+31
* LanguageClient: Reorder arguments in workspaceMatchersJarek Kobus2023-04-242-4/+3
* DocumentLocatorFilter: Make internals reusable in LocatorMatcherJarek Kobus2023-04-242-45/+33
* LanguageClient: Use Q_DISABLE_COPY_MOVEJarek Kobus2023-04-243-12/+5
* CppEditor/LanguageClient: Reuse MatcherType enumJarek Kobus2023-04-212-10/+31
* Introduce CurrentSymbolsRequestTaskJarek Kobus2023-04-214-0/+138
* LocatorMatcherTask: Refactor the storage classJarek Kobus2023-04-211-11/+9
* LocatorMatcherTask: Get rid of Input/OutputData typedefsJarek Kobus2023-04-211-4/+4
* LocatorFilterEntry: Get rid of filter fieldJarek Kobus2023-04-201-8/+3
* LocatorMatcher: Introduce MatcherType enumJarek Kobus2023-04-202-3/+3
* Show locator filter descriptions more prominentlyEike Ziller2023-04-182-2/+15
* DocumentLocatorFilter: Get rid of the arg from c'torJarek Kobus2023-04-184-9/+17
* LanguageClient: Introduce workspace matchersJarek Kobus2023-04-184-2/+106
* DocumentSymbolCache: Don't schedule duplicate requestsJarek Kobus2023-04-141-0/+2
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-1/+4
|\
| * Clangd: do not modify the default replacement stringDavid Schulz2023-04-041-1/+4
* | ClientRequestTask: A few fixesJarek Kobus2023-04-112-7/+7
* | DocumentLocatorFilter: Refactor internalsJarek Kobus2023-04-052-74/+69
* | WorkspaceLocatorFilter: Get rid of prepareSearchHelperJarek Kobus2023-04-052-13/+6
* | Remove some QList::toVector() no-opshjk2023-04-041-1/+1
* | Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-1/+1
* | LanguageClient: optimize cloning documentsDavid Schulz2023-03-311-1/+1
* | LanguageClient: fix build with mingwTim Jenssen2023-03-301-0/+6
* | LanguageClient: Fix state stringRobert Löhning2023-03-291-1/+1
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-291-1/+1
|\ \ | |/
| * LanguageClient: Fix off-by-one error in CallHierarchyChristian Kandeler2023-03-221-1/+1
* | LanguageClient: remove unused variablesDavid Schulz2023-03-231-2/+2
* | LanguageClient: add tooltip to reload call hierarchy tool buttonDavid Schulz2023-03-231-0/+1
* | LanguageClient: add action to open call hierarchyDavid Schulz2023-03-226-20/+50
* | LanguageClient: Introduce ClientRequestTaskDavid Schulz2023-03-214-0/+120