aboutsummaryrefslogtreecommitdiffstats
path: root/qt-core
Commit message (Expand)AuthorAgeFilesLines
* README: Add `doc-snapshots.qt.io` as pre-release version documentationOrkun Tokdemir2024-12-161-0/+3
* Enhance logging for coreAPI notifications and config initializationOrkun Tokdemir2024-12-132-0/+3
* Refactor communication between core and extensionsOrkun Tokdemir2024-12-124-46/+43
* qt-core: Move `setRecommendedSettings` telemetry to the correct locationOrkun Tokdemir2024-12-111-1/+1
* Bump version to 1.3.0Orkun Tokdemir2024-12-092-4/+4
* qt-core: Update CHANGELOG.mdOrkun Tokdemir2024-12-051-0/+20
* qt-core: Set config values for other extensions when a project is addedOrkun Tokdemir2024-12-022-14/+21
* qt-core: Add build dir with build type to recommended settingsOrkun Tokdemir2024-11-291-0/+6
* Dispose event handlers and language client when the project is closedOrkun Tokdemir2024-11-282-35/+34
* Speed up compilation by using the `--incremental` flagOrkun Tokdemir2024-11-213-1/+3
* vscodeignore: Add `.eslintcache`Orkun Tokdemir2024-11-211-0/+1
* Package: Fix high severity vulnerabilitiesOrkun Tokdemir2024-11-201-3/+4
* qt-core: qt-qml: Use optional chaining to reduce indentationOrkun Tokdemir2024-11-191-10/+6
* qt-qml: Add progress bar to fetching qmlls infoOrkun Tokdemir2024-11-141-23/+1
* qt-core: Fix broken cancel button in online docs & Refactor online docsOrkun Tokdemir2024-11-141-50/+108
* qt-cpp: qt-core: Remove reduntdant `watchProjects()` callsOrkun Tokdemir2024-11-121-1/+0
* Add telemetryOrkun Tokdemir2024-11-088-5/+362
* Package: Update dependencies & third party licensesOrkun Tokdemir2024-11-063-365/+980
* ci-scripts: Remove qt-lib license from ThirdPartyNotices.txtOrkun Tokdemir2024-11-061-185/+0
* Bump version to 1.1.0Orkun Tokdemir2024-11-052-4/+4
* Add tilde support for global installation rootOrkun Tokdemir2024-11-041-1/+3
* Add missing qtpaths featuresOrkun Tokdemir2024-11-011-4/+13
* qt-core: Use constant instead of stringOrkun Tokdemir2024-11-011-1/+2
* qt-core: Assign `f1` for the `documentationSearchForCurrentWord` commandOrkun Tokdemir2024-10-291-0/+6
* qt-lib: Use `isEqual()` from `lodash` instead of custom implementationOrkun Tokdemir2024-10-294-4/+75
* Package: Add `--cache` option for PrettierOrkun Tokdemir2024-10-251-1/+1
* ci-scripts: Improve local license file validationOrkun Tokdemir2024-10-251-1/+1
* qt-core: Remove redundant `export` & gather up the same context functionsOrkun Tokdemir2024-10-241-9/+9
* Add vcpkg supportOrkun Tokdemir2024-10-238-11/+220
* Linter: Improve checksOrkun Tokdemir2024-10-232-1/+2
* ci-scripts: Add caching for eslintOrkun Tokdemir2024-10-221-1/+1
* qt-core: Add msvc version parsing for qtpathsOrkun Tokdemir2024-10-211-17/+53
* qt-core: Fix CI errorOrkun Tokdemir2024-10-171-17/+20
* qt-core: Add `registerQtbyQtpaths` commandOrkun Tokdemir2024-10-174-1/+76
* qt-core: Add reset function to `CoreProjectManager` and `CoreProject`Orkun Tokdemir2024-10-163-2/+14
* qt-core: Add architecture parsing for qtPathsOrkun Tokdemir2024-10-151-0/+39
* qt-core: Fix CI failureOrkun Tokdemir2024-10-151-0/+1
* qt-core: Add a fallback option for old `qtPaths` executablesOrkun Tokdemir2024-10-151-4/+28
* Improve consistency, remove duplication on project and project managerBen Cho2024-10-152-61/+26
* Add tilde support for configuration pathsOrkun Tokdemir2024-10-145-5/+39
* qt-core: Add additional default pathsOrkun Tokdemir2024-10-081-1/+27
* qt-core: Add the `name` property to `additionalQtPaths`Orkun Tokdemir2024-10-076-31/+62
* qt-core, qt-cpp: Rename project classesBen Cho2024-10-072-7/+7
* Linter: Improve checksOrkun Tokdemir2024-10-071-1/+3
* qt-core: Add reset function to coreAPIOrkun Tokdemir2024-10-022-0/+7
* qt-core: Add warning for Qt additional paths inside workspaceFileOrkun Tokdemir2024-10-021-0/+11
* Use getters instead of `get<>` methodsOrkun Tokdemir2024-09-272-7/+4
* qt-core: Change README.mdJoerg Bornemann2024-09-271-1/+6
* qt-core: Add progress notification for online docsOrkun Tokdemir2024-09-271-34/+59
* qt-core: Add qt-core.additionalQtPathsJoerg Bornemann2024-09-276-5/+153