aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* iOS: Disable anything but running for iOS 17+ devicesEike Ziller2024-01-291-2/+2
* ProjectExplorer: Don't leak runconfig's GlobalOrProjectAspectshjk2023-12-141-1/+1
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-061-1/+1
|\
| * ProjectExplorer: Fix "unavailable" annotation of fixed run configsChristian Kandeler2023-12-041-1/+1
* | Fix crash when loading a .pyproject into Qt Creator with empty settingsFriedemann Kleint2023-12-011-1/+2
|/
* ProjectExplorer: Manually check whether a runconfig has a creatorhjk2023-10-171-6/+24
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils: Temporarily introdce Key Id::toKey()hjk2023-08-291-2/+2
* ProjectExplorer: And more Key and Storehjk2023-08-241-2/+2
* Utils: Rename the new Storage to Storehjk2023-08-241-12/+12
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-12/+12
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-3/+3
* Runnable: Keep extraData separatelyJarek Kobus2023-08-171-2/+8
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-2/+1
* ProjectExplorer: Don't use QObject parents for ProjectConfigurationshjk2023-07-311-1/+1
* ProjectExplorer: Dissolve ISettingsAspecthjk2023-07-251-22/+3
* ProjectExplorer: Replace the fromMap error return valuehjk2023-07-241-6/+6
* ProjectExplorer: Change ProjectConfiguration::toMap signaturehjk2023-07-211-10/+11
* QmlProfiler: Move to new settings setup also for project settingshjk2023-07-211-0/+2
* BuildStepList: Pass ProjectConfiguration into c'torJarek Kobus2023-07-111-2/+1
* ProjectExplorer: Do not auto-remove customized run configurationsChristian Kandeler2023-06-301-1/+40
* ProjectExplorer/RemoteLinux: Consolidate X11ForwardingAspect handlinghjk2023-06-261-0/+2
* ProjectExplorer: always map working directory path to command deviceDavid Schulz2023-06-231-1/+1
* ProjectExplorer: Make ProjectConfiguration an AspectContainerhjk2023-05-231-4/+4
* Layouting: Make aspects operate on parent items, not LayoutBuilderhjk2023-05-031-1/+3
* Layouting: Handle attach types via setterhjk2023-05-031-2/+2
* LayoutBuilder: Reworkhjk2023-05-031-3/+3
* ProjectExplorer: Optionally show run environment in app output paneChristian Kandeler2023-04-261-0/+7
* Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+2
* ProjectExplorer: Tr::trhjk2023-01-161-8/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0
* ProjectExplorer: Fix starting a docker project on windowsDavid Schulz2022-11-161-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Make the second parameter to LayoutBuilder::attach() an enumhjk2022-07-261-1/+1
* Code cosmeticshjk2022-06-241-2/+4
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-9/+3
* ProjectExplorer: Shift full FilePath creation into Executable aspecthjk2022-05-181-3/+0
* ProjectExplorer: Create Runnables with full device paths in RunConfighjk2022-05-161-1/+5
* ProjectExplorer: Pass envAspect directly to WorkingDirectory constructorhjk2022-04-221-1/+0
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-3/+3
* Debugger: Avoid one use of RunControl::runConfiguration()hjk2022-04-141-2/+4
* ProjectExplorer: Copy more RunConfiguration data to RunControlhjk2022-04-121-3/+12
* Project Explorer: Fix UI textLeena Miettinen2022-02-171-2/+2
* ProjectExplorer: Simplify retrieval of WorkingDirectoryAspect valueshjk2021-09-231-4/+8
* ProjectExplorer: Make sure the working dir is properly expandedChristian Kandeler2021-09-231-0/+2
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-1/+1