gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: starting point for Belen's


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: starting point for Belen's user orientation idea
Date: Sat, 03 Jul 2021 13:43:56 +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 7ba7d5b  starting point for Belen's user orientation idea
7ba7d5b is described below

commit 7ba7d5bedda41baf023d9bd7a7872bfd990be831
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Jul 3 13:43:53 2021 +0200

    starting point for Belen's user orientation idea
---
 contrib/anastasis_gtk_main_window.glade | 134 +++++++++++++++++++++++++++++++-
 1 file changed, 132 insertions(+), 2 deletions(-)

diff --git a/contrib/anastasis_gtk_main_window.glade 
b/contrib/anastasis_gtk_main_window.glade
index 4fdec59..6d41775 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -33,6 +33,40 @@ Author: Christian Grothoff, Dennis Neufeld
     <property name="can_focus">False</property>
     <property name="stock">gtk-add</property>
   </object>
+  <object class="GtkListStore" id="anastasis_gtk_backup_progress_liststore">
+    <columns>
+      <!-- column-name description -->
+      <column type="gchararray"/>
+      <!-- column-name state_name -->
+      <column type="gchararray"/>
+      <!-- column-name tooltip -->
+      <column type="gchararray"/>
+    </columns>
+    <data>
+      <row>
+        <col id="0" translatable="yes">hello</col>
+        <col id="1" translatable="yes">state</col>
+        <col id="2" translatable="yes">tip</col>
+      </row>
+    </data>
+  </object>
+  <object class="GtkListStore" id="anastasis_gtk_recovery_progress_liststore">
+    <columns>
+      <!-- column-name description -->
+      <column type="gchararray"/>
+      <!-- column-name state_name -->
+      <column type="gchararray"/>
+      <!-- column-name tooltip -->
+      <column type="gchararray"/>
+    </columns>
+    <data>
+      <row>
+        <col id="0" translatable="yes">identity</col>
+        <col id="1" translatable="yes">foo</col>
+        <col id="2" translatable="yes">tip</col>
+      </row>
+    </data>
+  </object>
   <object class="GtkListStore" id="authentication_methods_liststore">
     <columns>
       <!-- column-name type -->
@@ -300,6 +334,101 @@ Author: Christian Grothoff, Dennis Neufeld
           <object class="GtkBox">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <child>
+              <object class="GtkBox" id="anastassis_gtk_progress_vbox">
+                <property name="can_focus">False</property>
+                <property name="margin_right">5</property>
+                <property name="orientation">vertical</property>
+                <child>
+                  <object class="GtkScrolledWindow" 
id="anastasis_gtk_backup_progress_scrolled_window">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="shadow_type">in</property>
+                    <property name="propagate_natural_width">True</property>
+                    <child>
+                      <object class="GtkTreeView" 
id="anastasis_gtk_backup_progress_treeview">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property 
name="model">anastasis_gtk_backup_progress_liststore</property>
+                        <property name="headers_clickable">False</property>
+                        <property name="enable_search">False</property>
+                        <property name="search_column">0</property>
+                        <property name="tooltip_column">2</property>
+                        <child internal-child="selection">
+                          <object class="GtkTreeSelection"/>
+                        </child>
+                        <child>
+                          <object class="GtkTreeViewColumn" 
id="anastasis_gtk_backup_progress_description_column">
+                            <property name="sizing">fixed</property>
+                            <property name="fixed_width">250</property>
+                            <property name="title" 
translatable="yes">Backup</property>
+                            <child>
+                              <object class="GtkCellRendererText" 
id="anastasis_gtk_backup_progress_description"/>
+                              <attributes>
+                                <attribute name="markup">0</attribute>
+                              </attributes>
+                            </child>
+                          </object>
+                        </child>
+                      </object>
+                    </child>
+                  </object>
+                  <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
+                    <property name="padding">5</property>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkScrolledWindow" 
id="anastasis_gtk_recovery_progress_scrolled_window">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="shadow_type">in</property>
+                    <property name="propagate_natural_width">True</property>
+                    <child>
+                      <object class="GtkTreeView" 
id="anastasis_gtk_recovery_progress_treeview">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property 
name="model">anastasis_gtk_recovery_progress_liststore</property>
+                        <property name="headers_clickable">False</property>
+                        <property name="enable_search">False</property>
+                        <property name="search_column">0</property>
+                        <property name="tooltip_column">2</property>
+                        <child internal-child="selection">
+                          <object class="GtkTreeSelection"/>
+                        </child>
+                        <child>
+                          <object class="GtkTreeViewColumn" 
id="anastasis_gtk_recovery_progress_description_colum">
+                            <property name="sizing">fixed</property>
+                            <property name="fixed_width">250</property>
+                            <property name="title" 
translatable="yes">Recovery</property>
+                            <child>
+                              <object class="GtkCellRendererText" 
id="anastasis_gtk_recovery_progress_description"/>
+                              <attributes>
+                                <attribute name="markup">0</attribute>
+                              </attributes>
+                            </child>
+                          </object>
+                        </child>
+                      </object>
+                    </child>
+                  </object>
+                  <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
+                    <property name="padding">5</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="padding">5</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
             <child>
               <object class="GtkScrolledWindow" 
id="anastasis_gtk_scrolledwindow">
                 <property name="visible">True</property>
@@ -342,6 +471,7 @@ Author: Christian Grothoff, Dennis Neufeld
                               <object class="GtkAlignment" 
id="anastasis_gtk_start_frame">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
+                                <property name="margin_left">10</property>
                                 <property name="left_padding">12</property>
                                 <child>
                                   <object class="GtkBox" 
id="anastasis_gtk_primary_action_hbox">
@@ -2348,7 +2478,7 @@ Author: Christian Grothoff, Dennis Neufeld
               <packing>
                 <property name="expand">True</property>
                 <property name="fill">True</property>
-                <property name="position">0</property>
+                <property name="position">1</property>
               </packing>
             </child>
             <child>
@@ -2457,7 +2587,7 @@ Author: Christian Grothoff, Dennis Neufeld
               <packing>
                 <property name="expand">False</property>
                 <property name="fill">False</property>
-                <property name="position">1</property>
+                <property name="position">2</property>
               </packing>
             </child>
           </object>

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