aboutsummaryrefslogtreecommitdiff
path: root/gnunet-gtk.glade
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-gtk.glade')
-rw-r--r--gnunet-gtk.glade967
1 files changed, 429 insertions, 538 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index 70ff4b4a..9d67109e 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -573,115 +573,43 @@ This release adds context-menus (right-click) which allow copying the URI of sea
573 <placeholder/> 573 <placeholder/>
574 </child> 574 </child>
575 <child> 575 <child>
576 <widget class="GtkScrolledWindow" id="scrolledwindow9"> 576 <widget class="GtkVBox" id="vbox21">
577 <property name="visible">True</property>
578 <property name="can_focus">False</property>
579 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
580 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
581 <property name="shadow_type">GTK_SHADOW_IN</property>
582 <child>
583 <widget class="GtkTreeView" id="activeSearchesSummary">
584 <property name="visible">True</property>
585 <property name="can_focus">True</property>
586 <property name="reorderable">True</property>
587 <property name="rules_hint">True</property>
588 </widget>
589 </child>
590 </widget>
591 <packing>
592 <property name="top_attach">1</property>
593 <property name="bottom_attach">2</property>
594 </packing>
595 </child>
596 <child>
597 <widget class="GtkLabel" id="label16">
598 <property name="visible">True</property>
599 <property name="xalign">0</property>
600 <property name="yalign">1</property>
601 <property name="xpad">5</property>
602 <property name="ypad">5</property>
603 <property name="label" translatable="yes">&lt;b&gt;Search Overview&lt;/b&gt;</property>
604 <property name="use_markup">True</property>
605 </widget>
606 <packing>
607 <property name="right_attach">2</property>
608 <property name="y_options">GTK_FILL</property>
609 </packing>
610 </child>
611 <child>
612 <widget class="GtkScrolledWindow" id="scrolledwindow10">
613 <property name="visible">True</property>
614 <property name="can_focus">True</property>
615 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
616 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
617 <property name="shadow_type">GTK_SHADOW_IN</property>
618 <child>
619 <widget class="GtkTreeView" id="activeDownloadsList">
620 <property name="visible">True</property>
621 <property name="can_focus">True</property>
622 <property name="reorderable">True</property>
623 <property name="rules_hint">True</property>
624 </widget>
625 </child>
626 </widget>
627 <packing>
628 <property name="top_attach">3</property>
629 <property name="bottom_attach">4</property>
630 </packing>
631 </child>
632 <child>
633 <widget class="GtkVBox" id="vbox8">
634 <property name="visible">True</property> 577 <property name="visible">True</property>
635 <property name="homogeneous">True</property> 578 <property name="homogeneous">True</property>
636 <child> 579 <child>
637 <widget class="GtkButton" id="abortDownloadButton"> 580 <widget class="GtkButton" id="stopUploadButton">
638 <property name="visible">True</property>
639 <property name="sensitive">False</property>
640 <property name="can_focus">True</property>
641 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads) and delete incomplete downloads</property>
642 <property name="label">gtk-delete</property>
643 <property name="use_stock">True</property>
644 <property name="response_id">0</property>
645 <signal name="clicked" handler="on_abortDownloadButton_clicked_"/>
646 </widget>
647 <packing>
648 <property name="fill">False</property>
649 </packing>
650 </child>
651 <child>
652 <widget class="GtkButton" id="stopDownloadButton">
653 <property name="visible">True</property> 581 <property name="visible">True</property>
654 <property name="sensitive">False</property> 582 <property name="sensitive">False</property>
655 <property name="can_focus">True</property> 583 <property name="can_focus">True</property>
656 <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> 584 <property name="tooltip" translatable="yes">Cancel the selected upload (and all sub-uploads) and remove them from the list</property>
657 <property name="label">gtk-stop</property> 585 <property name="label">gtk-stop</property>
658 <property name="use_stock">True</property> 586 <property name="use_stock">True</property>
659 <property name="response_id">0</property> 587 <property name="response_id">0</property>
660 <signal name="clicked" handler="on_stopDownloadButton_clicked_"/> 588 <signal name="clicked" handler="on_stopUploadButton_clicked_" object="activeUploadsList"/>
661 </widget> 589 </widget>
662 <packing> 590 <packing>
591 <property name="expand">False</property>
663 <property name="fill">False</property> 592 <property name="fill">False</property>
664 <property name="position">1</property>
665 </packing> 593 </packing>
666 </child> 594 </child>
667 <child> 595 <child>
668 <widget class="GtkButton" id="clearCompletedDownloadsButton"> 596 <widget class="GtkButton" id="clearCompletedUploadsButton">
669 <property name="visible">True</property> 597 <property name="visible">True</property>
670 <property name="can_focus">True</property> 598 <property name="can_focus">True</property>
671 <property name="tooltip" translatable="yes">Clear completed downloads from the list</property> 599 <property name="tooltip" translatable="yes">Clear completed uploads from the list</property>
672 <property name="response_id">0</property> 600 <property name="response_id">0</property>
673 <signal name="clicked" handler="on_clearCompletedDownloadsButton_clicked_"/> 601 <signal name="clicked" handler="on_clearCompletedUploadsButton_clicked_"/>
674 <child> 602 <child>
675 <widget class="GtkAlignment" id="alignment3"> 603 <widget class="GtkAlignment" id="alignment4">
676 <property name="visible">True</property> 604 <property name="visible">True</property>
677 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 605 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
678 <property name="xscale">0</property> 606 <property name="xscale">0</property>
679 <child> 607 <child>
680 <widget class="GtkHBox" id="hbox4"> 608 <widget class="GtkHBox" id="hbox5">
681 <property name="visible">True</property> 609 <property name="visible">True</property>
682 <property name="spacing">2</property> 610 <property name="spacing">2</property>
683 <child> 611 <child>
684 <widget class="GtkImage" id="image3"> 612 <widget class="GtkImage" id="image4">
685 <property name="visible">True</property> 613 <property name="visible">True</property>
686 <property name="stock">gtk-clear</property> 614 <property name="stock">gtk-clear</property>
687 </widget> 615 </widget>
@@ -691,7 +619,7 @@ This release adds context-menus (right-click) which allow copying the URI of sea
691 </packing> 619 </packing>
692 </child> 620 </child>
693 <child> 621 <child>
694 <widget class="GtkLabel" id="label5"> 622 <widget class="GtkLabel" id="label2">
695 <property name="visible">True</property> 623 <property name="visible">True</property>
696 <property name="label" translatable="yes">_Clean</property> 624 <property name="label" translatable="yes">_Clean</property>
697 <property name="use_underline">True</property> 625 <property name="use_underline">True</property>
@@ -708,22 +636,107 @@ This release adds context-menus (right-click) which allow copying the URI of sea
708 </child> 636 </child>
709 </widget> 637 </widget>
710 <packing> 638 <packing>
711 <property name="expand">False</property>
712 <property name="fill">False</property> 639 <property name="fill">False</property>
713 <property name="position">2</property> 640 <property name="position">1</property>
714 </packing> 641 </packing>
715 </child> 642 </child>
716 </widget> 643 </widget>
717 <packing> 644 <packing>
718 <property name="left_attach">1</property> 645 <property name="left_attach">1</property>
719 <property name="right_attach">2</property> 646 <property name="right_attach">2</property>
720 <property name="top_attach">3</property> 647 <property name="top_attach">6</property>
721 <property name="bottom_attach">4</property> 648 <property name="bottom_attach">7</property>
722 <property name="x_options">GTK_FILL</property> 649 <property name="x_options">GTK_FILL</property>
723 <property name="x_padding">5</property> 650 <property name="x_padding">5</property>
724 </packing> 651 </packing>
725 </child> 652 </child>
726 <child> 653 <child>
654 <widget class="GtkButton" id="stopSearchButton">
655 <property name="visible">True</property>
656 <property name="sensitive">False</property>
657 <property name="can_focus">True</property>
658 <property name="tooltip" translatable="yes">Cancel the selected search and remove it from the list</property>
659 <property name="border_width">4</property>
660 <property name="label">gtk-stop</property>
661 <property name="use_stock">True</property>
662 <property name="response_id">0</property>
663 <signal name="clicked" handler="on_closeSearchSummaryButton_clicked_" object="activeSearchesSummary"/>
664 </widget>
665 <packing>
666 <property name="left_attach">1</property>
667 <property name="right_attach">2</property>
668 <property name="top_attach">1</property>
669 <property name="bottom_attach">2</property>
670 <property name="x_options">GTK_FILL</property>
671 <property name="y_options"></property>
672 </packing>
673 </child>
674 <child>
675 <widget class="GtkAlignment" id="alignment14">
676 <property name="visible">True</property>
677 <property name="top_padding">5</property>
678 <child>
679 <widget class="GtkLabel" id="label46">
680 <property name="visible">True</property>
681 <property name="xalign">0</property>
682 <property name="xpad">5</property>
683 <property name="ypad">5</property>
684 <property name="label" translatable="yes">&lt;b&gt;Publications&lt;/b&gt;</property>
685 <property name="use_markup">True</property>
686 </widget>
687 </child>
688 </widget>
689 <packing>
690 <property name="right_attach">2</property>
691 <property name="top_attach">5</property>
692 <property name="bottom_attach">6</property>
693 <property name="y_options">GTK_FILL</property>
694 </packing>
695 </child>
696 <child>
697 <widget class="GtkAlignment" id="alignment11">
698 <property name="visible">True</property>
699 <property name="top_padding">5</property>
700 <child>
701 <widget class="GtkLabel" id="label45">
702 <property name="visible">True</property>
703 <property name="xalign">0</property>
704 <property name="xpad">5</property>
705 <property name="ypad">5</property>
706 <property name="label" translatable="yes">&lt;b&gt;Downloads&lt;/b&gt;</property>
707 <property name="use_markup">True</property>
708 </widget>
709 </child>
710 </widget>
711 <packing>
712 <property name="right_attach">2</property>
713 <property name="top_attach">2</property>
714 <property name="bottom_attach">3</property>
715 <property name="y_options">GTK_FILL</property>
716 </packing>
717 </child>
718 <child>
719 <widget class="GtkScrolledWindow" id="scrolledwindow8">
720 <property name="visible">True</property>
721 <property name="can_focus">False</property>
722 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
723 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
724 <property name="shadow_type">GTK_SHADOW_IN</property>
725 <child>
726 <widget class="GtkTreeView" id="activeUploadsList">
727 <property name="visible">True</property>
728 <property name="can_focus">True</property>
729 <property name="reorderable">True</property>
730 <property name="rules_hint">True</property>
731 </widget>
732 </child>
733 </widget>
734 <packing>
735 <property name="top_attach">6</property>
736 <property name="bottom_attach">7</property>
737 </packing>
738 </child>
739 <child>
727 <widget class="GtkHBox" id="hbox1"> 740 <widget class="GtkHBox" id="hbox1">
728 <property name="visible">True</property> 741 <property name="visible">True</property>
729 <child> 742 <child>
@@ -839,129 +852,58 @@ This release adds context-menus (right-click) which allow copying the URI of sea
839 </packing> 852 </packing>
840 </child> 853 </child>
841 <child> 854 <child>
842 <widget class="GtkScrolledWindow" id="scrolledwindow8"> 855 <widget class="GtkVBox" id="vbox8">
843 <property name="visible">True</property> 856 <property name="visible">True</property>
844 <property name="can_focus">False</property> 857 <property name="homogeneous">True</property>
845 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
846 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
847 <property name="shadow_type">GTK_SHADOW_IN</property>
848 <child> 858 <child>
849 <widget class="GtkTreeView" id="activeUploadsList"> 859 <widget class="GtkButton" id="abortDownloadButton">
850 <property name="visible">True</property> 860 <property name="visible">True</property>
861 <property name="sensitive">False</property>
851 <property name="can_focus">True</property> 862 <property name="can_focus">True</property>
852 <property name="reorderable">True</property> 863 <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads) and delete incomplete downloads</property>
853 <property name="rules_hint">True</property> 864 <property name="label">gtk-delete</property>
854 </widget> 865 <property name="use_stock">True</property>
855 </child> 866 <property name="response_id">0</property>
856 </widget> 867 <signal name="clicked" handler="on_abortDownloadButton_clicked_"/>
857 <packing>
858 <property name="top_attach">6</property>
859 <property name="bottom_attach">7</property>
860 </packing>
861 </child>
862 <child>
863 <widget class="GtkAlignment" id="alignment11">
864 <property name="visible">True</property>
865 <property name="top_padding">5</property>
866 <child>
867 <widget class="GtkLabel" id="label45">
868 <property name="visible">True</property>
869 <property name="xalign">0</property>
870 <property name="xpad">5</property>
871 <property name="ypad">5</property>
872 <property name="label" translatable="yes">&lt;b&gt;Downloads&lt;/b&gt;</property>
873 <property name="use_markup">True</property>
874 </widget>
875 </child>
876 </widget>
877 <packing>
878 <property name="right_attach">2</property>
879 <property name="top_attach">2</property>
880 <property name="bottom_attach">3</property>
881 <property name="y_options">GTK_FILL</property>
882 </packing>
883 </child>
884 <child>
885 <widget class="GtkAlignment" id="alignment14">
886 <property name="visible">True</property>
887 <property name="top_padding">5</property>
888 <child>
889 <widget class="GtkLabel" id="label46">
890 <property name="visible">True</property>
891 <property name="xalign">0</property>
892 <property name="xpad">5</property>
893 <property name="ypad">5</property>
894 <property name="label" translatable="yes">&lt;b&gt;Publications&lt;/b&gt;</property>
895 <property name="use_markup">True</property>
896 </widget> 868 </widget>
869 <packing>
870 <property name="fill">False</property>
871 </packing>
897 </child> 872 </child>
898 </widget>
899 <packing>
900 <property name="right_attach">2</property>
901 <property name="top_attach">5</property>
902 <property name="bottom_attach">6</property>
903 <property name="y_options">GTK_FILL</property>
904 </packing>
905 </child>
906 <child>
907 <widget class="GtkButton" id="stopSearchButton">
908 <property name="visible">True</property>
909 <property name="sensitive">False</property>
910 <property name="can_focus">True</property>
911 <property name="tooltip" translatable="yes">Cancel the selected search and remove it from the list</property>
912 <property name="border_width">4</property>
913 <property name="label">gtk-stop</property>
914 <property name="use_stock">True</property>
915 <property name="response_id">0</property>
916 <signal name="clicked" handler="on_closeSearchSummaryButton_clicked_" object="activeSearchesSummary"/>
917 </widget>
918 <packing>
919 <property name="left_attach">1</property>
920 <property name="right_attach">2</property>
921 <property name="top_attach">1</property>
922 <property name="bottom_attach">2</property>
923 <property name="x_options">GTK_FILL</property>
924 <property name="y_options"></property>
925 </packing>
926 </child>
927 <child>
928 <widget class="GtkVBox" id="vbox21">
929 <property name="visible">True</property>
930 <property name="homogeneous">True</property>
931 <child> 873 <child>
932 <widget class="GtkButton" id="stopUploadButton"> 874 <widget class="GtkButton" id="stopDownloadButton">
933 <property name="visible">True</property> 875 <property name="visible">True</property>
934 <property name="sensitive">False</property> 876 <property name="sensitive">False</property>
935 <property name="can_focus">True</property> 877 <property name="can_focus">True</property>
936 <property name="tooltip" translatable="yes">Cancel the selected upload (and all sub-uploads) and remove them from the list</property> 878 <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>
937 <property name="label">gtk-stop</property> 879 <property name="label">gtk-stop</property>
938 <property name="use_stock">True</property> 880 <property name="use_stock">True</property>
939 <property name="response_id">0</property> 881 <property name="response_id">0</property>
940 <signal name="clicked" handler="on_stopUploadButton_clicked_" object="activeUploadsList"/> 882 <signal name="clicked" handler="on_stopDownloadButton_clicked_"/>
941 </widget> 883 </widget>
942 <packing> 884 <packing>
943 <property name="expand">False</property>
944 <property name="fill">False</property> 885 <property name="fill">False</property>
886 <property name="position">1</property>
945 </packing> 887 </packing>
946 </child> 888 </child>
947 <child> 889 <child>
948 <widget class="GtkButton" id="clearCompletedUploadsButton"> 890 <widget class="GtkButton" id="clearCompletedDownloadsButton">
949 <property name="visible">True</property> 891 <property name="visible">True</property>
950 <property name="can_focus">True</property> 892 <property name="can_focus">True</property>
951 <property name="tooltip" translatable="yes">Clear completed uploads from the list</property> 893 <property name="tooltip" translatable="yes">Clear completed downloads from the list</property>
952 <property name="response_id">0</property> 894 <property name="response_id">0</property>
953 <signal name="clicked" handler="on_clearCompletedUploadsButton_clicked_"/> 895 <signal name="clicked" handler="on_clearCompletedDownloadsButton_clicked_"/>
954 <child> 896 <child>
955 <widget class="GtkAlignment" id="alignment4"> 897 <widget class="GtkAlignment" id="alignment3">
956 <property name="visible">True</property> 898 <property name="visible">True</property>
957 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 899 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
958 <property name="xscale">0</property> 900 <property name="xscale">0</property>
959 <child> 901 <child>
960 <widget class="GtkHBox" id="hbox5"> 902 <widget class="GtkHBox" id="hbox4">
961 <property name="visible">True</property> 903 <property name="visible">True</property>
962 <property name="spacing">2</property> 904 <property name="spacing">2</property>
963 <child> 905 <child>
964 <widget class="GtkImage" id="image4"> 906 <widget class="GtkImage" id="image3">
965 <property name="visible">True</property> 907 <property name="visible">True</property>
966 <property name="stock">gtk-clear</property> 908 <property name="stock">gtk-clear</property>
967 </widget> 909 </widget>
@@ -971,7 +913,7 @@ This release adds context-menus (right-click) which allow copying the URI of sea
971 </packing> 913 </packing>
972 </child> 914 </child>
973 <child> 915 <child>
974 <widget class="GtkLabel" id="label2"> 916 <widget class="GtkLabel" id="label5">
975 <property name="visible">True</property> 917 <property name="visible">True</property>
976 <property name="label" translatable="yes">_Clean</property> 918 <property name="label" translatable="yes">_Clean</property>
977 <property name="use_underline">True</property> 919 <property name="use_underline">True</property>
@@ -988,20 +930,78 @@ This release adds context-menus (right-click) which allow copying the URI of sea
988 </child> 930 </child>
989 </widget> 931 </widget>
990 <packing> 932 <packing>
933 <property name="expand">False</property>
991 <property name="fill">False</property> 934 <property name="fill">False</property>
992 <property name="position">1</property> 935 <property name="position">2</property>
993 </packing> 936 </packing>
994 </child> 937 </child>
995 </widget> 938 </widget>
996 <packing> 939 <packing>
997 <property name="left_attach">1</property> 940 <property name="left_attach">1</property>
998 <property name="right_attach">2</property> 941 <property name="right_attach">2</property>
999 <property name="top_attach">6</property> 942 <property name="top_attach">3</property>
1000 <property name="bottom_attach">7</property> 943 <property name="bottom_attach">4</property>
1001 <property name="x_options">GTK_FILL</property> 944 <property name="x_options">GTK_FILL</property>
1002 <property name="x_padding">5</property> 945 <property name="x_padding">5</property>
1003 </packing> 946 </packing>
1004 </child> 947 </child>
948 <child>
949 <widget class="GtkScrolledWindow" id="scrolledwindow10">
950 <property name="visible">True</property>
951 <property name="can_focus">True</property>
952 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
953 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
954 <property name="shadow_type">GTK_SHADOW_IN</property>
955 <child>
956 <widget class="GtkTreeView" id="activeDownloadsList">
957 <property name="visible">True</property>
958 <property name="can_focus">True</property>
959 <property name="reorderable">True</property>
960 <property name="rules_hint">True</property>
961 </widget>
962 </child>
963 </widget>
964 <packing>
965 <property name="top_attach">3</property>
966 <property name="bottom_attach">4</property>
967 </packing>
968 </child>
969 <child>
970 <widget class="GtkLabel" id="label16">
971 <property name="visible">True</property>
972 <property name="xalign">0</property>
973 <property name="yalign">1</property>
974 <property name="xpad">5</property>
975 <property name="ypad">5</property>
976 <property name="label" translatable="yes">&lt;b&gt;Search Overview&lt;/b&gt;</property>
977 <property name="use_markup">True</property>
978 </widget>
979 <packing>
980 <property name="right_attach">2</property>
981 <property name="y_options">GTK_FILL</property>
982 </packing>
983 </child>
984 <child>
985 <widget class="GtkScrolledWindow" id="scrolledwindow9">
986 <property name="visible">True</property>
987 <property name="can_focus">False</property>
988 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
989 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
990 <property name="shadow_type">GTK_SHADOW_IN</property>
991 <child>
992 <widget class="GtkTreeView" id="activeSearchesSummary">
993 <property name="visible">True</property>
994 <property name="can_focus">True</property>
995 <property name="reorderable">True</property>
996 <property name="rules_hint">True</property>
997 </widget>
998 </child>
999 </widget>
1000 <packing>
1001 <property name="top_attach">1</property>
1002 <property name="bottom_attach">2</property>
1003 </packing>
1004 </child>
1005 </widget> 1005 </widget>
1006 </child> 1006 </child>
1007 <child> 1007 <child>
@@ -1289,80 +1289,52 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1289 <placeholder/> 1289 <placeholder/>
1290 </child> 1290 </child>
1291 <child> 1291 <child>
1292 <widget class="GtkLabel" id="methodLabel"> 1292 <widget class="GtkAlignment" id="alignment8">
1293 <property name="visible">True</property> 1293 <property name="visible">True</property>
1294 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1294 <property name="xalign">0</property> 1295 <property name="xalign">0</property>
1295 <property name="xpad">5</property> 1296 <property name="xscale">0</property>
1296 <property name="label" translatable="yes">Method:</property> 1297 <child>
1297 <property name="use_underline">True</property> 1298 <widget class="GtkSpinButton" id="contentPrioritySpinButton">
1298 <property name="mnemonic_widget">indexbutton</property> 1299 <property name="width_request">94</property>
1299 </widget> 1300 <property name="visible">True</property>
1300 <packing> 1301 <property name="can_focus">True</property>
1301 <property name="x_options">GTK_FILL</property> 1302 <property name="tooltip" translatable="yes">How important is the file (used to prioritize data in the local datastore).</property>
1302 <property name="y_options"></property> 1303 <property name="adjustment">950 0 100000000 50 500 500</property>
1303 </packing> 1304 <property name="climb_rate">500</property>
1304 </child> 1305 <property name="numeric">True</property>
1305 <child> 1306 </widget>
1306 <widget class="GtkRadioButton" id="indexbutton"> 1307 </child>
1307 <property name="visible">True</property>
1308 <property name="can_focus">True</property>
1309 <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>
1310 <property name="label" translatable="yes">Inde_x</property>
1311 <property name="use_underline">True</property>
1312 <property name="response_id">0</property>
1313 <property name="active">True</property>
1314 <property name="draw_indicator">True</property>
1315 </widget> 1308 </widget>
1316 <packing> 1309 <packing>
1317 <property name="left_attach">1</property> 1310 <property name="left_attach">1</property>
1318 <property name="right_attach">2</property> 1311 <property name="right_attach">2</property>
1312 <property name="top_attach">3</property>
1313 <property name="bottom_attach">4</property>
1319 <property name="x_options">GTK_FILL</property> 1314 <property name="x_options">GTK_FILL</property>
1320 <property name="y_options"></property> 1315 <property name="y_options"></property>
1321 </packing> 1316 </packing>
1322 </child> 1317 </child>
1323 <child> 1318 <child>
1324 <widget class="GtkRadioButton" id="insertButton"> 1319 <widget class="GtkAlignment" id="alignment7">
1325 <property name="visible">True</property>
1326 <property name="can_focus">True</property>
1327 <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>
1328 <property name="label" translatable="yes">I_nsert</property>
1329 <property name="use_underline">True</property>
1330 <property name="response_id">0</property>
1331 <property name="draw_indicator">True</property>
1332 <property name="group">indexbutton</property>
1333 </widget>
1334 <packing>
1335 <property name="left_attach">2</property>
1336 <property name="right_attach">3</property>
1337 <property name="x_options">GTK_FILL</property>
1338 <property name="y_options"></property>
1339 </packing>
1340 </child>
1341 <child>
1342 <widget class="GtkLabel" id="scopeLabel">
1343 <property name="visible">True</property>
1344 <property name="xalign">0</property>
1345 <property name="xpad">5</property>
1346 <property name="label" translatable="yes">Scope:</property>
1347 <property name="use_underline">True</property>
1348 <property name="mnemonic_widget">scopeFileOnlyButton</property>
1349 </widget>
1350 <packing>
1351 <property name="top_attach">1</property>
1352 <property name="bottom_attach">2</property>
1353 <property name="x_options">GTK_FILL</property>
1354 <property name="y_options"></property>
1355 </packing>
1356 </child>
1357 <child>
1358 <widget class="GtkLabel" id="anonymityUploadLabel">
1359 <property name="visible">True</property> 1320 <property name="visible">True</property>
1321 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1360 <property name="xalign">0</property> 1322 <property name="xalign">0</property>
1361 <property name="xpad">5</property> 1323 <property name="xscale">0</property>
1362 <property name="label" translatable="yes">_Anonymity:</property> 1324 <child>
1363 <property name="use_underline">True</property> 1325 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton">
1326 <property name="visible">True</property>
1327 <property name="can_focus">True</property>
1328 <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>
1329 <property name="adjustment">1 0 10000 1 10 10</property>
1330 <property name="climb_rate">1</property>
1331 <property name="numeric">True</property>
1332 </widget>
1333 </child>
1364 </widget> 1334 </widget>
1365 <packing> 1335 <packing>
1336 <property name="left_attach">1</property>
1337 <property name="right_attach">2</property>
1366 <property name="top_attach">2</property> 1338 <property name="top_attach">2</property>
1367 <property name="bottom_attach">3</property> 1339 <property name="bottom_attach">3</property>
1368 <property name="x_options">GTK_FILL</property> 1340 <property name="x_options">GTK_FILL</property>
@@ -1370,43 +1342,24 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1370 </packing> 1342 </packing>
1371 </child> 1343 </child>
1372 <child> 1344 <child>
1373 <widget class="GtkRadioButton" id="scopeRecursiveButton"> 1345 <widget class="GtkCheckButton" id="doExtractCheckButton">
1374 <property name="visible">True</property>
1375 <property name="can_focus">True</property>
1376 <property name="tooltip" translatable="yes">Recursively publish an entire directory tree</property>
1377 <property name="label" translatable="yes">_Recursive (for entire directories)</property>
1378 <property name="use_underline">True</property>
1379 <property name="response_id">0</property>
1380 <property name="draw_indicator">True</property>
1381 </widget>
1382 <packing>
1383 <property name="left_attach">2</property>
1384 <property name="right_attach">3</property>
1385 <property name="top_attach">1</property>
1386 <property name="bottom_attach">2</property>
1387 <property name="x_options">GTK_FILL</property>
1388 <property name="y_options"></property>
1389 </packing>
1390 </child>
1391 <child>
1392 <widget class="GtkCheckButton" id="deepIndexCheckButton">
1393 <property name="visible">True</property> 1346 <property name="visible">True</property>
1394 <property name="can_focus">True</property> 1347 <property name="can_focus">True</property>
1395 <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> 1348 <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>
1396 <property name="response_id">0</property> 1349 <property name="response_id">0</property>
1397 <property name="active">True</property> 1350 <property name="active">True</property>
1398 <property name="draw_indicator">True</property> 1351 <property name="draw_indicator">True</property>
1399 <child> 1352 <child>
1400 <widget class="GtkAlignment" id="alignment15"> 1353 <widget class="GtkAlignment" id="alignment24">
1401 <property name="visible">True</property> 1354 <property name="visible">True</property>
1402 <property name="xscale">0</property> 1355 <property name="xscale">0</property>
1403 <property name="yscale">0</property> 1356 <property name="yscale">0</property>
1404 <child> 1357 <child>
1405 <widget class="GtkHBox" id="hbox52"> 1358 <widget class="GtkHBox" id="hbox66">
1406 <property name="visible">True</property> 1359 <property name="visible">True</property>
1407 <property name="spacing">2</property> 1360 <property name="spacing">2</property>
1408 <child> 1361 <child>
1409 <widget class="GtkImage" id="image40"> 1362 <widget class="GtkImage" id="image49">
1410 <property name="visible">True</property> 1363 <property name="visible">True</property>
1411 <property name="stock">gtk-index</property> 1364 <property name="stock">gtk-index</property>
1412 </widget> 1365 </widget>
@@ -1416,9 +1369,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1416 </packing> 1369 </packing>
1417 </child> 1370 </child>
1418 <child> 1371 <child>
1419 <widget class="GtkLabel" id="label128"> 1372 <widget class="GtkLabel" id="label151">
1420 <property name="visible">True</property> 1373 <property name="visible">True</property>
1421 <property name="label" translatable="yes">Add keywords for files in directories</property> 1374 <property name="label" translatable="yes">Use libextractor for files in directories</property>
1422 <property name="use_underline">True</property> 1375 <property name="use_underline">True</property>
1423 </widget> 1376 </widget>
1424 <packing> 1377 <packing>
@@ -1435,28 +1388,48 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1435 <packing> 1388 <packing>
1436 <property name="left_attach">2</property> 1389 <property name="left_attach">2</property>
1437 <property name="right_attach">3</property> 1390 <property name="right_attach">3</property>
1438 <property name="top_attach">2</property> 1391 <property name="top_attach">3</property>
1439 <property name="bottom_attach">3</property> 1392 <property name="bottom_attach">4</property>
1440 <property name="x_options">GTK_FILL</property> 1393 <property name="x_options">GTK_FILL</property>
1441 <property name="y_options"></property> 1394 <property name="y_options"></property>
1442 </packing> 1395 </packing>
1443 </child> 1396 </child>
1444 <child> 1397 <child>
1445 <widget class="GtkButton" id="fsinsertuploadbutton"> 1398 <widget class="GtkRadioButton" id="scopeFileOnlyButton">
1446 <property name="visible">True</property> 1399 <property name="visible">True</property>
1447 <property name="sensitive">False</property>
1448 <property name="can_focus">True</property> 1400 <property name="can_focus">True</property>
1449 <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> 1401 <property name="tooltip" translatable="yes">Only publish a single file</property>
1402 <property name="label" translatable="yes">File onl_y</property>
1403 <property name="use_underline">True</property>
1450 <property name="response_id">0</property> 1404 <property name="response_id">0</property>
1451 <signal name="clicked" handler="on_fsinsertuploadbutton_clicked_"/> 1405 <property name="active">True</property>
1406 <property name="draw_indicator">True</property>
1407 <property name="group">scopeRecursiveButton</property>
1408 </widget>
1409 <packing>
1410 <property name="left_attach">1</property>
1411 <property name="right_attach">2</property>
1412 <property name="top_attach">1</property>
1413 <property name="bottom_attach">2</property>
1414 <property name="x_options">GTK_FILL</property>
1415 <property name="y_options"></property>
1416 </packing>
1417 </child>
1418 <child>
1419 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton">
1420 <property name="visible">True</property>
1421 <property name="can_focus">True</property>
1422 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to publish</property>
1423 <property name="response_id">0</property>
1424 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked_" object="fsinsertfilenamecombo"/>
1452 <child> 1425 <child>
1453 <widget class="GtkHBox" id="hbox55"> 1426 <widget class="GtkHBox" id="hbox60">
1454 <property name="visible">True</property> 1427 <property name="visible">True</property>
1455 <property name="spacing">2</property> 1428 <property name="spacing">2</property>
1456 <child> 1429 <child>
1457 <widget class="GtkImage" id="image42"> 1430 <widget class="GtkImage" id="image46">
1458 <property name="visible">True</property> 1431 <property name="visible">True</property>
1459 <property name="stock">gtk-go-up</property> 1432 <property name="stock">gtk-open</property>
1460 </widget> 1433 </widget>
1461 <packing> 1434 <packing>
1462 <property name="expand">False</property> 1435 <property name="expand">False</property>
@@ -1464,9 +1437,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1464 </packing> 1437 </packing>
1465 </child> 1438 </child>
1466 <child> 1439 <child>
1467 <widget class="GtkLabel" id="label137"> 1440 <widget class="GtkLabel" id="label143">
1468 <property name="visible">True</property> 1441 <property name="visible">True</property>
1469 <property name="label" translatable="yes">Pub_lish</property> 1442 <property name="label" translatable="yes">_Browse</property>
1470 <property name="use_underline">True</property> 1443 <property name="use_underline">True</property>
1471 </widget> 1444 </widget>
1472 <packing> 1445 <packing>
@@ -1481,26 +1454,32 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1481 <packing> 1454 <packing>
1482 <property name="left_attach">2</property> 1455 <property name="left_attach">2</property>
1483 <property name="right_attach">3</property> 1456 <property name="right_attach">3</property>
1484 <property name="top_attach">5</property> 1457 <property name="top_attach">4</property>
1485 <property name="bottom_attach">6</property> 1458 <property name="bottom_attach">5</property>
1486 <property name="x_options">GTK_FILL</property> 1459 <property name="x_options">GTK_FILL</property>
1487 <property name="y_options"></property> 1460 <property name="y_options"></property>
1488 </packing> 1461 </packing>
1489 </child> 1462 </child>
1490 <child> 1463 <child>
1491 <widget class="GtkLabel" id="uploadFilenameLabel"> 1464 <widget class="GtkAlignment" id="uploadFilenameAlignment">
1492 <property name="visible">True</property> 1465 <property name="visible">True</property>
1493 <property name="xalign">0</property> 1466 <child>
1494 <property name="xpad">5</property> 1467 <widget class="GtkComboBoxEntry" id="uploadFilenameComboBoxEntry">
1495 <property name="label" translatable="yes">_Filename:</property> 1468 <property name="visible">True</property>
1496 <property name="use_underline">True</property> 1469 <property name="can_focus">True</property>
1497 <property name="justify">GTK_JUSTIFY_CENTER</property> 1470 <signal name="changed" handler="on_uploadFilenameComboBoxEntry_changed_"/>
1498 <property name="mnemonic_widget">uploadFilenameComboBoxEntry</property> 1471 <child internal-child="entry">
1472 <widget class="GtkEntry" id="comboboxentry-entry3">
1473 </widget>
1474 </child>
1475 </widget>
1476 </child>
1499 </widget> 1477 </widget>
1500 <packing> 1478 <packing>
1479 <property name="left_attach">1</property>
1480 <property name="right_attach">2</property>
1501 <property name="top_attach">4</property> 1481 <property name="top_attach">4</property>
1502 <property name="bottom_attach">5</property> 1482 <property name="bottom_attach">5</property>
1503 <property name="x_options">GTK_FILL</property>
1504 <property name="y_options"></property> 1483 <property name="y_options"></property>
1505 </packing> 1484 </packing>
1506 </child> 1485 </child>
@@ -1520,43 +1499,38 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1520 </packing> 1499 </packing>
1521 </child> 1500 </child>
1522 <child> 1501 <child>
1523 <widget class="GtkAlignment" id="uploadFilenameAlignment"> 1502 <widget class="GtkLabel" id="uploadFilenameLabel">
1524 <property name="visible">True</property> 1503 <property name="visible">True</property>
1525 <child> 1504 <property name="xalign">0</property>
1526 <widget class="GtkComboBoxEntry" id="uploadFilenameComboBoxEntry"> 1505 <property name="xpad">5</property>
1527 <property name="visible">True</property> 1506 <property name="label" translatable="yes">_Filename:</property>
1528 <property name="can_focus">True</property> 1507 <property name="use_underline">True</property>
1529 <signal name="changed" handler="on_uploadFilenameComboBoxEntry_changed_"/> 1508 <property name="justify">GTK_JUSTIFY_CENTER</property>
1530 <child internal-child="entry"> 1509 <property name="mnemonic_widget">uploadFilenameComboBoxEntry</property>
1531 <widget class="GtkEntry" id="comboboxentry-entry3">
1532 </widget>
1533 </child>
1534 </widget>
1535 </child>
1536 </widget> 1510 </widget>
1537 <packing> 1511 <packing>
1538 <property name="left_attach">1</property>
1539 <property name="right_attach">2</property>
1540 <property name="top_attach">4</property> 1512 <property name="top_attach">4</property>
1541 <property name="bottom_attach">5</property> 1513 <property name="bottom_attach">5</property>
1514 <property name="x_options">GTK_FILL</property>
1542 <property name="y_options"></property> 1515 <property name="y_options"></property>
1543 </packing> 1516 </packing>
1544 </child> 1517 </child>
1545 <child> 1518 <child>
1546 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton"> 1519 <widget class="GtkButton" id="fsinsertuploadbutton">
1547 <property name="visible">True</property> 1520 <property name="visible">True</property>
1521 <property name="sensitive">False</property>
1548 <property name="can_focus">True</property> 1522 <property name="can_focus">True</property>
1549 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to publish</property> 1523 <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>
1550 <property name="response_id">0</property> 1524 <property name="response_id">0</property>
1551 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked_" object="fsinsertfilenamecombo"/> 1525 <signal name="clicked" handler="on_fsinsertuploadbutton_clicked_"/>
1552 <child> 1526 <child>
1553 <widget class="GtkHBox" id="hbox60"> 1527 <widget class="GtkHBox" id="hbox55">
1554 <property name="visible">True</property> 1528 <property name="visible">True</property>
1555 <property name="spacing">2</property> 1529 <property name="spacing">2</property>
1556 <child> 1530 <child>
1557 <widget class="GtkImage" id="image46"> 1531 <widget class="GtkImage" id="image42">
1558 <property name="visible">True</property> 1532 <property name="visible">True</property>
1559 <property name="stock">gtk-open</property> 1533 <property name="stock">gtk-go-up</property>
1560 </widget> 1534 </widget>
1561 <packing> 1535 <packing>
1562 <property name="expand">False</property> 1536 <property name="expand">False</property>
@@ -1564,9 +1538,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1564 </packing> 1538 </packing>
1565 </child> 1539 </child>
1566 <child> 1540 <child>
1567 <widget class="GtkLabel" id="label143"> 1541 <widget class="GtkLabel" id="label137">
1568 <property name="visible">True</property> 1542 <property name="visible">True</property>
1569 <property name="label" translatable="yes">_Browse</property> 1543 <property name="label" translatable="yes">Pub_lish</property>
1570 <property name="use_underline">True</property> 1544 <property name="use_underline">True</property>
1571 </widget> 1545 </widget>
1572 <packing> 1546 <packing>
@@ -1581,52 +1555,31 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1581 <packing> 1555 <packing>
1582 <property name="left_attach">2</property> 1556 <property name="left_attach">2</property>
1583 <property name="right_attach">3</property> 1557 <property name="right_attach">3</property>
1584 <property name="top_attach">4</property> 1558 <property name="top_attach">5</property>
1585 <property name="bottom_attach">5</property> 1559 <property name="bottom_attach">6</property>
1586 <property name="x_options">GTK_FILL</property>
1587 <property name="y_options"></property>
1588 </packing>
1589 </child>
1590 <child>
1591 <widget class="GtkRadioButton" id="scopeFileOnlyButton">
1592 <property name="visible">True</property>
1593 <property name="can_focus">True</property>
1594 <property name="tooltip" translatable="yes">Only publish a single file</property>
1595 <property name="label" translatable="yes">File onl_y</property>
1596 <property name="use_underline">True</property>
1597 <property name="response_id">0</property>
1598 <property name="active">True</property>
1599 <property name="draw_indicator">True</property>
1600 <property name="group">scopeRecursiveButton</property>
1601 </widget>
1602 <packing>
1603 <property name="left_attach">1</property>
1604 <property name="right_attach">2</property>
1605 <property name="top_attach">1</property>
1606 <property name="bottom_attach">2</property>
1607 <property name="x_options">GTK_FILL</property> 1560 <property name="x_options">GTK_FILL</property>
1608 <property name="y_options"></property> 1561 <property name="y_options"></property>
1609 </packing> 1562 </packing>
1610 </child> 1563 </child>
1611 <child> 1564 <child>
1612 <widget class="GtkCheckButton" id="doExtractCheckButton"> 1565 <widget class="GtkCheckButton" id="deepIndexCheckButton">
1613 <property name="visible">True</property> 1566 <property name="visible">True</property>
1614 <property name="can_focus">True</property> 1567 <property name="can_focus">True</property>
1615 <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> 1568 <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>
1616 <property name="response_id">0</property> 1569 <property name="response_id">0</property>
1617 <property name="active">True</property> 1570 <property name="active">True</property>
1618 <property name="draw_indicator">True</property> 1571 <property name="draw_indicator">True</property>
1619 <child> 1572 <child>
1620 <widget class="GtkAlignment" id="alignment24"> 1573 <widget class="GtkAlignment" id="alignment15">
1621 <property name="visible">True</property> 1574 <property name="visible">True</property>
1622 <property name="xscale">0</property> 1575 <property name="xscale">0</property>
1623 <property name="yscale">0</property> 1576 <property name="yscale">0</property>
1624 <child> 1577 <child>
1625 <widget class="GtkHBox" id="hbox66"> 1578 <widget class="GtkHBox" id="hbox52">
1626 <property name="visible">True</property> 1579 <property name="visible">True</property>
1627 <property name="spacing">2</property> 1580 <property name="spacing">2</property>
1628 <child> 1581 <child>
1629 <widget class="GtkImage" id="image49"> 1582 <widget class="GtkImage" id="image40">
1630 <property name="visible">True</property> 1583 <property name="visible">True</property>
1631 <property name="stock">gtk-index</property> 1584 <property name="stock">gtk-index</property>
1632 </widget> 1585 </widget>
@@ -1636,9 +1589,9 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1636 </packing> 1589 </packing>
1637 </child> 1590 </child>
1638 <child> 1591 <child>
1639 <widget class="GtkLabel" id="label151"> 1592 <widget class="GtkLabel" id="label128">
1640 <property name="visible">True</property> 1593 <property name="visible">True</property>
1641 <property name="label" translatable="yes">Use libextractor for files in directories</property> 1594 <property name="label" translatable="yes">Add keywords for files in directories</property>
1642 <property name="use_underline">True</property> 1595 <property name="use_underline">True</property>
1643 </widget> 1596 </widget>
1644 <packing> 1597 <packing>
@@ -1655,32 +1608,40 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1655 <packing> 1608 <packing>
1656 <property name="left_attach">2</property> 1609 <property name="left_attach">2</property>
1657 <property name="right_attach">3</property> 1610 <property name="right_attach">3</property>
1658 <property name="top_attach">3</property> 1611 <property name="top_attach">2</property>
1659 <property name="bottom_attach">4</property> 1612 <property name="bottom_attach">3</property>
1660 <property name="x_options">GTK_FILL</property> 1613 <property name="x_options">GTK_FILL</property>
1661 <property name="y_options"></property> 1614 <property name="y_options"></property>
1662 </packing> 1615 </packing>
1663 </child> 1616 </child>
1664 <child> 1617 <child>
1665 <widget class="GtkAlignment" id="alignment7"> 1618 <widget class="GtkRadioButton" id="scopeRecursiveButton">
1619 <property name="visible">True</property>
1620 <property name="can_focus">True</property>
1621 <property name="tooltip" translatable="yes">Recursively publish an entire directory tree</property>
1622 <property name="label" translatable="yes">_Recursive (for entire directories)</property>
1623 <property name="use_underline">True</property>
1624 <property name="response_id">0</property>
1625 <property name="draw_indicator">True</property>
1626 </widget>
1627 <packing>
1628 <property name="left_attach">2</property>
1629 <property name="right_attach">3</property>
1630 <property name="top_attach">1</property>
1631 <property name="bottom_attach">2</property>
1632 <property name="x_options">GTK_FILL</property>
1633 <property name="y_options"></property>
1634 </packing>
1635 </child>
1636 <child>
1637 <widget class="GtkLabel" id="anonymityUploadLabel">
1666 <property name="visible">True</property> 1638 <property name="visible">True</property>
1667 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1668 <property name="xalign">0</property> 1639 <property name="xalign">0</property>
1669 <property name="xscale">0</property> 1640 <property name="xpad">5</property>
1670 <child> 1641 <property name="label" translatable="yes">_Anonymity:</property>
1671 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton"> 1642 <property name="use_underline">True</property>
1672 <property name="visible">True</property>
1673 <property name="can_focus">True</property>
1674 <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>
1675 <property name="adjustment">1 0 10000 1 10 10</property>
1676 <property name="climb_rate">1</property>
1677 <property name="numeric">True</property>
1678 </widget>
1679 </child>
1680 </widget> 1643 </widget>
1681 <packing> 1644 <packing>
1682 <property name="left_attach">1</property>
1683 <property name="right_attach">2</property>
1684 <property name="top_attach">2</property> 1645 <property name="top_attach">2</property>
1685 <property name="bottom_attach">3</property> 1646 <property name="bottom_attach">3</property>
1686 <property name="x_options">GTK_FILL</property> 1647 <property name="x_options">GTK_FILL</property>
@@ -1688,28 +1649,67 @@ This release adds context-menus (right-click) which allow copying the URI of sea
1688 </packing> 1649 </packing>
1689 </child> 1650 </child>
1690 <child> 1651 <child>
1691 <widget class="GtkAlignment" id="alignment8"> 1652 <widget class="GtkLabel" id="scopeLabel">
1692 <property name="visible">True</property> 1653 <property name="visible">True</property>
1693 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1694 <property name="xalign">0</property> 1654 <property name="xalign">0</property>
1695 <property name="xscale">0</property> 1655 <property name="xpad">5</property>
1696 <child> 1656 <property name="label" translatable="yes">Scope:</property>
1697 <widget class="GtkSpinButton" id="contentPrioritySpinButton"> 1657 <property name="use_underline">True</property>
1698 <property name="width_request">94</property> 1658 <property name="mnemonic_widget">scopeFileOnlyButton</property>
1699 <property name="visible">True</property> 1659 </widget>
1700 <property name="can_focus">True</property> 1660 <packing>
1701 <property name="tooltip" translatable="yes">How important is the file (used to prioritize data in the local datastore).</property> 1661 <property name="top_attach">1</property>
1702 <property name="adjustment">950 0 100000000 50 500 500</property> 1662 <property name="bottom_attach">2</property>
1703 <property name="climb_rate">500</property> 1663 <property name="x_options">GTK_FILL</property>
1704 <property name="numeric">True</property> 1664 <property name="y_options"></property>
1705 </widget> 1665 </packing>
1706 </child> 1666 </child>
1667 <child>
1668 <widget class="GtkRadioButton" id="insertButton">
1669 <property name="visible">True</property>
1670 <property name="can_focus">True</property>
1671 <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>
1672 <property name="label" translatable="yes">I_nsert</property>
1673 <property name="use_underline">True</property>
1674 <property name="response_id">0</property>
1675 <property name="draw_indicator">True</property>
1676 <property name="group">indexbutton</property>
1677 </widget>
1678 <packing>
1679 <property name="left_attach">2</property>
1680 <property name="right_attach">3</property>
1681 <property name="x_options">GTK_FILL</property>
1682 <property name="y_options"></property>
1683 </packing>
1684 </child>
1685 <child>
1686 <widget class="GtkRadioButton" id="indexbutton">
1687 <property name="visible">True</property>
1688 <property name="can_focus">True</property>
1689 <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>
1690 <property name="label" translatable="yes">Inde_x</property>
1691 <property name="use_underline">True</property>
1692 <property name="response_id">0</property>
1693 <property name="active">True</property>
1694 <property name="draw_indicator">True</property>
1707 </widget> 1695 </widget>
1708 <packing> 1696 <packing>
1709 <property name="left_attach">1</property> 1697 <property name="left_attach">1</property>
1710 <property name="right_attach">2</property> 1698 <property name="right_attach">2</property>
1711 <property name="top_attach">3</property> 1699 <property name="x_options">GTK_FILL</property>
1712 <property name="bottom_attach">4</property> 1700 <property name="y_options"></property>
1701 </packing>
1702 </child>
1703 <child>
1704 <widget class="GtkLabel" id="methodLabel">
1705 <property name="visible">True</property>
1706 <property name="xalign">0</property>
1707 <property name="xpad">5</property>
1708 <property name="label" translatable="yes">Method:</property>
1709 <property name="use_underline">True</property>
1710 <property name="mnemonic_widget">indexbutton</property>
1711 </widget>
1712 <packing>
1713 <property name="x_options">GTK_FILL</property> 1713 <property name="x_options">GTK_FILL</property>
1714 <property name="y_options"></property> 1714 <property name="y_options"></property>
1715 </packing> 1715 </packing>
@@ -2107,6 +2107,51 @@ This release adds context-menus (right-click) which allow copying the URI of sea
2107 <placeholder/> 2107 <placeholder/>
2108 </child> 2108 </child>
2109 <child> 2109 <child>
2110 <widget class="GtkLabel" id="label1">
2111 <property name="visible">True</property>
2112 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2113 <property name="label" translatable="yes">_Room Name</property>
2114 <property name="use_underline">True</property>
2115 <property name="mnemonic_widget">chatRoomNameEntry</property>
2116 </widget>
2117 </child>
2118 <child>
2119 <widget class="GtkLabel" id="label4">
2120 <property name="visible">True</property>
2121 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2122 <property name="label" translatable="yes">_Moniker</property>
2123 <property name="use_underline">True</property>
2124 </widget>
2125 <packing>
2126 <property name="left_attach">1</property>
2127 <property name="right_attach">2</property>
2128 </packing>
2129 </child>
2130 <child>
2131 <widget class="GtkEntry" id="chatRoomNameEntry">
2132 <property name="visible">True</property>
2133 <property name="can_focus">True</property>
2134 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2135 </widget>
2136 <packing>
2137 <property name="top_attach">1</property>
2138 <property name="bottom_attach">2</property>
2139 </packing>
2140 </child>
2141 <child>
2142 <widget class="GtkEntry" id="chatRoomMonikerEntry">
2143 <property name="visible">True</property>
2144 <property name="can_focus">True</property>
2145 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2146 </widget>
2147 <packing>
2148 <property name="left_attach">1</property>
2149 <property name="right_attach">2</property>
2150 <property name="top_attach">1</property>
2151 <property name="bottom_attach">2</property>
2152 </packing>
2153 </child>
2154 <child>
2110 <widget class="GtkButton" id="on_chat_room_name_button"> 2155 <widget class="GtkButton" id="on_chat_room_name_button">
2111 <property name="visible">True</property> 2156 <property name="visible">True</property>
2112 <property name="can_focus">True</property> 2157 <property name="can_focus">True</property>
@@ -2152,51 +2197,6 @@ This release adds context-menus (right-click) which allow copying the URI of sea
2152 <property name="y_options"></property> 2197 <property name="y_options"></property>
2153 </packing> 2198 </packing>
2154 </child> 2199 </child>
2155 <child>
2156 <widget class="GtkEntry" id="chatRoomMonikerEntry">
2157 <property name="visible">True</property>
2158 <property name="can_focus">True</property>
2159 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2160 </widget>
2161 <packing>
2162 <property name="left_attach">1</property>
2163 <property name="right_attach">2</property>
2164 <property name="top_attach">1</property>
2165 <property name="bottom_attach">2</property>
2166 </packing>
2167 </child>
2168 <child>
2169 <widget class="GtkEntry" id="chatRoomNameEntry">
2170 <property name="visible">True</property>
2171 <property name="can_focus">True</property>
2172 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2173 </widget>
2174 <packing>
2175 <property name="top_attach">1</property>
2176 <property name="bottom_attach">2</property>
2177 </packing>
2178 </child>
2179 <child>
2180 <widget class="GtkLabel" id="label4">
2181 <property name="visible">True</property>
2182 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2183 <property name="label" translatable="yes">_Moniker</property>
2184 <property name="use_underline">True</property>
2185 </widget>
2186 <packing>
2187 <property name="left_attach">1</property>
2188 <property name="right_attach">2</property>
2189 </packing>
2190 </child>
2191 <child>
2192 <widget class="GtkLabel" id="label1">
2193 <property name="visible">True</property>
2194 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2195 <property name="label" translatable="yes">_Room Name</property>
2196 <property name="use_underline">True</property>
2197 <property name="mnemonic_widget">chatRoomNameEntry</property>
2198 </widget>
2199 </child>
2200 </widget> 2200 </widget>
2201 <packing> 2201 <packing>
2202 <property name="expand">False</property> 2202 <property name="expand">False</property>
@@ -2872,8 +2872,8 @@ Press ENTER to add the data.</atkproperty>
2872 <property name="response_id">-5</property> 2872 <property name="response_id">-5</property>
2873 <signal name="clicked" handler="gtk_widget_destroy" object="metaDisplayDialog"/> 2873 <signal name="clicked" handler="gtk_widget_destroy" object="metaDisplayDialog"/>
2874 <signal name="activate" handler="gtk_widget_destroy" object="metaDisplayDialog"/> 2874 <signal name="activate" handler="gtk_widget_destroy" object="metaDisplayDialog"/>
2875 <accelerator key="Escape" modifiers="" signal="activate"/>
2876 <accelerator key="Return" modifiers="" signal="activate"/> 2875 <accelerator key="Return" modifiers="" signal="activate"/>
2876 <accelerator key="Escape" modifiers="" signal="activate"/>
2877 </widget> 2877 </widget>
2878 </child> 2878 </child>
2879 </widget> 2879 </widget>
@@ -4365,40 +4365,6 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4365 <property name="position">1</property> 4365 <property name="position">1</property>
4366 </packing> 4366 </packing>
4367 </child> 4367 </child>
4368 <child>
4369 <widget class="GtkLabel" id="label106">
4370 <property name="visible">True</property>
4371 <property name="xpad">5</property>
4372 <property name="label" translatable="yes">_Update Interval:</property>
4373 <property name="use_underline">True</property>
4374 </widget>
4375 <packing>
4376 <property name="expand">False</property>
4377 <property name="fill">False</property>
4378 <property name="position">2</property>
4379 </packing>
4380 </child>
4381 <child>
4382 <widget class="GtkComboBoxEntry" id="updateIntervalComboBoxEntry">
4383 <property name="visible">True</property>
4384 <property name="items" translatable="yes">--no update--
4385--sporadic update--
43861 day
43872 days
43881 week
43891 month
43901 year
4391</property>
4392 <signal name="changed" handler="on_updateIntervalComboEntry_changed_" object="namespaceInsertOkButton"/>
4393 <child internal-child="entry">
4394 <widget class="GtkEntry" id="comboboxentry-entry5">
4395 </widget>
4396 </child>
4397 </widget>
4398 <packing>
4399 <property name="position">3</property>
4400 </packing>
4401 </child>
4402 </widget> 4368 </widget>
4403 <packing> 4369 <packing>
4404 <property name="expand">False</property> 4370 <property name="expand">False</property>
@@ -4467,7 +4433,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4467 <property name="expand">False</property> 4433 <property name="expand">False</property>
4468 <property name="fill">False</property> 4434 <property name="fill">False</property>
4469 <property name="padding">5</property> 4435 <property name="padding">5</property>
4470 <property name="position">2</property> 4436 <property name="position">1</property>
4471 </packing> 4437 </packing>
4472 </child> 4438 </child>
4473 <child> 4439 <child>
@@ -4548,7 +4514,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4548 <packing> 4514 <packing>
4549 <property name="expand">False</property> 4515 <property name="expand">False</property>
4550 <property name="fill">False</property> 4516 <property name="fill">False</property>
4551 <property name="position">3</property> 4517 <property name="position">2</property>
4552 </packing> 4518 </packing>
4553 </child> 4519 </child>
4554 <child> 4520 <child>
@@ -4587,7 +4553,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4587 </child> 4553 </child>
4588 </widget> 4554 </widget>
4589 <packing> 4555 <packing>
4590 <property name="position">4</property> 4556 <property name="position">3</property>
4591 </packing> 4557 </packing>
4592 </child> 4558 </child>
4593 <child> 4559 <child>
@@ -4623,48 +4589,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4623 <packing> 4589 <packing>
4624 <property name="expand">False</property> 4590 <property name="expand">False</property>
4625 <property name="fill">False</property> 4591 <property name="fill">False</property>
4626 <property name="position">5</property> 4592 <property name="position">4</property>
4627 </packing>
4628 </child>
4629 <child>
4630 <widget class="GtkHBox" id="hbox40">
4631 <property name="visible">True</property>
4632 <child>
4633 <widget class="GtkLabel" id="label111">
4634 <property name="visible">True</property>
4635 <property name="xpad">5</property>
4636 <property name="label" translatable="yes">_Update Interval:</property>
4637 <property name="use_underline">True</property>
4638 </widget>
4639 <packing>
4640 <property name="expand">False</property>
4641 <property name="fill">False</property>
4642 </packing>
4643 </child>
4644 <child>
4645 <widget class="GtkComboBoxEntry" id="collectionUpdateIntervalComboBoxEntry">
4646 <property name="visible">True</property>
4647 <property name="items" translatable="yes">--no update--
4648--sporadic update--
46491 day
46502 days
46511 week
46521 month
46531 year
4654</property>
4655 <child internal-child="entry">
4656 <widget class="GtkEntry" id="comboboxentry-entry6">
4657 </widget>
4658 </child>
4659 </widget>
4660 <packing>
4661 <property name="position">1</property>
4662 </packing>
4663 </child>
4664 </widget>
4665 <packing>
4666 <property name="expand">False</property>
4667 <property name="position">6</property>
4668 </packing> 4593 </packing>
4669 </child> 4594 </child>
4670 <child internal-child="action_area"> 4595 <child internal-child="action_area">
@@ -4701,7 +4626,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4701 <packing> 4626 <packing>
4702 <property name="expand">False</property> 4627 <property name="expand">False</property>
4703 <property name="fill">False</property> 4628 <property name="fill">False</property>
4704 <property name="pack_type">GTK_PACK_END</property> 4629 <property name="position">5</property>
4705 </packing> 4630 </packing>
4706 </child> 4631 </child>
4707 </widget> 4632 </widget>
@@ -4814,40 +4739,6 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4814 <property name="position">1</property> 4739 <property name="position">1</property>
4815 </packing> 4740 </packing>
4816 </child> 4741 </child>
4817 <child>
4818 <widget class="GtkLabel" id="label126">
4819 <property name="visible">True</property>
4820 <property name="xpad">5</property>
4821 <property name="label" translatable="yes">_Update Interval:</property>
4822 <property name="use_underline">True</property>
4823 </widget>
4824 <packing>
4825 <property name="expand">False</property>
4826 <property name="fill">False</property>
4827 <property name="position">2</property>
4828 </packing>
4829 </child>
4830 <child>
4831 <widget class="GtkComboBoxEntry" id="namespaceUpdateIntervalComboBoxEntry">
4832 <property name="visible">True</property>
4833 <property name="items" translatable="yes">--no update--
4834--sporadic update--
48351 day
48362 days
48371 week
48381 month
48391 year
4840</property>
4841 <signal name="changed" handler="on_updateIntervalComboBoxEntry_changed" object="namespaceUpdateOkButton"/>
4842 <child internal-child="entry">
4843 <widget class="GtkEntry" id="comboboxentry-entry7">
4844 </widget>
4845 </child>
4846 </widget>
4847 <packing>
4848 <property name="position">3</property>
4849 </packing>
4850 </child>
4851 </widget> 4742 </widget>
4852 <packing> 4743 <packing>
4853 <property name="expand">False</property> 4744 <property name="expand">False</property>
@@ -5014,9 +4905,9 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
5014 <property name="modal">True</property> 4905 <property name="modal">True</property>
5015 <property name="icon_name">gtk-save-as</property> 4906 <property name="icon_name">gtk-save-as</property>
5016 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> 4907 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
5017 <property name="do_overwrite_confirmation">True</property>
5018 <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property>
5019 <property name="show_hidden">True</property> 4908 <property name="show_hidden">True</property>
4909 <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property>
4910 <property name="do_overwrite_confirmation">True</property>
5020 <child internal-child="vbox"> 4911 <child internal-child="vbox">
5021 <widget class="GtkVBox" id="dialog-vbox7"> 4912 <widget class="GtkVBox" id="dialog-vbox7">
5022 <property name="visible">True</property> 4913 <property name="visible">True</property>