aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/baseqtversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/13.0'Eike Ziller6 days1-1/+6
|\
| * QtSupport: Fix Qt Abi detection after Android initial SDK setupAlessandro Portale9 days1-1/+6
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-141-43/+7
|\|
| * BaseQtVersion: Get rid of MacroExpanderWrapperJarek Kobus2024-03-131-25/+4
| * BaseQtVersion: Drop cache related paramenter QtVersion::fromMaphjk2024-03-131-3/+3
| * Utils: Remove PresistentStoreCacheMarcus Tillmanns2024-03-121-15/+0
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* QtSupport: Mark remote Qt VersionsMarcus Tillmanns2024-02-091-3/+8
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-01-181-3/+6
|\
| * QtSupport: Increase QtVersionData's version to 3Cristian Adam2024-01-171-3/+6
* | QtSupport: Remove dead codeMarcus Tillmanns2024-01-171-11/+0
* | QtSupport: Move plugin tests closer to tested codehjk2024-01-161-7/+19
* | QtSupport: Add some extra hint when qmake seems not usablehjk2024-01-081-0/+2
* | ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-2/+2
* | ProjectExplorer: Rename ToolChainManager to ToolchainManagerhjk2023-11-271-1/+1
* | ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-2/+2
* | ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-4/+4
|/
* Qt: Fix qt abi version saving / restoringMarcus Tillmanns2023-10-261-22/+43
* QtSupport: Fix VersionData cacheMarcus Tillmanns2023-09-291-7/+7
* Utils: Use a proper class as Keyhjk2023-09-271-3/+3
* QtSupport: Cache Qt Version informationMarcus Tillmanns2023-09-051-25/+136
* Plugins: A bit more Keys and Storehjk2023-08-251-3/+3
* 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
* Various Plugins: Simplify return FilePath statementsJarek Kobus2023-08-021-2/+2
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-1/+1
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-2/+2
* QtSupport: Use better value for remote QTDIR env variableshjk2023-07-041-1/+1
* Debugger: Fix automatic source mapping for QtEike Ziller2023-06-161-2/+16
* More deprecation induced busyworkhjk2023-06-081-2/+2
* Fix some more *::count() deprecation warningshjk2023-06-071-2/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-2/+2
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-03-301-3/+4
|\
| * Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-141/+124
| |\
| * | QtSupport: allow relative paths for the qmake commandTim Jenssen2023-02-091-3/+4
* | | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+4
| |/ |/|
* | Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-1/+0
* | QtSupport: Pass empty device root for local Qthjk2023-01-231-1/+2
* | Qmake: Use FilePath in QtVersion::reportIssueshjk2023-01-121-2/+2
* | Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* | Qmake: Enhance remote parsinghjk2023-01-101-3/+2
* | Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-3/+3
* | Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* | QtSupport: Consolidate Qt version macro expander setup a bithjk2023-01-051-110/+92
* | QtQuick Application wizard: Add "QDS style project" optionAlessandro Portale2023-01-051-0/+5
* | QtSupport: Replace foreach with range-based for loopsJarek Kobus2022-11-241-2/+2