diff options
Diffstat (limited to 'gnunet-gtk.glade')
-rw-r--r-- | gnunet-gtk.glade | 188 |
1 files changed, 78 insertions, 110 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade index f68a61ec..f5db3221 100644 --- a/gnunet-gtk.glade +++ b/gnunet-gtk.glade | |||
@@ -605,52 +605,6 @@ This release adds context-menus (right-click) which allow copying the URI of sea | |||
605 | </packing> | 605 | </packing> |
606 | </child> | 606 | </child> |
607 | <child> | 607 | <child> |
608 | <widget class="GtkVBox" id="vbox22"> | ||
609 | <property name="visible">True</property> | ||
610 | <property name="homogeneous">True</property> | ||
611 | <child> | ||
612 | <widget class="GtkButton" id="cancelSearchButton"> | ||
613 | <property name="sensitive">False</property> | ||
614 | <property name="can_focus">True</property> | ||
615 | <property name="tooltip" translatable="yes">Cancel the selected search</property> | ||
616 | <property name="label">gtk-cancel</property> | ||
617 | <property name="use_stock">True</property> | ||
618 | <property name="response_id">0</property> | ||
619 | <signal name="clicked" handler="on_abortSearchSummaryButton_clicked_" object="activeSearchesSummary"/> | ||
620 | </widget> | ||
621 | <packing> | ||
622 | <property name="expand">False</property> | ||
623 | <property name="fill">False</property> | ||
624 | </packing> | ||
625 | </child> | ||
626 | <child> | ||
627 | <widget class="GtkButton" id="stopSearchButton"> | ||
628 | <property name="visible">True</property> | ||
629 | <property name="sensitive">False</property> | ||
630 | <property name="can_focus">True</property> | ||
631 | <property name="tooltip" translatable="yes">Cancel the selected search and remove it from the list</property> | ||
632 | <property name="label">gtk-stop</property> | ||
633 | <property name="use_stock">True</property> | ||
634 | <property name="response_id">0</property> | ||
635 | <signal name="clicked" handler="on_closeSearchSummaryButton_clicked_" object="activeSearchesSummary"/> | ||
636 | </widget> | ||
637 | <packing> | ||
638 | <property name="expand">False</property> | ||
639 | <property name="fill">False</property> | ||
640 | <property name="position">1</property> | ||
641 | </packing> | ||
642 | </child> | ||
643 | </widget> | ||
644 | <packing> | ||
645 | <property name="left_attach">1</property> | ||
646 | <property name="right_attach">2</property> | ||
647 | <property name="top_attach">1</property> | ||
648 | <property name="bottom_attach">2</property> | ||
649 | <property name="x_options">GTK_FILL</property> | ||
650 | <property name="x_padding">5</property> | ||
651 | </packing> | ||
652 | </child> | ||
653 | <child> | ||
654 | <widget class="GtkScrolledWindow" id="scrolledwindow10"> | 608 | <widget class="GtkScrolledWindow" id="scrolledwindow10"> |
655 | <property name="visible">True</property> | 609 | <property name="visible">True</property> |
656 | <property name="can_focus">True</property> | 610 | <property name="can_focus">True</property> |
@@ -902,24 +856,74 @@ This release adds context-menus (right-click) which allow copying the URI of sea | |||
902 | </packing> | 856 | </packing> |
903 | </child> | 857 | </child> |
904 | <child> | 858 | <child> |
905 | <widget class="GtkVBox" id="vbox21"> | 859 | <widget class="GtkAlignment" id="alignment11"> |
906 | <property name="visible">True</property> | 860 | <property name="visible">True</property> |
907 | <property name="homogeneous">True</property> | 861 | <property name="top_padding">5</property> |
908 | <child> | 862 | <child> |
909 | <widget class="GtkButton" id="cancelUploadButton"> | 863 | <widget class="GtkLabel" id="label45"> |
910 | <property name="sensitive">False</property> | 864 | <property name="visible">True</property> |
911 | <property name="can_focus">True</property> | 865 | <property name="xalign">0</property> |
912 | <property name="tooltip" translatable="yes">Cancel the selected upload (and all sub-uploads)</property> | 866 | <property name="xpad">5</property> |
913 | <property name="label">gtk-cancel</property> | 867 | <property name="ypad">5</property> |
914 | <property name="use_stock">True</property> | 868 | <property name="label" translatable="yes"><b>Downloads</b></property> |
915 | <property name="response_id">0</property> | 869 | <property name="use_markup">True</property> |
916 | <signal name="clicked" handler="on_abortUploadButton_clicked_" object="activeUploadsList"/> | ||
917 | </widget> | 870 | </widget> |
918 | <packing> | ||
919 | <property name="expand">False</property> | ||
920 | <property name="fill">False</property> | ||
921 | </packing> | ||
922 | </child> | 871 | </child> |
872 | </widget> | ||
873 | <packing> | ||
874 | <property name="right_attach">2</property> | ||
875 | <property name="top_attach">2</property> | ||
876 | <property name="bottom_attach">3</property> | ||
877 | <property name="y_options">GTK_FILL</property> | ||
878 | </packing> | ||
879 | </child> | ||
880 | <child> | ||
881 | <widget class="GtkAlignment" id="alignment14"> | ||
882 | <property name="visible">True</property> | ||
883 | <property name="top_padding">5</property> | ||
884 | <child> | ||
885 | <widget class="GtkLabel" id="label46"> | ||
886 | <property name="visible">True</property> | ||
887 | <property name="xalign">0</property> | ||
888 | <property name="xpad">5</property> | ||
889 | <property name="ypad">5</property> | ||
890 | <property name="label" translatable="yes"><b>Publications</b></property> | ||
891 | <property name="use_markup">True</property> | ||
892 | </widget> | ||
893 | </child> | ||
894 | </widget> | ||
895 | <packing> | ||
896 | <property name="right_attach">2</property> | ||
897 | <property name="top_attach">5</property> | ||
898 | <property name="bottom_attach">6</property> | ||
899 | <property name="y_options">GTK_FILL</property> | ||
900 | </packing> | ||
901 | </child> | ||
902 | <child> | ||
903 | <widget class="GtkButton" id="stopSearchButton"> | ||
904 | <property name="visible">True</property> | ||
905 | <property name="sensitive">False</property> | ||
906 | <property name="can_focus">True</property> | ||
907 | <property name="tooltip" translatable="yes">Cancel the selected search and remove it from the list</property> | ||
908 | <property name="border_width">4</property> | ||
909 | <property name="label">gtk-stop</property> | ||
910 | <property name="use_stock">True</property> | ||
911 | <property name="response_id">0</property> | ||
912 | <signal name="clicked" handler="on_closeSearchSummaryButton_clicked_" object="activeSearchesSummary"/> | ||
913 | </widget> | ||
914 | <packing> | ||
915 | <property name="left_attach">1</property> | ||
916 | <property name="right_attach">2</property> | ||
917 | <property name="top_attach">1</property> | ||
918 | <property name="bottom_attach">2</property> | ||
919 | <property name="x_options">GTK_FILL</property> | ||
920 | <property name="y_options"></property> | ||
921 | </packing> | ||
922 | </child> | ||
923 | <child> | ||
924 | <widget class="GtkVBox" id="vbox21"> | ||
925 | <property name="visible">True</property> | ||
926 | <property name="homogeneous">True</property> | ||
923 | <child> | 927 | <child> |
924 | <widget class="GtkButton" id="stopUploadButton"> | 928 | <widget class="GtkButton" id="stopUploadButton"> |
925 | <property name="visible">True</property> | 929 | <property name="visible">True</property> |
@@ -934,7 +938,6 @@ This release adds context-menus (right-click) which allow copying the URI of sea | |||
934 | <packing> | 938 | <packing> |
935 | <property name="expand">False</property> | 939 | <property name="expand">False</property> |
936 | <property name="fill">False</property> | 940 | <property name="fill">False</property> |
937 | <property name="position">1</property> | ||
938 | </packing> | 941 | </packing> |
939 | </child> | 942 | </child> |
940 | <child> | 943 | <child> |
@@ -982,7 +985,7 @@ This release adds context-menus (right-click) which allow copying the URI of sea | |||
982 | </widget> | 985 | </widget> |
983 | <packing> | 986 | <packing> |
984 | <property name="fill">False</property> | 987 | <property name="fill">False</property> |
985 | <property name="position">2</property> | 988 | <property name="position">1</property> |
986 | </packing> | 989 | </packing> |
987 | </child> | 990 | </child> |
988 | </widget> | 991 | </widget> |
@@ -995,50 +998,6 @@ This release adds context-menus (right-click) which allow copying the URI of sea | |||
995 | <property name="x_padding">5</property> | 998 | <property name="x_padding">5</property> |
996 | </packing> | 999 | </packing> |
997 | </child> | 1000 | </child> |
998 | <child> | ||
999 | <widget class="GtkAlignment" id="alignment11"> | ||
1000 | <property name="visible">True</property> | ||
1001 | <property name="top_padding">5</property> | ||
1002 | <child> | ||
1003 | <widget class="GtkLabel" id="label45"> | ||
1004 | <property name="visible">True</property> | ||
1005 | <property name="xalign">0</property> | ||
1006 | <property name="xpad">5</property> | ||
1007 | <property name="ypad">5</property> | ||
1008 | <property name="label" translatable="yes"><b>Downloads</b></property> | ||
1009 | <property name="use_markup">True</property> | ||
1010 | </widget> | ||
1011 | </child> | ||
1012 | </widget> | ||
1013 | <packing> | ||
1014 | <property name="right_attach">2</property> | ||
1015 | <property name="top_attach">2</property> | ||
1016 | <property name="bottom_attach">3</property> | ||
1017 | <property name="y_options">GTK_FILL</property> | ||
1018 | </packing> | ||
1019 | </child> | ||
1020 | <child> | ||
1021 | <widget class="GtkAlignment" id="alignment14"> | ||
1022 | <property name="visible">True</property> | ||
1023 | <property name="top_padding">5</property> | ||
1024 | <child> | ||
1025 | <widget class="GtkLabel" id="label46"> | ||
1026 | <property name="visible">True</property> | ||
1027 | <property name="xalign">0</property> | ||
1028 | <property name="xpad">5</property> | ||
1029 | <property name="ypad">5</property> | ||
1030 | <property name="label" translatable="yes"><b>Publications</b></property> | ||
1031 | <property name="use_markup">True</property> | ||
1032 | </widget> | ||
1033 | </child> | ||
1034 | </widget> | ||
1035 | <packing> | ||
1036 | <property name="right_attach">2</property> | ||
1037 | <property name="top_attach">5</property> | ||
1038 | <property name="bottom_attach">6</property> | ||
1039 | <property name="y_options">GTK_FILL</property> | ||
1040 | </packing> | ||
1041 | </child> | ||
1042 | </widget> | 1001 | </widget> |
1043 | </child> | 1002 | </child> |
1044 | <child> | 1003 | <child> |
@@ -2851,8 +2810,12 @@ Press ENTER to add the data.</atkproperty> | |||
2851 | </widget> | 2810 | </widget> |
2852 | <widget class="GtkDialog" id="metaDisplayDialog"> | 2811 | <widget class="GtkDialog" id="metaDisplayDialog"> |
2853 | <property name="visible">True</property> | 2812 | <property name="visible">True</property> |
2813 | <property name="tooltip" translatable="yes">Metadata for the selected search result</property> | ||
2854 | <property name="title" translatable="yes">File Information</property> | 2814 | <property name="title" translatable="yes">File Information</property> |
2855 | <property name="modal">True</property> | 2815 | <property name="modal">True</property> |
2816 | <property name="window_position">GTK_WIN_POS_CENTER</property> | ||
2817 | <property name="default_width">600</property> | ||
2818 | <property name="default_height">400</property> | ||
2856 | <property name="icon">info.png</property> | 2819 | <property name="icon">info.png</property> |
2857 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | 2820 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
2858 | <child internal-child="vbox"> | 2821 | <child internal-child="vbox"> |
@@ -3414,7 +3377,12 @@ Press ENTER to add the data.</atkproperty> | |||
3414 | <property name="visible">True</property> | 3377 | <property name="visible">True</property> |
3415 | <property name="tooltip" translatable="yes">The gnunet-gtk about dialog</property> | 3378 | <property name="tooltip" translatable="yes">The gnunet-gtk about dialog</property> |
3416 | <property name="border_width">5</property> | 3379 | <property name="border_width">5</property> |
3417 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> | 3380 | <property name="title" translatable="yes">About gnunet-gtk</property> |
3381 | <property name="modal">True</property> | ||
3382 | <property name="window_position">GTK_WIN_POS_CENTER</property> | ||
3383 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | ||
3384 | <property name="program_name">gnunet-gtk</property> | ||
3385 | <property name="version">0.8.0pre1</property> | ||
3418 | <property name="copyright" translatable="yes">(C) 2001-2008 Christian Grothoff (and other contributing authors)</property> | 3386 | <property name="copyright" translatable="yes">(C) 2001-2008 Christian Grothoff (and other contributing authors)</property> |
3419 | <property name="comments" translatable="yes">https://gnunet.org/</property> | 3387 | <property name="comments" translatable="yes">https://gnunet.org/</property> |
3420 | <property name="website">http://www.gnu.org/software/gnunet/</property> | 3388 | <property name="website">http://www.gnu.org/software/gnunet/</property> |
@@ -4881,7 +4849,7 @@ Alex Jones <alexrjones@ntlworld.com></property> | |||
4881 | </packing> | 4849 | </packing> |
4882 | </child> | 4850 | </child> |
4883 | <child> | 4851 | <child> |
4884 | <widget class="GtkEntry" id="nextIdentifierEntry"> | 4852 | <widget class="GtkEntry" id="nextIdentifierEntry1"> |
4885 | <property name="visible">True</property> | 4853 | <property name="visible">True</property> |
4886 | <property name="can_focus">True</property> | 4854 | <property name="can_focus">True</property> |
4887 | </widget> | 4855 | </widget> |
@@ -5059,7 +5027,7 @@ Alex Jones <alexrjones@ntlworld.com></property> | |||
5059 | </packing> | 5027 | </packing> |
5060 | </child> | 5028 | </child> |
5061 | <child> | 5029 | <child> |
5062 | <widget class="GtkButton" id="searchCloseButton"> | 5030 | <widget class="GtkButton" id="searchCloseButton1"> |
5063 | <property name="visible">True</property> | 5031 | <property name="visible">True</property> |
5064 | <property name="tooltip" translatable="yes">Stop the search and close the tab</property> | 5032 | <property name="tooltip" translatable="yes">Stop the search and close the tab</property> |
5065 | <property name="relief">GTK_RELIEF_NONE</property> | 5033 | <property name="relief">GTK_RELIEF_NONE</property> |
@@ -5089,9 +5057,9 @@ Alex Jones <alexrjones@ntlworld.com></property> | |||
5089 | <property name="modal">True</property> | 5057 | <property name="modal">True</property> |
5090 | <property name="icon_name">gtk-save-as</property> | 5058 | <property name="icon_name">gtk-save-as</property> |
5091 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | 5059 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
5092 | <property name="show_hidden">True</property> | ||
5093 | <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property> | 5060 | <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property> |
5094 | <property name="do_overwrite_confirmation">True</property> | 5061 | <property name="do_overwrite_confirmation">True</property> |
5062 | <property name="show_hidden">True</property> | ||
5095 | <child internal-child="vbox"> | 5063 | <child internal-child="vbox"> |
5096 | <widget class="GtkVBox" id="dialog-vbox7"> | 5064 | <widget class="GtkVBox" id="dialog-vbox7"> |
5097 | <property name="visible">True</property> | 5065 | <property name="visible">True</property> |