- Feb 17, 2025
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Improve exceptions to ClearMountsJob
-
Adriaan de Groot authored
-
- Feb 13, 2025
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
[parition] Do not unmount /dev/mapper/ventoy
-
dalto8 authored
-
- Feb 11, 2025
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Re-organize Python implementations and fix memory issues
-
- Feb 04, 2025
-
-
TNE authored
Ventoy uses /dev/mapper/ventoy to provide the ISO. Unmounting /dev/mapper/ventoy is not desired since certain ISOs may have mounts that rely on it existing for the unpackfs step
-
Adriaan de Groot authored
Save obfuscated luks passphrase in calamares globals variables
-
- Jan 27, 2025
-
-
vincent PENVERN authored
-
- Jan 25, 2025
-
-
Adriaan de Groot authored
Lock the description variable properly, so that while it is being accessed from another thread (to read the string for progress reporting) it doesn't get corrupted by updates from the Python thread.
-
Adriaan de Groot authored
- run a target command - emit lots and lots of progress signals
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Unrelated, destructor = default is simpler than empty.
-
Adriaan de Groot authored
-
- Jan 20, 2025
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Python code that would run with Boost::Python, calling target_env_call() with a single string parameter, would fail in pybind11. Add the missing overload.
-
Adriaan de Groot authored
-
- Dec 31, 2024
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
The logging functions and some other trivia can be implemented the same way regardless of the backing Python implementation.
-
Adriaan de Groot authored
-
- Dec 30, 2024
-
-
Adriaan de Groot authored
The implementations can call the generic code for wrangling QVariant into Python types.
-
Adriaan de Groot authored
This is code duplicated between the two implementation directories (to be taken out shortly). It isn't generic in a template-sense, but it does use the types and support functions defined in the implementation-specific PythonTypes header.
-
Adriaan de Groot authored
- pybind11 stuff in pybind11/ rather than python/ - Boost::Python stuff in pyboost/ rather than in libcalamares/ Adapt consumers, too (which are few).
-
Adriaan de Groot authored
Provide type aliases for more types, and a factory function for None, in both implementations.
-
- Dec 29, 2024
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
- Dec 26, 2024
-
-
Adriaan de Groot authored
i18n: [calamares] Fix Ukrainian localization
-
Calamares CI authored
-
Calamares CI authored
-
- Dec 25, 2024
-
-
Vladyslav Prudius authored
-