2776 Commits (264ab7438cb0345e1227a2263ef8596ec341c0af)
 

Author SHA1 Message Date
Philip Müller ad4d3ad5c2 Merge pull request #262 from calamares/revert-261-upstream-master
Revert "Merge upstream changes"
8 years ago
Philip Müller bbfc479095 Revert "Merge upstream changes" 8 years ago
Philip Müller 1e257e855d Merge pull request #261 from manjaro/upstream-master
Merge upstream changes
8 years ago
Teo Mrnjavac 567ac87440 Remove target resolv.conf before proceeding. 8 years ago
Teo Mrnjavac 37384279e5 Add support for writing keymap data to /etc/default/keyboard. 8 years ago
Philip Müller cdd8aa237f Merge pull request #5 from calamares/master
Merge upstream changes
8 years ago
shainer 04c552ba9f Merge branch 'master' of github.com:calamares/calamares 8 years ago
shainer 479b67f696 In the netinstall page, always show the arrow-down button.
The arrow no longer changes direction depending on whether
the button is clicked or not.
8 years ago
Calamares CI abb2f91dc4 Automatic merge of Transifex translations 8 years ago
shainer d45a6bd856 In the netinstall page, fix the group button.
The button is "not checked" by default, and becomes
checked when clicked; the packageview becomes visible
when the button is checked.
8 years ago
Calamares CI 971ae902c8 Automatic merge of Transifex translations 8 years ago
Teo Mrnjavac 4662c9c877 Remove irrelevant debug output. 8 years ago
Calamares CI 81e43b1362 Automatic merge of Transifex translations 8 years ago
Philip Müller ec3c8d6cd4 Merge pull request #3 from calamares/master
Merge upstream changes
8 years ago
Calamares CI 89b981c585 Automatic merge of Transifex translations 8 years ago
Teo Mrnjavac 3408eb5c56 Fix VFAT filename handling in bootloader module.
CAL-385 #close
8 years ago
Teo Mrnjavac a48dadf757 Warning in debug output when the RequirementsChecker is misconfigured.
CAL-390 #close
8 years ago
Kevin Kofler 0ad215bcca users: Drop dependency on chfn. (#260)
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.
8 years ago
Calamares CI 90cccb9424 Automatic merge of Transifex translations 8 years ago
Philip Müller b5013849fe Merge pull request #2 from calamares/master
Merge upstream changes
8 years ago
Jonathan Carter d2a274012a Add keywords to desktop file (#259)
* 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
8 years ago
Jonathan Carter 48673a19c3 Merge pull request #2 from highvoltage/add-keywords-to-desktop-file
Add fdo keywords
8 years ago
Jonathan Carter 47e2039ac0 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
8 years ago
Philip Müller ea1c8a0e5d [plymouthcfg] add module to configure Plymouth (#256) 8 years ago
Jonathan Carter c83ca9af44 Fix spelling mistake in kdsingleapplicationguard.cpp (#257)
s/emty/empty/g.
8 years ago
Teo Mrnjavac 7e4a2fe37e Merge pull request #258 from tctara/master
Use device's immutable copy instead of rescanning.
8 years ago
Jonathan Carter 91c6ba3665 Merge pull request #1 from highvoltage/fix-spelling-mistake
Fix spelling mistake in kdsingleapplicationguard.cpp
8 years ago
Jonathan Carter b9b0833b9b Fix spelling mistake in kdsingleapplicationguard.cpp
s/emty/empty/g.
8 years ago
Chantara Tith 64db6d5ba1 Use device's immutable copy instead of rescanning. 8 years ago
Teo Mrnjavac c316d22b08 Keep an immutable copy for every scanned Device* to avoid rescans. 8 years ago
Teo Mrnjavac 464336d609 Assert on nullptr Device*. 8 years ago
Chantara Tith 23026252a8 Update to KPMcore LUKS' API changes 8 years ago
Chantara Tith aa10fe982a API Changes, logicalSectorSize -> logicalSize, totalSectors -> totalLogical. 8 years ago
Calamares CI b76e5a027f Automatic merge of Transifex translations 8 years ago
Calamares CI bbb1cddcdc Automatic merge of Transifex translations 8 years ago
Calamares CI cfd5b15b33 Automatic merge of Transifex translations 8 years ago
Calamares CI d1bcb6051d Automatic merge of Transifex translations 8 years ago
Teo Mrnjavac 1c3d5c67e9 Bump. 8 years ago
Teo Mrnjavac cbb2162ee9 Merge pull request #255 from stikonas/master
Port away from most cases of Q_FOREACH to C++11 ranged for loop.
8 years ago
Teo Mrnjavac 6c928e0404 Exclude ISO9660 volumes. 8 years ago
Teo Mrnjavac ad219e1b8e Exclude loop devices with mounted children from devices list. 8 years ago
Andrius Štikonas 9f0ca042fe Port away from most cases of Q_FOREACH to C++11 ranged for loop.
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)
8 years ago
Calamares CI b0122f25e5 Automatic merge of Transifex translations 8 years ago
Calamares CI 12dcbc0e28 Automatic merge of Transifex translations 8 years ago
Teo Mrnjavac 1a1657a7fc Set timezone on the live system too. 8 years ago
Teo Mrnjavac f2a087c348 Write timezone correctly. 8 years ago
Calamares CI 3a84c66829 Automatic merge of Transifex translations 8 years ago
Teo Mrnjavac 5cf3770b62 Bump. 8 years ago
Calamares CI ba1cb2328d Automatic merge of Transifex translations 8 years ago
Teo Mrnjavac 83b341b0f7 Handle a variety of case-insensitive situations on the VFAT ESP.
This fixes CAL-385 #close
8 years ago