aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/webassembly
Commit message (Expand)AuthorAgeFilesLines
* Update InfoBar texts, titles and typesAlessandro Portale14 days1-0/+2
* Combine multiple calls of Core::ICore::infoBar()Alessandro Portale14 days1-2/+3
* InfoBar: Unify code for hiding / suppressing info on button clickEike Ziller2025-04-291-4/+5
* ProjectExplorer: Make some DeviceManager functions statichjk2025-04-251-1/+1
* qbs build: Set Qt resource properties centrallyChristian Kandeler2025-04-171-2/+0
* WebAssembly: Generate qrc file at build timeChristian Kandeler2025-04-153-10/+24
* Transform ProcessRunner into RecipeRunnerJarek Kobus2025-04-101-4/+3
* 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
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-12-021-1/+1
|\
| * WebAssembly: Fix "installing-emscripten" docs linkAlessandro Portale2024-11-281-1/+1
* | ProjectExplorer: Get rid of DeviceUsedPortsGathererJarek Kobus2024-11-211-1/+0
* | WebAssembly: Inline class EmrunRunWorkerJarek Kobus2024-11-201-21/+14
* | Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* | Core: Provide settings categories centrallyChristian Kandeler2024-11-151-2/+0
* | Move applicable settings pages into the new "SDKs" categoryChristian Kandeler2024-11-111-1/+3
|/
* WebAssembly: Use newer approach for channel setuphjk2024-10-081-2/+2
* ProjectExplorer: Move PortsGatherer to RunControlhjk2024-09-301-4/+3
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* WebAssembly: Fix soft assertChristian Kandeler2024-09-181-1/+2
* WebAssembly: Fix toolchain bundlingChristian Kandeler2024-09-181-0/+6
* Preparatory changes to enable Id ctor from char(&)[]hjk2024-09-121-2/+2
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* ProjectExplorer: Paddle back on IDevice aspect exposurehjk2024-08-061-1/+1
* ProjectExplorer: Stop pretending that C and C++ compilers are unrelatedChristian Kandeler2024-08-051-1/+8
* Project: Base IDevice on AspectContainerhjk2024-08-021-1/+1
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* WebAssembly: Add missing includeJarek Kobus2024-07-241-0/+1
* WebAssembly: Provide diagnostics for an unsuccessful emsdk detectionAlessandro Portale2024-07-234-1/+52
* WebAssembly: Simplify initial settings UI updateAlessandro Portale2024-07-232-8/+2
* ProjectExplorer: Let toolchains be (de)registered in bulkChristian Kandeler2024-07-191-9/+5
* Utils: Make Aspect::addToLayout() consthjk2024-07-081-1/+1
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+6
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* Use LayoutBuilder V2hjk2024-05-272-1/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-282-2/+2
* 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: Hide WebAssemblyToolchain class definition in .cpphjk2024-01-184-59/+53
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-141-1/+3
|\
| * WebAssembly: Support emsdk path with spaces on Linux/macOShjk2023-12-121-1/+3
* | WebAssembly: Remove now empty webassemblyplugin.hhjk2023-12-144-4/+2
* | ProjectExplorer: Rename GccToolChain to GccToolchainhjk2023-12-042-3/+3
* | ProjectExplorer: Rename various items in the Toolchain classhjk2023-12-041-1/+1
* | WebAssembly: Move the device infobar setup to the device fileshjk2023-12-043-47/+41