- Sep 23, 2016
-
-
Calamares CI authored
-
Calamares CI authored
-
- Sep 22, 2016
-
-
Philip Müller authored
Revert "Merge upstream changes"
-
Philip Müller authored
-
Philip Müller authored
Merge upstream changes
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Sep 21, 2016
-
-
Philip Müller authored
Merge upstream changes
-
shainer authored
-
shainer authored
The arrow no longer changes direction depending on whether the button is clicked or not.
-
Calamares CI authored
-
- 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.
-
Calamares CI authored
-
- Sep 19, 2016
-
-
Teo Mrnjavac authored
-
- Sep 18, 2016
-
-
Calamares CI authored
-
- Sep 17, 2016
-
-
Philip Müller authored
Merge upstream changes
-
Calamares CI authored
-
- 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 14, 2016
-
-
Calamares CI authored
-
- Sep 13, 2016
-
-
Philip Müller authored
Merge upstream changes
-
- Sep 12, 2016
-
-
Jonathan Carter authored
* Fix spelling mistake in kdsingleapplicationguard.cpp s/emty/empty/g. * Add fdo keywords Add freedesktop.org keywords to desktop entry. This allows users to search for the app in various desktop environments. For more details, see: https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s05.html, https://bugs.debian.org/693918, and https://wiki.gnome.org/Initiatives/GnomeGoals/DesktopFileKeywords for
-
Philip Müller authored
-
Jonathan Carter authored
s/emty/empty/g.
-
Teo Mrnjavac authored
Use device's immutable copy instead of rescanning.
-
- Sep 11, 2016
-
-
Chantara Tith authored
-
- Sep 09, 2016
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Chantara Tith authored
-
Chantara Tith authored
-
- Sep 06, 2016
-
-
Calamares CI authored
-
- Sep 05, 2016
-
-
Calamares CI authored
-
- Sep 04, 2016
-
-
Calamares CI authored
-
- Sep 03, 2016
-
-
Calamares CI 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)
-