Adriaan de Groot
f3a7f6cdef
Changes: pre-release housekeeping
2021-10-30 14:54:15 +02:00
Calamares CI
5e4028ec87
i18n: [calamares] Automatic merge of Transifex translations
2021-10-30 14:54:15 +02:00
Adriaan de Groot
cd56bab622
[partition] Merge pull request #1808 from dalto8/zfs-delete-fix
...
Fix for zfs partition deletion
2021-10-30 14:44:39 +02:00
dalto
13a2d25b24
Add separate functions for zfs
2021-10-29 16:54:09 -05:00
Adriaan de Groot
7f09cdca65
Changes: update description of this release
2021-10-29 16:55:17 +02:00
Adriaan de Groot
e9083ecabb
[services-systemd] Add a schema file for the configuration
2021-10-29 16:41:03 +02:00
Adriaan de Groot
7aaefa42d1
Merge pull request #1815 from dalto8/timer
...
[services-systemd] Add support for timers
2021-10-29 14:29:50 +02:00
Adriaan de Groot
9e1b8622f2
[packagechooser] Replace smartClip() with just-do-it
...
QLabel allows scaling of the Pixmap by itself, and we have a
FixedAspectRatioLabel that scales a pixmap nicely. Use that.
(The new label type needed to be introduced to designer)
The screenshot should expand more agressively, so that it
does not get margins -- that just leave space around the
name and description -- when the window expands. Adjust some
of the stretching and layout in the UI file.
2021-10-29 13:15:07 +02:00
Calamares CI
65f5db29bb
i18n: [python] Automatic merge of Transifex translations
2021-10-29 11:29:38 +02:00
Calamares CI
07e831a5bf
i18n: [desktop] Automatic merge of Transifex translations
2021-10-29 11:29:38 +02:00
Calamares CI
5cea95d5eb
i18n: [calamares] Automatic merge of Transifex translations
2021-10-29 11:29:38 +02:00
Adriaan de Groot
d3d4690a81
[libcalamares] Move const to a better spot
2021-10-29 11:25:13 +02:00
Adriaan de Groot
ebf8d63669
Merge pull request #1809 from dalto8/ismoduleenabled
...
[libcalamares] Add isModuleEnabled function
2021-10-29 11:20:07 +02:00
dalto
f7d8384bff
Use key().module() instead of key().first
2021-10-28 14:49:44 -05:00
dalto
be513813e6
Clean-up from initial review
2021-10-28 14:46:38 -05:00
dalto
24fbd3ab90
More doc changes for services-systemd module
2021-10-28 07:40:05 -05:00
dalto
96f3de12b3
Update documentation for services-systemd module
2021-10-28 07:33:32 -05:00
dalto
a1699e28a2
Add support for timers
2021-10-26 16:05:49 -05:00
Adriaan de Groot
c2c55f03c9
Merge branch 'issue-1807' into calamares
...
FIXES #1807
2021-10-26 17:07:40 +02:00
Adriaan de Groot
c90b9786c6
[packagechooser] Also resize the introductory image
...
- resize the intro image
- when an invalid index is selected, *still* update the
images, so it shows the intro image (resized) at the
right time.
2021-10-26 17:05:31 +02:00
Adriaan de Groot
b9a243028b
[packagechooser] Make scaled screenshots nicer
...
- patch suggested by flyingcakes85
- patch tested by killajoe
FIXES #1807
2021-10-26 16:08:20 +02:00
Adriaan de Groot
748b16ba7f
[packagechooser] Look for screenshots in more places.
...
It is easier to put screenshots somewhere where
they can be searched-for, rather than requiring either
absolute paths (inconvenient to try out someone's
settings) or relative paths (because who knows where
Calamares will be run during testing).
2021-10-26 16:08:20 +02:00
Adriaan de Groot
be398d7edb
[packagechooser] Log loading of screenshots
...
- start of indirection in loading, so that we can do a little more
work searching for the screenshot.
2021-10-26 15:23:14 +02:00
Adriaan de Groot
d10a952065
[keyboard] Make debug output more readable
2021-10-26 15:19:02 +02:00
Adriaan de Groot
97ebaad81e
Changes: post-release housekeeping
2021-10-26 14:51:47 +02:00
Adriaan de Groot
68ad34e421
Merge pull request #1810 from dalto8/getlist
...
[libcalamares] Add getList function to Variant
2021-10-26 12:07:16 +02:00
dalto
5f55784137
Add getList function to Variant
2021-10-23 14:02:47 -05:00
dalto
e22efab1b3
Add isModuleEnabled function
2021-10-23 13:57:24 -05:00
dalto
be47b5e59c
Fix for zfs partition deletion
2021-10-23 13:40:47 -05:00
Calamares CI
132bca649e
i18n: [python] Automatic merge of Transifex translations
2021-10-04 16:06:58 +02:00
Calamares CI
87d4491395
i18n: [calamares] Automatic merge of Transifex translations
2021-10-04 16:06:57 +02:00
Adriaan de Groot
763ec6152b
Changes: pre-release housekeeping
2021-10-04 16:02:51 +02:00
Adriaan de Groot
f26f0389da
Merge pull request #1802 from calamares/issue-1801
...
[summary] Use model shared with *summaryq*
FIXES #1801
2021-10-04 15:59:34 +02:00
Adriaan de Groot
6b38985a5f
[summary] Start using the model
2021-10-04 14:52:23 +02:00
Adriaan de Groot
3bc90e6c06
[summary] Factor out widget creation
2021-10-04 14:29:54 +02:00
Adriaan de Groot
d951a9d317
[summary] Improve role names in SummaryModel
2021-10-04 12:59:50 +02:00
Adriaan de Groot
4731d79a4f
[summary] Reduce code-duplication
...
The summary page can rely on the Config object to create
lists of relevant steps; this code was declared but not
defined / implemented for Config (but also not called, so
it was ok). This is basically shuffling bits around in
preparation for using the model directly, rather than
re-implementing the widget-creation code.
While here, split off the page-resizing into a free function
so that the code reads nicer.
2021-10-04 12:48:16 +02:00
Adriaan de Groot
763f29e2b8
[summary] Improve naming, shuffle parameters
...
- the page doesn't need to remember what step it belongs to,
if the step tells it when creating widgets.
- detach naming from the viewstep API that calls it.
2021-10-04 12:23:17 +02:00
Adriaan de Groot
87af923638
[summary] Make widgets-use explicit
2021-10-04 12:15:15 +02:00
Adriaan de Groot
2fdb6fdf37
[summary] Clear model on leave
2021-10-04 12:10:17 +02:00
Adriaan de Groot
295f6f9737
Changes: intentions for this branch
2021-10-04 11:44:52 +02:00
Adriaan de Groot
8f4ba8c21f
[summary] Tighten up scope of declarations, simplify
2021-10-04 11:27:10 +02:00
Adriaan de Groot
329f21093b
[libcalamaresui] More careful in unmarginLayout
2021-10-04 00:27:03 +02:00
Adriaan de Groot
bcad698164
Changes: post-release housekeeping
2021-09-28 23:33:43 +02:00
Adriaan de Groot
d556dae415
[partition] Document how the configurable EFI size is coordinated
2021-09-28 21:31:12 +02:00
Adriaan de Groot
05f287ebbb
[partition] Use the configured EFI size
...
The `partition.conf` file contains an EFI-size. The default is 300MiB,
but distributions might like to use a bigger (or smaller) value.
Apply the configuration consistently everywhere where we need
"the size of the EFI partition". Extend the internal method
to look at the configured size.
2021-09-28 18:23:19 +02:00
Adriaan de Groot
90eb0cd844
[partition] Fix build
2021-09-28 18:16:34 +02:00
Adriaan de Groot
a72fc06502
[partition] Fix message (use MiB instead of bytes)
...
Reported by cfinnberg.
FIXES : #1796
2021-09-28 16:55:35 +02:00
Adriaan de Groot
6b460ce440
[partition] Compare size with the canonical source of "right EFI size"
...
While here, note that the canonical source returns bytes (not MiB).
2021-09-28 16:55:35 +02:00
Adriaan de Groot
de63669cee
CI: add missing API stub-implementation for pylint
2021-09-27 21:32:43 +02:00