gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32134 - gnunet-gtk/contrib


From: gnunet
Subject: [GNUnet-SVN] r32134 - gnunet-gtk/contrib
Date: Fri, 31 Jan 2014 13:33:43 +0100

Author: hark
Date: 2014-01-31 13:33:43 +0100 (Fri, 31 Jan 2014)
New Revision: 32134

Modified:
   gnunet-gtk/contrib/gnunet_conversation_gtk_main_window.glade
Log:
add contact fields


Modified: gnunet-gtk/contrib/gnunet_conversation_gtk_main_window.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_conversation_gtk_main_window.glade        
2014-01-31 11:58:13 UTC (rev 32133)
+++ gnunet-gtk/contrib/gnunet_conversation_gtk_main_window.glade        
2014-01-31 12:33:43 UTC (rev 32134)
@@ -172,6 +172,54 @@
                         <property name="height">1</property>
                       </packing>
                     </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <object class="GtkEntry" 
id="GNUNET_GTK_conversation_nameAdd">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="invisible_char">•</property>
+                        <property name="text" translatable="yes">Name of 
contact</property>
+                      </object>
+                      <packing>
+                        <property name="left_attach">0</property>
+                        <property name="top_attach">1</property>
+                        <property name="width">1</property>
+                        <property name="height">1</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <object class="GtkEntry" 
id="GNUNET_GTK_conversation_addressAdd">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="invisible_char">•</property>
+                        <property name="text" translatable="yes">Address of 
contact</property>
+                      </object>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="top_attach">1</property>
+                        <property name="width">1</property>
+                        <property name="height">1</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <object class="GtkButton" 
id="GNUNET_GTK_conversation_use_current_button">
+                        <property name="label" translatable="yes">Use address 
of current call</property>
+                        <property name="use_action_appearance">False</property>
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="receives_default">True</property>
+                        <property name="use_action_appearance">False</property>
+                        <signal name="clicked" 
handler="GNUNET_CONVERSATION_GTK_on_current_clicked" swapped="no"/>
+                      </object>
+                      <packing>
+                        <property name="left_attach">2</property>
+                        <property name="top_attach">1</property>
+                        <property name="width">1</property>
+                        <property name="height">1</property>
+                      </packing>
+                    </child>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -546,7 +594,19 @@
                           </packing>
                         </child>
                         <child>
-                          <placeholder/>
+                          <object class="GtkButton" 
id="GNUNET_GTK_add_active_call_to_contacts">
+                            <property name="label" translatable="yes">Create 
contact</property>
+                            <property 
name="use_action_appearance">False</property>
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="receives_default">True</property>
+                            <property 
name="use_action_appearance">False</property>
+                          </object>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">True</property>
+                            <property name="position">4</property>
+                          </packing>
                         </child>
                         <child>
                           <placeholder/>
@@ -728,16 +788,6 @@
       </row>
     </data>
   </object>
-  <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore">
-    <columns>
-      <!-- column-name logTime -->
-      <column type="gchararray"/>
-      <!-- column-name logEvent -->
-      <column type="gchararray"/>
-      <!-- column-name logContact -->
-      <column type="gchararray"/>
-    </columns>
-  </object>
   <object class="GtkTreeStore" id="gnunet_conversation_gtk_history_treestore"/>
   <object class="GtkListStore" 
id="gnunet_conversation_gtk_outgoing_zone_liststore">
     <columns>
@@ -752,4 +802,14 @@
       </row>
     </data>
   </object>
+  <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore">
+    <columns>
+      <!-- column-name logTime -->
+      <column type="gchararray"/>
+      <!-- column-name logEvent -->
+      <column type="gchararray"/>
+      <!-- column-name logContact -->
+      <column type="gchararray"/>
+    </columns>
+  </object>
 </interface>




reply via email to

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