- Sep 26, 2016
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Sep 25, 2016
-
-
Kevin Kofler authored
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 22, 2016
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Sep 21, 2016
-
-
shainer authored
The arrow no longer changes direction depending on whether the button is clicked or not.
-
- Sep 20, 2016
-
-
shainer authored
The button is "not checked" by default, and becomes checked when clicked; the packageview becomes visible when the button is checked.
-
- Sep 16, 2016
-
-
Teo Mrnjavac authored
CAL-385 #close
-
Teo Mrnjavac authored
CAL-390 #close
-
Kevin Kofler 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.
-
- Sep 12, 2016
-
-
Philip Müller authored
-
- Sep 11, 2016
-
-
Chantara Tith authored
-
- Sep 09, 2016
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Chantara Tith authored
-
Chantara Tith authored
-
- Sep 02, 2016
-
-
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)
-
- Aug 26, 2016
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Aug 23, 2016
-
-
Teo Mrnjavac authored
This fixes CAL-385 #close
-
- Aug 19, 2016
-
-
udeved authored
-
- Aug 18, 2016
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
This is disabled by default. To enable, provide a geoipUrl setting in locale.conf. Relies on the RequirementsChecker output, in the welcome module.
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Aug 15, 2016
-
-
Philip Müller authored
Since our default locale setting is **en_US** anyway, it makes more sense to default to New York.
-
- Aug 12, 2016
-
-
V3n3RiX authored
-
Teo Mrnjavac authored
-
- Aug 10, 2016
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
Also fix error reporting. Move guesswork to LocaleConfiguration + a total rewrite. Locale is now a LocaleConfiguration, that converts to QMap.
-
Teo Mrnjavac authored
-