gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-gtk] branch master updated: more dialogs


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: more dialogs
Date: Sat, 13 Mar 2021 10:59:59 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new c7e01f7  more dialogs
c7e01f7 is described below

commit c7e01f751401fbe1f8194b7bb3ea003ea4df2eb7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 13 10:59:57 2021 +0100

    more dialogs
---
 contrib/Makefile.am                                  |  2 ++
 contrib/anastasis_gtk_auth_add_question.glade        |  2 +-
 ...tion.glade => anastasis_gtk_challenge_code.glade} | 20 ++++++++------------
 ....glade => anastasis_gtk_challenge_question.glade} | 16 ++++++----------
 4 files changed, 17 insertions(+), 23 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 8d42ab6..e9c46de 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -26,6 +26,8 @@ pkgdata_DATA = \
   anastasis_gtk_auth_add_question.glade \
   anastasis_gtk_auth_add_sms.glade \
   anastasis_gtk_auth_add_video.glade \
+  anastasis_gtk_challenge_code.glade \
+  anastasis_gtk_challenge_question.glade \
   anastasis_gtk_edit_providers.glade \
   anastasis_gtk_open_file_dialog.glade \
   anastasis_gtk_main_window.glade \
diff --git a/contrib/anastasis_gtk_auth_add_question.glade 
b/contrib/anastasis_gtk_auth_add_question.glade
index 2fa786b..db1a261 100644
--- a/contrib/anastasis_gtk_auth_add_question.glade
+++ b/contrib/anastasis_gtk_auth_add_question.glade
@@ -176,7 +176,7 @@
       <object class="GtkLabel">
         <property name="visible">True</property>
         <property name="can-focus">False</property>
-        <property name="label" translatable="yes">Add secure question 
authentication</property>
+        <property name="label" translatable="yes">Add security question 
authentication</property>
       </object>
     </child>
     <action-widgets>
diff --git a/contrib/anastasis_gtk_auth_add_question.glade 
b/contrib/anastasis_gtk_challenge_code.glade
similarity index 88%
copy from contrib/anastasis_gtk_auth_add_question.glade
copy to contrib/anastasis_gtk_challenge_code.glade
index 2fa786b..7dff0a9 100644
--- a/contrib/anastasis_gtk_auth_add_question.glade
+++ b/contrib/anastasis_gtk_challenge_code.glade
@@ -2,7 +2,7 @@
 <!-- Generated with glade 3.38.2 -->
 <interface>
   <requires lib="gtk+" version="3.0"/>
-  <object class="GtkDialog" id="anastasis_gtk_b_question_dialog">
+  <object class="GtkDialog" id="anastasis_gtk_b_pin_dialog">
     <property name="can-focus">False</property>
     <property name="type-hint">dialog</property>
     <signal name="response" 
handler="anastasis_gtk_b_question_dialog_response_cb" swapped="no"/>
@@ -74,7 +74,7 @@
                   <object class="GtkLabel">
                     <property name="visible">True</property>
                     <property name="can-focus">False</property>
-                    <property name="label" translatable="yes">Security 
question:</property>
+                    <property name="label" translatable="yes">A challenge code 
has been send to:</property>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -84,18 +84,14 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkEntry" 
id="anastasis_gtk_b_question_dialog_question_entry">
+                  <object class="GtkLabel" id="challenge_instructions_label">
                     <property name="visible">True</property>
-                    <property name="can-focus">True</property>
-                    <property name="hexpand">True</property>
-                    <property name="width-chars">60</property>
-                    <property 
name="primary-icon-stock">gtk-dialog-question</property>
-                    <signal name="changed" 
handler="anastasis_gtk_b_question_dialog_question_entry_changed_cb" 
swapped="no"/>
+                    <property name="can-focus">False</property>
+                    <property name="label" translatable="yes">SET DYNAMICALLY 
BY PROGRAM</property>
                   </object>
                   <packing>
                     <property name="expand">False</property>
                     <property name="fill">True</property>
-                    <property name="padding">5</property>
                     <property name="position">1</property>
                   </packing>
                 </child>
@@ -133,7 +129,7 @@
               <object class="GtkLabel">
                 <property name="visible">True</property>
                 <property name="can-focus">False</property>
-                <property name="label" translatable="yes">Answer:</property>
+                <property name="label" translatable="yes">Enter 
code:</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -143,7 +139,7 @@
               </packing>
             </child>
             <child>
-              <object class="GtkEntry" 
id="anastasis_gtk_b_question_dialog_answer_entry">
+              <object class="GtkEntry" id="anastasis_gtk_c_pin_entry">
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="hexpand">True</property>
@@ -176,7 +172,7 @@
       <object class="GtkLabel">
         <property name="visible">True</property>
         <property name="can-focus">False</property>
-        <property name="label" translatable="yes">Add secure question 
authentication</property>
+        <property name="label" translatable="yes">Security token 
challenge</property>
       </object>
     </child>
     <action-widgets>
diff --git a/contrib/anastasis_gtk_auth_add_question.glade 
b/contrib/anastasis_gtk_challenge_question.glade
similarity index 90%
copy from contrib/anastasis_gtk_auth_add_question.glade
copy to contrib/anastasis_gtk_challenge_question.glade
index 2fa786b..11c0356 100644
--- a/contrib/anastasis_gtk_auth_add_question.glade
+++ b/contrib/anastasis_gtk_challenge_question.glade
@@ -2,7 +2,7 @@
 <!-- Generated with glade 3.38.2 -->
 <interface>
   <requires lib="gtk+" version="3.0"/>
-  <object class="GtkDialog" id="anastasis_gtk_b_question_dialog">
+  <object class="GtkDialog" id="anastasis_gtk_c_question_dialog">
     <property name="can-focus">False</property>
     <property name="type-hint">dialog</property>
     <signal name="response" 
handler="anastasis_gtk_b_question_dialog_response_cb" swapped="no"/>
@@ -84,18 +84,14 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkEntry" 
id="anastasis_gtk_b_question_dialog_question_entry">
+                  <object class="GtkLabel" id="security_question_label">
                     <property name="visible">True</property>
-                    <property name="can-focus">True</property>
-                    <property name="hexpand">True</property>
-                    <property name="width-chars">60</property>
-                    <property 
name="primary-icon-stock">gtk-dialog-question</property>
-                    <signal name="changed" 
handler="anastasis_gtk_b_question_dialog_question_entry_changed_cb" 
swapped="no"/>
+                    <property name="can-focus">False</property>
+                    <property name="label" translatable="yes">SET DYNAMICALLY 
BY PROGRAM</property>
                   </object>
                   <packing>
                     <property name="expand">False</property>
                     <property name="fill">True</property>
-                    <property name="padding">5</property>
                     <property name="position">1</property>
                   </packing>
                 </child>
@@ -143,7 +139,7 @@
               </packing>
             </child>
             <child>
-              <object class="GtkEntry" 
id="anastasis_gtk_b_question_dialog_answer_entry">
+              <object class="GtkEntry" 
id="anastasis_gtk_c_question_dialog_answer_entry">
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="hexpand">True</property>
@@ -176,7 +172,7 @@
       <object class="GtkLabel">
         <property name="visible">True</property>
         <property name="can-focus">False</property>
-        <property name="label" translatable="yes">Add secure question 
authentication</property>
+        <property name="label" translatable="yes">Solve secuity question 
challenge</property>
       </object>
     </child>
     <action-widgets>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]