aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customwizard
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* CustomWizard: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-016-26/+22
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+1
* ProjectExplorer: Move OpenProjectResult off ProjectExplorerPlugin classhjk2024-01-181-2/+1
* Utils/all: Move mime constants into a central placehjk2023-11-081-3/+3
* Utils: Use a proper class as Keyhjk2023-09-271-2/+2
* Utils etc: Even more Key and Storehjk2023-08-251-1/+2
* Utils etc: More use of Key and Storehjk2023-08-241-2/+2
* ProjectExplorer: Remove QObject base from ICustomWizardMetaFactoryhjk2023-08-211-4/+2
* ProjectExplorer: Simplify return statementsJarek Kobus2023-08-022-5/+5
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* ProjectExplorer: Tr::trhjk2023-01-162-2/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-068-8/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-073-7/+7
* ProjectExplorer: Create wizards one by onehjk2022-09-292-21/+5
* ProjectExplorer: Use more FilePath in wizards, mostly JsonWizard*Alessandro Portale2022-09-053-11/+13
* Projects: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-292-2/+4
* Use SPDX license identifiersLucie Gérard2022-08-268-192/+16
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-2/+2
* ProjectExplorer: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-094-14/+17
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-2/+2
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* QtcProcess: Get rid of setProcessUserEventWhileRunning()Jarek Kobus2022-01-251-2/+1
* Remove qmake build filesEike Ziller2022-01-201-8/+0
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-181-4/+4
* Use FilePath in several file wizardshjk2021-09-294-7/+7
* ProjectExplorer: Move user path conversion closer to the edgehjk2021-09-291-5/+5
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-3/+3
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+3
* Utils: User FilePath in ProjectIntroPagehjk2021-08-114-14/+21
* ProjectExplorer: CustomWizard code cosmeticshjk2021-08-101-52/+55
* ProjectExplorer: Use FilePath in ProjectExplorer::openProject{,s}()hjk2021-07-271-1/+1
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Do not pass QStringView by const referenceKai Köhne2021-06-171-2/+2
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* Utils: Join SynchronousProcess::run and runBlocking implementationshjk2021-05-251-1/+2
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-1/+2
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Utils: Simplify QtcProcess::exitMessage() interfacehjk2021-05-171-2/+1
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-5/+5
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-4/+2
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-6/+4
* ProjectExplorer: Use new message manager APIEike Ziller2020-12-071-1/+1
* Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-211-8/+8
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* PE: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-151-1/+0
* Core/Utils: Migrate further to Utils::Idhjk2020-07-063-4/+5