Adriaan de Groot
03d086a233
[netinstall] Missing initialisations, split out slot
...
- m_queue was not initialized to nullptr, crashes
- split queue-is-done to a separate slot rather than a lambda
- prefer queueing calls to fetchNext(), for responsiveness
5 years ago
Adriaan de Groot
404a9ef98a
[netinstall] Split off requesting netinstall data into a queue-manager
...
This is the actual "meat" of the branch, which makes the
netinstall module request one URL at a time until one succeeds.
5 years ago
Adriaan de Groot
603a7106b3
[netinstall] Move package-listing wrangling to the Config object
...
Now all the business logic is in Config, the door is open to
building a QML-ified netinstall module. I'm not sure that
would be worth it: packagechooser offers more space for a
nice UI and should be QML'ed first.
5 years ago
Adriaan de Groot
9acd2fe458
[netinstall] Use the packages service
5 years ago
Adriaan de Groot
f1446736f8
[libcalamares] Expand tests a little
...
- do some additions and check they work
- drop the ";add" annotation on the source, this is not
needed in the current situation with only adds available.
5 years ago
Adriaan de Groot
5b609565e2
[libcalamares] Make Packages API more flexible
...
- pass in the GS object; this makes mostly **testing** much easier
5 years ago
Adriaan de Groot
b868894371
[libcalamares] Start a packages service for netinstall and others
5 years ago
Adriaan de Groot
6662cb5f2d
[netinstall] Swap parameters to makeSourceItem and document it
5 years ago
Adriaan de Groot
79b4f918fc
[netinstall] Apply coding style
5 years ago
Adriaan de Groot
8e8525a941
[netinstall] Simplify slots in the UI page
5 years ago
Adriaan de Groot
6556f96442
Merge branch 'calamares' into issue-1579
...
Bring the branch up-to-date with the past few releases,
so it can be merged more easily once complete.
5 years ago
Adriaan de Groot
416c2c9689
[usersq] Reflect editable in the QML
...
- if presets prevent a field from being editable, don't allow
the user to edit the field
- while here, mention the changes in usersq
5 years ago
Adriaan de Groot
44ac33845d
Merge branch 'fix-usersq' into calamares
5 years ago
Adriaan de Groot
46f7e6c131
Merge branch 'hotfix-38' into calamares
5 years ago
Adriaan de Groot
8348bd2bb7
[usersq] Call setters for checkboxes
5 years ago
Adriaan de Groot
202fe46182
Changes: describe other fixes as well
5 years ago
Adriaan de Groot
d2c0c8d638
[users] Grab hostname from config on creation
5 years ago
Adriaan de Groot
b17e01edff
[usersq] Call setters to move values back from QML to the C++ side
5 years ago
Calamares CI
df67f2bb59
i18n: [desktop] Automatic merge of Transifex translations
5 years ago
Calamares CI
f02cb1a8ea
i18n: [calamares] Automatic merge of Transifex translations
5 years ago
Adriaan de Groot
1c8a72dcac
Changes: pre-release housekeeping
5 years ago
Adriaan de Groot
b9ad701a5c
[calamares] Change .desktop invocation
...
FIXES #1653
5 years ago
Adriaan de Groot
b96ad4b166
[usersq] Hook up QML fields and the Config object
...
For properties, we can bind directly to the Config properties
for loginName, fullName, and also to checkbox-style (bool)
properties and passwords.
5 years ago
Adriaan de Groot
e60f8bcd06
[usersq] Tidy job creation and unnecessary code
5 years ago
Adriaan de Groot
4ffa79d4cf
[users] In code, consistently [aA]utoLogin as name
...
There was a mix of autologin and autoLogin, leading to confusion
in the code. QML is sensitive to this, so go to one consistent name.
(Although the names of the settings in the `.conf` file are
different again)
5 years ago
Adriaan de Groot
287047fe1a
[users] Tidy up job creation -- leave it to Config
5 years ago
Adriaan de Groot
e9908c84c2
Changes: document mount/fstab changes
5 years ago
Adriaan de Groot
98d42719e1
Merge pull request #1622 from Chrysostomus/btrfs-subvol
...
[fstab][mount] Create and mount btrfs subvolumes in generalized manner
5 years ago
Adriaan de Groot
413e160368
Changes: post-release housekeeping
5 years ago
Adriaan de Groot
a5091c8c3b
Docs: massage the release-howto notes
5 years ago
Adriaan de Groot
1998405dbb
[libcalamaresui] Fix up test for logfile
...
- this test would fail if the logfile already exists for
any reason (including "I just ran the test")
- remove the file before expecting an empty logfile
- improve messages; a missing logfile is not a "things cannot
work" situation, it's a warning
5 years ago
Adriaan de Groot
cdbc5a7b4b
Merge pull request #1652 from Conan-Kudo/rm-urpmi
...
[packages] Drop urpmi support
5 years ago
Adriaan de Groot
f62bb70b28
CI: add -m <module> shortcut to test individual modules
5 years ago
Adriaan de Groot
cc310a04b8
[users] Fix schema to match actual field names
5 years ago
Calamares CI
d9ab35f4cc
i18n: [python] Automatic merge of Transifex translations
5 years ago
Calamares CI
3fafeaf09a
i18n: [dummypythonqt] Automatic merge of Transifex translations
5 years ago
Calamares CI
8625847866
i18n: [desktop] Automatic merge of Transifex translations
5 years ago
Calamares CI
d3f84980b3
i18n: [calamares] Automatic merge of Transifex translations
5 years ago
Adriaan de Groot
0716f92f62
CMake: update translations lists
...
- ne_NP, id_ID and zh seem to duplicate existing languages, and
I'm not sure why they were requested in the first place.
5 years ago
Adriaan de Groot
8c7e214376
[users] Make the example config usable
...
Although the example configurations shouldn't really be used
as a sample of how to configure **your** Calamares for your
distro, many distro's do just copy the examples. So leave
traces of the OEM-configuration settings in the example,
and give the standard configuration a 'nothing changed'
set of presets.
5 years ago
Adriaan de Groot
b4485f4dc9
Changes: mention the .desktop file
5 years ago
Adriaan de Groot
9ae87b7fb7
[calamares] Change .desktop invocation
...
FIXES #1653
5 years ago
Calamares CI
d3a27f3c3c
i18n: [python] Automatic merge of Transifex translations
5 years ago
Calamares CI
b30eaaddec
i18n: [calamares] Automatic merge of Transifex translations
5 years ago
Adriaan de Groot
c767311062
Changes: pre-release housekeeping
5 years ago
Adriaan de Groot
9295c91128
Merge branch 'issue-942' into calamares
...
FIXES #942
5 years ago
Adriaan de Groot
caf18321df
[users] Adjust UI to is-field-editable based on presets
5 years ago
Adriaan de Groot
7bae625f46
[users] Pick up UI changes based on the values from Config
5 years ago
Adriaan de Groot
b4a21d7aca
[libcalamares] Add macro CONFIG_PREVENT_EDITING to handle uneditable fields
...
Boilerplate code for avoiding accidental setting of an internal
field when the UI is editable and the underlying data isn't.
5 years ago
Adriaan de Groot
3ea796d009
[users] 'undo' changes to values if the UI is wonky
...
- you can still call set*(), eg. from the UI, when the field is
not editable. Although the code previously ignored the change,
this would lead to a mismatch between what the UI is showing
(the changed value) and what the Config has (old value).
Emit a changed-signal (notify) with the old value so that the
UI is changed *back* as soon as possible.
5 years ago