summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-20 10:01:11 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-20 10:01:11 +0200
commit6afa5d2c09b5548d8c306af0125015389e895827 (patch)
treefa1035488a7e5ade0f50bbf934dec0187b4d3d20 /contrib
parent322eb1f4337c3ac145022b030068d7d41a027ece (diff)
downloadanastasis-gtk-6afa5d2c09b5548d8c306af0125015389e895827.tar.gz
anastasis-gtk-6afa5d2c09b5548d8c306af0125015389e895827.tar.bz2
anastasis-gtk-6afa5d2c09b5548d8c306af0125015389e895827.zip
add IBAN dialog
Diffstat (limited to 'contrib')
-rw-r--r--contrib/anastasis_gtk_auth_add_iban.glade15
-rw-r--r--contrib/anastasis_gtk_main_window.glade28
2 files changed, 35 insertions, 8 deletions
diff --git a/contrib/anastasis_gtk_auth_add_iban.glade b/contrib/anastasis_gtk_auth_add_iban.glade
index a1676a4..8aefa69 100644
--- a/contrib/anastasis_gtk_auth_add_iban.glade
+++ b/contrib/anastasis_gtk_auth_add_iban.glade
@@ -30,9 +30,8 @@ Author: Belen Pena, Christian Grothoff, Dennis Neufeld
<!-- interface-authors Belen Pena, Christian Grothoff, Dennis Neufeld -->
<object class="GtkDialog" id="anastasis_gtk_b_iban_dialog">
<property name="can-focus">False</property>
- <property name="icon">outline_email_black_24dp.png</property>
<property name="type-hint">dialog</property>
- <signal name="response" handler="anastasis_gtk_b_email_dialog_response_cb" swapped="no"/>
+ <signal name="response" handler="anastasis_gtk_b_iban_dialog_response_cb" swapped="no"/>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can-focus">False</property>
@@ -43,7 +42,7 @@ Author: Belen Pena, Christian Grothoff, Dennis Neufeld
<property name="can-focus">False</property>
<property name="layout-style">end</property>
<child>
- <object class="GtkButton" id="anastasis_gtk_b_email_dialog_btn_cancel">
+ <object class="GtkButton" id="anastasis_gtk_b_iban_dialog_btn_cancel">
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
@@ -58,7 +57,7 @@ Author: Belen Pena, Christian Grothoff, Dennis Neufeld
</packing>
</child>
<child>
- <object class="GtkButton" id="anastasis_gtk_b_email_dialog_btn_ok">
+ <object class="GtkButton" id="anastasis_gtk_b_iban_dialog_btn_ok">
<property name="label">gtk-ok</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
@@ -173,8 +172,8 @@ transfer from the account you provided here.</property>
</object>
</child>
<action-widgets>
- <action-widget response="-6">anastasis_gtk_b_email_dialog_btn_cancel</action-widget>
- <action-widget response="-5">anastasis_gtk_b_email_dialog_btn_ok</action-widget>
+ <action-widget response="-6">anastasis_gtk_b_iban_dialog_btn_cancel</action-widget>
+ <action-widget response="-5">anastasis_gtk_b_iban_dialog_btn_ok</action-widget>
</action-widgets>
<child type="titlebar">
<object class="GtkLabel">
@@ -184,8 +183,8 @@ transfer from the account you provided here.</property>
</object>
</child>
<action-widgets>
- <action-widget response="-6">anastasis_gtk_b_email_dialog_btn_cancel</action-widget>
- <action-widget response="-5">anastasis_gtk_b_email_dialog_btn_ok</action-widget>
+ <action-widget response="-6">anastasis_gtk_b_iban_dialog_btn_cancel</action-widget>
+ <action-widget response="-5">anastasis_gtk_b_iban_dialog_btn_ok</action-widget>
</action-widgets>
</object>
</interface>
diff --git a/contrib/anastasis_gtk_main_window.glade b/contrib/anastasis_gtk_main_window.glade
index 858fda8..ae0d8e3 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -242,12 +242,24 @@ Author: Christian Grothoff, Dennis Neufeld
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
+ <object class="GtkImage" id="image_iban">
+ <property name="visible">True</property>
+ <property name="can-focus">False</property>
+ <property name="stock">gtk-missing-image</property>
+ </object>
<object class="GtkImage" id="image_sms">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-end">5</property>
<property name="pixbuf">outline_stay_current_portrait_black_24dp.png</property>
</object>
+ <object class="GtkImage" id="image_sms1">
+ <property name="visible">True</property>
+ <property name="can-focus">False</property>
+ <property name="margin-right">5</property>
+ <property name="margin-end">5</property>
+ <property name="pixbuf">outline_stay_current_portrait_black_24dp.png</property>
+ </object>
<object class="GtkImage" id="open_file_image">
<property name="visible">True</property>
<property name="can-focus">False</property>
@@ -1929,6 +1941,22 @@ with &lt;a href="https://www.ngi.eu/ngi-projects/ledger/"&gt;funding&lt;/a&gt; f
<property name="position">4</property>
</packing>
</child>
+ <child>
+ <object class="GtkButton" id="anastasis_gtk_btn_add_auth_iban">
+ <property name="label" translatable="yes">IBAN</property>
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="receives-default">True</property>
+ <property name="image">image_iban</property>
+ <signal name="clicked" handler="anastasis_gtk_btn_add_auth_iban_clicked_cb" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="padding">5</property>
+ <property name="position">5</property>
+ </packing>
+ </child>
</object>
</child>
<child type="label">