aboutsummaryrefslogtreecommitdiff
path: root/gnunet-gtk.glade
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-gtk.glade')
-rw-r--r--gnunet-gtk.glade111
1 files changed, 104 insertions, 7 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index dc610ffe..5b2fd8b3 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -85,7 +85,7 @@
85 <child> 85 <child>
86 <widget class="GtkLabel" id="titleLabel"> 86 <widget class="GtkLabel" id="titleLabel">
87 <property name="visible">True</property> 87 <property name="visible">True</property>
88 <property name="label" translatable="yes">&lt;span size=&quot;x-large&quot;&gt;Welcome to gnunet-gtk 0.7.0a&lt;/span&gt;</property> 88 <property name="label" translatable="yes">&lt;span size=&quot;x-large&quot;&gt;Welcome to gnunet-gtk 0.7.0&lt;/span&gt;</property>
89 <property name="use_underline">False</property> 89 <property name="use_underline">False</property>
90 <property name="use_markup">True</property> 90 <property name="use_markup">True</property>
91 <property name="justify">GTK_JUSTIFY_CENTER</property> 91 <property name="justify">GTK_JUSTIFY_CENTER</property>
@@ -115,21 +115,33 @@
115 </child> 115 </child>
116 116
117 <child> 117 <child>
118 <widget class="GtkLabel" id="label133"> 118 <widget class="GtkLabel" id="label75">
119 <property name="visible">True</property> 119 <property name="visible">True</property>
120 <property name="label" translatable="yes"> 120 <property name="label" translatable="yes">
121
121gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to eventually provide a universal, pluggable interface for all GNUnet services. 122gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to eventually provide a universal, pluggable interface for all GNUnet services.
122 123
123This is a beta release. Some features are not working and others are missing. The GNUnet homepage offers information about new versions of gnunet-gtk. 124This is an alpha release. Many features are not working and others are missing. The GNUnet homepage offers information about new versions of gnunet-gtk.
124 125
125We hope that you will enjoy using gnunet-gtk. 126&lt;span size=&quot;x-large&quot;&gt;Important changes (compared to gnunet-gtk 0.6.6):&lt;/span&gt;
127
128The 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.
129
130The new codebase is mostly a collection of GTK+ signal handlers that trigger the appropriate actions on GNUnet's FSUI and ECRS libraries.
131
132The code is still far from complete, missing features include:
133* support for starting and stopping gnunetd
134* support for file sharing (insert, search, download, pseudonyms, namespaces, directories, collections)
135* support for statistics (raw, graphical)
136* support for chat
137
138We hope that you will enjoy gnunet-gtk (especially once it is ready).
126 139
127 140
128Thank you, 141Thank you,
129 142
130 143
131 The GNUnet Team 144 The GNUnet Team</property>
132</property>
133 <property name="use_underline">False</property> 145 <property name="use_underline">False</property>
134 <property name="use_markup">True</property> 146 <property name="use_markup">True</property>
135 <property name="justify">GTK_JUSTIFY_LEFT</property> 147 <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -3330,6 +3342,24 @@ Press ENTER to add the data.</atkproperty>
3330 <property name="fill">True</property> 3342 <property name="fill">True</property>
3331 </packing> 3343 </packing>
3332 </child> 3344 </child>
3345
3346 <child>
3347 <widget class="GtkFileChooserButton" id="filechooserbutton1">
3348 <property name="visible">True</property>
3349 <property name="title" translatable="yes">Select Preview</property>
3350 <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
3351 <property name="local_only">True</property>
3352 <property name="show_hidden">False</property>
3353 <property name="width_chars">-1</property>
3354 <signal name="selection_changed" handler="on_selectAlternativePreviewButton_selection_changed" object="previewImage" last_modification_time="Tue, 20 Dec 2005 04:15:38 GMT"/>
3355 </widget>
3356 <packing>
3357 <property name="padding">0</property>
3358 <property name="expand">False</property>
3359 <property name="fill">True</property>
3360 <property name="pack_type">GTK_PACK_END</property>
3361 </packing>
3362 </child>
3333 </widget> 3363 </widget>
3334 <packing> 3364 <packing>
3335 <property name="padding">0</property> 3365 <property name="padding">0</property>
@@ -6836,4 +6866,71 @@ Phan Vinh Thinh &lt;teppi82@gmail.com&gt;
6836 </child> 6866 </child>
6837</widget> 6867</widget>
6838 6868
6869<widget class="GtkFileChooserDialog" id="filechooserdialog1">
6870 <property name="visible">True</property>
6871 <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
6872 <property name="local_only">True</property>
6873 <property name="select_multiple">False</property>
6874 <property name="show_hidden">False</property>
6875 <property name="type">GTK_WINDOW_TOPLEVEL</property>
6876 <property name="window_position">GTK_WIN_POS_NONE</property>
6877 <property name="modal">False</property>
6878 <property name="resizable">True</property>
6879 <property name="destroy_with_parent">False</property>
6880 <property name="decorated">True</property>
6881 <property name="skip_taskbar_hint">False</property>
6882 <property name="skip_pager_hint">False</property>
6883 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
6884 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
6885 <property name="focus_on_map">True</property>
6886
6887 <child internal-child="vbox">
6888 <widget class="GtkVBox" id="dialog-vbox6">
6889 <property name="visible">True</property>
6890 <property name="homogeneous">False</property>
6891 <property name="spacing">24</property>
6892
6893 <child internal-child="action_area">
6894 <widget class="GtkHButtonBox" id="dialog-action_area5">
6895 <property name="visible">True</property>
6896 <property name="layout_style">GTK_BUTTONBOX_END</property>
6897
6898 <child>
6899 <widget class="GtkButton" id="button15">
6900 <property name="visible">True</property>
6901 <property name="can_default">True</property>
6902 <property name="can_focus">True</property>
6903 <property name="label">gtk-cancel</property>
6904 <property name="use_stock">True</property>
6905 <property name="relief">GTK_RELIEF_NORMAL</property>
6906 <property name="focus_on_click">True</property>
6907 <property name="response_id">-6</property>
6908 </widget>
6909 </child>
6910
6911 <child>
6912 <widget class="GtkButton" id="button16">
6913 <property name="visible">True</property>
6914 <property name="can_default">True</property>
6915 <property name="has_default">True</property>
6916 <property name="can_focus">True</property>
6917 <property name="label">gtk-open</property>
6918 <property name="use_stock">True</property>
6919 <property name="relief">GTK_RELIEF_NORMAL</property>
6920 <property name="focus_on_click">True</property>
6921 <property name="response_id">-5</property>
6922 </widget>
6923 </child>
6924 </widget>
6925 <packing>
6926 <property name="padding">0</property>
6927 <property name="expand">False</property>
6928 <property name="fill">True</property>
6929 <property name="pack_type">GTK_PACK_END</property>
6930 </packing>
6931 </child>
6932 </widget>
6933 </child>
6934</widget>
6935
6839</glade-interface> 6936</glade-interface>