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
Calamares CI
e4fda2e4b4
Automatic merge of Transifex translations
8 years ago
Calamares CI
42d98b5de7
Automatic merge of Transifex translations
8 years ago
Calamares CI
29c7f1587a
Automatic merge of Transifex translations
8 years ago
Calamares CI
8c91336b2f
Automatic merge of Transifex translations
8 years ago
Teo Mrnjavac
7104ef915a
Merge pull request #251 from udeved/master
...
displaymanager: write processed DM list to globalstorage
8 years ago
Teo Mrnjavac
0684a761bd
Copyright.
8 years ago
Teo Mrnjavac
d99d7bfdff
Expose CalamaresUtils::obscure as libcalamares.utils.obscure.
8 years ago
Teo Mrnjavac
f8078be2fd
Wrap CalamaresUtils::obscure in CalamaresPython.
8 years ago
udeved
c2d7890f3e
displaymanager: write process DM list to globalstorage so other modules can use it
8 years ago
Calamares CI
aef1670891
Automatic merge of Transifex translations
8 years ago
Teo Mrnjavac
737b982eb2
Bump.
8 years ago
Teo Mrnjavac
8daac2cba5
Recompute defaults after init.
8 years ago
Teo Mrnjavac
3146d2093e
Add support for freegeoip.net in locale module.
...
This is disabled by default. To enable, provide a geoipUrl setting in
locale.conf.
Relies on the RequirementsChecker output, in the welcome module.
8 years ago
Teo Mrnjavac
cd1268cb63
Fix defaults.
8 years ago
Teo Mrnjavac
9a1c65a23e
Style.
8 years ago
Teo Mrnjavac
0521f8a3b9
Be sure to always write hasInternet into GlobalStorage.
8 years ago
Teo Mrnjavac
6926f239f7
Write hasInternet into GlobalStorage.
8 years ago
Calamares CI
e3282a910d
Automatic merge of Transifex translations
8 years ago
Calamares CI
1bc92bddcf
Automatic merge of Transifex translations
8 years ago
Calamares CI
630c250d98
Automatic merge of Transifex translations
8 years ago
Philip Müller
239c7534d2
[locale] default to the states
...
Since our default locale setting is **en_US** anyway, it makes more sense to default to New York.
8 years ago
Calamares CI
76dc2962f6
Automatic merge of Transifex translations
8 years ago
Calamares CI
1aba3e2a30
Automatic merge of Transifex translations
8 years ago
Philip Müller
483a2802f7
Fix setup for Luks
...
Luks can only be done after you have ran **unpack**.
8 years ago
Calamares CI
81d57fd7a3
Automatic merge of Transifex translations
9 years ago
Teo Mrnjavac
9dfaca175d
Merge pull request #250 from V3n3RiX/master
...
improve portage backend, so that properly removes reverse deps, whitout the need of HUGE package list in packages module configuration
9 years ago
V3n3RiX
ef3600891f
improve portage backend, so that it removes ALL calamares deps
9 years ago
Teo Mrnjavac
701d7d8a62
Be sure to validate user name even if empty.
9 years ago
Calamares CI
9557bcd650
Automatic merge of Transifex translations
9 years ago
Teo Mrnjavac
3064632592
Bump.
9 years ago
Calamares CI
c8b2c7b0bb
Automatic merge of Transifex translations
9 years ago
Teo Mrnjavac
e6cabe277b
Fix locale names and user-visible locale names.
9 years ago
Teo Mrnjavac
2b26f6e6c9
Fix localecfg to work with new locale module.
9 years ago
Teo Mrnjavac
dee87f68aa
And in GS, it's called localeConf now.
9 years ago
Teo Mrnjavac
160d00a47a
Write locales map into GS.
9 years ago
Teo Mrnjavac
8f44f76443
Use LocaleConfiguration in LocalePage. Add relevant widgets.
...
Also fix error reporting.
Move guesswork to LocaleConfiguration + a total rewrite.
Locale is now a LocaleConfiguration, that converts to QMap.
9 years ago
Teo Mrnjavac
f60f1c6220
New LocaleConfiguration class which also deals with locale guesswork.
9 years ago