aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-09-29 03:15:42 +0000
committerChristian Grothoff <christian@grothoff.org>2008-09-29 03:15:42 +0000
commit45fc38f465d9e30711e33fdb4a11ba868a8d149b (patch)
treeb37706d2a64fb768430f5753b996882041f938b2
parentd880365696342857951e743439351a6afe110e2d (diff)
downloadgnunet-gtk-45fc38f465d9e30711e33fdb4a11ba868a8d149b.tar.gz
gnunet-gtk-45fc38f465d9e30711e33fdb4a11ba868a8d149b.zip
change default to address #1372
-rw-r--r--gnunet-gtk.glade758
1 files changed, 388 insertions, 370 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index ce9a4226..2a6834bf 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -484,16 +484,34 @@ This release adds context-menus (right-click) which allow copying the URI of sea
484 </packing> 484 </packing>
485 </child> 485 </child>
486 <child> 486 <child>
487 <widget class="GtkFileChooserButton" id="gnunetdconfigFileChooserButton"> 487 <widget class="GtkEntry" id="configfilenameEntry">
488 <property name="visible">True</property> 488 <property name="visible">True</property>
489 <property name="show_hidden">True</property> 489 <property name="can_focus">True</property>
490 <property name="title" translatable="yes">Select gnunetd configuration File</property> 490 <property name="tooltip" translatable="yes">Specify the location of "gnunetd.conf" here</property>
491 <signal name="file_set" handler="on_gnunetdconfigfile_set_"/> 491 <signal name="changed" handler="on_gnunetdconfigfile_changed_"/>
492 </widget> 492 </widget>
493 <packing> 493 <packing>
494 <property name="position">1</property> 494 <property name="position">1</property>
495 </packing> 495 </packing>
496 </child> 496 </child>
497 <child>
498 <widget class="GtkButton" id="change_config_name">
499 <property name="visible">True</property>
500 <property name="can_focus">True</property>
501 <property name="receives_default">True</property>
502 <property name="tooltip_text">Change the name of the configuration file</property>
503 <property name="tooltip" translatable="yes">Change the name of the configuration file</property>
504 <property name="label" translatable="yes">gtk-edit</property>
505 <property name="use_stock">True</property>
506 <property name="response_id">0</property>
507 <signal name="clicked" handler="on_change_config_name_clicked_" object="configfilenameEntry"/>
508 </widget>
509 <packing>
510 <property name="expand">False</property>
511 <property name="fill">False</property>
512 <property name="position">2</property>
513 </packing>
514 </child>
497 </widget> 515 </widget>
498 <packing> 516 <packing>
499 <property name="expand">False</property> 517 <property name="expand">False</property>
@@ -791,43 +809,80 @@ This release adds context-menus (right-click) which allow copying the URI of sea
791 <placeholder/> 809 <placeholder/>
792 </child> 810 </child>
793 <child> 811 <child>
794 <widget class="GtkVBox" id="vbox21"> 812 <widget class="GtkScrolledWindow" id="scrolledwindow10">
813 <property name="visible">True</property>
814 <property name="can_focus">True</property>
815 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
816 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
817 <property name="shadow_type">GTK_SHADOW_IN</property>
818 <child>
819 <widget class="GtkTreeView" id="activeDownloadsList">
820 <property name="visible">True</property>
821 <property name="can_focus">True</property>
822 <property name="reorderable">True</property>
823 <property name="rules_hint">True</property>
824 <signal name="button_press_event" handler="on_activeDownloadsList_button_press_"/>
825 </widget>
826 </child>
827 </widget>
828 <packing>
829 <property name="top_attach">1</property>
830 <property name="bottom_attach">2</property>
831 </packing>
832 </child>
833 <child>
834 <widget class="GtkVBox" id="vbox8">
795 <property name="visible">True</property> 835 <property name="visible">True</property>
796 <property name="homogeneous">True</property> 836 <property name="homogeneous">True</property>
797 <child> 837 <child>
798 <widget class="GtkButton" id="stopUploadButton"> 838 <widget class="GtkButton" id="abortDownloadButton">
799 <property name="visible">True</property> 839 <property name="visible">True</property>
800 <property name="sensitive">False</property> 840 <property name="sensitive">False</property>
801 <property name="can_focus">True</property> 841 <property name="can_focus">True</property>
802 <property name="tooltip" translatable="yes">Cancel the selected upload (and all sub-uploads) and remove them from the list</property> 842 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads) and delete incomplete download files</property>
843 <property name="label">gtk-delete</property>
844 <property name="use_stock">True</property>
845 <property name="response_id">0</property>
846 <signal name="clicked" handler="on_abortDownload_clicked_"/>
847 </widget>
848 <packing>
849 <property name="fill">False</property>
850 </packing>
851 </child>
852 <child>
853 <widget class="GtkButton" id="stopDownloadButton">
854 <property name="visible">True</property>
855 <property name="sensitive">False</property>
856 <property name="can_focus">True</property>
857 <property name="tooltip" translatable="yes">Stop the selected download (and all sub-downloads) and remove them from the list. This will NOT cause the deletion of files from incomplete downloads.</property>
803 <property name="label">gtk-stop</property> 858 <property name="label">gtk-stop</property>
804 <property name="use_stock">True</property> 859 <property name="use_stock">True</property>
805 <property name="response_id">0</property> 860 <property name="response_id">0</property>
806 <signal name="clicked" handler="on_stopUpload_clicked_" object="activeUploadsList"/> 861 <signal name="clicked" handler="on_stopDownload_clicked_"/>
807 </widget> 862 </widget>
808 <packing> 863 <packing>
809 <property name="expand">False</property>
810 <property name="fill">False</property> 864 <property name="fill">False</property>
865 <property name="position">1</property>
811 </packing> 866 </packing>
812 </child> 867 </child>
813 <child> 868 <child>
814 <widget class="GtkButton" id="clearCompletedUploadsButton"> 869 <widget class="GtkButton" id="clearCompletedDownloadsButton">
815 <property name="visible">True</property> 870 <property name="visible">True</property>
816 <property name="can_focus">True</property> 871 <property name="can_focus">True</property>
817 <property name="tooltip" translatable="yes">Clear completed uploads from the list</property> 872 <property name="tooltip" translatable="yes">Clear completed downloads from the list</property>
818 <property name="response_id">0</property> 873 <property name="response_id">0</property>
819 <signal name="clicked" handler="on_clearCompletedUploads_clicked_"/> 874 <signal name="clicked" handler="on_clearCompletedDownloads_clicked_"/>
820 <child> 875 <child>
821 <widget class="GtkAlignment" id="alignment4"> 876 <widget class="GtkAlignment" id="alignment3">
822 <property name="visible">True</property> 877 <property name="visible">True</property>
823 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 878 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
824 <property name="xscale">0</property> 879 <property name="xscale">0</property>
825 <child> 880 <child>
826 <widget class="GtkHBox" id="hbox5"> 881 <widget class="GtkHBox" id="hbox4">
827 <property name="visible">True</property> 882 <property name="visible">True</property>
828 <property name="spacing">2</property> 883 <property name="spacing">2</property>
829 <child> 884 <child>
830 <widget class="GtkImage" id="image4"> 885 <widget class="GtkImage" id="image3">
831 <property name="visible">True</property> 886 <property name="visible">True</property>
832 <property name="stock">gtk-clear</property> 887 <property name="stock">gtk-clear</property>
833 </widget> 888 </widget>
@@ -837,7 +892,7 @@ This release adds context-menus (right-click) which allow copying the URI of sea
837 </packing> 892 </packing>
838 </child> 893 </child>
839 <child> 894 <child>
840 <widget class="GtkLabel" id="label2"> 895 <widget class="GtkLabel" id="label5">
841 <property name="visible">True</property> 896 <property name="visible">True</property>
842 <property name="label" translatable="yes">_Clean</property> 897 <property name="label" translatable="yes">_Clean</property>
843 <property name="use_underline">True</property> 898 <property name="use_underline">True</property>
@@ -854,85 +909,22 @@ This release adds context-menus (right-click) which allow copying the URI of sea
854 </child> 909 </child>
855 </widget> 910 </widget>
856 <packing> 911 <packing>
912 <property name="expand">False</property>
857 <property name="fill">False</property> 913 <property name="fill">False</property>
858 <property name="position">1</property> 914 <property name="position">2</property>
859 </packing> 915 </packing>
860 </child> 916 </child>
861 </widget> 917 </widget>
862 <packing> 918 <packing>
863 <property name="left_attach">1</property> 919 <property name="left_attach">1</property>
864 <property name="right_attach">2</property> 920 <property name="right_attach">2</property>
865 <property name="top_attach">4</property> 921 <property name="top_attach">1</property>
866 <property name="bottom_attach">5</property> 922 <property name="bottom_attach">2</property>
867 <property name="x_options">GTK_FILL</property> 923 <property name="x_options">GTK_FILL</property>
868 <property name="x_padding">5</property> 924 <property name="x_padding">5</property>
869 </packing> 925 </packing>
870 </child> 926 </child>
871 <child> 927 <child>
872 <widget class="GtkAlignment" id="alignment14">
873 <property name="visible">True</property>
874 <property name="top_padding">5</property>
875 <child>
876 <widget class="GtkLabel" id="label46">
877 <property name="visible">True</property>
878 <property name="xalign">0</property>
879 <property name="xpad">5</property>
880 <property name="ypad">5</property>
881 <property name="label" translatable="yes">&lt;b&gt;Publications&lt;/b&gt;</property>
882 <property name="use_markup">True</property>
883 </widget>
884 </child>
885 </widget>
886 <packing>
887 <property name="right_attach">2</property>
888 <property name="top_attach">3</property>
889 <property name="bottom_attach">4</property>
890 <property name="y_options">GTK_FILL</property>
891 </packing>
892 </child>
893 <child>
894 <widget class="GtkAlignment" id="alignment11">
895 <property name="visible">True</property>
896 <property name="top_padding">5</property>
897 <child>
898 <widget class="GtkLabel" id="label45">
899 <property name="visible">True</property>
900 <property name="xalign">0</property>
901 <property name="xpad">5</property>
902 <property name="ypad">5</property>
903 <property name="label" translatable="yes">&lt;b&gt;Downloads&lt;/b&gt;</property>
904 <property name="use_markup">True</property>
905 </widget>
906 </child>
907 </widget>
908 <packing>
909 <property name="right_attach">2</property>
910 <property name="y_options">GTK_FILL</property>
911 </packing>
912 </child>
913 <child>
914 <widget class="GtkScrolledWindow" id="scrolledwindow8">
915 <property name="visible">True</property>
916 <property name="can_focus">False</property>
917 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
918 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
919 <property name="shadow_type">GTK_SHADOW_IN</property>
920 <child>
921 <widget class="GtkTreeView" id="activeUploadsList">
922 <property name="visible">True</property>
923 <property name="can_focus">True</property>
924 <property name="reorderable">True</property>
925 <property name="rules_hint">True</property>
926 <signal name="button_press_event" handler="on_activeUploadsList_button_press_"/>
927 </widget>
928 </child>
929 </widget>
930 <packing>
931 <property name="top_attach">4</property>
932 <property name="bottom_attach">5</property>
933 </packing>
934 </child>
935 <child>
936 <widget class="GtkHBox" id="hbox1"> 928 <widget class="GtkHBox" id="hbox1">
937 <property name="visible">True</property> 929 <property name="visible">True</property>
938 <child> 930 <child>
@@ -1049,58 +1041,107 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1049 </packing> 1041 </packing>
1050 </child> 1042 </child>
1051 <child> 1043 <child>
1052 <widget class="GtkVBox" id="vbox8"> 1044 <widget class="GtkScrolledWindow" id="scrolledwindow8">
1053 <property name="visible">True</property> 1045 <property name="visible">True</property>
1054 <property name="homogeneous">True</property> 1046 <property name="can_focus">False</property>
1047 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1048 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1049 <property name="shadow_type">GTK_SHADOW_IN</property>
1055 <child> 1050 <child>
1056 <widget class="GtkButton" id="abortDownloadButton"> 1051 <widget class="GtkTreeView" id="activeUploadsList">
1057 <property name="visible">True</property> 1052 <property name="visible">True</property>
1058 <property name="sensitive">False</property>
1059 <property name="can_focus">True</property> 1053 <property name="can_focus">True</property>
1060 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads) and delete incomplete download files</property> 1054 <property name="reorderable">True</property>
1061 <property name="label">gtk-delete</property> 1055 <property name="rules_hint">True</property>
1062 <property name="use_stock">True</property> 1056 <signal name="button_press_event" handler="on_activeUploadsList_button_press_"/>
1063 <property name="response_id">0</property>
1064 <signal name="clicked" handler="on_abortDownload_clicked_"/>
1065 </widget> 1057 </widget>
1066 <packing>
1067 <property name="fill">False</property>
1068 </packing>
1069 </child> 1058 </child>
1059 </widget>
1060 <packing>
1061 <property name="top_attach">4</property>
1062 <property name="bottom_attach">5</property>
1063 </packing>
1064 </child>
1065 <child>
1066 <widget class="GtkAlignment" id="alignment11">
1067 <property name="visible">True</property>
1068 <property name="top_padding">5</property>
1070 <child> 1069 <child>
1071 <widget class="GtkButton" id="stopDownloadButton"> 1070 <widget class="GtkLabel" id="label45">
1071 <property name="visible">True</property>
1072 <property name="xalign">0</property>
1073 <property name="xpad">5</property>
1074 <property name="ypad">5</property>
1075 <property name="label" translatable="yes">&lt;b&gt;Downloads&lt;/b&gt;</property>
1076 <property name="use_markup">True</property>
1077 </widget>
1078 </child>
1079 </widget>
1080 <packing>
1081 <property name="right_attach">2</property>
1082 <property name="y_options">GTK_FILL</property>
1083 </packing>
1084 </child>
1085 <child>
1086 <widget class="GtkAlignment" id="alignment14">
1087 <property name="visible">True</property>
1088 <property name="top_padding">5</property>
1089 <child>
1090 <widget class="GtkLabel" id="label46">
1091 <property name="visible">True</property>
1092 <property name="xalign">0</property>
1093 <property name="xpad">5</property>
1094 <property name="ypad">5</property>
1095 <property name="label" translatable="yes">&lt;b&gt;Publications&lt;/b&gt;</property>
1096 <property name="use_markup">True</property>
1097 </widget>
1098 </child>
1099 </widget>
1100 <packing>
1101 <property name="right_attach">2</property>
1102 <property name="top_attach">3</property>
1103 <property name="bottom_attach">4</property>
1104 <property name="y_options">GTK_FILL</property>
1105 </packing>
1106 </child>
1107 <child>
1108 <widget class="GtkVBox" id="vbox21">
1109 <property name="visible">True</property>
1110 <property name="homogeneous">True</property>
1111 <child>
1112 <widget class="GtkButton" id="stopUploadButton">
1072 <property name="visible">True</property> 1113 <property name="visible">True</property>
1073 <property name="sensitive">False</property> 1114 <property name="sensitive">False</property>
1074 <property name="can_focus">True</property> 1115 <property name="can_focus">True</property>
1075 <property name="tooltip" translatable="yes">Stop the selected download (and all sub-downloads) and remove them from the list. This will NOT cause the deletion of files from incomplete downloads.</property> 1116 <property name="tooltip" translatable="yes">Cancel the selected upload (and all sub-uploads) and remove them from the list</property>
1076 <property name="label">gtk-stop</property> 1117 <property name="label">gtk-stop</property>
1077 <property name="use_stock">True</property> 1118 <property name="use_stock">True</property>
1078 <property name="response_id">0</property> 1119 <property name="response_id">0</property>
1079 <signal name="clicked" handler="on_stopDownload_clicked_"/> 1120 <signal name="clicked" handler="on_stopUpload_clicked_" object="activeUploadsList"/>
1080 </widget> 1121 </widget>
1081 <packing> 1122 <packing>
1123 <property name="expand">False</property>
1082 <property name="fill">False</property> 1124 <property name="fill">False</property>
1083 <property name="position">1</property>
1084 </packing> 1125 </packing>
1085 </child> 1126 </child>
1086 <child> 1127 <child>
1087 <widget class="GtkButton" id="clearCompletedDownloadsButton"> 1128 <widget class="GtkButton" id="clearCompletedUploadsButton">
1088 <property name="visible">True</property> 1129 <property name="visible">True</property>
1089 <property name="can_focus">True</property> 1130 <property name="can_focus">True</property>
1090 <property name="tooltip" translatable="yes">Clear completed downloads from the list</property> 1131 <property name="tooltip" translatable="yes">Clear completed uploads from the list</property>
1091 <property name="response_id">0</property> 1132 <property name="response_id">0</property>
1092 <signal name="clicked" handler="on_clearCompletedDownloads_clicked_"/> 1133 <signal name="clicked" handler="on_clearCompletedUploads_clicked_"/>
1093 <child> 1134 <child>
1094 <widget class="GtkAlignment" id="alignment3"> 1135 <widget class="GtkAlignment" id="alignment4">
1095 <property name="visible">True</property> 1136 <property name="visible">True</property>
1096 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 1137 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1097 <property name="xscale">0</property> 1138 <property name="xscale">0</property>
1098 <child> 1139 <child>
1099 <widget class="GtkHBox" id="hbox4"> 1140 <widget class="GtkHBox" id="hbox5">
1100 <property name="visible">True</property> 1141 <property name="visible">True</property>
1101 <property name="spacing">2</property> 1142 <property name="spacing">2</property>
1102 <child> 1143 <child>
1103 <widget class="GtkImage" id="image3"> 1144 <widget class="GtkImage" id="image4">
1104 <property name="visible">True</property> 1145 <property name="visible">True</property>
1105 <property name="stock">gtk-clear</property> 1146 <property name="stock">gtk-clear</property>
1106 </widget> 1147 </widget>
@@ -1110,7 +1151,7 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1110 </packing> 1151 </packing>
1111 </child> 1152 </child>
1112 <child> 1153 <child>
1113 <widget class="GtkLabel" id="label5"> 1154 <widget class="GtkLabel" id="label2">
1114 <property name="visible">True</property> 1155 <property name="visible">True</property>
1115 <property name="label" translatable="yes">_Clean</property> 1156 <property name="label" translatable="yes">_Clean</property>
1116 <property name="use_underline">True</property> 1157 <property name="use_underline">True</property>
@@ -1127,43 +1168,20 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1127 </child> 1168 </child>
1128 </widget> 1169 </widget>
1129 <packing> 1170 <packing>
1130 <property name="expand">False</property>
1131 <property name="fill">False</property> 1171 <property name="fill">False</property>
1132 <property name="position">2</property> 1172 <property name="position">1</property>
1133 </packing> 1173 </packing>
1134 </child> 1174 </child>
1135 </widget> 1175 </widget>
1136 <packing> 1176 <packing>
1137 <property name="left_attach">1</property> 1177 <property name="left_attach">1</property>
1138 <property name="right_attach">2</property> 1178 <property name="right_attach">2</property>
1139 <property name="top_attach">1</property> 1179 <property name="top_attach">4</property>
1140 <property name="bottom_attach">2</property> 1180 <property name="bottom_attach">5</property>
1141 <property name="x_options">GTK_FILL</property> 1181 <property name="x_options">GTK_FILL</property>
1142 <property name="x_padding">5</property> 1182 <property name="x_padding">5</property>
1143 </packing> 1183 </packing>
1144 </child> 1184 </child>
1145 <child>
1146 <widget class="GtkScrolledWindow" id="scrolledwindow10">
1147 <property name="visible">True</property>
1148 <property name="can_focus">True</property>
1149 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1150 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1151 <property name="shadow_type">GTK_SHADOW_IN</property>
1152 <child>
1153 <widget class="GtkTreeView" id="activeDownloadsList">
1154 <property name="visible">True</property>
1155 <property name="can_focus">True</property>
1156 <property name="reorderable">True</property>
1157 <property name="rules_hint">True</property>
1158 <signal name="button_press_event" handler="on_activeDownloadsList_button_press_"/>
1159 </widget>
1160 </child>
1161 </widget>
1162 <packing>
1163 <property name="top_attach">1</property>
1164 <property name="bottom_attach">2</property>
1165 </packing>
1166 </child>
1167 </widget> 1185 </widget>
1168 <packing> 1186 <packing>
1169 <property name="position">1</property> 1187 <property name="position">1</property>
@@ -1218,53 +1236,80 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1218 <placeholder/> 1236 <placeholder/>
1219 </child> 1237 </child>
1220 <child> 1238 <child>
1221 <widget class="GtkAlignment" id="alignment8"> 1239 <widget class="GtkLabel" id="methodLabel">
1222 <property name="visible">True</property> 1240 <property name="visible">True</property>
1223 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1224 <property name="xalign">0</property> 1241 <property name="xalign">0</property>
1225 <property name="xscale">0</property> 1242 <property name="xpad">5</property>
1226 <child> 1243 <property name="label" translatable="yes">Method:</property>
1227 <widget class="GtkSpinButton" id="contentPrioritySpinButton"> 1244 <property name="use_underline">True</property>
1228 <property name="width_request">94</property> 1245 <property name="mnemonic_widget">indexbutton</property>
1229 <property name="visible">True</property> 1246 </widget>
1230 <property name="can_focus">True</property> 1247 <packing>
1231 <property name="tooltip" translatable="yes">How important is the file (used to prioritize data in the local datastore).</property> 1248 <property name="x_options">GTK_FILL</property>
1232 <property name="adjustment">950 0 100000000 50 500 500</property> 1249 <property name="y_options"></property>
1233 <property name="climb_rate">500</property> 1250 </packing>
1234 <property name="numeric">True</property> 1251 </child>
1235 </widget> 1252 <child>
1236 </child> 1253 <widget class="GtkRadioButton" id="indexbutton">
1254 <property name="visible">True</property>
1255 <property name="can_focus">True</property>
1256 <property name="tooltip" translatable="yes">Indexing will avoid copying the file into the GNUnet database. Instead, GNUnet will try to add a symbolic link to the specified file. If that fails, a copy of the file will be created. Indexing should be used if the local machine is unlikely to ever be compromised by an adversary and if the uploaded file will not be modified or moved in the future. Indexing is more efficient than insertion.</property>
1257 <property name="label" translatable="yes">Inde_x</property>
1258 <property name="use_underline">True</property>
1259 <property name="response_id">0</property>
1260 <property name="active">True</property>
1261 <property name="draw_indicator">True</property>
1237 </widget> 1262 </widget>
1238 <packing> 1263 <packing>
1239 <property name="left_attach">1</property> 1264 <property name="left_attach">1</property>
1240 <property name="right_attach">2</property> 1265 <property name="right_attach">2</property>
1241 <property name="top_attach">3</property>
1242 <property name="bottom_attach">4</property>
1243 <property name="x_options">GTK_FILL</property> 1266 <property name="x_options">GTK_FILL</property>
1244 <property name="y_options"></property> 1267 <property name="y_options"></property>
1245 </packing> 1268 </packing>
1246 </child> 1269 </child>
1247 <child> 1270 <child>
1248 <widget class="GtkAlignment" id="alignment7"> 1271 <widget class="GtkRadioButton" id="insertButton">
1272 <property name="visible">True</property>
1273 <property name="can_focus">True</property>
1274 <property name="tooltip" translatable="yes">Inserting a file means that an encrypted copy will be added to the GNUnet database. Without the proper key (which is not stored in plaintext anywhere) the file cannot be decrypted. Use this option for small files, files that will be modified soon, files that maybe moved or if you are afraid that an adversary may detect the file in plaintext on your machine (after compromising your machine).</property>
1275 <property name="label" translatable="yes">I_nsert</property>
1276 <property name="use_underline">True</property>
1277 <property name="response_id">0</property>
1278 <property name="draw_indicator">True</property>
1279 <property name="group">indexbutton</property>
1280 </widget>
1281 <packing>
1282 <property name="left_attach">2</property>
1283 <property name="right_attach">3</property>
1284 <property name="x_options">GTK_FILL</property>
1285 <property name="y_options"></property>
1286 </packing>
1287 </child>
1288 <child>
1289 <widget class="GtkLabel" id="scopeLabel">
1249 <property name="visible">True</property> 1290 <property name="visible">True</property>
1250 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1251 <property name="xalign">0</property> 1291 <property name="xalign">0</property>
1252 <property name="xscale">0</property> 1292 <property name="xpad">5</property>
1253 <child> 1293 <property name="label" translatable="yes">Scope:</property>
1254 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton"> 1294 <property name="use_underline">True</property>
1255 <property name="visible">True</property> 1295 <property name="mnemonic_widget">scopeFileOnlyButton</property>
1256 <property name="can_focus">True</property> 1296 </widget>
1257 <property name="tooltip" translatable="yes">What level of sender-anonymity is desired when sharing this particular file? 0 allows direct connections (no anonymity). Higher levels require increasing amounts of cover traffic per shared block, increasing your privacy at the expense of efficiency.</property> 1297 <packing>
1258 <property name="adjustment">1 0 10000 1 10 10</property> 1298 <property name="top_attach">1</property>
1259 <property name="climb_rate">1</property> 1299 <property name="bottom_attach">2</property>
1260 <property name="numeric">True</property> 1300 <property name="x_options">GTK_FILL</property>
1261 <signal name="value_changed" handler="on_anonymity_spin_changed_"/> 1301 <property name="y_options"></property>
1262 </widget> 1302 </packing>
1263 </child> 1303 </child>
1304 <child>
1305 <widget class="GtkLabel" id="anonymityUploadLabel">
1306 <property name="visible">True</property>
1307 <property name="xalign">0</property>
1308 <property name="xpad">5</property>
1309 <property name="label" translatable="yes">_Anonymity:</property>
1310 <property name="use_underline">True</property>
1264 </widget> 1311 </widget>
1265 <packing> 1312 <packing>
1266 <property name="left_attach">1</property>
1267 <property name="right_attach">2</property>
1268 <property name="top_attach">2</property> 1313 <property name="top_attach">2</property>
1269 <property name="bottom_attach">3</property> 1314 <property name="bottom_attach">3</property>
1270 <property name="x_options">GTK_FILL</property> 1315 <property name="x_options">GTK_FILL</property>
@@ -1272,24 +1317,43 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1272 </packing> 1317 </packing>
1273 </child> 1318 </child>
1274 <child> 1319 <child>
1275 <widget class="GtkCheckButton" id="doExtractCheckButton"> 1320 <widget class="GtkRadioButton" id="scopeRecursiveButton">
1276 <property name="visible">True</property> 1321 <property name="visible">True</property>
1277 <property name="can_focus">True</property> 1322 <property name="can_focus">True</property>
1278 <property name="tooltip" translatable="yes">Controls if GNUnet should (automatically) extract metadata for files. If unchecked, the default metadata for the upload will only contain the filename. If checked, GNU libextractor will be used to provide additional metadata (such as thumbnails). The option only applies when a directory is uploaded. For individual files, GNU libextractor is always used (you will have a chance to edit the extracted metadata in a dialog).</property> 1323 <property name="tooltip" translatable="yes">Recursively publish an entire directory tree</property>
1324 <property name="label" translatable="yes">_Recursive (for entire directories)</property>
1325 <property name="use_underline">True</property>
1326 <property name="response_id">0</property>
1327 <property name="draw_indicator">True</property>
1328 </widget>
1329 <packing>
1330 <property name="left_attach">2</property>
1331 <property name="right_attach">3</property>
1332 <property name="top_attach">1</property>
1333 <property name="bottom_attach">2</property>
1334 <property name="x_options">GTK_FILL</property>
1335 <property name="y_options"></property>
1336 </packing>
1337 </child>
1338 <child>
1339 <widget class="GtkCheckButton" id="deepIndexCheckButton">
1340 <property name="visible">True</property>
1341 <property name="can_focus">True</property>
1342 <property name="tooltip" translatable="yes">Should it be possible to directly find files in the directory? If unchecked, it will only be possible for the directory itself to be found with a normal keyword search. This option only really makes a difference for uploads of directories.</property>
1279 <property name="response_id">0</property> 1343 <property name="response_id">0</property>
1280 <property name="active">True</property> 1344 <property name="active">True</property>
1281 <property name="draw_indicator">True</property> 1345 <property name="draw_indicator">True</property>
1282 <child> 1346 <child>
1283 <widget class="GtkAlignment" id="alignment24"> 1347 <widget class="GtkAlignment" id="alignment15">
1284 <property name="visible">True</property> 1348 <property name="visible">True</property>
1285 <property name="xscale">0</property> 1349 <property name="xscale">0</property>
1286 <property name="yscale">0</property> 1350 <property name="yscale">0</property>
1287 <child> 1351 <child>
1288 <widget class="GtkHBox" id="hbox66"> 1352 <widget class="GtkHBox" id="hbox52">
1289 <property name="visible">True</property> 1353 <property name="visible">True</property>
1290 <property name="spacing">2</property> 1354 <property name="spacing">2</property>
1291 <child> 1355 <child>
1292 <widget class="GtkImage" id="image49"> 1356 <widget class="GtkImage" id="image40">
1293 <property name="visible">True</property> 1357 <property name="visible">True</property>
1294 <property name="stock">gtk-index</property> 1358 <property name="stock">gtk-index</property>
1295 </widget> 1359 </widget>
@@ -1299,9 +1363,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1299 </packing> 1363 </packing>
1300 </child> 1364 </child>
1301 <child> 1365 <child>
1302 <widget class="GtkLabel" id="label151"> 1366 <widget class="GtkLabel" id="label128">
1303 <property name="visible">True</property> 1367 <property name="visible">True</property>
1304 <property name="label" translatable="yes">Use libextractor for files in directories</property> 1368 <property name="label" translatable="yes">Add keywords for files in directories</property>
1305 <property name="use_underline">True</property> 1369 <property name="use_underline">True</property>
1306 </widget> 1370 </widget>
1307 <packing> 1371 <packing>
@@ -1318,48 +1382,28 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1318 <packing> 1382 <packing>
1319 <property name="left_attach">2</property> 1383 <property name="left_attach">2</property>
1320 <property name="right_attach">3</property> 1384 <property name="right_attach">3</property>
1321 <property name="top_attach">3</property> 1385 <property name="top_attach">2</property>
1322 <property name="bottom_attach">4</property> 1386 <property name="bottom_attach">3</property>
1323 <property name="x_options">GTK_FILL</property>
1324 <property name="y_options"></property>
1325 </packing>
1326 </child>
1327 <child>
1328 <widget class="GtkRadioButton" id="scopeFileOnlyButton">
1329 <property name="visible">True</property>
1330 <property name="can_focus">True</property>
1331 <property name="tooltip" translatable="yes">Only publish a single file</property>
1332 <property name="label" translatable="yes">File onl_y</property>
1333 <property name="use_underline">True</property>
1334 <property name="response_id">0</property>
1335 <property name="active">True</property>
1336 <property name="draw_indicator">True</property>
1337 <property name="group">scopeRecursiveButton</property>
1338 </widget>
1339 <packing>
1340 <property name="left_attach">1</property>
1341 <property name="right_attach">2</property>
1342 <property name="top_attach">1</property>
1343 <property name="bottom_attach">2</property>
1344 <property name="x_options">GTK_FILL</property> 1387 <property name="x_options">GTK_FILL</property>
1345 <property name="y_options"></property> 1388 <property name="y_options"></property>
1346 </packing> 1389 </packing>
1347 </child> 1390 </child>
1348 <child> 1391 <child>
1349 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton"> 1392 <widget class="GtkButton" id="fsinsertuploadbutton">
1350 <property name="visible">True</property> 1393 <property name="visible">True</property>
1394 <property name="sensitive">False</property>
1351 <property name="can_focus">True</property> 1395 <property name="can_focus">True</property>
1352 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to publish</property> 1396 <property name="tooltip" translatable="yes">Share the specified file with the selected options (you will then be prompted to enter meta-data and keywords)</property>
1353 <property name="response_id">0</property> 1397 <property name="response_id">0</property>
1354 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked_" object="fsinsertfilenamecombo"/> 1398 <signal name="clicked" handler="on_fsinsertuploadbutton_clicked_"/>
1355 <child> 1399 <child>
1356 <widget class="GtkHBox" id="hbox60"> 1400 <widget class="GtkHBox" id="hbox55">
1357 <property name="visible">True</property> 1401 <property name="visible">True</property>
1358 <property name="spacing">2</property> 1402 <property name="spacing">2</property>
1359 <child> 1403 <child>
1360 <widget class="GtkImage" id="image46"> 1404 <widget class="GtkImage" id="image42">
1361 <property name="visible">True</property> 1405 <property name="visible">True</property>
1362 <property name="stock">gtk-open</property> 1406 <property name="stock">gtk-go-up</property>
1363 </widget> 1407 </widget>
1364 <packing> 1408 <packing>
1365 <property name="expand">False</property> 1409 <property name="expand">False</property>
@@ -1367,9 +1411,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1367 </packing> 1411 </packing>
1368 </child> 1412 </child>
1369 <child> 1413 <child>
1370 <widget class="GtkLabel" id="label143"> 1414 <widget class="GtkLabel" id="label137">
1371 <property name="visible">True</property> 1415 <property name="visible">True</property>
1372 <property name="label" translatable="yes">_Browse</property> 1416 <property name="label" translatable="yes">Pub_lish</property>
1373 <property name="use_underline">True</property> 1417 <property name="use_underline">True</property>
1374 </widget> 1418 </widget>
1375 <packing> 1419 <packing>
@@ -1384,32 +1428,26 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1384 <packing> 1428 <packing>
1385 <property name="left_attach">2</property> 1429 <property name="left_attach">2</property>
1386 <property name="right_attach">3</property> 1430 <property name="right_attach">3</property>
1387 <property name="top_attach">4</property> 1431 <property name="top_attach">5</property>
1388 <property name="bottom_attach">5</property> 1432 <property name="bottom_attach">6</property>
1389 <property name="x_options">GTK_FILL</property> 1433 <property name="x_options">GTK_FILL</property>
1390 <property name="y_options"></property> 1434 <property name="y_options"></property>
1391 </packing> 1435 </packing>
1392 </child> 1436 </child>
1393 <child> 1437 <child>
1394 <widget class="GtkAlignment" id="uploadFilenameAlignment"> 1438 <widget class="GtkLabel" id="uploadFilenameLabel">
1395 <property name="visible">True</property> 1439 <property name="visible">True</property>
1396 <child> 1440 <property name="xalign">0</property>
1397 <widget class="GtkComboBoxEntry" id="uploadFilenameComboBoxEntry"> 1441 <property name="xpad">5</property>
1398 <property name="visible">True</property> 1442 <property name="label" translatable="yes">_Filename:</property>
1399 <property name="can_focus">True</property> 1443 <property name="use_underline">True</property>
1400 <signal name="changed" handler="on_uploadFilenameComboBoxEntry_changed_"/> 1444 <property name="justify">GTK_JUSTIFY_CENTER</property>
1401 <child internal-child="entry"> 1445 <property name="mnemonic_widget">uploadFilenameComboBoxEntry</property>
1402 <widget class="GtkEntry" id="comboboxentry-entry3">
1403 </widget>
1404 </child>
1405 </widget>
1406 </child>
1407 </widget> 1446 </widget>
1408 <packing> 1447 <packing>
1409 <property name="left_attach">1</property>
1410 <property name="right_attach">2</property>
1411 <property name="top_attach">4</property> 1448 <property name="top_attach">4</property>
1412 <property name="bottom_attach">5</property> 1449 <property name="bottom_attach">5</property>
1450 <property name="x_options">GTK_FILL</property>
1413 <property name="y_options"></property> 1451 <property name="y_options"></property>
1414 </packing> 1452 </packing>
1415 </child> 1453 </child>
@@ -1429,38 +1467,43 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1429 </packing> 1467 </packing>
1430 </child> 1468 </child>
1431 <child> 1469 <child>
1432 <widget class="GtkLabel" id="uploadFilenameLabel"> 1470 <widget class="GtkAlignment" id="uploadFilenameAlignment">
1433 <property name="visible">True</property> 1471 <property name="visible">True</property>
1434 <property name="xalign">0</property> 1472 <child>
1435 <property name="xpad">5</property> 1473 <widget class="GtkComboBoxEntry" id="uploadFilenameComboBoxEntry">
1436 <property name="label" translatable="yes">_Filename:</property> 1474 <property name="visible">True</property>
1437 <property name="use_underline">True</property> 1475 <property name="can_focus">True</property>
1438 <property name="justify">GTK_JUSTIFY_CENTER</property> 1476 <signal name="changed" handler="on_uploadFilenameComboBoxEntry_changed_"/>
1439 <property name="mnemonic_widget">uploadFilenameComboBoxEntry</property> 1477 <child internal-child="entry">
1478 <widget class="GtkEntry" id="comboboxentry-entry3">
1479 </widget>
1480 </child>
1481 </widget>
1482 </child>
1440 </widget> 1483 </widget>
1441 <packing> 1484 <packing>
1485 <property name="left_attach">1</property>
1486 <property name="right_attach">2</property>
1442 <property name="top_attach">4</property> 1487 <property name="top_attach">4</property>
1443 <property name="bottom_attach">5</property> 1488 <property name="bottom_attach">5</property>
1444 <property name="x_options">GTK_FILL</property>
1445 <property name="y_options"></property> 1489 <property name="y_options"></property>
1446 </packing> 1490 </packing>
1447 </child> 1491 </child>
1448 <child> 1492 <child>
1449 <widget class="GtkButton" id="fsinsertuploadbutton"> 1493 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton">
1450 <property name="visible">True</property> 1494 <property name="visible">True</property>
1451 <property name="sensitive">False</property>
1452 <property name="can_focus">True</property> 1495 <property name="can_focus">True</property>
1453 <property name="tooltip" translatable="yes">Share the specified file with the selected options (you will then be prompted to enter meta-data and keywords)</property> 1496 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to publish</property>
1454 <property name="response_id">0</property> 1497 <property name="response_id">0</property>
1455 <signal name="clicked" handler="on_fsinsertuploadbutton_clicked_"/> 1498 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked_" object="fsinsertfilenamecombo"/>
1456 <child> 1499 <child>
1457 <widget class="GtkHBox" id="hbox55"> 1500 <widget class="GtkHBox" id="hbox60">
1458 <property name="visible">True</property> 1501 <property name="visible">True</property>
1459 <property name="spacing">2</property> 1502 <property name="spacing">2</property>
1460 <child> 1503 <child>
1461 <widget class="GtkImage" id="image42"> 1504 <widget class="GtkImage" id="image46">
1462 <property name="visible">True</property> 1505 <property name="visible">True</property>
1463 <property name="stock">gtk-go-up</property> 1506 <property name="stock">gtk-open</property>
1464 </widget> 1507 </widget>
1465 <packing> 1508 <packing>
1466 <property name="expand">False</property> 1509 <property name="expand">False</property>
@@ -1468,9 +1511,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1468 </packing> 1511 </packing>
1469 </child> 1512 </child>
1470 <child> 1513 <child>
1471 <widget class="GtkLabel" id="label137"> 1514 <widget class="GtkLabel" id="label143">
1472 <property name="visible">True</property> 1515 <property name="visible">True</property>
1473 <property name="label" translatable="yes">Pub_lish</property> 1516 <property name="label" translatable="yes">_Browse</property>
1474 <property name="use_underline">True</property> 1517 <property name="use_underline">True</property>
1475 </widget> 1518 </widget>
1476 <packing> 1519 <packing>
@@ -1485,31 +1528,52 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1485 <packing> 1528 <packing>
1486 <property name="left_attach">2</property> 1529 <property name="left_attach">2</property>
1487 <property name="right_attach">3</property> 1530 <property name="right_attach">3</property>
1488 <property name="top_attach">5</property> 1531 <property name="top_attach">4</property>
1489 <property name="bottom_attach">6</property> 1532 <property name="bottom_attach">5</property>
1490 <property name="x_options">GTK_FILL</property> 1533 <property name="x_options">GTK_FILL</property>
1491 <property name="y_options"></property> 1534 <property name="y_options"></property>
1492 </packing> 1535 </packing>
1493 </child> 1536 </child>
1494 <child> 1537 <child>
1495 <widget class="GtkCheckButton" id="deepIndexCheckButton"> 1538 <widget class="GtkRadioButton" id="scopeFileOnlyButton">
1496 <property name="visible">True</property> 1539 <property name="visible">True</property>
1497 <property name="can_focus">True</property> 1540 <property name="can_focus">True</property>
1498 <property name="tooltip" translatable="yes">Should it be possible to directly find files in the directory? If unchecked, it will only be possible for the directory itself to be found with a normal keyword search. This option only really makes a difference for uploads of directories.</property> 1541 <property name="tooltip" translatable="yes">Only publish a single file</property>
1542 <property name="label" translatable="yes">File onl_y</property>
1543 <property name="use_underline">True</property>
1544 <property name="response_id">0</property>
1545 <property name="active">True</property>
1546 <property name="draw_indicator">True</property>
1547 <property name="group">scopeRecursiveButton</property>
1548 </widget>
1549 <packing>
1550 <property name="left_attach">1</property>
1551 <property name="right_attach">2</property>
1552 <property name="top_attach">1</property>
1553 <property name="bottom_attach">2</property>
1554 <property name="x_options">GTK_FILL</property>
1555 <property name="y_options"></property>
1556 </packing>
1557 </child>
1558 <child>
1559 <widget class="GtkCheckButton" id="doExtractCheckButton">
1560 <property name="visible">True</property>
1561 <property name="can_focus">True</property>
1562 <property name="tooltip" translatable="yes">Controls if GNUnet should (automatically) extract metadata for files. If unchecked, the default metadata for the upload will only contain the filename. If checked, GNU libextractor will be used to provide additional metadata (such as thumbnails). The option only applies when a directory is uploaded. For individual files, GNU libextractor is always used (you will have a chance to edit the extracted metadata in a dialog).</property>
1499 <property name="response_id">0</property> 1563 <property name="response_id">0</property>
1500 <property name="active">True</property> 1564 <property name="active">True</property>
1501 <property name="draw_indicator">True</property> 1565 <property name="draw_indicator">True</property>
1502 <child> 1566 <child>
1503 <widget class="GtkAlignment" id="alignment15"> 1567 <widget class="GtkAlignment" id="alignment24">
1504 <property name="visible">True</property> 1568 <property name="visible">True</property>
1505 <property name="xscale">0</property> 1569 <property name="xscale">0</property>
1506 <property name="yscale">0</property> 1570 <property name="yscale">0</property>
1507 <child> 1571 <child>
1508 <widget class="GtkHBox" id="hbox52"> 1572 <widget class="GtkHBox" id="hbox66">
1509 <property name="visible">True</property> 1573 <property name="visible">True</property>
1510 <property name="spacing">2</property> 1574 <property name="spacing">2</property>
1511 <child> 1575 <child>
1512 <widget class="GtkImage" id="image40"> 1576 <widget class="GtkImage" id="image49">
1513 <property name="visible">True</property> 1577 <property name="visible">True</property>
1514 <property name="stock">gtk-index</property> 1578 <property name="stock">gtk-index</property>
1515 </widget> 1579 </widget>
@@ -1519,9 +1583,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1519 </packing> 1583 </packing>
1520 </child> 1584 </child>
1521 <child> 1585 <child>
1522 <widget class="GtkLabel" id="label128"> 1586 <widget class="GtkLabel" id="label151">
1523 <property name="visible">True</property> 1587 <property name="visible">True</property>
1524 <property name="label" translatable="yes">Add keywords for files in directories</property> 1588 <property name="label" translatable="yes">Use libextractor for files in directories</property>
1525 <property name="use_underline">True</property> 1589 <property name="use_underline">True</property>
1526 </widget> 1590 </widget>
1527 <packing> 1591 <packing>
@@ -1538,40 +1602,33 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1538 <packing> 1602 <packing>
1539 <property name="left_attach">2</property> 1603 <property name="left_attach">2</property>
1540 <property name="right_attach">3</property> 1604 <property name="right_attach">3</property>
1541 <property name="top_attach">2</property> 1605 <property name="top_attach">3</property>
1542 <property name="bottom_attach">3</property> 1606 <property name="bottom_attach">4</property>
1543 <property name="x_options">GTK_FILL</property>
1544 <property name="y_options"></property>
1545 </packing>
1546 </child>
1547 <child>
1548 <widget class="GtkRadioButton" id="scopeRecursiveButton">
1549 <property name="visible">True</property>
1550 <property name="can_focus">True</property>
1551 <property name="tooltip" translatable="yes">Recursively publish an entire directory tree</property>
1552 <property name="label" translatable="yes">_Recursive (for entire directories)</property>
1553 <property name="use_underline">True</property>
1554 <property name="response_id">0</property>
1555 <property name="draw_indicator">True</property>
1556 </widget>
1557 <packing>
1558 <property name="left_attach">2</property>
1559 <property name="right_attach">3</property>
1560 <property name="top_attach">1</property>
1561 <property name="bottom_attach">2</property>
1562 <property name="x_options">GTK_FILL</property> 1607 <property name="x_options">GTK_FILL</property>
1563 <property name="y_options"></property> 1608 <property name="y_options"></property>
1564 </packing> 1609 </packing>
1565 </child> 1610 </child>
1566 <child> 1611 <child>
1567 <widget class="GtkLabel" id="anonymityUploadLabel"> 1612 <widget class="GtkAlignment" id="alignment7">
1568 <property name="visible">True</property> 1613 <property name="visible">True</property>
1614 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1569 <property name="xalign">0</property> 1615 <property name="xalign">0</property>
1570 <property name="xpad">5</property> 1616 <property name="xscale">0</property>
1571 <property name="label" translatable="yes">_Anonymity:</property> 1617 <child>
1572 <property name="use_underline">True</property> 1618 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton">
1619 <property name="visible">True</property>
1620 <property name="can_focus">True</property>
1621 <property name="tooltip" translatable="yes">What level of sender-anonymity is desired when sharing this particular file? 0 allows direct connections (no anonymity). Higher levels require increasing amounts of cover traffic per shared block, increasing your privacy at the expense of efficiency.</property>
1622 <property name="adjustment">1 0 10000 1 10 10</property>
1623 <property name="climb_rate">1</property>
1624 <property name="numeric">True</property>
1625 <signal name="value_changed" handler="on_anonymity_spin_changed_"/>
1626 </widget>
1627 </child>
1573 </widget> 1628 </widget>
1574 <packing> 1629 <packing>
1630 <property name="left_attach">1</property>
1631 <property name="right_attach">2</property>
1575 <property name="top_attach">2</property> 1632 <property name="top_attach">2</property>
1576 <property name="bottom_attach">3</property> 1633 <property name="bottom_attach">3</property>
1577 <property name="x_options">GTK_FILL</property> 1634 <property name="x_options">GTK_FILL</property>
@@ -1579,67 +1636,28 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1579 </packing> 1636 </packing>
1580 </child> 1637 </child>
1581 <child> 1638 <child>
1582 <widget class="GtkLabel" id="scopeLabel"> 1639 <widget class="GtkAlignment" id="alignment8">
1583 <property name="visible">True</property> 1640 <property name="visible">True</property>
1641 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1584 <property name="xalign">0</property> 1642 <property name="xalign">0</property>
1585 <property name="xpad">5</property> 1643 <property name="xscale">0</property>
1586 <property name="label" translatable="yes">Scope:</property> 1644 <child>
1587 <property name="use_underline">True</property> 1645 <widget class="GtkSpinButton" id="contentPrioritySpinButton">
1588 <property name="mnemonic_widget">scopeFileOnlyButton</property> 1646 <property name="width_request">94</property>
1589 </widget> 1647 <property name="visible">True</property>
1590 <packing> 1648 <property name="can_focus">True</property>
1591 <property name="top_attach">1</property> 1649 <property name="tooltip" translatable="yes">How important is the file (used to prioritize data in the local datastore).</property>
1592 <property name="bottom_attach">2</property> 1650 <property name="adjustment">950 0 100000000 50 500 500</property>
1593 <property name="x_options">GTK_FILL</property> 1651 <property name="climb_rate">500</property>
1594 <property name="y_options"></property> 1652 <property name="numeric">True</property>
1595 </packing> 1653 </widget>
1596 </child> 1654 </child>
1597 <child>
1598 <widget class="GtkRadioButton" id="insertButton">
1599 <property name="visible">True</property>
1600 <property name="can_focus">True</property>
1601 <property name="tooltip" translatable="yes">Inserting a file means that an encrypted copy will be added to the GNUnet database. Without the proper key (which is not stored in plaintext anywhere) the file cannot be decrypted. Use this option for small files, files that will be modified soon, files that maybe moved or if you are afraid that an adversary may detect the file in plaintext on your machine (after compromising your machine).</property>
1602 <property name="label" translatable="yes">I_nsert</property>
1603 <property name="use_underline">True</property>
1604 <property name="response_id">0</property>
1605 <property name="draw_indicator">True</property>
1606 <property name="group">indexbutton</property>
1607 </widget>
1608 <packing>
1609 <property name="left_attach">2</property>
1610 <property name="right_attach">3</property>
1611 <property name="x_options">GTK_FILL</property>
1612 <property name="y_options"></property>
1613 </packing>
1614 </child>
1615 <child>
1616 <widget class="GtkRadioButton" id="indexbutton">
1617 <property name="visible">True</property>
1618 <property name="can_focus">True</property>
1619 <property name="tooltip" translatable="yes">Indexing will avoid copying the file into the GNUnet database. Instead, GNUnet will try to add a symbolic link to the specified file. If that fails, a copy of the file will be created. Indexing should be used if the local machine is unlikely to ever be compromised by an adversary and if the uploaded file will not be modified or moved in the future. Indexing is more efficient than insertion.</property>
1620 <property name="label" translatable="yes">Inde_x</property>
1621 <property name="use_underline">True</property>
1622 <property name="response_id">0</property>
1623 <property name="active">True</property>
1624 <property name="draw_indicator">True</property>
1625 </widget> 1655 </widget>
1626 <packing> 1656 <packing>
1627 <property name="left_attach">1</property> 1657 <property name="left_attach">1</property>
1628 <property name="right_attach">2</property> 1658 <property name="right_attach">2</property>
1629 <property name="x_options">GTK_FILL</property> 1659 <property name="top_attach">3</property>
1630 <property name="y_options"></property> 1660 <property name="bottom_attach">4</property>
1631 </packing>
1632 </child>
1633 <child>
1634 <widget class="GtkLabel" id="methodLabel">
1635 <property name="visible">True</property>
1636 <property name="xalign">0</property>
1637 <property name="xpad">5</property>
1638 <property name="label" translatable="yes">Method:</property>
1639 <property name="use_underline">True</property>
1640 <property name="mnemonic_widget">indexbutton</property>
1641 </widget>
1642 <packing>
1643 <property name="x_options">GTK_FILL</property> 1661 <property name="x_options">GTK_FILL</property>
1644 <property name="y_options"></property> 1662 <property name="y_options"></property>
1645 </packing> 1663 </packing>
@@ -2010,51 +2028,6 @@ This release adds context-menus (right-click) which allow copying the URI of sea
2010 <placeholder/> 2028 <placeholder/>
2011 </child> 2029 </child>
2012 <child> 2030 <child>
2013 <widget class="GtkLabel" id="label1">
2014 <property name="visible">True</property>
2015 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2016 <property name="label" translatable="yes">_Room Name</property>
2017 <property name="use_underline">True</property>
2018 <property name="mnemonic_widget">chatRoomNameEntry</property>
2019 </widget>
2020 </child>
2021 <child>
2022 <widget class="GtkLabel" id="label4">
2023 <property name="visible">True</property>
2024 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2025 <property name="label" translatable="yes">_Moniker</property>
2026 <property name="use_underline">True</property>
2027 </widget>
2028 <packing>
2029 <property name="left_attach">1</property>
2030 <property name="right_attach">2</property>
2031 </packing>
2032 </child>
2033 <child>
2034 <widget class="GtkEntry" id="chatRoomNameEntry">
2035 <property name="visible">True</property>
2036 <property name="can_focus">True</property>
2037 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2038 </widget>
2039 <packing>
2040 <property name="top_attach">1</property>
2041 <property name="bottom_attach">2</property>
2042 </packing>
2043 </child>
2044 <child>
2045 <widget class="GtkEntry" id="chatRoomMonikerEntry">
2046 <property name="visible">True</property>
2047 <property name="can_focus">True</property>
2048 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2049 </widget>
2050 <packing>
2051 <property name="left_attach">1</property>
2052 <property name="right_attach">2</property>
2053 <property name="top_attach">1</property>
2054 <property name="bottom_attach">2</property>
2055 </packing>
2056 </child>
2057 <child>
2058 <widget class="GtkButton" id="on_chat_room_name_button"> 2031 <widget class="GtkButton" id="on_chat_room_name_button">
2059 <property name="visible">True</property> 2032 <property name="visible">True</property>
2060 <property name="can_focus">True</property> 2033 <property name="can_focus">True</property>
@@ -2101,6 +2074,51 @@ This release adds context-menus (right-click) which allow copying the URI of sea
2101 <property name="y_options"></property> 2074 <property name="y_options"></property>
2102 </packing> 2075 </packing>
2103 </child> 2076 </child>
2077 <child>
2078 <widget class="GtkEntry" id="chatRoomMonikerEntry">
2079 <property name="visible">True</property>
2080 <property name="can_focus">True</property>
2081 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2082 </widget>
2083 <packing>
2084 <property name="left_attach">1</property>
2085 <property name="right_attach">2</property>
2086 <property name="top_attach">1</property>
2087 <property name="bottom_attach">2</property>
2088 </packing>
2089 </child>
2090 <child>
2091 <widget class="GtkEntry" id="chatRoomNameEntry">
2092 <property name="visible">True</property>
2093 <property name="can_focus">True</property>
2094 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2095 </widget>
2096 <packing>
2097 <property name="top_attach">1</property>
2098 <property name="bottom_attach">2</property>
2099 </packing>
2100 </child>
2101 <child>
2102 <widget class="GtkLabel" id="label4">
2103 <property name="visible">True</property>
2104 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2105 <property name="label" translatable="yes">_Moniker</property>
2106 <property name="use_underline">True</property>
2107 </widget>
2108 <packing>
2109 <property name="left_attach">1</property>
2110 <property name="right_attach">2</property>
2111 </packing>
2112 </child>
2113 <child>
2114 <widget class="GtkLabel" id="label1">
2115 <property name="visible">True</property>
2116 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2117 <property name="label" translatable="yes">_Room Name</property>
2118 <property name="use_underline">True</property>
2119 <property name="mnemonic_widget">chatRoomNameEntry</property>
2120 </widget>
2121 </child>
2104 </widget> 2122 </widget>
2105 <packing> 2123 <packing>
2106 <property name="expand">False</property> 2124 <property name="expand">False</property>
@@ -4813,8 +4831,8 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4813 <property name="icon_name">gtk-save-as</property> 4831 <property name="icon_name">gtk-save-as</property>
4814 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> 4832 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
4815 <property name="do_overwrite_confirmation">True</property> 4833 <property name="do_overwrite_confirmation">True</property>
4816 <property name="show_hidden">True</property>
4817 <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property> 4834 <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property>
4835 <property name="show_hidden">True</property>
4818 <child internal-child="vbox"> 4836 <child internal-child="vbox">
4819 <widget class="GtkVBox" id="dialog-vbox7"> 4837 <widget class="GtkVBox" id="dialog-vbox7">
4820 <property name="visible">True</property> 4838 <property name="visible">True</property>