- Jan 12, 2024
-
-
Adriaan de Groot authored
-extensions won't build unless the CMake modules are (somewhat) self-contained.
-
Adriaan de Groot authored
When running a command in the chroot, don't set TMP (and similar) variables because those directories might nog make sense in the target (yet). FIXES #2269
-
- Jan 09, 2024
-
-
Adriaan de Groot authored
-
- Jan 02, 2024
-
-
Adriaan de Groot authored
libcalamares: add compat and packages headers to be installed;
-
artoo authored
Use case would be customization of default modules, eg packagechooser requires compat/Variant.h and packages/Globals.h to compile in the calamares-extension repo Signed-off-by:
artoo <artoo@artixlinux.org>
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
If set to *ON*, then the dependencies for these two are required (e.g. QtXml and/or AppStreamQt).
-
Adriaan de Groot authored
Add an Ubuntu devel CI
-
Simon Quigley authored
-
- Jan 01, 2024
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
- Dec 31, 2023
-
-
Adriaan de Groot authored
- add a CMake helper for finding variations of AppStreamQt - adapt packagechooser and packagechooserq - adopt a slightly more modern CMake style here
-
Adriaan de Groot authored
Allowing aliases and not using a canonical name for them (e.g. mapping "view" to "viewmodule") is annoying since the target name depends on which alias is passed in to the function. Drop one of the two aliases.
-
- Dec 30, 2023
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
greetd: Add custom CSS file path to gtkgreet
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- the prettyName() function returns names, labels. Use @title context. - the prettyDescription() is for the summary page. Use @info context. - the prettyStatus() is for status during installation. Use @status context. While here, tighten up the wording some.
-
Adriaan de Groot authored
Improve context
-
- Dec 27, 2023
-
-
Emir SARI authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
- Dec 26, 2023
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
One QObject-based class per source file helps lupdate figure out what goes where, avoids warning about unknown class / namespace ::Config.
-
- Dec 25, 2023
-
-
Adriaan de Groot authored
-
- Dec 24, 2023
-
-
Adriaan de Groot authored
Otherwise starting in one language will never change the formatting of percentages when the language changes later (example: Turkish writes %30, while Dutch writes 30%). FIXES #2258
-
Adriaan de Groot authored
-
Adriaan de Groot authored
The list of translations from Transifex contains "en", and we add it explicitly a second time -- instead of fixing those and needing to ensure that the source language is returned, or optionally adding "en" if it isn't in the list already, just de-duplicate. FIXES #2257
-
- Dec 15, 2023
-
-
Adriaan de Groot authored
-
- Dec 11, 2023
-
-
Adriaan de Groot authored
Was picking up settings stored from a previous test, leading to a spurious failure.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Calamares CI authored
-
Calamares CI authored
-
Adriaan de Groot authored
Add support for systemd-machine-id variations
-
- Dec 10, 2023
-
-
Adriaan de Groot authored
Fix mount defaults
-
- Dec 09, 2023
-
-
Neal Gompa authored
The comment and examples above the mountOptions already indicate zstd:1 for compression. Empirically, this has proven out to be a reasonable default choice and should be actually used in the default configuration.
-