Commit Graph

3706 Commits

Author SHA1 Message Date
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
d18e3dc385 Travis: use a tmpfs for the actual build 2017-07-11 04:17:11 -04:00
Calamares CI
8c61bc085b [core] Automatic merge of Transifex translations 2017-07-11 01:04:13 +00:00
Adriaan de Groot
7c06556fac Travis: Do an out-of-source build 2017-07-10 19:16:51 -04:00
Adriaan de Groot
ce11c7ab6d LightDM: fix type (thanks Kevin Kofler) 2017-07-10 14:43:13 -04:00
Adriaan de Groot
fc577b4b79 Travis: looks like /build exists in the resulting system, so use /cbuild 2017-07-10 14:38:54 -04:00
Adriaan de Groot
f466c5de80 Travis: try to use the new image again, be stupid about /build 2017-07-10 14:25:19 -04:00
Adriaan de Groot
8ca94db0fa Merge branch 'python-bits' 2017-07-10 12:03:33 -04:00
Adriaan de Groot
ae6a9cd822 Python: move unsquash documentation to the config file 2017-07-10 11:58:58 -04:00
Adriaan de Groot
34b96148ae Python: at beginning of job, if pretty status has changed, emit progress to update it in the UI. 2017-07-10 11:58:57 -04:00
Adriaan de Groot
fcde28ca9d Python: tidy description of hwclock module 2017-07-10 11:58:57 -04:00
Adriaan de Groot
11e5a6cbe0 Python: trim description to the first line of run.__doc__ 2017-07-10 11:58:57 -04:00
Adriaan de Groot
9561bac1c8 SUSE DM: add special case configuring autologin in sysconfig (openSUSE)
FIXES #582
2017-07-10 10:14:28 -04:00
Adriaan de Groot
984a83deb9 LightDM: if lightdm.conf doesn't exist (for autologin), create it
FIXES #568
2017-07-10 09:27:56 -04:00
Adriaan de Groot
39f6d0e2f5 Merge pull request #763 from shainer/master
Add "MB" suffix to the "edit partition" size box.
2017-07-10 11:22:18 +02:00
Lisa Vitolo
9be15e68b6 Change both size box suffices to MiB. 2017-07-09 18:20:00 +01:00
Lisa Vitolo
925d3a61a7 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-09 10:10:04 -04:00
Calamares CI
861473f3f6 [core] Automatic merge of Transifex translations 2017-07-09 00:41:01 +00:00
Calamares CI
a56cf82d6c [core] Automatic merge of Transifex translations 2017-07-08 00:41:20 +00:00
Calamares CI
a5cf599ea9 [core] Automatic merge of Transifex translations 2017-07-07 00:40:54 +00:00
Calamares CI
955a289e20 [core] Automatic merge of Transifex translations 2017-07-06 00:41:24 +00:00
Adriaan de Groot
0b45a52ad9 CMake: simplify module loading more 2017-07-05 11:17:39 -04:00
Adriaan de Groot
978ff6591c CMake: simplify module loading 2017-07-05 11:14:22 -04:00
Adriaan de Groot
96ef18c2c4 CMake: help find libparted 2017-07-05 11:08:41 -04:00
Adriaan de Groot
db105079ba CMake: drop meta-include CalamaresUse 2017-07-05 10:37:49 -04:00
Adriaan de Groot
2c97f393bc CMake: adjust to moved location, drop useless CalamaresUse.cmake 2017-07-05 10:32:28 -04:00
Adriaan de Groot
9b749576be CMake: move our own modules into the CMakeModules dir, tidy 2017-07-05 10:32:03 -04:00
Adriaan de Groot
d74627b705 CMake: remove superfluous module-path-setting 2017-07-05 10:21:25 -04:00
Adriaan de Groot
a72cc0eeb4 Python: use the module run().__doc__ as a pretty description. 2017-07-05 06:46:29 -04:00
Adriaan de Groot
f12ae5db3b Python: get docstring from run() method 2017-07-05 06:46:29 -04:00
Adriaan de Groot
e43f41a402 Python: separate description of dummy module from docs of run() 2017-07-05 06:46:29 -04:00
Adriaan de Groot
10eaf06f60 Python: Be more descriptive when modules can't be loaded. 2017-07-05 06:30:23 -04:00
Adriaan de Groot
7ad1c4ccb8 i18n: add Hebrew to the list of languages (new translation) 2017-07-05 04:48:50 -04: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
Calamares CI
1897b62538 [dummypythonqt] Automatic merge of Transifex translations 2017-07-05 00:42:16 +00:00