calamares/src
Adriaan de Groot 2de09d4001 [libcalamares] Start refactor of running-a-process support
The background idea is that, while CalamaresUtils::System::runCommand()
is a useful general API, it is
- still missing flexibility
- lacking a way to process output from the command "as it happens"

Waiting until the process ends, and then reading all stdout, is
inconvenient for processes that produce a **lot** of output,
and also makes it impossible to report progress. One module
in calamares-extensions has its own run-a-process implementation
for reading output, and this branch aims to introduce something
similar into Calamares core.
2021-11-02 22:27:32 +01:00
..
branding Update branding.desc 2021-09-14 16:54:29 +02:00
calamares [calamares] Fix test-application command-line-args 2021-09-27 14:26:43 +02:00
libcalamares [libcalamares] Start refactor of running-a-process support 2021-11-02 22:27:32 +01:00
libcalamaresui [libcalamaresui] More careful in unmarginLayout 2021-10-04 00:27:03 +02:00
modules [partition] Check for LVs that will be formatted, don't close them 2021-11-02 15:33:34 +01:00
qml/calamares REUSE: qmldir file format doesn't leave space for license information 2020-08-28 18:18:22 +02:00
CMakeLists.txt i18n: pick up the translations CMake module just once 2020-08-27 13:54:08 +02:00