gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2356 - gnunet-gtk


From: grothoff
Subject: [GNUnet-SVN] r2356 - gnunet-gtk
Date: Mon, 19 Dec 2005 19:59:32 -0800 (PST)

Author: grothoff
Date: 2005-12-19 19:59:30 -0800 (Mon, 19 Dec 2005)
New Revision: 2356

Modified:
   gnunet-gtk/gnunet-gtk.glade
Log:
fix

Modified: gnunet-gtk/gnunet-gtk.glade
===================================================================
--- gnunet-gtk/gnunet-gtk.glade 2005-12-19 21:02:24 UTC (rev 2355)
+++ gnunet-gtk/gnunet-gtk.glade 2005-12-20 03:59:30 UTC (rev 2356)
@@ -85,7 +85,7 @@
                          <child>
                            <widget class="GtkLabel" id="titleLabel">
                              <property name="visible">True</property>
-                             <property name="label" 
translatable="yes">&lt;span size=&quot;x-large&quot;&gt;Welcome to gnunet-gtk 
0.7.0a&lt;/span&gt;</property>
+                             <property name="label" 
translatable="yes">&lt;span size=&quot;x-large&quot;&gt;Welcome to gnunet-gtk 
0.7.0&lt;/span&gt;</property>
                              <property name="use_underline">False</property>
                              <property name="use_markup">True</property>
                              <property 
name="justify">GTK_JUSTIFY_CENTER</property>
@@ -115,21 +115,33 @@
                      </child>
 
                      <child>
-                       <widget class="GtkLabel" id="label133">
+                       <widget class="GtkLabel" id="label75">
                          <property name="visible">True</property>
-                         <property name="label" translatable="yes">            
                                                           
+                         <property name="label" translatable="yes">
+                                                                       
 gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to eventually 
provide a universal, pluggable interface for all GNUnet services.
 
-This is a beta release. Some features are not working and others are missing. 
The GNUnet homepage offers information about new versions of gnunet-gtk.
+This is an alpha release. Many features are not working and others are 
missing. The GNUnet homepage offers information about new versions of 
gnunet-gtk.
 
-We hope that you will enjoy using gnunet-gtk.
+&lt;span size=&quot;x-large&quot;&gt;Important changes (compared to gnunet-gtk 
0.6.6):&lt;/span&gt;
 
+The redesign of the GNUnet core has also affected gnunet-gtk. The new codebase 
is based on glade, which should make it easier to customize and extend 
gnunet-gtk.
 
+The new codebase is mostly a collection of GTK+ signal handlers that trigger 
the appropriate actions on GNUnet's FSUI and ECRS libraries.
+
+The code is still far from complete, missing features include:
+* support for starting and stopping gnunetd
+* support for file sharing (insert, search, download, pseudonyms, namespaces, 
directories, collections)
+* support for statistics (raw, graphical)
+* support for chat
+
+We hope that you will enjoy gnunet-gtk (especially once it is ready).
+
+
 Thank you,
 
 
-    The GNUnet Team
-</property>
+    The GNUnet Team</property>
                          <property name="use_underline">False</property>
                          <property name="use_markup">True</property>
                          <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -3330,6 +3342,24 @@
              <property name="fill">True</property>
            </packing>
          </child>
+
+         <child>
+           <widget class="GtkFileChooserButton" id="filechooserbutton1">
+             <property name="visible">True</property>
+             <property name="title" translatable="yes">Select 
Preview</property>
+             <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
+             <property name="local_only">True</property>
+             <property name="show_hidden">False</property>
+             <property name="width_chars">-1</property>
+             <signal name="selection_changed" 
handler="on_selectAlternativePreviewButton_selection_changed" 
object="previewImage" last_modification_time="Tue, 20 Dec 2005 04:15:38 GMT"/>
+           </widget>
+           <packing>
+             <property name="padding">0</property>
+             <property name="expand">False</property>
+             <property name="fill">True</property>
+             <property name="pack_type">GTK_PACK_END</property>
+           </packing>
+         </child>
        </widget>
        <packing>
          <property name="padding">0</property>
@@ -6836,4 +6866,71 @@
   </child>
 </widget>
 
+<widget class="GtkFileChooserDialog" id="filechooserdialog1">
+  <property name="visible">True</property>
+  <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
+  <property name="local_only">True</property>
+  <property name="select_multiple">False</property>
+  <property name="show_hidden">False</property>
+  <property name="type">GTK_WINDOW_TOPLEVEL</property>
+  <property name="window_position">GTK_WIN_POS_NONE</property>
+  <property name="modal">False</property>
+  <property name="resizable">True</property>
+  <property name="destroy_with_parent">False</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
+  <property name="focus_on_map">True</property>
+
+  <child internal-child="vbox">
+    <widget class="GtkVBox" id="dialog-vbox6">
+      <property name="visible">True</property>
+      <property name="homogeneous">False</property>
+      <property name="spacing">24</property>
+
+      <child internal-child="action_area">
+       <widget class="GtkHButtonBox" id="dialog-action_area5">
+         <property name="visible">True</property>
+         <property name="layout_style">GTK_BUTTONBOX_END</property>
+
+         <child>
+           <widget class="GtkButton" id="button15">
+             <property name="visible">True</property>
+             <property name="can_default">True</property>
+             <property name="can_focus">True</property>
+             <property name="label">gtk-cancel</property>
+             <property name="use_stock">True</property>
+             <property name="relief">GTK_RELIEF_NORMAL</property>
+             <property name="focus_on_click">True</property>
+             <property name="response_id">-6</property>
+           </widget>
+         </child>
+
+         <child>
+           <widget class="GtkButton" id="button16">
+             <property name="visible">True</property>
+             <property name="can_default">True</property>
+             <property name="has_default">True</property>
+             <property name="can_focus">True</property>
+             <property name="label">gtk-open</property>
+             <property name="use_stock">True</property>
+             <property name="relief">GTK_RELIEF_NORMAL</property>
+             <property name="focus_on_click">True</property>
+             <property name="response_id">-5</property>
+           </widget>
+         </child>
+       </widget>
+       <packing>
+         <property name="padding">0</property>
+         <property name="expand">False</property>
+         <property name="fill">True</property>
+         <property name="pack_type">GTK_PACK_END</property>
+       </packing>
+      </child>
+    </widget>
+  </child>
+</widget>
+
 </glade-interface>





reply via email to

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