aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/webassembly/webassemblyrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProcessRunner: Modify start modifier signatureJarek Kobus2025-04-041-3/+3
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
* WebAssembly: Fix wrong use of ProjectExplorer::TargetChristian Kandeler2025-03-121-14/+12
* ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-061-28/+24
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* PE: Rename SimpleTargetRunner into ProcessRunnerJarek Kobus2025-01-061-1/+1
* ProjectExplorer: Get rid of DeviceUsedPortsGathererJarek Kobus2024-11-211-1/+0
* WebAssembly: Inline class EmrunRunWorkerJarek Kobus2024-11-201-21/+14
* WebAssembly: Use newer approach for channel setuphjk2024-10-081-2/+2
* ProjectExplorer: Move PortsGatherer to RunControlhjk2024-09-301-4/+3
* Utils: Make Aspect::addToLayout() consthjk2024-07-081-1/+1
* Use LayoutBuilder V2hjk2024-05-271-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Rename RunControl::aspect to RunControl::aspectDatahjk2024-02-161-1/+1
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* WebAssembly: Convert to new plugin setup schemehjk2023-12-041-8/+23
* Utils: Rename the new Storage to Storehjk2023-08-241-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-2/+2
* WebAssembly: Move special aspect closer to its only usehjk2023-07-141-4/+111
* WebAssembly: Self-register aspects in runconfigurationhjk2023-07-131-14/+17
* WebAssembly: use a dedicated class to create EmrunRunWorkerhjk2023-01-101-9/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Remove FilePath::operator+()hjk2022-11-301-1/+1
* WebAssembly: Convert to using Tr::trAlessandro Portale2022-10-041-3/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Reduce use of Runnable in SimpleTargetRunnerhjk2022-05-251-8/+6
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-04-201-0/+1
|\
| * WebAssembly: Fix "emrun --browser" call with latest emsdkAlessandro Portale2022-04-071-0/+1
* | WebAssembly: Avoid use of RunControl::runConfigurationhjk2022-04-131-7/+11
* | ProjectExplorer: Copy more RunConfiguration data to RunControlhjk2022-04-121-1/+1
* | RunControl: Drop IDevice * from doStart()Jarek Kobus2022-02-231-1/+1
|/
* WebAssembly: Improve browser selection combobox of run configuationAlessandro Portale2022-01-251-9/+16
* WebAssembly: Fix launching of target.html with qmake-based projectsAlessandro Portale2022-01-251-1/+2
* WebAssembly: Proper fix for targetname != projectnameAlessandro Portale2021-12-171-19/+3
* WebAssembly: fix the running of targets with name != project.nameAlessandro Portale2021-11-161-7/+13
* WebAssembly: Call emrun.py directly instead of via the wrapper scriptAlessandro Portale2021-10-151-16/+23
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-4/+3
* WebAssembly: (Win) Use python.exe from EMSDK_PYTHON instead from PathAlessandro Portale2021-07-011-2/+3
* WebAssembly: Revamp Emscripten SDK registration and toolchain handlingAlessandro Portale2020-11-161-4/+14
* ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* WebAssembly: Fix run configuration for Qt 5.15 app with emsdk 1.39.xAlessandro Portale2020-05-251-0/+1
* WebAssembly: Use new runconfiguration aspect update mechanismhjk2019-11-251-6/+9
* Fix lupdate issuesEike Ziller2019-11-041-2/+2
* WebAssembly: fix crashesTim Jenssen2019-10-281-11/+13
* WebAssembly: Update runconfiguration on Project::displayNameChangedAlessandro Portale2019-10-091-0/+2
* ProjectExplorer: Use std::function for SimpleTargetRunner::start()hjk2019-09-041-16/+11
* Let PortsGatherer produce full URLs instead of ports onlyhjk2019-08-261-1/+1
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-7/+4
* WebAssembly: Drop run config inheritance from CustomExecutablehjk2019-08-071-36/+76