This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
generated from tau-OS/vala-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from FyraLabs/messaging
messaging/IPC (and notifications!)
- Loading branch information
Showing
29 changed files
with
322 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"mesonbuild.configureOnOpen": true, | ||
"[meson]": { | ||
"editor.defaultFormatter": "mesonbuild.mesonbuild" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ meson | |
vala | ||
blueprint-compiler | ||
webkitgtk-6.0 | ||
json-glib-1.0 | ||
``` | ||
|
||
## 🏗️ Building | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
[Desktop Entry] | ||
Type = Application | ||
Name = Skiff | ||
Comment = Privacy-first end-to-end encrypted email | ||
Icon = @ICON_NAME@ | ||
Exec = @COMMAND@ | ||
Categories = GTK;GNOME;Office;Email;Calendar;ContactManagement | ||
DBusActivatable=true | ||
X-GNOME-UsesNotifications=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[D-BUS Service] | ||
Name=@APP_ID@ | ||
Exec=@BINDIR@/@APP_ID@ --gapplication-service |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.SkiffDesktop\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -17,10 +17,14 @@ msgstr "" | |
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Písek Pískovec <[email protected]>\n" | ||
"Language-Team: Czech <https://weblate.fyralabs.com/projects/tauOS/vala-" | ||
|
@@ -19,10 +19,14 @@ msgstr "" | |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "Nastavení…" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,22 +7,26 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2024-01-09 15:15+0000\n" | ||
"Last-Translator: Cédric Skwar <[email protected]>\n" | ||
"Language-Team: German <https://weblate.fyralabs.com/projects/fyralabs/" | ||
"skiff-desktop/de/>\n" | ||
"Language-Team: German <https://weblate.fyralabs.com/projects/fyralabs/skiff-" | ||
"desktop/de/>\n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 5.0\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "Skiff" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "Einstellungen…" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: English <https://weblate.fyralabs.com/projects/tauOS/vala-" | ||
|
@@ -19,10 +19,14 @@ msgstr "" | |
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "Pwefewences…" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Spanish <https://weblate.fyralabs.com/projects/tauOS/vala-" | ||
|
@@ -19,10 +19,14 @@ msgstr "" | |
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Finnish <https://weblate.fyralabs.com/projects/tauOS/vala-" | ||
|
@@ -19,10 +19,14 @@ msgstr "" | |
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: French <https://weblate.fyralabs.com/projects/tauOS/vala-" | ||
|
@@ -19,10 +19,14 @@ msgstr "" | |
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Indonesian <https://weblate.fyralabs.com/projects/tauOS/vala-" | ||
|
@@ -19,10 +19,14 @@ msgstr "" | |
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Italian <https://weblate.fyralabs.com/projects/tauOS/vala-" | ||
|
@@ -19,10 +19,14 @@ msgstr "" | |
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Japanese <https://weblate.fyralabs.com/projects/tauOS/vala-" | ||
|
@@ -19,10 +19,14 @@ msgstr "" | |
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Dutch <https://weblate.fyralabs.com/projects/tauOS/vala-" | ||
|
@@ -19,10 +19,14 @@ msgstr "" | |
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Portuguese (Brazil) <https://weblate.fyralabs.com/projects/" | ||
|
@@ -19,10 +19,14 @@ msgstr "" | |
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.fyralabs.ValaTemplate\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-03 16:57-0800\n" | ||
"POT-Creation-Date: 2024-02-04 17:58-0800\n" | ||
"PO-Revision-Date: 2023-05-27 07:12+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Russian <https://weblate.fyralabs.com/projects/tauOS/vala-" | ||
|
@@ -16,14 +16,18 @@ msgstr "" | |
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" | ||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" | ||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " | ||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" | ||
"X-Generator: Weblate 4.16.4\n" | ||
|
||
#: data/app.desktop.in.in:4 src/MainWindow.vala:23 src/MainWindow.vala:80 | ||
#: data/app.desktop.in.in:4 src/MainWindow.vala:18 src/MainWindow.vala:80 | ||
msgid "Skiff" | ||
msgstr "" | ||
|
||
#: data/app.desktop.in.in:5 | ||
msgid "Privacy-first end-to-end encrypted email" | ||
msgstr "" | ||
|
||
#: data/ui/mainwindow.blp:5 | ||
msgid "Preferences…" | ||
msgstr "" | ||
|
Oops, something went wrong.