Adriaan de Groot
7ebbcc33b2
Partitionmanager: remove unused code files
2017-06-20 07:23:04 -04:00
Adriaan de Groot
ea44021cb4
Partitionmanager: partly fix PM-tests build
2017-06-20 07:10:29 -04:00
Adriaan de Groot
f1ab9df7ee
Salt: improve saltiness.
2017-06-20 04:39:04 -04:00
Calamares CI
e9aea41a25
[dummypythonqt] Automatic merge of Transifex translations
2017-06-20 02:49:51 +00:00
Calamares CI
287dbad807
[dummypythonqt] Automatic merge of Transifex translations
2017-06-20 00:38:45 +00:00
Adriaan de Groot
c7a323e466
Displaymanager: simplify gdm configuration.
...
Replace calling out to shell to run echo redirected to a file by
opening the file and writing to it.
2017-06-20 00:37:13 +02:00
Adriaan de Groot
182c3bdcd0
Displaymanager: check alternative locations for kdmrc.
...
FIXES #578
2017-06-20 00:36:59 +02:00
Adriaan de Groot
df819f2efb
Displaymanager: refactor a little, don't bail out at the first DM that doesn't configure
2017-06-20 00:36:34 +02:00
Alf Gaida
76aa860b73
Fixed pep8 whining in module displaymanager
...
Added myself to copyright
2017-06-20 00:36:30 +02:00
Adriaan de Groot
af582c104f
Netinstall: remove no-longer-used icons and qrc
2017-06-20 00:32:26 +02:00
Adriaan de Groot
4405790253
Displaymanager: simplify gdm configuration.
...
Replace calling out to shell to run echo redirected to a file by
opening the file and writing to it.
2017-06-19 18:20:24 -04:00
Adriaan de Groot
70af29672d
Displaymanager: check alternative locations for kdmrc.
...
FIXES #578
2017-06-19 18:05:34 -04:00
Adriaan de Groot
582e4354a7
Displaymanager: refactor a little, don't bail out at the first DM that doesn't configure
2017-06-19 18:00:10 -04:00
Adriaan de Groot
ae34d99f10
Netinstall: remove no-longer-used icons and qrc
2017-06-19 16:58:56 -04:00
Adriaan de Groot
e57579c92f
Keyboard: special-case, pc+latin interpreted as us,
...
instead of as unknown which selects the first layout in the list.
2017-06-19 18:26:16 +02:00
Adriaan de Groot
7f08ea9d15
Keyboard: code-docs, copyright
2017-06-19 18:26:10 +02:00
Adriaan de Groot
35c1ab61bf
Keyboard: simplify execution of setxkbmap.
...
Use QProcess::execute() with the 'safer' argument-list, rather than
escaping and de-escaping strings. Also reduce noise by only passing
a variant if there is one.
2017-06-19 18:25:53 +02:00
Adriaan de Groot
70b098a2b0
Increate the maximum allowed length of a hostname.
...
The hostname madagascarsteenplaatschildpad (.uva.nl) doesn't fit in 24,
and hostname(1) accepts up to 64 characters. The RFCs vary, but 63 +
terminating NUL or length-octet + data maximum 64 bytes seen to be
the common ground.
FIXES #514
2017-06-19 18:25:37 +02:00
Adriaan de Groot
47a79b9cd9
Coverity: fix some uninitialized members
2017-06-19 18:25:14 +02:00
Adriaan de Groot
e9ab78cd52
Keyboard: special-case, pc+latin interpreted as us,
...
instead of as unknown which selects the first layout in the list.
2017-06-19 11:12:23 -04:00
Adriaan de Groot
6ef2f5d769
Keyboard: code-docs, copyright
2017-06-19 10:46:30 -04:00
Adriaan de Groot
59605d552e
Keyboard: simplify execution of setxkbmap.
...
Use QProcess::execute() with the 'safer' argument-list, rather than
escaping and de-escaping strings. Also reduce noise by only passing
a variant if there is one.
2017-06-19 10:41:56 -04:00
Adriaan de Groot
444aa24a04
Increate the maximum allowed length of a hostname.
...
The hostname madagascarsteenplaatschildpad (.uva.nl) doesn't fit in 24,
and hostname(1) accepts up to 64 characters. The RFCs vary, but 63 +
terminating NUL or length-octet + data maximum 64 bytes seen to be
the common ground.
FIXES #514
2017-06-19 05:16:54 -04:00
Calamares CI
fe15b11520
[dummypythonqt] Automatic merge of Transifex translations
2017-06-19 02:48:58 +00:00
Calamares CI
c4ed76b1d0
[dummypythonqt] Automatic merge of Transifex translations
2017-06-19 00:37:26 +00:00
Calamares CI
ea64341a87
[dummypythonqt] Automatic merge of Transifex translations
2017-06-18 02:48:40 +00:00
Calamares CI
3753a802e0
[dummypythonqt] Automatic merge of Transifex translations
2017-06-18 00:37:15 +00:00
Adriaan de Groot
ce6997d214
Coverity: fix some uninitialized members
2017-06-17 15:14:02 -04:00
Calamares CI
ce2fb6e3c5
[dummypythonqt] Automatic merge of Transifex translations
2017-06-17 02:48:52 +00:00
Calamares CI
04d477f5b3
[dummypythonqt] Automatic merge of Transifex translations
2017-06-17 00:58:59 +00:00
Calamares CI
09d1131003
[dummypythonqt] Automatic merge of Transifex translations
2017-06-16 02:48:57 +00:00
Calamares CI
85a7215526
[dummypythonqt] Automatic merge of Transifex translations
2017-06-16 00:39:24 +00:00
Calamares CI
8209e305de
[dummypythonqt] Automatic merge of Transifex translations
2017-06-15 02:48:49 +00:00
Calamares CI
bf093dc743
[dummypythonqt] Automatic merge of Transifex translations
2017-06-15 00:59:52 +00:00
Adriaan de Groot
b99fa43e6a
PartitionModule: skip nullptr devices, and report count
...
FIXES #686
2017-06-14 18:46:25 +02:00
Adriaan de Groot
8823938c8f
PartitionModule: avoid nullptr crashes
...
Fix up iterator code so that it handles nullptr better.
This avoids part of #686 .
2017-06-14 18:46:14 +02:00
Adriaan de Groot
2dbcee346d
PartitionModule: look for atasmart and blkid, to avoid link-time failure.
...
This just puts a warning in the cmake log, but will help diagnose
situations where libatasmart.so.4 is installed, but libatasmart.so
is not -- in which case -latasmart fails.
2017-06-14 18:46:03 +02:00
Adriaan de Groot
839a34dacf
Bump required KPMCore to 3.0.3
...
The newer release resolves (upstream) a problem with NVMe encryption.
FIXES #697
2017-06-14 18:45:39 +02:00
Adriaan de Groot
46a2503c87
PartitionModule: skip nullptr devices, and report count
...
FIXES #686
2017-06-14 12:24:32 -04:00
Adriaan de Groot
92a2c7aa70
PartitionModule: avoid nullptr crashes
...
Fix up iterator code so that it handles nullptr better.
This avoids part of #686 .
2017-06-14 12:24:32 -04:00
Adriaan de Groot
3677708d3e
PartitionModule: look for atasmart and blkid, to avoid link-time failure.
...
This just puts a warning in the cmake log, but will help diagnose
situations where libatasmart.so.4 is installed, but libatasmart.so
is not -- in which case -latasmart fails.
2017-06-14 12:23:33 -04:00
Calamares CI
81421db073
[dummypythonqt] Automatic merge of Transifex translations
2017-06-14 02:48:54 +00:00
Calamares CI
fbd8ce124e
[dummypythonqt] Automatic merge of Transifex translations
2017-06-14 01:41:08 +00:00
Calamares CI
6f8b9d768f
[dummypythonqt] Automatic merge of Transifex translations
2017-06-13 02:48:57 +00:00
Calamares CI
e507528cc2
[dummypythonqt] Automatic merge of Transifex translations
2017-06-13 00:58:52 +00:00
Adriaan de Groot
201a015bd4
Docs: welcomeStyleCalamares documentation / example
2017-06-12 15:31:23 -04:00
Adriaan de Groot
f1cfde36d6
Allow different welcome message.
...
FIXES #592
2017-06-12 15:25:54 -04:00
Adriaan de Groot
e92d82c5db
Cleanup: add copyright lines
2017-06-12 09:59:04 -04:00
Adriaan de Groot
5f38da9d30
Docs: styles in the branding file
2017-06-12 09:55:39 -04:00
Adriaan de Groot
b7a0b3930f
Reduce minimum-width to 800px
...
Tested in a VirtualBox setup with screen set to 800x600,
all of the Generic Linux RT components are visible, and
the buttons are too (which fall off the screen otherwise).
FIXES #731
2017-06-12 12:36:48 +02:00
Adriaan de Groot
fc5522741a
Bump required KPMCore to 3.0.3
...
The newer release resolves (upstream) a problem with NVMe encryption.
FIXES #697
2017-06-12 12:36:45 +02:00
Adriaan de Groot
aea73b982e
Cleanup: require ECM 5.10 or later (released 2015)
2017-06-12 05:14:27 -04:00
Adriaan de Groot
5382a510a9
Cleanup: switch to C++11 user-defined literals
2017-06-12 04:51:55 -04:00
Adriaan de Groot
4fab3c93c2
Docs: document effect of ensureSuspendToisk more thoroughly
2017-06-12 04:19:31 -04:00
Adriaan de Groot
829f72363e
Cleanup: remove duplicate #define
2017-06-12 03:32:22 -04:00
Calamares CI
99b00229b6
[dummypythonqt] Automatic merge of Transifex translations
2017-06-12 02:48:41 +00:00
Calamares CI
8de4b7fdd1
[dummypythonqt] Automatic merge of Transifex translations
2017-06-12 00:36:38 +00:00
Calamares CI
5c5a35081d
[dummypythonqt] Automatic merge of Transifex translations
2017-06-11 02:49:18 +00:00
Calamares CI
d3b70da243
[dummypythonqt] Automatic merge of Transifex translations
2017-06-10 02:48:43 +00:00
Calamares CI
17b421a16d
[dummypythonqt] Automatic merge of Transifex translations
2017-06-10 00:36:26 +00:00
Calamares CI
b53a21af3f
[dummypythonqt] Automatic merge of Transifex translations
2017-06-09 02:48:59 +00:00
Calamares CI
56d7d32f0d
[dummypythonqt] Automatic merge of Transifex translations
2017-06-09 00:58:32 +00:00
Adriaan de Groot
bfe7334812
Branding: add example setting, document fallback behavior
2017-06-08 06:21:06 -04:00
Adriaan de Groot
daf5b025ce
Branding: fall back to original app palette
2017-06-08 06:17:24 -04:00
Adriaan de Groot
14912d6c63
Merge branch 'master' of https://github.com/AOSC-Dev/calamares into AOSC-Dev-master
2017-06-08 04:54:06 -04:00
Calamares CI
38ff1a9753
[dummypythonqt] Automatic merge of Transifex translations
2017-06-08 02:48:57 +00:00
Calamares CI
27e1983a2c
[dummypythonqt] Automatic merge of Transifex translations
2017-06-08 00:36:11 +00:00
adriaandegroot
2c0802d18e
Merge pull request #742 from siduction/pep8-displaymanager
...
Fixed pep8 whining in module displaymanager
2017-06-07 03:27:19 -04:00
adriaandegroot
ca76199705
Merge pull request #740 from siduction/pep8-services
...
Fixed pep8 whining in module services
2017-06-07 03:19:16 -04:00
Calamares CI
df8067d767
[dummypythonqt] Automatic merge of Transifex translations
2017-06-07 02:48:51 +00:00
Calamares CI
2e5aed22dd
[dummypythonqt] Automatic merge of Transifex translations
2017-06-07 00:36:26 +00:00
Adriaan de Groot
8f6d08d23e
Logging: add a global storage dump method
2017-06-07 00:19:07 +02:00
Adriaan de Groot
06739955bb
Logging: format the multi-line warning about no-supported-languages
2017-06-07 00:18:57 +02:00
Adriaan de Groot
7195054bfd
Logging: distinguish different failures in module instantiation.
2017-06-07 00:18:49 +02:00
Adriaan de Groot
9ad46eca55
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 00:15:38 +02:00
Adriaan de Groot
49cdaf10d6
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-07 00:15:19 +02:00
Adriaan de Groot
98d58215ad
Locale: double-click to close locale-selection dialog
2017-06-07 00:15:03 +02:00
Adriaan de Groot
945a96bb51
Locale: refactor to update labels in one place only
2017-06-07 00:14:41 +02:00
Adriaan de Groot
6adb590f5d
Timezones: make some TZ+0 pixels transparent, since otherwise it claims Amsterdam
2017-06-07 00:14:04 +02:00
Adriaan de Groot
ae15c17060
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-07 00:13:23 +02:00
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
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