aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_conversation_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_conversation_gtk_main_window.glade237
1 files changed, 69 insertions, 168 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade
index d9633293..5e20cfdd 100644
--- a/contrib/gnunet_conversation_gtk_main_window.glade
+++ b/contrib/gnunet_conversation_gtk_main_window.glade
@@ -30,19 +30,19 @@
30 <column type="gpointer"/> 30 <column type="gpointer"/>
31 </columns> 31 </columns>
32 </object> 32 </object>
33 <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> 33 <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_zone_liststore">
34 <columns> 34 <columns>
35 <!-- column-name contactName --> 35 <!-- column-name ego_name -->
36 <column type="gchararray"/>
37 <!-- column-name contactType -->
38 <column type="gchararray"/> 36 <column type="gchararray"/>
37 <!-- column-name ego -->
38 <column type="gpointer"/>
39 </columns> 39 </columns>
40 </object> 40 </object>
41 <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_zone_liststore"> 41 <object class="GtkListStore" id="gnunet_conversation_gtk_ego_liststore">
42 <columns> 42 <columns>
43 <!-- column-name ego_name --> 43 <!-- column-name ego_name -->
44 <column type="gchararray"/> 44 <column type="gchararray"/>
45 <!-- column-name ego --> 45 <!-- column-name ego_ptr -->
46 <column type="gpointer"/> 46 <column type="gpointer"/>
47 </columns> 47 </columns>
48 </object> 48 </object>
@@ -56,7 +56,7 @@
56 <column type="gchararray"/> 56 <column type="gchararray"/>
57 </columns> 57 </columns>
58 </object> 58 </object>
59 <object class="GtkWindow" id="GNUNET_GTK_conversation_window"> 59 <object class="GtkWindow" id="gnunet_conversation_gtk_main_window">
60 <property name="can_focus">False</property> 60 <property name="can_focus">False</property>
61 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> 61 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
62 <property name="window_position">center</property> 62 <property name="window_position">center</property>
@@ -68,7 +68,7 @@
68 <property name="can_focus">False</property> 68 <property name="can_focus">False</property>
69 <property name="orientation">vertical</property> 69 <property name="orientation">vertical</property>
70 <child> 70 <child>
71 <object class="GtkMenuBar" id="GNUNET_GTK_conversation_menubar"> 71 <object class="GtkMenuBar" id="gnunet_conversation_gtk_menubar">
72 <property name="visible">True</property> 72 <property name="visible">True</property>
73 <property name="can_focus">False</property> 73 <property name="can_focus">False</property>
74 <child> 74 <child>
@@ -164,26 +164,26 @@
164 <object class="GtkPaned" id="gnunet_conversation_main_paned"> 164 <object class="GtkPaned" id="gnunet_conversation_main_paned">
165 <property name="visible">True</property> 165 <property name="visible">True</property>
166 <property name="can_focus">True</property> 166 <property name="can_focus">True</property>
167 <property name="position">400</property> 167 <property name="position">350</property>
168 <property name="position_set">True</property> 168 <property name="position_set">True</property>
169 <child> 169 <child>
170 <object class="GtkFrame" id="gnunet_conversation_call_frame"> 170 <object class="GtkFrame" id="gnunet_conversation_gtk_call_frame">
171 <property name="visible">True</property> 171 <property name="visible">True</property>
172 <property name="can_focus">False</property> 172 <property name="can_focus">False</property>
173 <property name="label_xalign">0</property> 173 <property name="label_xalign">0</property>
174 <property name="shadow_type">none</property> 174 <property name="shadow_type">none</property>
175 <child> 175 <child>
176 <object class="GtkAlignment" id="gnunet_conversation_call_alignment"> 176 <object class="GtkAlignment" id="gnunet_conversation_gtk_call_alignment">
177 <property name="visible">True</property> 177 <property name="visible">True</property>
178 <property name="can_focus">False</property> 178 <property name="can_focus">False</property>
179 <property name="left_padding">12</property> 179 <property name="left_padding">12</property>
180 <child> 180 <child>
181 <object class="GtkBox" id="gnunet_conversation_call_vbox"> 181 <object class="GtkBox" id="gnunet_conversation_gtk_call_vbox">
182 <property name="visible">True</property> 182 <property name="visible">True</property>
183 <property name="can_focus">False</property> 183 <property name="can_focus">False</property>
184 <property name="orientation">vertical</property> 184 <property name="orientation">vertical</property>
185 <child> 185 <child>
186 <object class="GtkBox" id="outgoing_ego_chooser_box"> 186 <object class="GtkBox" id="gnunet_conversation_gtk_outgoing_ego_chooser_hbox">
187 <property name="visible">True</property> 187 <property name="visible">True</property>
188 <property name="can_focus">False</property> 188 <property name="can_focus">False</property>
189 <child> 189 <child>
@@ -200,11 +200,11 @@
200 </packing> 200 </packing>
201 </child> 201 </child>
202 <child> 202 <child>
203 <object class="GtkComboBox" id="gnunet_conversation_gtk_outgoing_zone_combobox"> 203 <object class="GtkComboBox" id="gnunet_conversation_gtk_ego_combobox">
204 <property name="visible">True</property> 204 <property name="visible">True</property>
205 <property name="can_focus">False</property> 205 <property name="can_focus">False</property>
206 <property name="model">gnunet_conversation_gtk_contacts_zone_liststore</property> 206 <property name="model">gnunet_conversation_gtk_ego_liststore</property>
207 <signal name="changed" handler="gnunet_conversation_gtk_outgoing_zone_combobox_changed_cb" swapped="no"/> 207 <signal name="changed" handler="gnunet_conversation_gtk_ego_combobox_changed_cb" swapped="no"/>
208 <child> 208 <child>
209 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_outgoing_zone_ego_name_cellrenderertext"/> 209 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_outgoing_zone_ego_name_cellrenderertext"/>
210 <attributes> 210 <attributes>
@@ -331,11 +331,11 @@
331 </packing> 331 </packing>
332 </child> 332 </child>
333 <child> 333 <child>
334 <object class="GtkBox" id="active_calls"> 334 <object class="GtkBox" id="gnunet_conversation_gtk_active_calls_hbox">
335 <property name="visible">True</property> 335 <property name="visible">True</property>
336 <property name="can_focus">False</property> 336 <property name="can_focus">False</property>
337 <child> 337 <child>
338 <object class="GtkScrolledWindow" id="active_calls_scrolledwindow"> 338 <object class="GtkScrolledWindow" id="gnunet_conversation_gtk_active_calls_scrolledwindow">
339 <property name="visible">True</property> 339 <property name="visible">True</property>
340 <property name="can_focus">True</property> 340 <property name="can_focus">True</property>
341 <property name="shadow_type">in</property> 341 <property name="shadow_type">in</property>
@@ -348,8 +348,8 @@
348 <property name="enable_search">False</property> 348 <property name="enable_search">False</property>
349 <property name="search_column">0</property> 349 <property name="search_column">0</property>
350 <child internal-child="selection"> 350 <child internal-child="selection">
351 <object class="GtkTreeSelection" id="treeview-selection5"> 351 <object class="GtkTreeSelection" id="gnunet_conversation_gtk_active_calls_treeview_selection">
352 <signal name="changed" handler="GNUNET_CONVERSATION_GTK_on_active_calls_selection_changed" swapped="no"/> 352 <signal name="changed" handler="gnunet_conversation_gtk_active_calls_treeview_selection_changed_cb" swapped="no"/>
353 </object> 353 </object>
354 </child> 354 </child>
355 <child> 355 <child>
@@ -402,7 +402,7 @@
402 </packing> 402 </packing>
403 </child> 403 </child>
404 <child> 404 <child>
405 <object class="GtkButtonBox" id="GNUNET_GTK_conversation_active_call_list_buttons"> 405 <object class="GtkButtonBox" id="gnunet_conversation_gtk_active_call_list_buttons_vbox">
406 <property name="visible">True</property> 406 <property name="visible">True</property>
407 <property name="can_focus">False</property> 407 <property name="can_focus">False</property>
408 <property name="border_width">2</property> 408 <property name="border_width">2</property>
@@ -424,7 +424,8 @@
424 </object> 424 </object>
425 <packing> 425 <packing>
426 <property name="expand">False</property> 426 <property name="expand">False</property>
427 <property name="fill">True</property> 427 <property name="fill">False</property>
428 <property name="padding">5</property>
428 <property name="position">1</property> 429 <property name="position">1</property>
429 </packing> 430 </packing>
430 </child> 431 </child>
@@ -440,7 +441,8 @@
440 </object> 441 </object>
441 <packing> 442 <packing>
442 <property name="expand">False</property> 443 <property name="expand">False</property>
443 <property name="fill">True</property> 444 <property name="fill">False</property>
445 <property name="padding">5</property>
444 <property name="position">2</property> 446 <property name="position">2</property>
445 </packing> 447 </packing>
446 </child> 448 </child>
@@ -456,14 +458,32 @@
456 </object> 458 </object>
457 <packing> 459 <packing>
458 <property name="expand">False</property> 460 <property name="expand">False</property>
459 <property name="fill">True</property> 461 <property name="fill">False</property>
462 <property name="padding">5</property>
460 <property name="position">3</property> 463 <property name="position">3</property>
461 </packing> 464 </packing>
462 </child> 465 </child>
466 <child>
467 <object class="GtkButton" id="GNUNET_GTK_conversation_resume_button">
468 <property name="label" translatable="yes">resume</property>
469 <property name="use_action_appearance">False</property>
470 <property name="visible">True</property>
471 <property name="sensitive">False</property>
472 <property name="can_focus">True</property>
473 <property name="receives_default">True</property>
474 </object>
475 <packing>
476 <property name="expand">False</property>
477 <property name="fill">False</property>
478 <property name="padding">5</property>
479 <property name="position">4</property>
480 </packing>
481 </child>
463 </object> 482 </object>
464 <packing> 483 <packing>
465 <property name="expand">False</property> 484 <property name="expand">False</property>
466 <property name="fill">True</property> 485 <property name="fill">False</property>
486 <property name="padding">5</property>
467 <property name="position">1</property> 487 <property name="position">1</property>
468 </packing> 488 </packing>
469 </child> 489 </child>
@@ -553,166 +573,47 @@
553 </packing> 573 </packing>
554 </child> 574 </child>
555 <child> 575 <child>
556 <object class="GtkBox" id="gnunet_conversation_gtk_contact_add_hbox"> 576 <object class="GtkTreeView" id="gnunet_conversation_gtk_contact_list_treeview">
557 <property name="visible">True</property> 577 <property name="visible">True</property>
558 <property name="can_focus">False</property> 578 <property name="can_focus">True</property>
559 <child> 579 <property name="model"/>
560 <object class="GtkLabel" id="gnunet_conversation_contact_book_add_name_label"> 580 <property name="headers_clickable">False</property>
561 <property name="visible">True</property> 581 <property name="search_column">0</property>
562 <property name="can_focus">False</property> 582 <signal name="row-activated" handler="gnunet_conversation_gtk_contact_list_treeview_row_activated_cb" swapped="no"/>
563 <property name="label" translatable="yes">Name:</property> 583 <child internal-child="selection">
564 </object> 584 <object class="GtkTreeSelection" id="treeview-selection"/>
565 <packing>
566 <property name="expand">False</property>
567 <property name="fill">False</property>
568 <property name="padding">5</property>
569 <property name="position">0</property>
570 </packing>
571 </child>
572 <child>
573 <object class="GtkEntry" id="GNUNET_GTK_conversation_nameAdd">
574 <property name="visible">True</property>
575 <property name="can_focus">True</property>
576 <property name="invisible_char">•</property>
577 </object>
578 <packing>
579 <property name="expand">True</property>
580 <property name="fill">True</property>
581 <property name="position">1</property>
582 </packing>
583 </child>
584 <child>
585 <object class="GtkLabel" id="gnunet_conversation_contact_book_add_address_label">
586 <property name="visible">True</property>
587 <property name="can_focus">False</property>
588 <property name="label" translatable="yes">Address:</property>
589 </object>
590 <packing>
591 <property name="expand">False</property>
592 <property name="fill">False</property>
593 <property name="padding">5</property>
594 <property name="position">2</property>
595 </packing>
596 </child> 585 </child>
597 <child> 586 <child>
598 <object class="GtkEntry" id="GNUNET_GTK_conversation_addressAdd"> 587 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_type_column">
599 <property name="visible">True</property> 588 <property name="title" translatable="yes">Type</property>
600 <property name="can_focus">True</property>
601 <property name="invisible_char">•</property>
602 </object>
603 <packing>
604 <property name="expand">True</property>
605 <property name="fill">True</property>
606 <property name="position">4</property>
607 </packing>
608 </child>
609 <child>
610 <object class="GtkButton" id="GNUNET_GTK_conversation_add_contact_button">
611 <property name="label">gtk-add</property>
612 <property name="use_action_appearance">False</property>
613 <property name="visible">True</property>
614 <property name="can_focus">True</property>
615 <property name="receives_default">True</property>
616 <property name="use_stock">True</property>
617 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_add_clicked" swapped="no"/>
618 </object>
619 <packing>
620 <property name="expand">False</property>
621 <property name="fill">False</property>
622 <property name="padding">5</property>
623 <property name="position">5</property>
624 </packing>
625 </child>
626 </object>
627 <packing>
628 <property name="expand">False</property>
629 <property name="fill">True</property>
630 <property name="position">1</property>
631 </packing>
632 </child>
633 <child>
634 <object class="GtkBox" id="gnunet_conversation_contact_hbox">
635 <property name="visible">True</property>
636 <property name="can_focus">False</property>
637 <child>
638 <object class="GtkTreeView" id="gnunet_conversation_gtk_treeview">
639 <property name="visible">True</property>
640 <property name="can_focus">True</property>
641 <property name="model">gnunet_conversation_gtk_contacts_liststore</property>
642 <property name="headers_clickable">False</property>
643 <property name="search_column">0</property>
644 <signal name="row-activated" handler="GNUNET_CONVERSATION_GTK_row_activated" swapped="no"/>
645 <child internal-child="selection">
646 <object class="GtkTreeSelection" id="treeview-selection"/>
647 </child>
648 <child> 589 <child>
649 <object class="GtkTreeViewColumn" id="contactName"> 590 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_type_renderer"/>
650 <property name="title" translatable="yes">Type</property> 591 <attributes>
651 <child> 592 <attribute name="text">1</attribute>
652 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_type_window_name_renderer"/> 593 </attributes>
653 <attributes>
654 <attribute name="text">1</attribute>
655 </attributes>
656 </child>
657 </object>
658 </child>
659 <child>
660 <object class="GtkTreeViewColumn" id="contactType">
661 <property name="title" translatable="yes">Contact</property>
662 <child>
663 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_main_window_name_renderer"/>
664 <attributes>
665 <attribute name="text">0</attribute>
666 </attributes>
667 </child>
668 </object>
669 </child> 594 </child>
670 </object> 595 </object>
671 <packing>
672 <property name="expand">True</property>
673 <property name="fill">True</property>
674 <property name="position">0</property>
675 </packing>
676 </child> 596 </child>
677 <child> 597 <child>
678 <object class="GtkBox" id="gnunet_conversation_contact_action_vbox"> 598 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_value_column">
679 <property name="visible">True</property> 599 <property name="resizable">True</property>
680 <property name="can_focus">False</property> 600 <property name="title" translatable="yes">Name</property>
681 <property name="orientation">vertical</property> 601 <property name="expand">True</property>
682 <child>
683 <placeholder/>
684 </child>
685 <child> 602 <child>
686 <object class="GtkButton" id="GNUNET_GTK_conversation_remove_contact_button"> 603 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_value_renderer">
687 <property name="label">gtk-delete</property> 604 <signal name="edited" handler="gnunet_conversation_gtk_contact_list_value_renderer_edited_cb" swapped="no"/>
688 <property name="use_action_appearance">False</property>
689 <property name="visible">True</property>
690 <property name="can_focus">True</property>
691 <property name="receives_default">True</property>
692 <property name="use_stock">True</property>
693 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_remove_clicked" swapped="no"/>
694 </object> 605 </object>
695 <packing> 606 <attributes>
696 <property name="expand">False</property> 607 <attribute name="text">0</attribute>
697 <property name="fill">False</property> 608 </attributes>
698 <property name="padding">5</property>
699 <property name="position">1</property>
700 </packing>
701 </child> 609 </child>
702 </object> 610 </object>
703 <packing>
704 <property name="expand">False</property>
705 <property name="fill">False</property>
706 <property name="padding">5</property>
707 <property name="position">1</property>
708 </packing>
709 </child> 611 </child>
710 </object> 612 </object>
711 <packing> 613 <packing>
712 <property name="expand">True</property> 614 <property name="expand">True</property>
713 <property name="fill">True</property> 615 <property name="fill">True</property>
714 <property name="padding">5</property> 616 <property name="position">1</property>
715 <property name="position">2</property>
716 </packing> 617 </packing>
717 </child> 618 </child>
718 </object> 619 </object>