aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade309
1 files changed, 275 insertions, 34 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 1c760367..3348f828 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -12,6 +12,50 @@
12 <property name="step_increment">1</property> 12 <property name="step_increment">1</property>
13 <property name="page_increment">10</property> 13 <property name="page_increment">10</property>
14 </object> 14 </object>
15 <object class="GtkTreeStore" id="GNUNET_GTK_file_sharing_downloads_tree_store">
16 <columns>
17 <!-- column-name metadata -->
18 <column type="gpointer"/>
19 <!-- column-name uri -->
20 <column type="gpointer"/>
21 <!-- column-name filesize -->
22 <column type="guint64"/>
23 <!-- column-name preview -->
24 <column type="GdkPixbuf"/>
25 <!-- column-name percent_progress -->
26 <column type="guint"/>
27 <!-- column-name percent_availability -->
28 <column type="guint"/>
29 <!-- column-name filename -->
30 <column type="gchararray"/>
31 <!-- column-name uri_as_string -->
32 <column type="gchararray"/>
33 <!-- column-name status_colour -->
34 <column type="gchararray"/>
35 <!-- column-name struct_search_result -->
36 <column type="gpointer"/>
37 <!-- column-name mimetype -->
38 <column type="gchararray"/>
39 <!-- column-name applicability_rank -->
40 <column type="guint"/>
41 <!-- column-name availability_certainty -->
42 <column type="guint"/>
43 <!-- column-name availability_rank -->
44 <column type="gint"/>
45 <!-- column-name completed -->
46 <column type="guint64"/>
47 <!-- column-name downloaded_filename -->
48 <column type="gchararray"/>
49 <!-- column-name downloaded_anonymity -->
50 <column type="gint"/>
51 <!-- column-name status_icon -->
52 <column type="GdkPixbuf"/>
53 <!-- column-name unknown_availability -->
54 <column type="gint"/>
55 <!-- column-name show_ns_association -->
56 <column type="gboolean"/>
57 </columns>
58 </object>
15 <object class="GtkTreeStore" id="GNUNET_GTK_file_sharing_publishing_tree_store"> 59 <object class="GtkTreeStore" id="GNUNET_GTK_file_sharing_publishing_tree_store">
16 <columns> 60 <columns>
17 <!-- column-name filesize --> 61 <!-- column-name filesize -->
@@ -32,6 +76,18 @@
32 <column type="guint"/> 76 <column type="guint"/>
33 </columns> 77 </columns>
34 </object> 78 </object>
79 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store">
80 <columns>
81 <!-- column-name extractor_meta_type -->
82 <column type="guint"/>
83 <!-- column-name extractor_meta_format -->
84 <column type="guint"/>
85 <!-- column-name extractor_meta_type_string -->
86 <column type="gchararray"/>
87 <!-- column-name extracotr_meta_value -->
88 <column type="gchararray"/>
89 </columns>
90 </object>
35 <object class="GtkWindow" id="GNUNET_GTK_main_window"> 91 <object class="GtkWindow" id="GNUNET_GTK_main_window">
36 <property name="can_focus">False</property> 92 <property name="can_focus">False</property>
37 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> 93 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
@@ -569,8 +625,205 @@ This operation will be executed using the anonymity level specified on the right
569 <object class="GtkNotebook" id="GNUNET_GTK_main_window_notebook"> 625 <object class="GtkNotebook" id="GNUNET_GTK_main_window_notebook">
570 <property name="visible">True</property> 626 <property name="visible">True</property>
571 <property name="can_focus">True</property> 627 <property name="can_focus">True</property>
572 <property name="scrollable">True</property>
573 <signal name="switch-page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes" swapped="no"/> 628 <signal name="switch-page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes" swapped="no"/>
629 <child>
630 <object class="GtkTreeView" id="GNUNET_GTK_download_frame">
631 <property name="visible">True</property>
632 <property name="can_focus">True</property>
633 <property name="model">GNUNET_GTK_file_sharing_downloads_tree_store</property>
634 <property name="headers_clickable">False</property>
635 <property name="search_column">6</property>
636 <property name="enable_grid_lines">horizontal</property>
637 <property name="enable_tree_lines">True</property>
638 <signal name="cursor-changed" handler="GNUNET_FS_GTK_download_frame_treeview_cursor_changed_cb" swapped="no"/>
639 <signal name="button-press-event" handler="GNUNET_GTK_download_frame_button_press_event_cb" swapped="no"/>
640 <signal name="popup-menu" handler="GNUNET_FS_GTK_search_treeview_popup_menu" swapped="no"/>
641 <child>
642 <object class="GtkTreeViewColumn" id="GNUNET_GTK_download_description_column">
643 <property name="title">Description</property>
644 <property name="expand">True</property>
645 <property name="clickable">True</property>
646 <property name="reorderable">True</property>
647 <property name="sort_indicator">True</property>
648 <property name="sort_column_id">6</property>
649 <child>
650 <object class="GtkCellRendererText" id="GNUNET_GTK_download_description_renderer_text"/>
651 <attributes>
652 <attribute name="cell-background">8</attribute>
653 <attribute name="text">6</attribute>
654 </attributes>
655 </child>
656 <child>
657 <object class="GtkCellRendererPixbuf" id="GNUNET_GTK_download_description_renderer_pixbuf">
658 <property name="xalign">1</property>
659 <property name="icon_name">gnunet-fs-gtk-ns-association</property>
660 </object>
661 <attributes>
662 <attribute name="visible">19</attribute>
663 </attributes>
664 </child>
665 </object>
666 </child>
667 <child>
668 <object class="GtkTreeViewColumn" id="GNUNET_GTK_download_pixbuf_column">
669 <property name="title" translatable="yes">Status</property>
670 <child>
671 <object class="GtkCellRendererPixbuf" id="GNUNET_GTK_download_status_cellrendererpixbuf"/>
672 <attributes>
673 <attribute name="cell-background">8</attribute>
674 <attribute name="pixbuf">17</attribute>
675 <attribute name="stock-id">8</attribute>
676 </attributes>
677 </child>
678 </object>
679 </child>
680 <child>
681 <object class="GtkTreeViewColumn" id="GNUNET_GTK_download_availability_column">
682 <property name="title">Availability</property>
683 <property name="clickable">True</property>
684 <property name="reorderable">True</property>
685 <property name="sort_indicator">True</property>
686 <property name="sort_column_id">5</property>
687 <child>
688 <object class="GtkCellRendererProgress" id="GNUNET_GTK_download_availability_renderer"/>
689 <attributes>
690 <attribute name="cell-background">8</attribute>
691 <attribute name="pulse">18</attribute>
692 <attribute name="value">5</attribute>
693 </attributes>
694 </child>
695 </object>
696 </child>
697 <child>
698 <object class="GtkTreeViewColumn" id="GNUNET_GTK_download_mime_column">
699 <property name="visible">False</property>
700 <property name="title">Format</property>
701 <property name="clickable">True</property>
702 <property name="reorderable">True</property>
703 <property name="sort_indicator">True</property>
704 <property name="sort_column_id">10</property>
705 <child>
706 <object class="GtkCellRendererText" id="GNUNET_GTK_download_mime_renderer"/>
707 <attributes>
708 <attribute name="cell-background">8</attribute>
709 <attribute name="text">10</attribute>
710 </attributes>
711 </child>
712 </object>
713 </child>
714 <child>
715 <object class="GtkTreeViewColumn" id="GNUNET_GTK_download_completed_column">
716 <property name="visible">False</property>
717 <property name="title">Completed (bytes)</property>
718 <property name="clickable">True</property>
719 <property name="reorderable">True</property>
720 <property name="sort_indicator">True</property>
721 <property name="sort_column_id">14</property>
722 <child>
723 <object class="GtkCellRendererText" id="GNUNET_GTK_download_completed_renderer"/>
724 <attributes>
725 <attribute name="cell-background">8</attribute>
726 <attribute name="text">14</attribute>
727 </attributes>
728 </child>
729 </object>
730 </child>
731 <child>
732 <object class="GtkTreeViewColumn" id="GNUNET_GTK_download_size_column">
733 <property name="title">Size</property>
734 <property name="clickable">True</property>
735 <property name="reorderable">True</property>
736 <property name="sort_indicator">True</property>
737 <property name="sort_column_id">2</property>
738 <child>
739 <object class="GtkCellRendererText" id="GNUNET_GTK_download_size_renderer"/>
740 <attributes>
741 <attribute name="cell-background">8</attribute>
742 <attribute name="text">2</attribute>
743 </attributes>
744 </child>
745 </object>
746 </child>
747 <child>
748 <object class="GtkTreeViewColumn" id="GNUNET_GTK_download_progress_column">
749 <property name="title">Progress</property>
750 <property name="clickable">True</property>
751 <property name="reorderable">True</property>
752 <property name="sort_indicator">True</property>
753 <property name="sort_column_id">4</property>
754 <child>
755 <object class="GtkCellRendererProgress" id="GNUNET_GTK_download_progress_renderer"/>
756 <attributes>
757 <attribute name="cell-background">8</attribute>
758 <attribute name="text">4</attribute>
759 <attribute name="value">4</attribute>
760 </attributes>
761 </child>
762 </object>
763 </child>
764 <child>
765 <object class="GtkTreeViewColumn" id="GNUNET_GTK_download_applicability_column">
766 <property name="visible">False</property>
767 <property name="title">#</property>
768 <property name="clickable">True</property>
769 <property name="reorderable">True</property>
770 <property name="sort_indicator">True</property>
771 <property name="sort_column_id">11</property>
772 <child>
773 <object class="GtkCellRendererText" id="GNUNET_GTK_download_applicability_renderer"/>
774 <attributes>
775 <attribute name="cell-background">8</attribute>
776 <attribute name="text">11</attribute>
777 </attributes>
778 </child>
779 </object>
780 </child>
781 </object>
782 </child>
783 <child type="tab">
784 <object class="GtkHBox" id="GNUNET_GTK_download_frame_hbox">
785 <property name="visible">True</property>
786 <property name="can_focus">False</property>
787 <child>
788 <object class="GtkImage" id="GNUNET_GTK_main_window_notebook_download_image">
789 <property name="visible">True</property>
790 <property name="can_focus">False</property>
791 <property name="stock">gtk-go-down</property>
792 </object>
793 <packing>
794 <property name="expand">False</property>
795 <property name="fill">False</property>
796 <property name="padding">5</property>
797 <property name="position">0</property>
798 </packing>
799 </child>
800 <child>
801 <object class="GtkButton" id="_search_result_label_clear_button">
802 <property name="visible">True</property>
803 <property name="can_focus">True</property>
804 <property name="receives_default">True</property>
805 <signal name="clicked" handler="GNUNET_FS_GTK_downloads_clear_button_clicked" swapped="no"/>
806 <child>
807 <object class="GtkImage" id="clear_icon_stock_image">
808 <property name="visible">True</property>
809 <property name="can_focus">False</property>
810 <property name="stock">gtk-clear</property>
811 <property name="icon-size">2</property>
812 </object>
813 </child>
814 </object>
815 <packing>
816 <property name="expand">False</property>
817 <property name="fill">False</property>
818 <property name="padding">5</property>
819 <property name="position">1</property>
820 </packing>
821 </child>
822 </object>
823 <packing>
824 <property name="tab_fill">False</property>
825 </packing>
826 </child>
574 </object> 827 </object>
575 <packing> 828 <packing>
576 <property name="expand">True</property> 829 <property name="expand">True</property>
@@ -890,18 +1143,6 @@ This operation will be executed using the anonymity level specified on the right
890 </object> 1143 </object>
891 </child> 1144 </child>
892 </object> 1145 </object>
893 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store">
894 <columns>
895 <!-- column-name extractor_meta_type -->
896 <column type="guint"/>
897 <!-- column-name extractor_meta_format -->
898 <column type="guint"/>
899 <!-- column-name extractor_meta_type_string -->
900 <column type="gchararray"/>
901 <!-- column-name extracotr_meta_value -->
902 <column type="gchararray"/>
903 </columns>
904 </object>
905 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store"> 1146 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
906 <columns> 1147 <columns>
907 <!-- column-name peer_identity --> 1148 <!-- column-name peer_identity -->
@@ -916,6 +1157,13 @@ This operation will be executed using the anonymity level specified on the right
916 <column type="guint64"/> 1157 <column type="guint64"/>
917 </columns> 1158 </columns>
918 </object> 1159 </object>
1160 <object class="GtkSizeGroup" id="GNUNET_GTK_download_frame_labels_size_group">
1161 <widgets>
1162 <widget name="GNUNET_GTK_search_frame_download_location_label"/>
1163 <widget name="GNUNET_GTK_search_frame_download_anonymity_label"/>
1164 <widget name="GNUNET_GTK_search_frame_download_filename_label"/>
1165 </widgets>
1166 </object>
919 <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore"> 1167 <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore">
920 <columns> 1168 <columns>
921 <!-- column-name namespace_name --> 1169 <!-- column-name namespace_name -->
@@ -1018,27 +1266,6 @@ This operation will be executed using the anonymity level specified on the right
1018 <property name="can_focus">False</property> 1266 <property name="can_focus">False</property>
1019 <property name="stock">gtk-index</property> 1267 <property name="stock">gtk-index</property>
1020 </object> 1268 </object>
1021 <object class="GtkSizeGroup" id="GNUNET_FS_GTK_download_frame_vsize_group">
1022 <property name="mode">vertical</property>
1023 <property name="ignore_hidden">True</property>
1024 <widgets>
1025 <widget name="GNUNET_GTK_search_frame_download_location_label"/>
1026 <widget name="GNUNET_GTK_search_frame_download_filename_label"/>
1027 <widget name="GNUNET_GTK_search_frame_download_anonymity_label"/>
1028 <widget name="GNUNET_GTK_search_frame_download_location_chooser"/>
1029 <widget name="GNUNET_GTK_search_frame_download_filename_entry"/>
1030 <widget name="GNUNET_GTK_search_frame_download_filename_change_button"/>
1031 <widget name="main_window_download_anonymity_combobox_alignment"/>
1032 <widget name="GNUNET_GTK_search_frame_download_recursive_checkbox"/>
1033 </widgets>
1034 </object>
1035 <object class="GtkSizeGroup" id="GNUNET_GTK_download_frame_labels_size_group">
1036 <widgets>
1037 <widget name="GNUNET_GTK_search_frame_download_location_label"/>
1038 <widget name="GNUNET_GTK_search_frame_download_anonymity_label"/>
1039 <widget name="GNUNET_GTK_search_frame_download_filename_label"/>
1040 </widgets>
1041 </object>
1042 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup"> 1269 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
1043 <property name="mode">vertical</property> 1270 <property name="mode">vertical</property>
1044 </object> 1271 </object>
@@ -1230,6 +1457,20 @@ This operation will be executed using the anonymity level specified on the right
1230 <property name="can_focus">False</property> 1457 <property name="can_focus">False</property>
1231 <property name="stock">gtk-open</property> 1458 <property name="stock">gtk-open</property>
1232 </object> 1459 </object>
1460 <object class="GtkSizeGroup" id="GNUNET_FS_GTK_download_frame_vsize_group">
1461 <property name="mode">vertical</property>
1462 <property name="ignore_hidden">True</property>
1463 <widgets>
1464 <widget name="GNUNET_GTK_search_frame_download_location_label"/>
1465 <widget name="GNUNET_GTK_search_frame_download_filename_label"/>
1466 <widget name="GNUNET_GTK_search_frame_download_anonymity_label"/>
1467 <widget name="GNUNET_GTK_search_frame_download_location_chooser"/>
1468 <widget name="GNUNET_GTK_search_frame_download_filename_entry"/>
1469 <widget name="GNUNET_GTK_search_frame_download_filename_change_button"/>
1470 <widget name="main_window_download_anonymity_combobox_alignment"/>
1471 <widget name="GNUNET_GTK_search_frame_download_recursive_checkbox"/>
1472 </widgets>
1473 </object>
1233 <object class="GtkAdjustment" id="priority_adjustment"> 1474 <object class="GtkAdjustment" id="priority_adjustment">
1234 <property name="upper">10000000</property> 1475 <property name="upper">10000000</property>
1235 <property name="value">1000</property> 1476 <property name="value">1000</property>