Adriaan de Groot
fc119c1fae
LightDM: fix type (thanks Kevin Kofler)
2017-07-11 11:23:27 +02:00
Adriaan de Groot
71d08a89a9
[unpackfs] fix merge
2017-07-11 11:23:02 +02:00
Adriaan de Groot
d6d8e73532
Python: at beginning of job, if pretty status has changed, emit progress to update it in the UI.
2017-07-11 11:21:40 +02:00
Adriaan de Groot
b29643d49b
Python: tidy description of hwclock module
2017-07-11 11:21:09 +02:00
Adriaan de Groot
cb36c54755
Python: trim description to the first line of run.__doc__
2017-07-11 11:20:55 +02:00
Adriaan de Groot
9860922496
SUSE DM: add special case configuring autologin in sysconfig (openSUSE)
...
FIXES #582
2017-07-11 11:20:38 +02:00
Adriaan de Groot
c150c61c59
LightDM: if lightdm.conf doesn't exist (for autologin), create it
...
FIXES #568
2017-07-11 11:20:20 +02:00
Lisa Vitolo
4f71b9741e
Change both size box suffices to MiB.
2017-07-11 11:20:02 +02:00
Lisa Vitolo
a7e59f8656
Add "MB" suffix to the "edit partition" size box.
...
Makes it easier to know which unit Calamares is using when
resizing a partition. The "Create partition" dialog has
it already.
2017-07-11 11:19:52 +02:00
Adriaan de Groot
8bb6dc6d36
Python: use the module run().__doc__ as a pretty description.
2017-07-11 11:19:20 +02:00
Adriaan de Groot
7ff814790d
Python: get docstring from run() method
2017-07-11 11:19:06 +02:00
Adriaan de Groot
b28edfdc8e
Python: separate description of dummy module from docs of run()
2017-07-11 11:18:51 +02:00
Adriaan de Groot
3f2bba4e33
Python: Be more descriptive when modules can't be loaded.
2017-07-11 11:18:36 +02:00
Adriaan de Groot
854e6d3883
C++ trickery, part two: shorten code
2017-07-05 09:12:28 +02:00
Adriaan de Groot
f6cbf48b17
C++ trickery to make the code shorter to read.
2017-07-05 09:12:14 +02:00
Adriaan de Groot
843706e38d
FinishedPage: show message instead of details on failure
2017-07-05 08:59:49 +02:00
Adriaan de Groot
a5604aa978
FinishedPage: no modal pop-ups in a slot
...
Switch the failure popup to non-modal, and quit the application when
the pop-up is closed. This allows signals to be delivered to other
slots connected to JobQueue::failed.
2017-07-05 08:59:33 +02:00
Adriaan de Groot
5be4a00f62
Be more verbose while scanning devices
2017-07-05 08:59:17 +02:00
Adriaan de Groot
0a278ca546
QLabel::setPixmap() isn't virtual, don't make it so.
2017-07-05 08:58:29 +02:00
Adriaan de Groot
ce1caeaf63
FinishedPage: add copyright, reduce warnings
2017-07-05 08:58:05 +02:00
Adriaan de Groot
5d7db27c06
FinishedPage: don't reboot on failure
...
If installation fails, and you end up on the last page, suppress the
reboot-now checkbox.
FIXES #605
2017-07-05 08:57:48 +02:00
Kai Dohmen
7991e4548b
Fix unknown partition-type Fat32 at mount and in fstab
...
Only the string "fat32" and "fat16" will be replaced with vfat. If an
case sensitive "Fat32" some problems occure:
- mount: partition cannot be mounted (e.g. a fat32 efi partition)
- fstab: system won't even boot because fstab does not know the type "Fat32"
2017-07-04 13:55:55 +02:00
Bernhard Landauer
47ba304b0c
branding corrections
2017-06-30 22:55:19 +02:00
Philip
a377c3234e
[displaymanager] fix typo
2017-06-28 16:25:14 +02:00
Philip
bccb9443b0
[displaymanager] PEP8ify it
2017-06-28 16:21:16 +02:00
Philip
b3488f8e85
[displaymanager] use a better routine to detect .desktop files
2017-06-28 15:35:43 +02:00
Bernhard Landauer
8de9849e9a
rm trailing whitespace
2017-06-28 15:35:35 +02:00
Philip
9d906e7964
[displaymanager] fix issue with tuple for string
2017-06-28 13:29:27 +02:00
Philip
cc5adb6586
[displaymanagers] fix sed routine
2017-06-28 11:44:26 +02:00
Philip
f048772020
[displaymanager] PEP8ify it for better reading
2017-06-28 11:12:08 +02:00
Philip
faf065205b
[displaymanager] PEP8tify it
2017-06-28 11:07:00 +02:00
Philip
38f5af3c82
[displaymanager] error out the right way
2017-06-28 11:06:52 +02:00
Philip
e57107187c
[displaymanager] re-add lightdm_conf_path to 'if lightdm'
2017-06-28 11:06:43 +02:00
Philip
82626d7639
[displaymanager] fix issues
2017-06-28 11:06:35 +02:00
Philip
ac179343d6
[displaymanager] fix typo
2017-06-28 11:06:27 +02:00
Philip
c75dbd83e0
[displaymanager] add filter for .desktop file
2017-06-28 11:06:19 +02:00
Philip
cd3e631027
[displaymanager] simplify code
2017-06-28 11:06:10 +02:00
Adriaan de Groot
59588672ed
SDDM-config: allow poorly formatted SDDM config
...
SDDM itself doesn't trip over duplicate sections or keys, but
the Python config-parser does (in strict mode). Relax a bit.
FIXES #579
2017-06-28 11:05:03 +02:00
Adriaan de Groot
36950f6dd9
Shrink upper padding.
...
FIXES #591
2017-06-28 09:14:27 +02:00
Philip
7ea82be77a
[displaymanager] PEP8ify it
2017-06-28 09:10:06 +02:00
Bernhard Landauer
7f7ab50356
[displaymanager] check for installed lightdm greeter and configure accordingly
...
- no matter if for example slick-greeter is installed as "lightdm-slick-greeter" or whatever.
tested with lightdm-deepin-greeter and slick-greeter.
- plus some little simplifications
- added Copyright
https://github.com/calamares/calamares/issues/756
2017-06-28 03:11:14 +02:00
Bernhard Landauer
d4e8e4f472
fix https://github.com/calamares/calamares/issues/756
2017-06-27 15:05:03 +02:00
Philip
aea947a517
[mhwdcfg] PEP8 Modification
2017-06-23 13:22:13 +02:00
Philip
96c9d744e4
[Merge] with upstream and development changes
2017-06-23 13:10:17 +02:00
Philip
ea8b6c8ba8
[travis] use depreciated Trusty images
...
- see also: https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
- we may check this until September 1st
2017-06-23 10:43:24 +02:00
Calamares CI
849edba14c
[dummypythonqt] Automatic merge of Transifex translations
2017-06-23 02:49:12 +00:00
Calamares CI
0ee309f354
[dummypythonqt] Automatic merge of Transifex translations
2017-06-23 00:37:26 +00:00
Calamares CI
9ee6517cc4
[core] Automatic merge of Transifex translations
2017-06-23 00:37:25 +00:00
Adriaan de Groot
70ed67744f
Release: drop rc-number
2017-06-21 18:38:53 -04:00
Calamares CI
43fbc42d47
[dummypythonqt] Automatic merge of Transifex translations
2017-06-22 02:52:03 +00:00