aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
...
* | Utils: Add convenience class for parsing and caching process outputChristian Kandeler2024-02-191-18/+7
* | Rename RunControl::aspect to RunControl::aspectDatahjk2024-02-162-9/+9
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-155-14/+93
|\|
| * ProjectExplorer: Warn against "special" characters in build directoriesChristian Kandeler2024-02-145-14/+93
* | ProjectExplorer: Accept plain folder nodes as drag & drop targetsChristian Kandeler2024-02-151-5/+9
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-1414-71/+33
|\|
| * Utils: Rename NameValueItem to EnvironmentItem (1/2)hjk2024-02-143-7/+7
| * Utils: Merge NamesValueModel and EnvironmentModel (2/2)hjk2024-02-141-1/+1
| * Utils: Merge NamesValueModel and EnvironmentModel (1/2)hjk2024-02-141-1/+1
| * LinuxDevice: Add disconnected stateMarcus Tillmanns2024-02-133-4/+7
| * ProjectExplorer: Get rid of mysterious "keep size" modeChristian Kandeler2024-02-132-40/+15
| * Welcome: Fix font sizesAlessandro Portale2024-02-121-2/+0
| * PE: Allow ProjectImporter to filter kits in TargetSetupPageCristian Adam2024-02-122-5/+3
| * Fix qbs buildChristian Kandeler2024-02-121-9/+1
| * ProjectExplorer: Add kitFilterText virtual method to ProjectImporterCristian Adam2024-02-072-1/+5
| * ProjectExplorer: Remove PEPlugin::finishedInitialization() signalhjk2024-02-072-8/+0
* | OutputWindow: Add "Save Contents" to context menuEike Ziller2024-02-122-0/+4
|/
* Tasking: Fix some C++20 warnings about [=] capturesJarek Kobus2024-02-071-2/+2
* ProjectExplorer: Hide a few factories behind a setup functionhjk2024-02-075-59/+72
* CMakePM: Allow CMake peset kits refresh without configuring firstCristian Adam2024-02-063-0/+17
* ProjectExplorer: Move plugin unit tests definition to new classhjk2024-02-0623-218/+272
* ProjectExplorer: Check full ABI, not just word widthChristian Kandeler2024-02-051-58/+85
* DeviceUsedPortsGatherer: Introduce done() signalJarek Kobus2024-02-052-46/+37
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-029-31/+24
* Fonts: Use H4 instead of H3Alessandro Portale2024-02-021-1/+1
* ProjectExplorer: Hide JsonWizardFactoryJsExtension in .cpphjk2024-02-022-41/+35
* ProjectExplorer: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-023-5/+5
* DeviceProcessSignalOperation: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-022-4/+2
* PE: Fix order of initializationChristian Stenger2024-02-021-2/+2
* PE: Fix windows buildChristian Stenger2024-02-021-1/+1
* ProjectExplorer: Use setup function for CurrentProjectFindhjk2024-02-023-34/+36
* ProjectExplorer: Inline buildprogress.* into buildmanager.cpphjk2024-02-025-133/+97
* ProjectExplorer: Delay-create TaskHubhjk2024-02-025-47/+38
* CustomWizard: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-016-26/+22
* Introduce a function to register all local run configsDominik Holland2024-02-012-0/+9
* Create RunConfiguration specific QmlPreviewWorkerFactoriesDominik Holland2024-02-011-0/+1
* ProjectExplorer: Remove now unused interpreter aspectDavid Schulz2024-02-012-146/+0
* TextEditor: Move access to smaller settings chunkshjk2024-02-015-16/+16
* ProjectExplorer: Remove OutputFormatterFactory hierarchyhjk2024-02-016-79/+63
* ProjectExplorer: Use a setup function for the JsonWizardPageFactorieshjk2024-02-013-72/+74
* ProjectExplorer: Add locator filter for debugging a run configurationChristian Kandeler2024-01-311-0/+31
* Merge "Merge remote-tracking branch 'origin/12.0'"The Qt Project2024-01-301-0/+3
|\
| * Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-301-0/+3
| |\
| | * ProjectExplorer: Fix handling of -Xclang when filtering compiler flagsChristian Kandeler2024-01-241-0/+3
* | | Debugger: Allow debugging of custom executables againhjk2024-01-302-5/+5
|/ /
* | Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-1/+1
* | Various plugins: Replace QMap with QHashJarek Kobus2024-01-291-1/+1
* | Utils: Rename ParameterAction into Actionhjk2024-01-291-27/+27
* | iOS: Disable anything but running for iOS 17+ devicesEike Ziller2024-01-297-16/+22
* | Remove CommandButtonEike Ziller2024-01-261-8/+10