Adriaan de Groot
4a5e7af9a4
libcalamaresui: support Qt6 QMLViewStep
2023-10-10 23:51:52 +02:00
Adriaan de Groot
628c98becb
libcalamaresui: apply coding style (include order)
2023-10-10 23:51:52 +02:00
Emir SARI
e60d981e07
Improve string formatting and context
2023-10-10 12:55:31 +03:00
Adriaan de Groot
cf9f283a8e
Merge pull request #2209 from lubuntu-team/lubuntu/netplan-configs
...
Quick vendor patch to add support for Netplan-based configs
2023-10-09 22:31:34 +02:00
Adriaan de Groot
367c5097e0
Merge pull request #2208 from bitigchi/strings
...
Improve string formatting and context
2023-10-09 22:30:19 +02:00
Simon Quigley
e5db326a7e
Quick vendor patch to add support for Netplan-based configs
2023-10-08 21:37:26 -05:00
Adriaan de Groot
d4b0513993
CI: neon use ninja for install step
2023-10-07 10:37:12 +02:00
Adriaan de Groot
ca76392d28
CI: missing tools for debian build
2023-10-07 10:37:12 +02:00
Emir SARI
108b6759f7
Improve string formatting and context
...
Improves some strings according to the KDE HIG, and specifies
whether they are titles, buttons, or tooltips.
2023-10-06 07:05:42 +03:00
Adriaan de Groot
215b0790fd
CI: add fedora to the mix
2023-10-03 16:18:06 +02:00
Adriaan de Groot
ed1f4876aa
CI: switch example & CI builds to ninja
2023-10-03 15:04:33 +02:00
Adriaan de Groot
6b61197402
Docs: repair CONTRIBUTING, mention neon-unstable
2023-10-03 15:04:33 +02:00
Adriaan de Groot
125f54d830
CI: add a nightly neon-unstable
2023-10-03 13:56:58 +02:00
Adriaan de Groot
54d0e7dc53
CI: repair permissions on Debian deps
2023-10-03 13:53:30 +02:00
Adriaan de Groot
d940675445
Docs: repair CONTRIBUTING
...
The docker images are ok, but the install-the-dependencies scripts have
moved away from GitHub-specific.
2023-10-03 13:43:13 +02:00
GeckoLinux
d4accae21b
Correct the comment description of the "Replace" partition behavior
...
The described behavior of the "Replace" option was incorrect, it does not keep the same filesystem type that the partition already had, rather it uses the `defaultFileSystemType` value. See:
https://github.com/calamares/calamares/issues/1970
2023-10-01 19:23:35 -05:00
Adriaan de Groot
309fa9718e
users: repair build on openSUSE Qt6
...
Build failure looks like
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
src/modules/users/CMakeFiles/users_internal.dir/users_internal_autogen/mocs_compilation.cpp.o:
relocation R_X86_64_32 against symbol `_ZN6Config16staticMetaObjectE' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: failed to set dynamic section sizes: bad value
This was the original reason for starting to change the library type.
2023-10-02 00:37:59 +02:00
Adriaan de Groot
fb9b20e234
CI: need newer Qt6 for now on openSUSE
2023-10-02 00:27:50 +02:00
Adriaan de Groot
1fb9af4823
CI: fix up Debian scripts
2023-10-01 16:38:03 +02:00
Calamares CI
add7ed3731
i18n: [python] Automatic merge of Transifex translations
2023-09-28 22:41:46 +02:00
Calamares CI
4eef62a481
i18n: [calamares] Automatic merge of Transifex translations
2023-09-28 22:41:45 +02:00
Adriaan de Groot
ed2a5a7973
CMake: pre-release housekeeping
2023-09-28 22:34:54 +02:00
Adriaan de Groot
7c475e1198
CI: remove appstreamqt5 from deps-neon
...
Package doesn't exist. See #2202 .
2023-09-28 22:25:58 +02:00
Adriaan de Groot
445f1c0f56
CI: script-tidying
2023-09-28 22:22:43 +02:00
Adriaan de Groot
74a5d76145
CI: switch Debian to ci/ scripts
2023-09-28 22:21:25 +02:00
Adriaan de Groot
4499d7590d
CI: switch opensuse workflows to simple script
2023-09-28 22:14:31 +02:00
Adriaan de Groot
7b5a2ad68c
CI: switch push workflow to simple script
2023-09-28 22:13:23 +02:00
Adriaan de Groot
0eb84acc4b
CI: migrate push workflow to ci/ scripts
2023-09-28 22:05:07 +02:00
Adriaan de Groot
675d17fe59
CI: migrate opensuse CI to ci/ scripts
2023-09-28 22:04:07 +02:00
Adriaan de Groot
aef757cc20
fixup-prev
2023-09-28 21:56:56 +02:00
Adriaan de Groot
6f346d635e
CI: move the dependency-scripts to non-GH locations
2023-09-28 21:55:17 +02:00
Adriaan de Groot
3637914aea
CI: remove pullrequest workflow, the GH widget does that
2023-09-28 21:52:11 +02:00
Adriaan de Groot
889d78deed
CI: bump checkout action to latest version
2023-09-28 21:50:35 +02:00
Adriaan de Groot
7ece6f9d2c
CI: install the right flavor of appstreamqt
...
Needs "qt5" for the Qt5 version, and no suffix for Qt6. Now we can
at least spot the build error in neon-nightly.
SEE #2202
2023-09-28 21:40:05 +02:00
Adriaan de Groot
0cc8842c42
CI: chase GitHub actions updates
2023-09-28 21:34:52 +02:00
Adriaan de Groot
364e940a9a
CMake: don't default to SHARED libraries, require explicit
2023-09-28 20:56:09 +02:00
Adriaan de Groot
77d489b5e5
users: repair previous "fix"
...
The build failure on openSUSE is real, but the "fix" switched
the internal library accidentally to SHARED, without installing it.
It shouldn't be a library at all, really (if STATIC won't do).
FIXES #2203
2023-09-28 20:55:39 +02:00
Adriaan de Groot
44d26beb95
CI: install appstream in KDE neon
...
Let this run overnight so we can see the appstream-api-change locally.
See #2202
2023-09-19 23:47:41 +02:00
Adriaan de Groot
4cb8962668
CI: need to install git in opensuse before checkout
2023-09-12 10:09:26 +02:00
Adriaan de Groot
440f704930
Docs: update list of requirements, mention 3.2 is different
2023-09-12 10:05:28 +02:00
Adriaan de Groot
6e8e8a3d1b
Changes: document Qt6 and CalamaresUtils
2023-09-11 21:05:43 +02:00
Adriaan de Groot
a62f060fdd
CI: fix broken path, swap push to use shell script for dependencies
2023-09-11 20:46:55 +02:00
Adriaan de Groot
1efb12e332
libcalamares: rename CalamaresUtilsSystem and Gui
2023-09-11 20:40:10 +02:00
Adriaan de Groot
eb840d4117
libcalamares: ditch namespace CalamaresUtils
...
- Most CalamaresUtils things go to Calamares
- YAML support to Calamares::YAML and then remove redundant "yaml"
from the function names.
2023-09-11 20:34:01 +02:00
Adriaan de Groot
f4e3964ee5
libcalamares: use namespace Calamares::Partition consistently
2023-09-11 00:09:31 +02:00
Adriaan de Groot
641e186b7c
libcalamares: use namespace Calamares::Packages consistently
2023-09-10 23:55:48 +02:00
Adriaan de Groot
a9ef587705
libcalamares: use namespace Calamares::Network consistently
2023-09-10 22:32:49 +02:00
Adriaan de Groot
d199288034
libcalamares: use namespace Calamares::GeoIP consistently
2023-09-10 22:26:32 +02:00
Adriaan de Groot
47cbcbd348
libcalamares: move all locale-related things into namespace Calamares::Locale
...
The locale bits were spread over Calamares::Locale and CalamaresUtils::Locale.
2023-09-10 22:26:32 +02:00
Adriaan de Groot
766c28ca82
interactiveterminal: prepare for Qt6
...
- Try to build with KF6
- Bodge out the actual loading-of-konsole-part
2023-09-10 22:26:32 +02:00