Adriaan de Groot
f9ee774d4e
Screensize: on small screens, crush the sidebar.
...
This still isn't enough to show the whole timezone or keyboard widget,
but does make more of it visible.
2017-06-21 04:42:02 -04:00
Philip
019fd67992
[Bump] v3.1.0.2
2017-06-21 08:35:03 +02:00
Adriaan de Groot
d682ee20de
Partitionmanager: minor docs edit
2017-06-21 08:32:32 +02:00
Adriaan de Groot
1479fc974e
Partitionmanager: fix PM-tests build
2017-06-21 08:32:18 +02:00
Adriaan de Groot
49e0d0d504
Partitionmanager: remove unused code files
2017-06-21 08:32:05 +02:00
Adriaan de Groot
8373620cca
Partitionmanager: partly fix PM-tests build
2017-06-21 08:31:54 +02:00
Adriaan de Groot
ffb599ff36
Salt: add test for salt format
2017-06-21 08:31:42 +02:00
Adriaan de Groot
8e28df0f22
Salt: add copyright info
2017-06-21 08:31:30 +02:00
Adriaan de Groot
f93bff0a5f
Salt: improve saltiness.
2017-06-21 08:31:16 +02:00
Calamares CI
31c08eef6b
[dummypythonqt] Automatic merge of Transifex translations
2017-06-21 02:48:45 +00:00
Calamares CI
49fa7ab078
[dummypythonqt] Automatic merge of Transifex translations
2017-06-21 01:03:09 +00:00
Calamares CI
849cf1286a
[core] Automatic merge of Transifex translations
2017-06-21 01:03:08 +00:00
Adriaan de Groot
0edf041b31
Screensize: on small screens, be smaller.
...
On 1024x768, limit to 1024x520.
On 800x600, limit to 800x520. This is too small to show everything in the
timezone widget and keyboard, so it needs some more work.
2017-06-20 18:18:56 -04:00
Adriaan de Groot
742ccf02a7
Merge branch 'salt'
2017-06-20 17:47:05 -04:00
Adriaan de Groot
9f526be198
Salt: add test for salt format
2017-06-20 17:43:50 -04:00
Adriaan de Groot
de45f43640
Salt: add copyright info
2017-06-20 17:18:12 -04:00
Adriaan de Groot
6616315269
Partitionmanager: minor docs edit
2017-06-20 10:03:44 -04:00
Adriaan de Groot
4c9703ad27
Merge branch 'master' into salt
2017-06-20 09:46:41 -04:00
Adriaan de Groot
22ccf920d7
Merge branch 'pm-tests' of github.com:calamares/calamares
2017-06-20 09:45:48 -04:00
Adriaan de Groot
8708260689
Partitionmanager: fix PM-tests build
2017-06-20 09:45:32 -04:00
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
Calamares CI
56befc9a8c
[core] Automatic merge of Transifex translations
2017-06-20 00:38:44 +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
ee030c4d56
CMake: revertlast, DESTDIR is the way to stage.
...
Thanks to Kevin Kofler for putting me back on the right track.
2017-06-19 17:40:51 -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
448af86242
CMake: follow prefix even for the polkit files, for easier staged installs.
2017-06-19 16:55:05 -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
Philip
7eeb4dbed4
[CMakeModules] Add support for PythonQT v3.2+
...
- this fixes #749
2017-06-19 10:47:52 +02: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
959e37807d
[core] Automatic merge of Transifex translations
2017-06-19 00:37:25 +00:00