- 14 Jul, 2021 4 commits
-
-
Philip Müller authored
-
-
Adriaan de Groot authored
- the rawfs module uses more parts of the subprocess Python module and so needs more things mocked for testing.
-
Adriaan de Groot authored
-
- 13 Jul, 2021 4 commits
-
-
Adriaan de Groot authored
The list suggests things are not-so-good because of recently-pushed changes to the translations and teams haven't had time to react. There are also some new duplicate languages.
-
Calamares CI authored
-
Calamares CI authored
-
demmm authored
-
- 12 Jul, 2021 3 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Calamares CI authored
-
- 11 Jul, 2021 1 commit
-
-
- 07 Jul, 2021 4 commits
-
-
Adriaan de Groot authored
FIXES #1682
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- filter() returns the items for which the predicate is True; we want to keep the subvolumes that do not have an explicit partition already associated. - need list() to hammer it back into a list for appending swap subvol.
-
Adriaan de Groot authored
-
- 06 Jul, 2021 6 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
In 942221c7 the fixed-setup (with /@ and /@home) was replaced by the configurable btrfs layout, but the default went away. Restore the two-subvolume layout if nothing is configured.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Re-use the existing message about partition type and size, since I don't want to introduce another message with all the specifics; give a works-always message instead. The check itself is also straightforward, avoiding all of the nuances and technically-this-might-work cases: FAT32, 300MiB+. FIXES #607
-
- 05 Jul, 2021 8 commits
-
-
Adriaan de Groot authored
-
Philip Müller authored
Merge branch 'development' of ssh://gitlab.manjaro.org:22277/applications/calamares into development
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Allow user-selection of FS type FIXES #1667
-
Adriaan de Groot authored
-
Adriaan de Groot authored
[usersq] use validator for login & hostname
-
- 03 Jul, 2021 2 commits
- 02 Jul, 2021 1 commit
-
-
demmm authored
kirigami inlinemessages adjusted for password fields coding style, break lines in variables add closing button for root password inline message, needed bc of re-use root password option does not remove all messages
-
- 30 Jun, 2021 2 commits
- 29 Jun, 2021 5 commits
-
-
Adriaan de Groot authored
-
demmm authored
bug introduced with Qt 5.15 KDE patches makes near impossible to set location adding - 5 seems to fix, otherwise the coordinates label will have to be removed
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- the defaultFileSystemType interacts with availableFileSystemTypes so set them together.
-
Adriaan de Groot authored
It's a bit over-wrought to store a bool in a QVariant in GS for consumption **only** by ChoicePage, so drop that GS key and store it locally.
-