Commit Graph

3453 Commits

Author SHA1 Message Date
Adriaan de Groot
56dec8f575 Merge branch 'locale-fixes' 2017-06-07 03:59:46 +06:00
adriaandegroot
aa75fda9f2 Merge pull request #738 from siduction/pep8-unpackfs
Fixed pep8 whining in module unpackfs
2017-06-06 14:59:22 -07:00
Adriaan de Groot
e1a5af6529 Locale: when entering page, guess language.
If user picks an installer language on the welcome page, then
the system language follows that setting -- but only after the
first action where Calamares must guess the system language
based on location. So guess on entry, so that system language
follows installer language.

FIXES #688.
2017-06-07 03:52:44 +06:00
Alf Gaida
f9695cabac Fixed pep8 whining in module displaymanager
Added myself to copyright
2017-06-06 20:35:07 +02:00
Alf Gaida
48b3699a0f Fixed pep8 whining in module services
Added myself to copyright
2017-06-06 18:26:29 +02:00
Alf Gaida
5f7b1dda26 Fixed pep8 whining in module unpackfs
Added myself to copyright
2017-06-06 17:44:53 +02:00
Adriaan de Groot
d545904f5c Locale: don't overwrite explicit choice
If the user selects a language from the dialog (by clicking 'change'),
then preserve that explicit choice even when clicking on another
location which would reset the language based on the installer-
language.
2017-06-06 21:08:15 +06:00
Adriaan de Groot
89753a35f0 Locale: double-click to close locale-selection dialog 2017-06-06 09:31:22 -05:00
Rohan Garg
ad1c96cdd1
Use ftp.debian.org since deb.debian.org keeps 503'ing 2017-06-06 15:32:09 +02:00
Adriaan de Groot
f1bb16c4df Merge branch 'locale-fixes' 2017-06-06 09:26:26 -04:00
Adriaan de Groot
4df0de200b Locale: refactor to update labels in one place only 2017-06-06 09:22:21 -04:00
Adriaan de Groot
e0988a5e19 Timezones: make some TZ+0 pixels transparent, since otherwise it claims Amsterdam 2017-06-06 09:22:21 -04:00
Adriaan de Groot
3ae12f2573 Keyboard: avoid multiple connects
When selecting keyboard layout, pause, then select another, the
QTimer wasn't being disconnected from the previously selected
language, so the second selection would fire the timeout, and
then call *two* slots .. and then three, ... Disconnect when
the timer fires, too.
2017-06-06 09:22:21 -04:00
Adriaan de Groot
d29acf4a06 Logging: add a global storage dump method 2017-06-06 09:22:21 -04:00
Adriaan de Groot
17b8a9d884 Logging: format the multi-line warning about no-supported-languages 2017-06-06 09:10:13 -04:00
Adriaan de Groot
14cba59ab3 Logging: distinguish different failures in module instantiation. 2017-06-06 09:10:13 -04:00
adriaandegroot
eb2c14b7f6 Merge pull request #739 from siduction/pep8-grubcfg
Fixed pep8 whining in module grubcfg
2017-06-06 12:20:46 +02:00
Adriaan de Groot
29d91a4fbf Python-style: refactor calculating target path of hook-script 2017-06-06 16:18:26 +06:00
adriaandegroot
a752df2db0 Merge pull request #741 from siduction/pep8-initramfscfg
Fixed pep8 whining in module initramfscfg
2017-06-06 12:11:05 +02:00
Calamares CI
edfb87a0e6 [dummypythonqt] Automatic merge of Transifex translations 2017-06-06 02:48:53 +00:00
Calamares CI
c0a427bde8 [dummypythonqt] Automatic merge of Transifex translations 2017-06-06 00:36:16 +00:00
Calamares CI
275d4e8cd5 [core] Automatic merge of Transifex translations 2017-06-06 00:36:15 +00:00
adriaandegroot
af303c9961 Merge pull request #737 from siduction/pep8-networkcfg
Fixed pep8 whining in module networkcfg
2017-06-05 12:25:37 -06:00
Calamares CI
7ba1580461 [dummypythonqt] Automatic merge of Transifex translations 2017-06-05 02:48:44 +00:00
Calamares CI
325e90c186 [dummypythonqt] Automatic merge of Transifex translations 2017-06-05 00:36:00 +00:00
Calamares CI
d88665f50e [core] Automatic merge of Transifex translations 2017-06-05 00:35:59 +00:00
Adriaan de Groot
434ac4f728 Python-style: don't check third-party code 2017-06-04 20:48:04 +02:00
Alf Gaida
9e9e1e6550 Fixed pep8 whining in module initramfscfg
added myself to copyright
2017-06-04 16:18:17 +02:00
Adriaan de Groot
231a83cf6b Python-style: actually add the new copyright headers 2017-06-04 15:01:25 +02:00
adriaandegroot
cc8f19dd7c Merge pull request #718 from siduction/pep8-fstab
Fixed pep8 whining for module fstab
2017-06-04 14:54:56 +02:00
Adriaan de Groot
0b1577ace4 Fixed pep8-whining in module luksbootkeyfile
Based on PR 736 (so add Alf to copyright as well)
2017-06-04 14:51:35 +02:00
Alf Gaida
4eb0e70984 Fixed pep8 whining in module grubcfg
added myself to copyright
2017-06-04 13:57:49 +02:00
Alf Gaida
748135ae12 Fixed pep8 whining in module networkcfg
added myself to copyright
2017-06-04 13:31:08 +02:00
adriaandegroot
1dfc12e276 Merge pull request #733 from siduction/pep8-initramfs
Fixed pep8 whining in modulde initramfs
2017-06-04 12:06:43 +02:00
Adriaan de Groot
3804e4df68 Python-style: follow-up to PR 735, remove non-idiomatic use of 'is' 2017-06-04 11:37:12 +02:00
adriaandegroot
084e304c07 Merge pull request #735 from siduction/pep8-initcpiocfg
Fixed pep8 whining in module initcpiocfg
2017-06-04 11:35:15 +02:00
adriaandegroot
42f4162338 Merge pull request #734 from siduction/pep8-luksopenswaphookcfg
Fixed pep8 whininig in module luksopenswaphookcfg
2017-06-04 11:13:24 +02:00
adriaandegroot
65834b019c Merge pull request #717 from siduction/pep8-mount
Fixed pep8 whining in module mount
2017-06-04 11:12:03 +02:00
adriaandegroot
c19ae0e247 Merge pull request #732 from siduction/pep8-hwclock
Fixed pep8 whining in module hwclock
2017-06-04 11:09:15 +02:00
Adriaan de Groot
1cb10d634a Python-style: note that pycodestyle is used as style-guide 2017-06-04 11:02:56 +02:00
Calamares CI
cd517e9879 [dummypythonqt] Automatic merge of Transifex translations 2017-06-04 02:48:40 +00:00
Calamares CI
ef334961d1 [dummypythonqt] Automatic merge of Transifex translations 2017-06-04 00:35:55 +00:00
Adriaan de Groot
1415ec69be Configs: empty config files are ok.
The default umount.conf contains no keys -- so it isn't a map,
but it is a valid config file. Avoid the warning by accepting
empty files.

FIX 707
2017-06-03 23:07:54 +02:00
Adriaan de Groot
0659fc72b8 Configs: fix trivial spelling error 2017-06-03 23:07:43 +02:00
Calamares CI
3f4d42756a [dummypythonqt] Automatic merge of Transifex translations 2017-06-03 02:48:41 +00:00
Calamares CI
53ea4a5b6a [dummypythonqt] Automatic merge of Transifex translations 2017-06-03 00:39:35 +00:00
Alf Gaida
b7488b611b Fixed pep8 whining in module initcpiocfg
Added myself to copyright
2017-06-02 22:26:58 +02:00
Alf Gaida
97c48a2e5d Fixed pep8 whininig in module luksopenswaphookcfg
added myself to copyright
2017-06-02 22:16:25 +02:00
Alf Gaida
536054b0cd Fixed pep8 whining in modulde initramfs
added myself to copyright
2017-06-02 21:53:31 +02:00
Alf Gaida
4dbb097fd3 Fixed pep8 whining for module fstab
compact the fstab line
added myself to copyright
2017-06-02 20:55:26 +02:00