aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/javalanguageserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: have one LanguageClient per BuildConfighjk2025-04-291-34/+19
* Android: Use BuildConfiguration instead of TargetChristian Kandeler2025-03-111-15/+19
* Android: Drop duplicate check in JLSClient::updateProjectFiles()hjk2025-01-241-31/+31
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
* Android: Use LanguageClient namespace in javalanguageserver.cppJarek Kobus2024-11-131-12/+11
* Android: Hide JLSSettings in cpp and provide a setup functionJarek Kobus2024-11-131-1/+29
* Android: Rename androidmanager.{cpp,h} to androidutils.{cpp,h}hjk2024-11-121-1/+1
* ProjectExplorer: More name disambiguation for device kit aspectsChristian Kandeler2024-11-121-1/+1
* Android: Replace AndroidManager namespace by the common Internalhjk2024-11-121-1/+1
* Android: Move more classes into Internal namespaceJarek Kobus2024-11-121-4/+2
* LanguageClient: Change toMap() signature of settings classeshjk2024-11-111-3/+2
* Android: Replace occurrences of FilePath::toStringAndrii Semkiv2024-09-061-7/+7
* Android: Transform AndroidConfig into namespaceJarek Kobus2024-05-281-1/+1
* Android: Use LayoutBuilder for JLSSettingsWidgetAlessandro Portale2024-05-031-10/+7
* Android: Use more direct access to current config singletonhjk2024-01-241-1/+1
* Utils/all: Move mime constants into a central placehjk2023-11-081-1/+5
* QbsProjectManager: Provide classpath data to Java language serverAaron McCarthy2023-10-171-3/+16
* Plugins: And more Store and Keyhjk2023-08-251-2/+2
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Android: Convert to using Tr::trAlessandro Portale2022-10-071-7/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* LanguageClient: fix todoDavid Schulz2022-06-071-1/+1
* Utils: More forward declarations / drop unused headers [D-G]Jarek Kobus2022-05-251-0/+1
* Utils: Wrap various file system iteration flags and filtershjk2022-01-261-1/+1
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-1/+1
* Fix various compiler warningsChristian Kandeler2021-12-021-1/+0
* Android: JavaLanguageServer code cosmeticshjk2021-09-271-20/+17
* Android: Use FilePath in JavaLanguageServerhjk2021-09-271-19/+16
* LanguangeClient: Use more FilePathhjk2021-08-311-5/+4
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* Utils: Use FilePath in TemporaryDirectory APIhjk2021-07-021-1/+1
* LanguageClient: manually track document versionDavid Schulz2021-06-151-1/+1
* LanguageServer: Use Utils::CommandLine in StdIOClientInterfacehjk2021-05-031-4/+4
* LSP: reduce error handling complexityDavid Schulz2021-03-021-1/+1
* Android: Add path to Qt java bindings to project filesDavid Schulz2021-02-231-2/+19
* Android: Add 3rdparty jars to classpathsDavid Schulz2021-02-231-3/+6
* Android: generate .project and .classpathDavid Schulz2021-02-231-1/+114
* Java: use a temporary directory for the workspaceDavid Schulz2021-02-231-15/+26
* JLS: add special java client that can execute jls commandsDavid Schulz2021-02-191-0/+31
* Java: add java language server settingsDavid Schulz2021-02-181-0/+184