aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/webassembly/webassemblyrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* WebAssembly: Initial commitAlessandro Portale2019-07-251-0/+91