- Sep 28, 2016
-
-
Philip Müller authored
-
Pass the full name directly to useradd instead, using the "-c" (comment) parameter, which is "currently used as the field for the user's full name" according to the documentation. The chfn utility is no longer installed by default on current Fedora releases due to its dependency on libuser. (They split out chfn and chsh from util-linux into an optional subpackage.) It could be added as a dependency of Calamares, but since it is needed inside the chroot, it has to be on the base live image, not the overlay. Thus, to allow testing Calamares with a simple "dnf install calamares" again, the dependency needs to go away. And it is unnecessary anyway.
-
locale -a returns the locales using ".utf8" names rather than ".UTF-8". The case-insensitive match does not help because it is "utf8" rather than "UTF-8". So we need to match both with and without the dash.
-
-
-
- Sep 27, 2016
-
-
udeved authored
-
- Sep 23, 2016
- Sep 22, 2016
-
-
- Sep 21, 2016
-
-
The arrow no longer changes direction depending on whether the button is clicked or not.
-
The button is "not checked" by default, and becomes checked when clicked; the packageview becomes visible when the button is checked.
-
-
- Sep 19, 2016
- Sep 17, 2016
-
-
udeved authored
clean up imports
-
CAL-385 #close
-
CAL-390 #close
-
- Sep 12, 2016
-
-
udeved authored
-
udeved authored
-
Philip Müller authored
- add 302 and 380 to gfx IDs - disable usb as we don't have any config for that yet
-
- Sep 10, 2016
-
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
- Sep 02, 2016
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
Port away from most cases of Q_FOREACH to C++11 ranged for loop.
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Sep 01, 2016
-
-
Andrius Štikonas authored
In order to avoid deep copies, Qt containers over which we iterate must be const The remaining unported cases require qAsConst (Qt 5.7) or std::as_const (C++17)
-