diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-04-01 02:45:50 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-04-01 02:45:50 +0200 |
| commit | 2fd8837970dc9bfc3ca13c1b30132f0eea3fd5b7 (patch) | |
| tree | 2fb37fb6056a4e2d0dc6328242c222d0bf90ece3 /main/data/default_encryption_dialog.ui | |
| parent | d166666acb2653c4522266be749fb3b2f3dd05eb (diff) | |
| download | dino-default-encryption-gtk4.tar.gz | |
Show modal dialog to select default encryption if unknowndefault-encryption-gtk4
Diffstat (limited to 'main/data/default_encryption_dialog.ui')
| -rw-r--r-- | main/data/default_encryption_dialog.ui | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/main/data/default_encryption_dialog.ui b/main/data/default_encryption_dialog.ui new file mode 100644 index 00000000..60149e06 --- /dev/null +++ b/main/data/default_encryption_dialog.ui @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.2 --> +<interface> + <requires lib="gtk+" version="3.6"/> + <object class="GtkDialog" id="dialog"> + <property name="can_focus">True</property> + <property name="modal">True</property> + <property name="default_width">320</property> + <property name="default_height">260</property> + <child type="titlebar"> + <placeholder/> + </child> + <child> + <object class="GtkBox"> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkLabel" id="default_encryption_warning_label"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">No default end-to-end encryption method has been previously selected for this conversation. XMPP defines some XEP for end-to-end encryption that Dino supports. + +It is strongly recommended that one of the following end-to-end encryption methods below is selected before sending a message. + +TAKE INTO ACCOUNT UNENCRYPTED CONVERSATIONS COULD BE READ BY THIRD PARTIES. + +These settings can be later changed from the Settings menu.</property> + <property name="wrap">True</property> + </object> + </child> + <child> + <object class="GtkCheckButton" id="omemo"> + <property name="label" translatable="yes">OMEMO (XEP-0384)</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="active">False</property> + </object> + </child> + <child> + <object class="GtkCheckButton" id="openpgp"> + <property name="label" translatable="yes">OpenPGP (XEP-0027)</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="active">False</property> + <property name="group">omemo</property> + </object> + </child> + <child> + <object class="GtkCheckButton" id="none"> + <property name="label" translatable="yes">Unencrypted (not recommended)</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="active">False</property> + <property name="group">omemo</property> + </object> + </child> + <child> + <object class="GtkButton" id="accept_button"> + <property name="label" translatable="yes">Accept</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> +</interface> |
