Skip to content

Commit

Permalink
Merge branch 'main' into danirabbit/encryptview-singleview
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Nov 22, 2024
2 parents 4061fb4 + 1a1c27d commit 7fa7fa9
Show file tree
Hide file tree
Showing 201 changed files with 3,600 additions and 3,349 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Dependencies
run: |
apt update
apt install -y desktop-file-utils gettext libadwaita-1-dev libdistinst-dev libgee-0.8-dev libgranite-7-dev libgtk-4-dev libxkbregistry-dev libjson-glib-dev libpwquality-dev meson valac
apt install -y desktop-file-utils gettext libadwaita-1-dev libdistinst-dev libgee-0.8-dev libgranite-7-dev libgtk-4-dev libxkbregistry-dev libjson-glib-dev libpantheon-wayland-1-dev libpwquality-dev meson valac
- name: Build and Test
env:
DESTDIR: out
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ You'll need the following dependencies:
- libgee-0.8-dev
- libadwaita-1-dev >=1.4.0
- libjson-glib-dev
- libpantheon-wayland-1-dev
- libpwquality-dev
- libxkbregistry-dev
- [distinst](https://github.com/pop-os/distinst/)
Expand Down
29 changes: 21 additions & 8 deletions data/installer.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@

<screenshots>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-language.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-language.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-keyboard.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-keyboard.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-try-install.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-try-install.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-custom.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-custom.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-encrypt.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-encrypt.png</image>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-progress.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-progress.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-success.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-success.png</image>
</screenshot>
</screenshots>

Expand All @@ -56,7 +56,19 @@
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="8.0.1" date="2024-09-11" urgency="medium">
<release version="8.1.1" date="2024-10-23" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/installer/issues/758">Installer UI is not centered</issue>
</issues>
</release>

<release version="8.1.0" date="2024-10-21" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
Expand All @@ -74,6 +86,7 @@
<issue url="https://github.com/elementary/installer/issues/628">Port Installer to GTK4</issue>
<issue url="https://github.com/elementary/installer/issues/652">Use libxkbregistry</issue>
<issue url="https://github.com/elementary/installer/issues/692">No partitions visible when running without daemon</issue>
<issue url="https://github.com/elementary/installer/issues/745">Double clicking the language in first step leads to empty select list in next step</issue>
<issue url="https://github.com/elementary/installer/issues/775">Installer is not localized</issue>
<issue url="https://github.com/elementary/installer/issues/793">Clicking a partition in the custom install glitches the installer window</issue>
<issue url="https://github.com/elementary/installer/issues/806">Installer doesn't launch from Applications menu in Circe daily</issue>
Expand Down
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'io.elementary.installer',
'vala', 'c',
meson_version : '>= 0.56.0',
version: '8.0.0'
version: '8.1.0'
)

add_global_arguments('-DGETTEXT_PACKAGE="' + meson.project_name() + '"', language:'c')
Expand All @@ -22,6 +22,7 @@ adw_dep = dependency('libadwaita-1', version: '>=1.4.0')
json_glib_dep = dependency('json-glib-1.0')
xkbregistry_dep = dependency('xkbregistry')
pwquality_dep = dependency('pwquality')
pantheon_wayland_dep = dependency('pantheon-wayland-1')
systemd_dep = dependency('systemd')

installer_backend = get_option('installer_backend')
Expand Down
26 changes: 13 additions & 13 deletions po/af.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-21 17:06+0000\n"
"POT-Creation-Date: 2024-11-10 21:48+0000\n"
"PO-Revision-Date: 2016-10-12 01:29+0200\n"
"Last-Translator: Maxwell Barvian <Unknown>\n"
"Language-Team: \n"
Expand Down Expand Up @@ -42,7 +42,7 @@ msgstr ""
msgid "Test mode switch user"
msgstr ""

#: src/Helpers/LocaleHelper.vala:126 src/Views/KeyboardLayoutView.vala:201
#: src/Helpers/LocaleHelper.vala:126 src/Views/KeyboardLayoutView.vala:200
#, c-format
msgid "%s…"
msgstr ""
Expand Down Expand Up @@ -164,7 +164,7 @@ msgid ""
msgstr ""

#: src/Views/DriversView.vala:75 src/Views/EncryptView.vala:143
#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:141
#: src/Views/KeyboardLayoutView.vala:54 src/Views/PartitioningView.vala:141
#: src/Views/TryInstallView.vala:79
msgid "Back"
msgstr ""
Expand Down Expand Up @@ -271,30 +271,30 @@ msgstr ""
msgid "Try Installing Again"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:30
#, fuzzy
msgid "Input Language"
msgstr "Kies 'n taal"

#: src/Views/KeyboardLayoutView.vala:32
#, fuzzy
#| msgid "Select a Language"
msgid "Select Keyboard Layout"
msgstr "Kies 'n taal"

#: src/Views/KeyboardLayoutView.vala:40
#: src/Views/KeyboardLayoutView.vala:39
msgid "Type to test your layout"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:43
#: src/Views/KeyboardLayoutView.vala:42
msgid "Show keyboard layout"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:59 src/Views/LanguageView.vala:104
#: src/Views/KeyboardLayoutView.vala:58 src/Views/LanguageView.vala:104
msgid "Select"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:110
#, fuzzy
msgid "Input Language"
msgstr "Kies 'n taal"

#: src/Views/LanguageView.vala:257
#: src/Views/LanguageView.vala:67
#, fuzzy
msgid "Languages"
msgstr "Kies 'n taal"
Expand All @@ -303,7 +303,7 @@ msgstr "Kies 'n taal"
msgid "Select a Language"
msgstr "Kies 'n taal"

#: src/Views/LanguageView.vala:297 src/Views/LanguageView.vala:357
#: src/Views/LanguageView.vala:295 src/Views/LanguageView.vala:355
msgid "Currently active language"
msgstr ""

Expand Down
26 changes: 13 additions & 13 deletions po/ak.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-21 17:06+0000\n"
"POT-Creation-Date: 2024-11-10 21:48+0000\n"
"PO-Revision-Date: 2017-04-01 19:21+0000\n"
"Last-Translator: Lawrence Aberba <[email protected]>\n"
"Language-Team: ak (generated) <http://weblate.elementary.io/projects/desktop/"
Expand Down Expand Up @@ -44,7 +44,7 @@ msgstr ""
msgid "Test mode switch user"
msgstr ""

#: src/Helpers/LocaleHelper.vala:126 src/Views/KeyboardLayoutView.vala:201
#: src/Helpers/LocaleHelper.vala:126 src/Views/KeyboardLayoutView.vala:200
#, c-format
msgid "%s…"
msgstr ""
Expand Down Expand Up @@ -166,7 +166,7 @@ msgid ""
msgstr ""

#: src/Views/DriversView.vala:75 src/Views/EncryptView.vala:143
#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:141
#: src/Views/KeyboardLayoutView.vala:54 src/Views/PartitioningView.vala:141
#: src/Views/TryInstallView.vala:79
msgid "Back"
msgstr ""
Expand Down Expand Up @@ -273,30 +273,30 @@ msgstr ""
msgid "Try Installing Again"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:30
#, fuzzy
msgid "Input Language"
msgstr "Paw kasa"

#: src/Views/KeyboardLayoutView.vala:32
#, fuzzy
#| msgid "Select a Language"
msgid "Select Keyboard Layout"
msgstr "Paw kasa"

#: src/Views/KeyboardLayoutView.vala:40
#: src/Views/KeyboardLayoutView.vala:39
msgid "Type to test your layout"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:43
#: src/Views/KeyboardLayoutView.vala:42
msgid "Show keyboard layout"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:59 src/Views/LanguageView.vala:104
#: src/Views/KeyboardLayoutView.vala:58 src/Views/LanguageView.vala:104
msgid "Select"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:110
#, fuzzy
msgid "Input Language"
msgstr "Paw kasa"

#: src/Views/LanguageView.vala:257
#: src/Views/LanguageView.vala:67
#, fuzzy
msgid "Languages"
msgstr "Paw kasa"
Expand All @@ -305,7 +305,7 @@ msgstr "Paw kasa"
msgid "Select a Language"
msgstr "Paw kasa"

#: src/Views/LanguageView.vala:297 src/Views/LanguageView.vala:357
#: src/Views/LanguageView.vala:295 src/Views/LanguageView.vala:355
msgid "Currently active language"
msgstr ""

Expand Down
24 changes: 12 additions & 12 deletions po/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-21 17:06+0000\n"
"POT-Creation-Date: 2024-11-10 21:48+0000\n"
"PO-Revision-Date: 2021-09-04 16:04+0000\n"
"Last-Translator: Muhammad Al-Jayyousi <[email protected]>\n"
"Language-Team: Arabic <https://l10n.elementary.io/projects/installer/"
Expand Down Expand Up @@ -47,7 +47,7 @@ msgstr "أعد تشغيل الجهاز في الوضع التجريبي"
msgid "Test mode switch user"
msgstr "قم بتبديل الحسابات في الوضع التجريبي"

#: src/Helpers/LocaleHelper.vala:126 src/Views/KeyboardLayoutView.vala:201
#: src/Helpers/LocaleHelper.vala:126 src/Views/KeyboardLayoutView.vala:200
#, c-format
msgid "%s…"
msgstr "%s…"
Expand Down Expand Up @@ -177,7 +177,7 @@ msgid ""
msgstr ""

#: src/Views/DriversView.vala:75 src/Views/EncryptView.vala:143
#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:141
#: src/Views/KeyboardLayoutView.vala:54 src/Views/PartitioningView.vala:141
#: src/Views/TryInstallView.vala:79
msgid "Back"
msgstr "ارجع"
Expand Down Expand Up @@ -296,35 +296,35 @@ msgstr "جرب الوضع التجريبي"
msgid "Try Installing Again"
msgstr "جرب إعادة التثبيت"

#: src/Views/KeyboardLayoutView.vala:30
msgid "Input Language"
msgstr "لغة الإدخال"

#: src/Views/KeyboardLayoutView.vala:32
msgid "Select Keyboard Layout"
msgstr "اختر تخطيط لوحة المفاتيح"

#: src/Views/KeyboardLayoutView.vala:40
#: src/Views/KeyboardLayoutView.vala:39
msgid "Type to test your layout"
msgstr "اكتب لاختبار تخطيطك"

#: src/Views/KeyboardLayoutView.vala:43
#: src/Views/KeyboardLayoutView.vala:42
msgid "Show keyboard layout"
msgstr "أظهر تخطيط لوحة المفاتيح"

#: src/Views/KeyboardLayoutView.vala:59 src/Views/LanguageView.vala:104
#: src/Views/KeyboardLayoutView.vala:58 src/Views/LanguageView.vala:104
msgid "Select"
msgstr "اختر"

#: src/Views/KeyboardLayoutView.vala:110
msgid "Input Language"
msgstr "لغة الإدخال"

#: src/Views/LanguageView.vala:257
#: src/Views/LanguageView.vala:67
msgid "Languages"
msgstr "اللغات"

#: src/Views/LanguageView.vala:272
msgid "Select a Language"
msgstr "اختر اللغة"

#: src/Views/LanguageView.vala:297 src/Views/LanguageView.vala:357
#: src/Views/LanguageView.vala:295 src/Views/LanguageView.vala:355
msgid "Currently active language"
msgstr "اللغة المفعلة حالياً"

Expand Down
24 changes: 12 additions & 12 deletions po/az.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-21 17:06+0000\n"
"POT-Creation-Date: 2024-11-10 21:48+0000\n"
"PO-Revision-Date: 2016-10-11 19:49+0200\n"
"Last-Translator: Maxwell Barvian <Unknown>\n"
"Language-Team: \n"
Expand Down Expand Up @@ -42,7 +42,7 @@ msgstr ""
msgid "Test mode switch user"
msgstr ""

#: src/Helpers/LocaleHelper.vala:126 src/Views/KeyboardLayoutView.vala:201
#: src/Helpers/LocaleHelper.vala:126 src/Views/KeyboardLayoutView.vala:200
#, c-format
msgid "%s…"
msgstr ""
Expand Down Expand Up @@ -163,7 +163,7 @@ msgid ""
msgstr ""

#: src/Views/DriversView.vala:75 src/Views/EncryptView.vala:143
#: src/Views/KeyboardLayoutView.vala:55 src/Views/PartitioningView.vala:141
#: src/Views/KeyboardLayoutView.vala:54 src/Views/PartitioningView.vala:141
#: src/Views/TryInstallView.vala:79
#, fuzzy
msgid "Back"
Expand Down Expand Up @@ -271,35 +271,35 @@ msgstr ""
msgid "Try Installing Again"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:30
msgid "Input Language"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:32
msgid "Select Keyboard Layout"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:40
#: src/Views/KeyboardLayoutView.vala:39
msgid "Type to test your layout"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:43
#: src/Views/KeyboardLayoutView.vala:42
msgid "Show keyboard layout"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:59 src/Views/LanguageView.vala:104
#: src/Views/KeyboardLayoutView.vala:58 src/Views/LanguageView.vala:104
msgid "Select"
msgstr ""

#: src/Views/KeyboardLayoutView.vala:110
msgid "Input Language"
msgstr ""

#: src/Views/LanguageView.vala:257
#: src/Views/LanguageView.vala:67
msgid "Languages"
msgstr ""

#: src/Views/LanguageView.vala:272
msgid "Select a Language"
msgstr ""

#: src/Views/LanguageView.vala:297 src/Views/LanguageView.vala:357
#: src/Views/LanguageView.vala:295 src/Views/LanguageView.vala:355
msgid "Currently active language"
msgstr ""

Expand Down
Loading

0 comments on commit 7fa7fa9

Please sign in to comment.