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 illustrative images


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: more illustrative images
Date: Sun, 11 Apr 2021 11:26:53 +0200

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 6862c8a  more illustrative images
6862c8a is described below

commit 6862c8a1323eb8e99f237576e9be64c4dbafe9c9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 11 11:26:51 2021 +0200

    more illustrative images
---
 contrib/Makefile.am             |   5 ++++-
 contrib/enter_secret.png        | Bin 0 -> 107676 bytes
 contrib/pay_with_taler.png      | Bin 0 -> 39336 bytes
 contrib/policy_confirmation.png | Bin 0 -> 67779 bytes
 contrib/satisfy_challenge.png   | Bin 0 -> 85123 bytes
 src/anastasis/anastasis-gtk.c   |  10 +++++++++-
 src/testing/test_prepare.sh     |   4 ++--
 7 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index b6eca5f..42d97c5 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -11,7 +11,10 @@ IMAGES = \
   country_selection.png \
   continent_selection.png \
   user_attributes.png \
-  authentication_methods.png
+  enter_secret.png \
+  pay_with_taler.png \
+  authentication_methods.png \
+  satisfy_challenge.png
 
 EXTRA_DIST = \
   $(pkgdata_DATA) \
diff --git a/contrib/enter_secret.png b/contrib/enter_secret.png
new file mode 100644
index 0000000..d35f552
Binary files /dev/null and b/contrib/enter_secret.png differ
diff --git a/contrib/pay_with_taler.png b/contrib/pay_with_taler.png
new file mode 100644
index 0000000..489832f
Binary files /dev/null and b/contrib/pay_with_taler.png differ
diff --git a/contrib/policy_confirmation.png b/contrib/policy_confirmation.png
new file mode 100644
index 0000000..f2cca67
Binary files /dev/null and b/contrib/policy_confirmation.png differ
diff --git a/contrib/satisfy_challenge.png b/contrib/satisfy_challenge.png
new file mode 100644
index 0000000..8e5d518
Binary files /dev/null and b/contrib/satisfy_challenge.png differ
diff --git a/src/anastasis/anastasis-gtk.c b/src/anastasis/anastasis-gtk.c
index 49e6cc3..0294db6 100644
--- a/src/anastasis/anastasis-gtk.c
+++ b/src/anastasis/anastasis-gtk.c
@@ -89,8 +89,16 @@ anastasis_gtk_animation_activate_cb (GtkMenuItem *menuitem,
       .widget = "anastasis_gtk_user_attributes_image" },
     { .png = "authentication_methods.png",
       .widget = "anastasis_gtk_b_authentication_methods_image" },
+    { .png = "policy_confirmation.png",
+      .widget = "anastasis_gtk_b_policies_image" },
+    { .png = "enter_secret.png",
+      .widget = "anastasis_gtk_enter_secret_image" },
+    { .png = "pay_with_taler.png",
+      .widget = "anastasis_gtk_pay_image" },
     { .png = NULL,
-      .widget = NULL }
+      .widget = NULL },
+    { .png = NULL,
+      .widget = "anastasis_gtk_completed_image" }
   };
   char *path;
 
diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index 355cec4..39463bb 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -166,7 +166,7 @@ fi
 
 
 echo -n "Launching anastasis services ..."
-PREFIX="" #valgrind
+PREFIX="valgrind --log-file=anastasis-httpd.%p.log"
 $PREFIX anastasis-httpd -c $CONF_1 2> anastasis-httpd_1.log &
 $PREFIX anastasis-httpd -c $CONF_2 2> anastasis-httpd_2.log &
 $PREFIX anastasis-httpd -c $CONF_3 2> anastasis-httpd_3.log &
@@ -291,7 +291,7 @@ then
     taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
'withdrawTestBalance' \
                      "$(jq -n '
     {
-        amount: "TESTKUDOS:20",
+        amount: "TESTKUDOS:100",
         bankBaseUrl: $BANK_URL,
         exchangeBaseUrl: $EXCHANGE_URL
     }' \

-- 
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]