aboutsummaryrefslogtreecommitdiff
path: root/gnunet-gtk.glade
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-gtk.glade')
-rw-r--r--gnunet-gtk.glade90
1 files changed, 87 insertions, 3 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index b17509de..db0473bb 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -117,7 +117,7 @@
117 </child> 117 </child>
118 118
119 <child> 119 <child>
120 <widget class="GtkLabel" id="label144"> 120 <widget class="GtkLabel" id="label153">
121 <property name="visible">True</property> 121 <property name="visible">True</property>
122 <property name="label" translatable="yes"> 122 <property name="label" translatable="yes">
123gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to eventually provide a universal, pluggable interface for all GNUnet services. 123gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to eventually provide a universal, pluggable interface for all GNUnet services.
@@ -134,6 +134,10 @@ Thank you,
134 134
135Advanced file-sharing features (in particular interactive assembly of directories and namespaces) still need work in this version. If you find any bugs, please report them to our bugtracking system at https://gnunet.org/mantis/. 135Advanced file-sharing features (in particular interactive assembly of directories and namespaces) still need work in this version. If you find any bugs, please report them to our bugtracking system at https://gnunet.org/mantis/.
136 136
137&lt;span size=&quot;x-large&quot;&gt;Changes from gnunet-gtk 0.7.1:&lt;/span&gt;
138
139This release adds context-menus (right-click) which allow copying the URI of search results and uploads to the clipboard.
140
137&lt;span size=&quot;x-large&quot;&gt;Changes from gnunet-gtk 0.7.0e:&lt;/span&gt; 141&lt;span size=&quot;x-large&quot;&gt;Changes from gnunet-gtk 0.7.0e:&lt;/span&gt;
138 142
139Made code compatible with GNUnet 0.7.1 APIs. 143Made code compatible with GNUnet 0.7.1 APIs.
@@ -2958,13 +2962,22 @@ This release fixes downloads of files from directories. The previous version ha
2958 <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> 2962 <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
2959 2963
2960 <child> 2964 <child>
2965 <widget class="GtkImageMenuItem" id="open_menu">
2966 <property name="visible">True</property>
2967 <property name="label">gtk-open</property>
2968 <property name="use_stock">True</property>
2969 <signal name="activate" handler="on_open_menu_activate_" last_modification_time="Sun, 04 Feb 2007 03:09:53 GMT"/>
2970 </widget>
2971 </child>
2972
2973 <child>
2961 <widget class="GtkImageMenuItem" id="createNamespace"> 2974 <widget class="GtkImageMenuItem" id="createNamespace">
2962 <property name="visible">True</property> 2975 <property name="visible">True</property>
2963 <property name="label" translatable="yes">c_reate</property> 2976 <property name="label" translatable="yes">c_reate</property>
2964 <property name="use_underline">True</property> 2977 <property name="use_underline">True</property>
2965 2978
2966 <child internal-child="image"> 2979 <child internal-child="image">
2967 <widget class="GtkImage" id="image38"> 2980 <widget class="GtkImage" id="image53">
2968 <property name="visible">True</property> 2981 <property name="visible">True</property>
2969 <property name="stock">gtk-new</property> 2982 <property name="stock">gtk-new</property>
2970 <property name="icon_size">1</property> 2983 <property name="icon_size">1</property>
@@ -3007,7 +3020,7 @@ This release fixes downloads of files from directories. The previous version ha
3007 <property name="use_underline">True</property> 3020 <property name="use_underline">True</property>
3008 3021
3009 <child internal-child="image"> 3022 <child internal-child="image">
3010 <widget class="GtkImage" id="image39"> 3023 <widget class="GtkImage" id="image54">
3011 <property name="visible">True</property> 3024 <property name="visible">True</property>
3012 <property name="stock">gtk-delete</property> 3025 <property name="stock">gtk-delete</property>
3013 <property name="icon_size">1</property> 3026 <property name="icon_size">1</property>
@@ -8093,4 +8106,75 @@ Daniel Nylander &lt;po@danielnylander.se&gt;
8093 </child> 8106 </child>
8094</widget> 8107</widget>
8095 8108
8109<widget class="GtkFileChooserDialog" id="directorySaveDialog">
8110 <property name="visible">True</property>
8111 <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property>
8112 <property name="local_only">True</property>
8113 <property name="select_multiple">False</property>
8114 <property name="show_hidden">True</property>
8115 <property name="do_overwrite_confirmation">True</property>
8116 <property name="title" translatable="yes">Select filename under which the search results should be saved</property>
8117 <property name="type">GTK_WINDOW_TOPLEVEL</property>
8118 <property name="window_position">GTK_WIN_POS_NONE</property>
8119 <property name="modal">True</property>
8120 <property name="resizable">True</property>
8121 <property name="destroy_with_parent">False</property>
8122 <property name="icon_name">gtk-save-as</property>
8123 <property name="decorated">True</property>
8124 <property name="skip_taskbar_hint">False</property>
8125 <property name="skip_pager_hint">False</property>
8126 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
8127 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
8128 <property name="focus_on_map">True</property>
8129 <property name="urgency_hint">False</property>
8130
8131 <child internal-child="vbox">
8132 <widget class="GtkVBox" id="dialog-vbox7">
8133 <property name="visible">True</property>
8134 <property name="homogeneous">False</property>
8135 <property name="spacing">24</property>
8136
8137 <child internal-child="action_area">
8138 <widget class="GtkHButtonBox" id="dialog-action_area6">
8139 <property name="visible">True</property>
8140 <property name="layout_style">GTK_BUTTONBOX_END</property>
8141
8142 <child>
8143 <widget class="GtkButton" id="button18">
8144 <property name="visible">True</property>
8145 <property name="can_default">True</property>
8146 <property name="can_focus">True</property>
8147 <property name="label">gtk-cancel</property>
8148 <property name="use_stock">True</property>
8149 <property name="relief">GTK_RELIEF_NORMAL</property>
8150 <property name="focus_on_click">True</property>
8151 <property name="response_id">-6</property>
8152 </widget>
8153 </child>
8154
8155 <child>
8156 <widget class="GtkButton" id="button19">
8157 <property name="visible">True</property>
8158 <property name="can_default">True</property>
8159 <property name="has_default">True</property>
8160 <property name="can_focus">True</property>
8161 <property name="label">gtk-save-as</property>
8162 <property name="use_stock">True</property>
8163 <property name="relief">GTK_RELIEF_NORMAL</property>
8164 <property name="focus_on_click">True</property>
8165 <property name="response_id">-5</property>
8166 </widget>
8167 </child>
8168 </widget>
8169 <packing>
8170 <property name="padding">0</property>
8171 <property name="expand">False</property>
8172 <property name="fill">True</property>
8173 <property name="pack_type">GTK_PACK_END</property>
8174 </packing>
8175 </child>
8176 </widget>
8177 </child>
8178</widget>
8179
8096</glade-interface> 8180</glade-interface>