aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade37
1 files changed, 29 insertions, 8 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index 253d6703..ab699f1c 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -4453,6 +4453,7 @@
4453 <property name="secondary_icon_activatable">False</property> 4453 <property name="secondary_icon_activatable">False</property>
4454 <property name="primary_icon_sensitive">True</property> 4454 <property name="primary_icon_sensitive">True</property>
4455 <property name="secondary_icon_sensitive">True</property> 4455 <property name="secondary_icon_sensitive">True</property>
4456 <signal name="changed" handler="GNUNET_setup_gns_pseu_entry_changed_cb" swapped="no"/>
4456 </object> 4457 </object>
4457 <packing> 4458 <packing>
4458 <property name="expand">False</property> 4459 <property name="expand">False</property>
@@ -4469,6 +4470,7 @@
4469 <property name="can_focus">True</property> 4470 <property name="can_focus">True</property>
4470 <property name="receives_default">True</property> 4471 <property name="receives_default">True</property>
4471 <property name="use_stock">True</property> 4472 <property name="use_stock">True</property>
4473 <signal name="clicked" handler="GNUNET_setup_gns_public_key_copy_button_clicked_cb" swapped="no"/>
4472 </object> 4474 </object>
4473 <packing> 4475 <packing>
4474 <property name="expand">False</property> 4476 <property name="expand">False</property>
@@ -4510,6 +4512,7 @@
4510 <property name="receives_default">True</property> 4512 <property name="receives_default">True</property>
4511 <property name="tooltip_text" translatable="yes">Save QR code to file</property> 4513 <property name="tooltip_text" translatable="yes">Save QR code to file</property>
4512 <property name="use_stock">True</property> 4514 <property name="use_stock">True</property>
4515 <signal name="clicked" handler="GNUNET_setup_gns_qr_saveas_button_clicked_cb" swapped="no"/>
4513 </object> 4516 </object>
4514 <packing> 4517 <packing>
4515 <property name="expand">False</property> 4518 <property name="expand">False</property>
@@ -4562,6 +4565,9 @@
4562 <property name="can_focus">True</property> 4565 <property name="can_focus">True</property>
4563 <property name="model">GNUNET_setup_gns_treestore</property> 4566 <property name="model">GNUNET_setup_gns_treestore</property>
4564 <property name="search_column">0</property> 4567 <property name="search_column">0</property>
4568 <signal name="button-press-event" handler="GNUNET_setup_gns_main_treeview_button_press_event_cb" swapped="no"/>
4569 <signal name="key-press-event" handler="GNUNET_setup_gns_main_treeview_key_press_event_cb" swapped="no"/>
4570 <signal name="popup-menu" handler="GNUNET_setup_gns_main_treeview_popup_menu_cb" swapped="no"/>
4565 <child> 4571 <child>
4566 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_name_treeviewcolumn"> 4572 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_name_treeviewcolumn">
4567 <property name="title">Name</property> 4573 <property name="title">Name</property>
@@ -4570,7 +4576,9 @@
4570 <property name="sort_indicator">True</property> 4576 <property name="sort_indicator">True</property>
4571 <property name="sort_column_id">0</property> 4577 <property name="sort_column_id">0</property>
4572 <child> 4578 <child>
4573 <object class="GtkCellRendererText" id="GNUNET_setup_gns_name_cellrenderertext"/> 4579 <object class="GtkCellRendererText" id="GNUNET_setup_gns_name_cellrenderertext">
4580 <signal name="edited" handler="GNUNET_setup_gns_name_cellrenderertext_edited_cb" swapped="no"/>
4581 </object>
4574 <attributes> 4582 <attributes>
4575 <attribute name="visible">9</attribute> 4583 <attribute name="visible">9</attribute>
4576 <attribute name="background">13</attribute> 4584 <attribute name="background">13</attribute>
@@ -4587,9 +4595,12 @@
4587 <property name="title">Public</property> 4595 <property name="title">Public</property>
4588 <property name="clickable">True</property> 4596 <property name="clickable">True</property>
4589 <child> 4597 <child>
4590 <object class="GtkCellRendererToggle" id="GNUNET_setup_gns_ispublic_cellrenderertoggle"/> 4598 <object class="GtkCellRendererToggle" id="GNUNET_setup_gns_ispublic_cellrenderertoggle">
4599 <signal name="toggled" handler="GNUNET_setup_gns_ispublic_cellrenderertoggle_toggled_cb" swapped="no"/>
4600 </object>
4591 <attributes> 4601 <attributes>
4592 <attribute name="visible">10</attribute> 4602 <attribute name="sensitive">11</attribute>
4603 <attribute name="visible">11</attribute>
4593 <attribute name="active">1</attribute> 4604 <attribute name="active">1</attribute>
4594 </attributes> 4605 </attributes>
4595 </child> 4606 </child>
@@ -4607,10 +4618,12 @@
4607 <child> 4618 <child>
4608 <object class="GtkCellRendererCombo" id="GNUNET_setup_gns_type_cellrenderercombo"> 4619 <object class="GtkCellRendererCombo" id="GNUNET_setup_gns_type_cellrenderercombo">
4609 <property name="editable">True</property> 4620 <property name="editable">True</property>
4621 <property name="model">GNUNET_setup_gns_type_liststore</property>
4610 <property name="text_column">1</property> 4622 <property name="text_column">1</property>
4623 <signal name="changed" handler="GNUNET_setup_gns_type_cellrenderercombo_changed_cb" swapped="no"/>
4611 </object> 4624 </object>
4612 <attributes> 4625 <attributes>
4613 <attribute name="visible">11</attribute> 4626 <attribute name="visible">10</attribute>
4614 <attribute name="text">3</attribute> 4627 <attribute name="text">3</attribute>
4615 </attributes> 4628 </attributes>
4616 </child> 4629 </child>
@@ -4625,11 +4638,13 @@
4625 <property name="sort_column_id">4</property> 4638 <property name="sort_column_id">4</property>
4626 <child> 4639 <child>
4627 <object class="GtkCellRendererText" id="GNUNET_setup_gns_expiration_cellrenderertext"> 4640 <object class="GtkCellRendererText" id="GNUNET_setup_gns_expiration_cellrenderertext">
4628 <property name="editable">True</property> 4641 <signal name="edited" handler="GNUNET_setup_gns_expiration_cellrenderertext_edited_cb" swapped="no"/>
4629 </object> 4642 </object>
4630 <attributes> 4643 <attributes>
4644 <attribute name="sensitive">11</attribute>
4631 <attribute name="visible">10</attribute> 4645 <attribute name="visible">10</attribute>
4632 <attribute name="background">12</attribute> 4646 <attribute name="background">12</attribute>
4647 <attribute name="editable">11</attribute>
4633 <attribute name="text">6</attribute> 4648 <attribute name="text">6</attribute>
4634 </attributes> 4649 </attributes>
4635 </child> 4650 </child>
@@ -4644,11 +4659,13 @@
4644 <property name="sort_column_id">7</property> 4659 <property name="sort_column_id">7</property>
4645 <child> 4660 <child>
4646 <object class="GtkCellRendererText" id="GNUNET_setup_gns_value_cellrenderertext"> 4661 <object class="GtkCellRendererText" id="GNUNET_setup_gns_value_cellrenderertext">
4647 <property name="editable">True</property> 4662 <signal name="edited" handler="GNUNET_setup_gns_value_cellrenderertext_edited_cb" swapped="no"/>
4648 </object> 4663 </object>
4649 <attributes> 4664 <attributes>
4665 <attribute name="sensitive">11</attribute>
4650 <attribute name="visible">10</attribute> 4666 <attribute name="visible">10</attribute>
4651 <attribute name="background">8</attribute> 4667 <attribute name="background">8</attribute>
4668 <attribute name="editable">11</attribute>
4652 <attribute name="text">7</attribute> 4669 <attribute name="text">7</attribute>
4653 </attributes> 4670 </attributes>
4654 </child> 4671 </child>
@@ -4758,6 +4775,7 @@
4758 <property name="can_focus">False</property> 4775 <property name="can_focus">False</property>
4759 <property name="tooltip_text" translatable="yes">Delete GNS entry</property> 4776 <property name="tooltip_text" translatable="yes">Delete GNS entry</property>
4760 <property name="label" translatable="yes">Delete</property> 4777 <property name="label" translatable="yes">Delete</property>
4778 <signal name="activate" handler="GNUNET_setup_gns_popup_delete_button_activate_cb" swapped="no"/>
4761 </object> 4779 </object>
4762 </child> 4780 </child>
4763 <child> 4781 <child>
@@ -4781,6 +4799,7 @@
4781 <property name="visible">True</property> 4799 <property name="visible">True</property>
4782 <property name="can_focus">False</property> 4800 <property name="can_focus">False</property>
4783 <property name="label" translatable="yes">1 week</property> 4801 <property name="label" translatable="yes">1 week</property>
4802 <signal name="activate" handler="GNUNET_setup_gns_popup_1w_exp_button_activate_cb" swapped="no"/>
4784 </object> 4803 </object>
4785 </child> 4804 </child>
4786 <child> 4805 <child>
@@ -4789,6 +4808,7 @@
4789 <property name="visible">True</property> 4808 <property name="visible">True</property>
4790 <property name="can_focus">False</property> 4809 <property name="can_focus">False</property>
4791 <property name="label" translatable="yes">1 year</property> 4810 <property name="label" translatable="yes">1 year</property>
4811 <signal name="activate" handler="GNUNET_setup_gns_popup_1y_exp_button_activate_cb" swapped="no"/>
4792 </object> 4812 </object>
4793 </child> 4813 </child>
4794 <child> 4814 <child>
@@ -4797,6 +4817,7 @@
4797 <property name="visible">True</property> 4817 <property name="visible">True</property>
4798 <property name="can_focus">False</property> 4818 <property name="can_focus">False</property>
4799 <property name="label" translatable="yes">never</property> 4819 <property name="label" translatable="yes">never</property>
4820 <signal name="activate" handler="GNUNET_setup_gns_popup_forever_exp_button_activate_cb" swapped="no"/>
4800 </object> 4821 </object>
4801 </child> 4822 </child>
4802 </object> 4823 </object>
@@ -4834,11 +4855,11 @@
4834 <column type="gchararray"/> 4855 <column type="gchararray"/>
4835 <!-- column-name name_is_editable --> 4856 <!-- column-name name_is_editable -->
4836 <column type="gboolean"/> 4857 <column type="gboolean"/>
4837 <!-- column-name name_is_row --> 4858 <!-- column-name name_is_record_row -->
4838 <column type="gboolean"/> 4859 <column type="gboolean"/>
4839 <!-- column-name not_dummy_row --> 4860 <!-- column-name not_dummy_row -->
4840 <column type="gboolean"/> 4861 <column type="gboolean"/>
4841 <!-- column-name expiration_time_as_color --> 4862 <!-- column-name expiration_time_color -->
4842 <column type="gchararray"/> 4863 <column type="gchararray"/>
4843 <!-- column-name name_color --> 4864 <!-- column-name name_color -->
4844 <column type="gchararray"/> 4865 <column type="gchararray"/>