Commit Graph

11296 Commits

Author SHA1 Message Date
Adriaan de Groot
d5f32be5e3 [partition] Repair enable/disable status of FS label
The entry field was always enabled, but the label of the
FS-label entry field depended on the format button.
2024-02-17 17:03:27 +01:00
Adriaan de Groot
14e9da251a [libcalamaresui] Avoid Qt warning
16:23:24 [2]: WARNING (Qt): QThread::setPriority: Cannot set priority, thread is not running

Start the log widget's thread with a specific priority. This is
ignored on Linux anyway, but we'll avoid the setPriority() warning.
2024-02-17 16:52:06 +01:00
Adriaan de Groot
f23b4ff267 [partition] Preserve the will-it-be-formatted flag of the partition 2024-02-17 16:17:46 +01:00
Adriaan de Groot
918e3c83e6 CI: update ABI-stability base
Use the 3.3.0 tag's hash as the beginning of ABI-stability.
2024-02-17 16:05:35 +01:00
Adriaan de Groot
0348af22d9 CMake: fix typo in option description 2024-02-17 15:46:58 +01:00
Adriaan de Groot
ecd8839ac9 [partition] Set up label checkbox later
If the update-fs-label checkbox and drop-down depend on the
state of the format button, then set that up only once we're
done deciding on the format button.
2024-02-17 14:26:39 +01:00
Adriaan de Groot
a2b21ee087 [partition] Improve readability in edit-existing-partition
Pick out the condition and give it a name. The logic is the
same -- and is made worse because of the if() which looks
redundant at this point.
2024-02-17 14:18:24 +01:00
Adriaan de Groot
0dc3c5bf4a Changes: mention the NetPlan thing 2024-02-17 14:02:12 +01:00
Adriaan de Groot
54dc2f00f5 AUTHORS: update list of contributors
- fixed alphabetization
- added contributors since last update (may 2022)
- removed some duplicates / aliases
2024-02-17 12:14:22 +01:00
Adriaan de Groot
a84555209e CONTRIBUTING: discuss commit messages and CHANGES file 2024-02-17 12:12:30 +01:00
Adriaan de Groot
283668cb01 [libcalamares] Update sponsor / maintainer information 2024-02-17 11:25:40 +01:00
Adriaan de Groot
22d4bcabc7 Changes: update credits 2024-02-16 22:16:09 +01:00
Adriaan de Groot
4f43e8d303
Merge pull request #2284 from slyon/netplan
[RFC] networkcfg: Configure NetworkManager to be the default Netplan renderer
2024-02-13 20:11:10 +01:00
Lukas Märdian
562cae387c networkcfg: Configure NetworkManager to be the default renderer
When Netplan is installed in the target system:
In case NM is not yet set to be the default Netplan renderer (e.g. through a
/usr/lib/netplan/00-network-manager-all.yaml file shipped by an installed
package), create the /etc/netplan/01-network-manager-all.yaml configuration
and copy over all other Netplan configuration from the installer system.
2024-02-13 16:13:31 +01:00
Adriaan de Groot
932b9a5af7 i18n: update translation sources 2024-02-12 21:39:36 +01:00
Adriaan de Groot
f5e09cd676 [partition] Write out translation context
lupdate isn't smart enough to pick up `context` when it's
a variable, and then the whole string is not found for
translation.
2024-02-12 21:30:52 +01:00
Adriaan de Groot
f8448e3c97 [partition] Clarify documentation of static functions 2024-02-12 21:28:15 +01:00
Adriaan de Groot
bb53d0cd5d Changes: update contributors 2024-02-12 21:15:55 +01:00
dalto8
11522fa44e
Merge pull request #2280 from ArrayBolt3/calamares
[partition] Allow specifying unencrypted partitions when encryption is used
2024-02-08 19:58:52 +00:00
dalto8
60989290e0
Merge pull request #2282 from iam-TJ/issue2281_crypto_keyfile
fstab: do not overwrite partition["mountPoint"]
2024-02-08 19:58:15 +00:00
Tj
1d996d1f9a fstab: do not overwrite partition["mountPoint"]
When using BTRFS multiple subvolumes exist and whilst iterating them the
partition["mountPoint"] is inadvertently changed due to taking a
reference rather than a copy.

Closes: issue #2281
2024-02-07 16:21:24 +00:00
Aaron Rainbolt
22763ae970
Merge branch 'calamares:calamares' into calamares 2024-02-06 18:09:31 -06:00
Adriaan de Groot
84c9fd457f i18n: update languages lists 2024-02-06 16:55:47 +01:00
Calamares CI
0923b54d54 i18n: [python] Automatic merge of Transifex translations 2024-02-06 16:52:40 +01:00
Calamares CI
b95392a59e i18n: [calamares] Automatic merge of Transifex translations 2024-02-06 16:52:40 +01:00
Aaron Rainbolt
546bedef11 [partition] Allow specifying unencrypted partitions when encryption is used 2024-02-05 19:24:05 -06:00
Adriaan de Groot
46eaf6f450 CI: warn earlier about weird lupdate strings 2024-02-04 23:01:38 +01:00
Calamares CI
7773e0bfc8 i18n: [python] Automatic merge of Transifex translations 2024-02-04 22:50:31 +01:00
Calamares CI
12892ccfe4 i18n: [calamares] Automatic merge of Transifex translations 2024-02-04 22:50:30 +01:00
Adriaan de Groot
4e065b1ba9 [qml] Tidy up cmake bits, credit to contributor 2024-02-04 22:26:03 +01:00
Adriaan de Groot
25f9eaf523 [libcalamares*] Prefer < comparisons in Qt version 2024-02-04 22:06:55 +01:00
Adriaan de Groot
7d7a4597c1 [libcalamaresui] prefer < comparison of Qt versions 2024-02-04 22:06:55 +01:00
Adriaan de Groot
fd2610c739 [*] Remove pre-Qt-5.15 compatibility ifdefs 2024-02-04 22:06:51 +01:00
Adriaan de Groot
2ea4d365f9
Merge pull request #2277 from calamares/slideshow-qt6
port slideshow to Qt 6
2024-02-04 21:20:57 +01:00
Jonathan Esk-Riddell
7b13d0b62f rename directory 2024-01-26 14:50:42 +00:00
Jonathan Esk-Riddell
c9685168e0 fix selection logic 2024-01-26 14:49:21 +00:00
Adriaan de Groot
e5781d9f89
Merge pull request #2274 from demmm/calamares
KaOS has moved to Qt6/kf6 only for Calamares
2024-01-25 21:04:50 +01:00
Jonathan Esk-Riddell
ed540673d9 port slideshow to Qt 6 2024-01-25 15:42:19 +00:00
demmm
9899bf8cd0 KaOS has moved to Qt6/kf6 only for Calamares
adjust deps-kaos.sh accordingly
2024-01-23 11:25:11 +01:00
Adriaan de Groot
627465a734 CI: do not use GitLab syntax in GitHub 2024-01-22 21:31:46 +01:00
Adriaan de Groot
34776bb0ea CI: weekly with Debian instead 2024-01-22 21:28:21 +01:00
Adriaan de Groot
64bb924062 CI: repair name of weekly job 2024-01-22 19:57:29 +01:00
Adriaan de Groot
762bd0eab1 CI: repair supported cron syntax 2024-01-22 19:56:16 +01:00
Adriaan de Groot
2dfd3688ca CI: try a weekly build of core and extensions 2024-01-22 19:47:09 +01:00
Adriaan de Groot
d38f93c6ed CMake: post-release housekeeping 2024-01-15 23:46:49 +01:00
Adriaan de Groot
ba2ef08bfa Changes: pre-release housekeeping 2024-01-15 19:54:01 +01:00
Adriaan de Groot
881347b9c2 [locale,packagechooser] (Auto-)Tests should not require GUI 2024-01-15 00:14:56 +01:00
Adriaan de Groot
94cb026ad8 i18n: update English source texts 2024-01-14 21:35:17 +01:00
Adriaan de Groot
f8245ebb6e CMake: add missing includes
-extensions won't build unless the CMake modules are (somewhat) self-contained.
2024-01-12 23:15:01 +01:00
Adriaan de Groot
1b655c26ef [libcalamares] Remove TMP-related environment variables
When running a command in the chroot, don't set TMP (and similar)
variables because those directories might nog make sense in the
target (yet).

FIXES #2269
2024-01-12 23:04:26 +01:00