Commit Graph

11453 Commits

Author SHA1 Message Date
Adriaan de Groot
0d63ebf14f [shellprocess] Apply verbosity from configuration file 2024-05-26 21:32:58 +02:00
Adriaan de Groot
b0614bb79c [libcalamares] Add verbosity to CommandLine
This is the data structure that stores a single
command for execution by the shell. There is no
back-end implementation for verbosity yet.
2024-05-26 21:32:58 +02:00
Adriaan de Groot
f9f888fade [shellprocess] Introduce configuration for verbosity 2024-05-25 22:27:47 +02:00
Adriaan de Groot
48554cf310 Changes: document new shellprocess possibilities 2024-05-14 23:38:05 +02:00
Adriaan de Groot
461f011521 [libcalamares] Avoid some undesirable overloads
Implicit int -> bool had a comment, which suggests it should just
be deleted from the overload set to avoid possible confusion.
2024-05-14 23:38:05 +02:00
Adriaan de Groot
8a14ddc97c [shellprocess] Allow gs[key] variables in commands 2024-05-14 23:38:05 +02:00
Adriaan de Groot
448633ab02 [contextualprocess] Refer documentation to shellprocess 2024-05-14 21:45:34 +02:00
Adriaan de Groot
5d19b875a1 [keyboard] Prefer layout "it" over "it2" for Italian
FIXES #2326
2024-05-14 21:31:12 +02:00
Adriaan de Groot
eb1e5a201f i18n: update English sources 2024-05-01 00:10:49 +02:00
Calamares CI
1caaac565b i18n: [python] Automatic merge of Transifex translations 2024-05-01 00:08:23 +02:00
Calamares CI
fb6f3a5f39 i18n: [calamares] Automatic merge of Transifex translations 2024-05-01 00:08:23 +02:00
Adriaan de Groot
66e028862f Changes: update contributors 2024-04-28 23:20:36 +02:00
Adriaan de Groot
17821c6ea1
Merge pull request #2325 from ivan1986/non-ascii
add layouts from xkb/ruses/base $nonlatin
2024-04-28 23:17:29 +02:00
Adriaan de Groot
5a56188a51
Merge branch 'calamares' into non-ascii 2024-04-28 23:17:11 +02:00
Adriaan de Groot
616a97f60e
Merge pull request #2324 from parchlinux/persian-keyboard
Fixed the persian keyboard problem after installing.
2024-04-28 23:13:16 +02:00
Adriaan de Groot
d6897d6c36 Changes: update contributors 2024-04-28 23:11:52 +02:00
Adriaan de Groot
da2ed4728a
Merge pull request #2314 from eugenesan/i2310
Refactor crypto_keyfile addition in fstab module and skip it when it's missing
2024-04-28 23:09:56 +02:00
Adriaan de Groot
e6e46f1ebd [partition] Polishing, formatting 2024-04-28 23:07:56 +02:00
Adriaan de Groot
fd37beae8b Changes: update contributors 2024-04-28 20:42:24 +02:00
dalto8
1c1ade6816
Merge pull request #2316 from SixK/calamares
[partition] add option for the encryption checkbox to be checked by default
2024-04-28 15:58:43 +00:00
Adriaan de Groot
1ead64bd5b
Merge pull request #2322 from calamares/fixalongsidecrash
[partition] Don't crash when going back without selecting a partition
2024-04-28 17:53:57 +02:00
Adriaan de Groot
366552f743 Changes: update contributors
See #2323 ; Vladislav pointed out the incompatibility
but I implemented something different from the PR.
2024-04-28 17:52:39 +02:00
Adriaan de Groot
4440bf3bfc [partition] Simplify collecting partition descriptions 2024-04-28 17:45:51 +02:00
Adriaan de Groot
4c8e91dc70 [libcalamares] Simplify collecting the maintainers info 2024-04-28 17:38:35 +02:00
Adriaan de Groot
d6c6b7c64b [libcalamares] Remove the commented-out sponsor info 2024-04-28 17:36:27 +02:00
Adriaan de Groot
bdbeadcd65 [partition] Move fstab-handling
This was declared in osprober, but implemented elsewhere.
Move it to the "right" source file, add tests.
While here, repair the listing of fstab entries
(invalid entries were not stripped).
2024-04-28 17:22:16 +02:00
Adriaan de Groot
93094948fa [partition] Actually remove invalid fstab entries 2024-04-28 17:01:07 +02:00
Adriaan de Groot
35990d9a6b [libcalamares] Massage size types to avoid conversion warning 2024-04-28 17:01:07 +02:00
Adriaan de Groot
6dc83fb277 [libcalamares] Deal with Qt5/6 differences in count() 2024-04-28 17:01:07 +02:00
Adriaan de Groot
8c66a558d5 [welcome] Use different color-name
The QColorConstants are deprecated, use other names instead
(this avoids a compile warning from clang against Qt5).
2024-04-28 14:38:14 +02:00
Adriaan de Groot
5a90e0bc6a [users] Remove stray ; 2024-04-28 14:37:19 +02:00
Ivan Borzenkov
f8c6d2c487 add layouts from xkb/ruses/base $nonlatin 2024-04-27 14:26:30 +03:00
Sohrab Behdani
246aa3e217 Fixed Persian Keyboard problem after installing 2024-04-27 13:29:03 +03:30
Sohrab Behdani
cae7b9e868 Added additional keyboard layout for Persian 2024-04-27 10:46:41 +03:30
dalto
cf9837f48c [partition] Don't crash is when going back without selecting a partition 2024-04-22 15:47:28 -05:00
Eugene San (eugenesan)
a7e86e8aff Make sure we do not use missing crypto_keyfile in fstab module
Replaces original commit with refactoring
Refactoring will have to wait
2024-04-17 19:55:20 -07:00
Adriaan de Groot
19aa96fe54 [packagechooser] Repair build
This was broken by clang-format, so mark this weird unformattable
block as don't format.
2024-04-17 11:08:39 +02:00
Adriaan de Groot
00ac9a6cee [welcome] Apply newer clang-formatting 2024-04-17 10:55:24 +02:00
Adriaan de Groot
92a5d07ed7 [partition] Apply newer clang-formatting 2024-04-17 10:55:21 +02:00
Adriaan de Groot
5bf787c1a5 [packagechooser] Apply newer clang-formatting 2024-04-17 10:55:20 +02:00
Adriaan de Groot
011483967d [machineid] Apply newer clang-formatting 2024-04-17 10:55:19 +02:00
Adriaan de Groot
5f293fb40b [locale] Apply newer clang-formatting 2024-04-17 10:55:18 +02:00
Adriaan de Groot
a6cfc79a92 [license] Apply newer clang-formatting 2024-04-17 10:55:18 +02:00
Adriaan de Groot
afd3ed86d9 [keyboard] Apply newer clang-formatting 2024-04-17 10:55:18 +02:00
Adriaan de Groot
9654f487ef [fsresizer] Apply newer clang-formatting 2024-04-17 10:55:17 +02:00
Adriaan de Groot
2100d273ce [finished] Apply newer clang-formatting 2024-04-17 10:55:16 +02:00
Adriaan de Groot
df09d7ae89 [calamares] Apply newer clang-formatting 2024-04-17 10:52:32 +02:00
Adriaan de Groot
8408a3284b [libcalamaresui] Apply newer clang-formatting 2024-04-17 10:51:25 +02:00
Adriaan de Groot
4625208ba2 [libcalamares] Apply newer clang-formatting 2024-04-17 10:50:38 +02:00
Adriaan de Groot
09dae0437e CI: prefer newer clang-format over older 2024-04-17 10:48:04 +02:00