aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
...
| * Core: do not activate open documents entry on right clickDavid Schulz2024-03-011-13/+1
| * Welcome: Fix the hover background colorAlessandro Portale2024-02-291-4/+2
| * ProjectExplorer: Employ FuzzyMatcher in run config creation dialogChristian Kandeler2024-02-291-1/+2
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-291-231/+451
|\|
| * Welcome: Implement new designAlessandro Portale2024-02-271-231/+451
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-2818-18/+18
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-274-18/+17
|\|
| * Project Explorer: Fix quotesLeena Miettinen2024-02-271-1/+1
| * ProjectExplorer: Show full lines during compilationMarcus Tillmanns2024-02-261-11/+10
| * Projects: Fix misc settings widgets if vanished targets are shownEike Ziller2024-02-231-5/+5
| * Fix i18n issuesEike Ziller2024-02-211-1/+1
* | Utils: Rename HostArchitecture enumMarcus Tillmanns2024-02-221-11/+9
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-191-1/+2
|\|
| * ProjectManager: Add a hint on how to run the testSessionSwitch()Jarek Kobus2024-02-151-1/+2
* | 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