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.glade217
1 files changed, 133 insertions, 84 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade
index 593abc1a..646efe80 100644
--- a/contrib/gnunet_conversation_gtk_main_window.glade
+++ b/contrib/gnunet_conversation_gtk_main_window.glade
@@ -1,6 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.3 -->
2<interface> 3<interface>
3 <!-- interface-requires gtk+ 3.0 --> 4 <requires lib="gtk+" version="3.0"/>
4 <object class="GtkListStore" id="gnunet_conversation_gtk_active_calls_liststore"> 5 <object class="GtkListStore" id="gnunet_conversation_gtk_active_calls_liststore">
5 <columns> 6 <columns>
6 <!-- column-name remote_user_name --> 7 <!-- column-name remote_user_name -->
@@ -55,6 +56,10 @@
55 <column type="gchararray"/> 56 <column type="gchararray"/>
56 <!-- column-name logContact --> 57 <!-- column-name logContact -->
57 <column type="gchararray"/> 58 <column type="gchararray"/>
59 <!-- column-name logCallNumber -->
60 <column type="guint"/>
61 <!-- column-name logTimeNumber -->
62 <column type="guint64"/>
58 </columns> 63 </columns>
59 </object> 64 </object>
60 <object class="GtkWindow" id="gnunet_conversation_gtk_main_window"> 65 <object class="GtkWindow" id="gnunet_conversation_gtk_main_window">
@@ -112,6 +117,14 @@
112 <property name="visible">True</property> 117 <property name="visible">True</property>
113 <property name="can_focus">False</property> 118 <property name="can_focus">False</property>
114 <child> 119 <child>
120 <object class="GtkCheckMenuItem" id="gnunet_conversation_gtk_view_address_book_checkmenuitem">
121 <property name="visible">True</property>
122 <property name="can_focus">False</property>
123 <property name="label" translatable="yes">_Address Book</property>
124 <property name="use_underline">True</property>
125 </object>
126 </child>
127 <child>
115 <object class="GtkCheckMenuItem" id="gnunet_conversation_gtk_view_caller_id_checkmenuitem"> 128 <object class="GtkCheckMenuItem" id="gnunet_conversation_gtk_view_caller_id_checkmenuitem">
116 <property name="use_action_appearance">False</property> 129 <property name="use_action_appearance">False</property>
117 <property name="visible">True</property> 130 <property name="visible">True</property>
@@ -119,7 +132,6 @@
119 <property name="label" translatable="yes">_Caller Identity</property> 132 <property name="label" translatable="yes">_Caller Identity</property>
120 <property name="use_underline">True</property> 133 <property name="use_underline">True</property>
121 <property name="active">True</property> 134 <property name="active">True</property>
122 <property name="draw_as_radio">True</property>
123 <signal name="toggled" handler="gnunet_conversation_gtk_view_caller_id_checkmenuitem_toggled_cb" swapped="no"/> 135 <signal name="toggled" handler="gnunet_conversation_gtk_view_caller_id_checkmenuitem_toggled_cb" swapped="no"/>
124 </object> 136 </object>
125 </child> 137 </child>
@@ -210,10 +222,10 @@
210 <property name="visible">True</property> 222 <property name="visible">True</property>
211 <property name="can_focus">False</property> 223 <property name="can_focus">False</property>
212 <child> 224 <child>
213 <object class="GtkLabel" id="gnunet_conversation_gtk_ego_label_label"> 225 <object class="GtkLabel" id="gnunet_conversation_gtk_ego_label">
214 <property name="visible">True</property> 226 <property name="visible">True</property>
215 <property name="can_focus">False</property> 227 <property name="can_focus">False</property>
216 <property name="label" translatable="yes">Label:</property> 228 <property name="label" translatable="yes">Ego:</property>
217 </object> 229 </object>
218 <packing> 230 <packing>
219 <property name="expand">False</property> 231 <property name="expand">False</property>
@@ -223,33 +235,30 @@
223 </packing> 235 </packing>
224 </child> 236 </child>
225 <child> 237 <child>
226 <object class="GtkComboBoxText" id="gnunet_conversation_gtk_ego_label_comboboxtext"> 238 <object class="GtkComboBox" id="gnunet_conversation_gtk_ego_combobox">
227 <property name="visible">True</property> 239 <property name="visible">True</property>
228 <property name="can_focus">False</property> 240 <property name="can_focus">False</property>
229 <property name="has_entry">True</property> 241 <property name="model">gnunet_conversation_gtk_ego_liststore</property>
230 <property name="entry_text_column">0</property> 242 <signal name="changed" handler="gnunet_conversation_gtk_ego_combobox_changed_cb" swapped="no"/>
231 <property name="id_column">1</property> 243 <child>
232 <items> 244 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_outgoing_zone_ego_name_cellrenderertext"/>
233 <item translatable="yes">phone</item> 245 <attributes>
234 </items> 246 <attribute name="text">0</attribute>
235 <child internal-child="entry"> 247 </attributes>
236 <object class="GtkEntry" id="comboboxtext-entry">
237 <property name="can_focus">False</property>
238 </object>
239 </child> 248 </child>
240 </object> 249 </object>
241 <packing> 250 <packing>
242 <property name="expand">False</property> 251 <property name="expand">True</property>
243 <property name="fill">True</property> 252 <property name="fill">True</property>
244 <property name="padding">5</property> 253 <property name="padding">5</property>
245 <property name="position">1</property> 254 <property name="position">1</property>
246 </packing> 255 </packing>
247 </child> 256 </child>
248 <child> 257 <child>
249 <object class="GtkLabel" id="gnunet_conversation_gtk_ego_label"> 258 <object class="GtkLabel" id="gnunet_conversation_gtk_ego_label_label">
250 <property name="visible">True</property> 259 <property name="visible">True</property>
251 <property name="can_focus">False</property> 260 <property name="can_focus">False</property>
252 <property name="label" translatable="yes">Ego:</property> 261 <property name="label" translatable="yes">Label:</property>
253 </object> 262 </object>
254 <packing> 263 <packing>
255 <property name="expand">False</property> 264 <property name="expand">False</property>
@@ -259,16 +268,24 @@
259 </packing> 268 </packing>
260 </child> 269 </child>
261 <child> 270 <child>
262 <object class="GtkComboBox" id="gnunet_conversation_gtk_ego_combobox"> 271 <object class="GtkComboBoxText" id="gnunet_conversation_gtk_ego_label_comboboxtext">
263 <property name="visible">True</property> 272 <property name="visible">True</property>
264 <property name="can_focus">False</property> 273 <property name="can_focus">True</property>
265 <property name="model">gnunet_conversation_gtk_ego_liststore</property> 274 <property name="active">0</property>
266 <signal name="changed" handler="gnunet_conversation_gtk_ego_combobox_changed_cb" swapped="no"/> 275 <property name="has_entry">True</property>
267 <child> 276 <items>
268 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_outgoing_zone_ego_name_cellrenderertext"/> 277 <item translatable="yes">phone</item>
269 <attributes> 278 </items>
270 <attribute name="text">0</attribute> 279 <signal name="changed" handler="gnunet_conversation_gtk_ego_label_comboboxtext_changed_cb" swapped="no"/>
271 </attributes> 280 <child internal-child="entry">
281 <object class="GtkEntry" id="gnunet_conversation_gtk_ego_label_entry">
282 <property name="visible">True</property>
283 <property name="can_focus">True</property>
284 <property name="tooltip_text" translatable="yes">Enter the label under which your phone should be published in your ego's zone here. The default is 'phone'.</property>
285 <property name="max_length">63</property>
286 <property name="caps_lock_warning">False</property>
287 <signal name="preedit-changed" handler="gnunet_conversation_gtk_ego_label_entry_preedit_changed_cb" swapped="no"/>
288 </object>
272 </child> 289 </child>
273 </object> 290 </object>
274 <packing> 291 <packing>
@@ -283,15 +300,17 @@
283 <property name="label">gtk-copy</property> 300 <property name="label">gtk-copy</property>
284 <property name="use_action_appearance">False</property> 301 <property name="use_action_appearance">False</property>
285 <property name="visible">True</property> 302 <property name="visible">True</property>
303 <property name="sensitive">False</property>
286 <property name="can_focus">True</property> 304 <property name="can_focus">True</property>
287 <property name="receives_default">True</property> 305 <property name="receives_default">True</property>
288 <property name="use_action_appearance">False</property> 306 <property name="tooltip_text" translatable="yes">Copy our phone address to the clipboard.</property>
289 <property name="use_stock">True</property> 307 <property name="use_stock">True</property>
290 <signal name="clicked" handler="gnunet_conversation_gtk_ego_copy_button_clicked_cb" swapped="no"/> 308 <signal name="clicked" handler="gnunet_conversation_gtk_ego_copy_button_clicked_cb" swapped="no"/>
291 </object> 309 </object>
292 <packing> 310 <packing>
293 <property name="expand">False</property> 311 <property name="expand">False</property>
294 <property name="fill">False</property> 312 <property name="fill">False</property>
313 <property name="padding">5</property>
295 <property name="position">4</property> 314 <property name="position">4</property>
296 </packing> 315 </packing>
297 </child> 316 </child>
@@ -303,7 +322,7 @@
303 <object class="GtkLabel" id="gnunet_conversation_gtk_ego_frame_label"> 322 <object class="GtkLabel" id="gnunet_conversation_gtk_ego_frame_label">
304 <property name="visible">True</property> 323 <property name="visible">True</property>
305 <property name="can_focus">False</property> 324 <property name="can_focus">False</property>
306 <property name="label" translatable="yes">Caller Identity</property> 325 <property name="label" translatable="yes">&lt;b&gt;Caller Identity&lt;/b&gt;</property>
307 <property name="use_markup">True</property> 326 <property name="use_markup">True</property>
308 </object> 327 </object>
309 </child> 328 </child>
@@ -311,6 +330,7 @@
311 <packing> 330 <packing>
312 <property name="expand">False</property> 331 <property name="expand">False</property>
313 <property name="fill">True</property> 332 <property name="fill">True</property>
333 <property name="padding">5</property>
314 <property name="position">0</property> 334 <property name="position">0</property>
315 </packing> 335 </packing>
316 </child> 336 </child>
@@ -352,7 +372,6 @@
352 <property name="visible">True</property> 372 <property name="visible">True</property>
353 <property name="can_focus">True</property> 373 <property name="can_focus">True</property>
354 <property name="invisible_char">•</property> 374 <property name="invisible_char">•</property>
355 <property name="invisible_char_set">True</property>
356 <signal name="changed" handler="gnunet_conversation_gtk_address_entry_changed_cb" swapped="no"/> 375 <signal name="changed" handler="gnunet_conversation_gtk_address_entry_changed_cb" swapped="no"/>
357 </object> 376 </object>
358 <packing> 377 <packing>
@@ -367,9 +386,9 @@
367 <property name="label">gtk-connect</property> 386 <property name="label">gtk-connect</property>
368 <property name="use_action_appearance">False</property> 387 <property name="use_action_appearance">False</property>
369 <property name="visible">True</property> 388 <property name="visible">True</property>
389 <property name="sensitive">False</property>
370 <property name="can_focus">True</property> 390 <property name="can_focus">True</property>
371 <property name="receives_default">True</property> 391 <property name="receives_default">True</property>
372 <property name="use_action_appearance">False</property>
373 <property name="use_underline">True</property> 392 <property name="use_underline">True</property>
374 <property name="use_stock">True</property> 393 <property name="use_stock">True</property>
375 <property name="image_position">top</property> 394 <property name="image_position">top</property>
@@ -389,7 +408,6 @@
389 <property name="sensitive">False</property> 408 <property name="sensitive">False</property>
390 <property name="can_focus">True</property> 409 <property name="can_focus">True</property>
391 <property name="receives_default">True</property> 410 <property name="receives_default">True</property>
392 <property name="use_action_appearance">False</property>
393 <property name="use_stock">True</property> 411 <property name="use_stock">True</property>
394 <property name="image_position">top</property> 412 <property name="image_position">top</property>
395 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_pause_clicked" swapped="no"/> 413 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_pause_clicked" swapped="no"/>
@@ -408,7 +426,6 @@
408 <property name="sensitive">False</property> 426 <property name="sensitive">False</property>
409 <property name="can_focus">True</property> 427 <property name="can_focus">True</property>
410 <property name="receives_default">True</property> 428 <property name="receives_default">True</property>
411 <property name="use_action_appearance">False</property>
412 <property name="use_stock">True</property> 429 <property name="use_stock">True</property>
413 <property name="image_position">top</property> 430 <property name="image_position">top</property>
414 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_hangup_clicked" swapped="no"/> 431 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_hangup_clicked" swapped="no"/>
@@ -432,6 +449,7 @@
432 <object class="GtkBox" id="gnunet_conversation_gtk_active_calls_hbox"> 449 <object class="GtkBox" id="gnunet_conversation_gtk_active_calls_hbox">
433 <property name="visible">True</property> 450 <property name="visible">True</property>
434 <property name="can_focus">False</property> 451 <property name="can_focus">False</property>
452 <property name="spacing">5</property>
435 <child> 453 <child>
436 <object class="GtkScrolledWindow" id="gnunet_conversation_gtk_active_calls_scrolledwindow"> 454 <object class="GtkScrolledWindow" id="gnunet_conversation_gtk_active_calls_scrolledwindow">
437 <property name="visible">True</property> 455 <property name="visible">True</property>
@@ -445,7 +463,7 @@
445 <property name="enable_search">False</property> 463 <property name="enable_search">False</property>
446 <property name="search_column">0</property> 464 <property name="search_column">0</property>
447 <child internal-child="selection"> 465 <child internal-child="selection">
448 <object class="GtkTreeSelection" id="treeview-selection5"/> 466 <object class="GtkTreeSelection" id="gnunet_conversation_gtk_active_calls_treeview_selection"/>
449 </child> 467 </child>
450 <child> 468 <child>
451 <object class="GtkTreeViewColumn" id="caller_numColumn"> 469 <object class="GtkTreeViewColumn" id="caller_numColumn">
@@ -455,10 +473,8 @@
455 <property name="sort_indicator">True</property> 473 <property name="sort_indicator">True</property>
456 <property name="sort_column_id">2</property> 474 <property name="sort_column_id">2</property>
457 <child> 475 <child>
458 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_num"> 476 <object class="GtkCellRendererText" id="gnunet_conersation_gtk__active_calls_num">
459 <property name="background_gdk">#000000000000</property>
460 <property name="font">Normal</property> 477 <property name="font">Normal</property>
461 <property name="foreground_gdk">#000000000000</property>
462 <property name="background_rgba">rgba(0,0,0,0)</property> 478 <property name="background_rgba">rgba(0,0,0,0)</property>
463 <property name="foreground_rgba">rgba(0,0,0,0)</property> 479 <property name="foreground_rgba">rgba(0,0,0,0)</property>
464 </object> 480 </object>
@@ -476,7 +492,7 @@
476 <property name="sort_indicator">True</property> 492 <property name="sort_indicator">True</property>
477 <property name="sort_column_id">7</property> 493 <property name="sort_column_id">7</property>
478 <child> 494 <child>
479 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_state"/> 495 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_active_calls_state"/>
480 <attributes> 496 <attributes>
481 <attribute name="text">7</attribute> 497 <attribute name="text">7</attribute>
482 </attributes> 498 </attributes>
@@ -492,7 +508,7 @@
492 <property name="sort_indicator">True</property> 508 <property name="sort_indicator">True</property>
493 <property name="sort_column_id">0</property> 509 <property name="sort_column_id">0</property>
494 <child> 510 <child>
495 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_id"/> 511 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_active_calls_id"/>
496 <attributes> 512 <attributes>
497 <attribute name="text">0</attribute> 513 <attribute name="text">0</attribute>
498 </attributes> 514 </attributes>
@@ -505,6 +521,7 @@
505 <packing> 521 <packing>
506 <property name="expand">True</property> 522 <property name="expand">True</property>
507 <property name="fill">True</property> 523 <property name="fill">True</property>
524 <property name="padding">5</property>
508 <property name="position">0</property> 525 <property name="position">0</property>
509 </packing> 526 </packing>
510 </child> 527 </child>
@@ -514,6 +531,7 @@
514 <property name="can_focus">False</property> 531 <property name="can_focus">False</property>
515 <property name="border_width">2</property> 532 <property name="border_width">2</property>
516 <property name="orientation">vertical</property> 533 <property name="orientation">vertical</property>
534 <property name="spacing">5</property>
517 <property name="layout_style">start</property> 535 <property name="layout_style">start</property>
518 <child> 536 <child>
519 <object class="GtkImage" id="GNUNET_GTK_status_icon"> 537 <object class="GtkImage" id="GNUNET_GTK_status_icon">
@@ -538,7 +556,6 @@
538 <property name="sensitive">False</property> 556 <property name="sensitive">False</property>
539 <property name="can_focus">True</property> 557 <property name="can_focus">True</property>
540 <property name="receives_default">True</property> 558 <property name="receives_default">True</property>
541 <property name="use_action_appearance">False</property>
542 <property name="xalign">0.4699999988079071</property> 559 <property name="xalign">0.4699999988079071</property>
543 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_use_current_button_clicked" swapped="no"/> 560 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_use_current_button_clicked" swapped="no"/>
544 </object> 561 </object>
@@ -557,7 +574,6 @@
557 <property name="sensitive">False</property> 574 <property name="sensitive">False</property>
558 <property name="can_focus">True</property> 575 <property name="can_focus">True</property>
559 <property name="receives_default">True</property> 576 <property name="receives_default">True</property>
560 <property name="use_action_appearance">False</property>
561 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_accept_clicked" swapped="no"/> 577 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_accept_clicked" swapped="no"/>
562 </object> 578 </object>
563 <packing> 579 <packing>
@@ -575,7 +591,6 @@
575 <property name="sensitive">False</property> 591 <property name="sensitive">False</property>
576 <property name="can_focus">True</property> 592 <property name="can_focus">True</property>
577 <property name="receives_default">True</property> 593 <property name="receives_default">True</property>
578 <property name="use_action_appearance">False</property>
579 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_resume_clicked" swapped="no"/> 594 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_resume_clicked" swapped="no"/>
580 </object> 595 </object>
581 <packing> 596 <packing>
@@ -593,7 +608,6 @@
593 <property name="sensitive">False</property> 608 <property name="sensitive">False</property>
594 <property name="can_focus">True</property> 609 <property name="can_focus">True</property>
595 <property name="receives_default">True</property> 610 <property name="receives_default">True</property>
596 <property name="use_action_appearance">False</property>
597 </object> 611 </object>
598 <packing> 612 <packing>
599 <property name="expand">False</property> 613 <property name="expand">False</property>
@@ -626,13 +640,15 @@
626 <object class="GtkLabel" id="gnunet_conversation_gtk_call_label"> 640 <object class="GtkLabel" id="gnunet_conversation_gtk_call_label">
627 <property name="visible">True</property> 641 <property name="visible">True</property>
628 <property name="can_focus">False</property> 642 <property name="can_focus">False</property>
629 <property name="label" translatable="yes">Call Information</property> 643 <property name="label" translatable="yes">&lt;b&gt;Call Information&lt;/b&gt;</property>
644 <property name="use_markup">True</property>
630 </object> 645 </object>
631 </child> 646 </child>
632 </object> 647 </object>
633 <packing> 648 <packing>
634 <property name="expand">True</property> 649 <property name="expand">True</property>
635 <property name="fill">True</property> 650 <property name="fill">True</property>
651 <property name="padding">5</property>
636 <property name="position">1</property> 652 <property name="position">1</property>
637 </packing> 653 </packing>
638 </child> 654 </child>
@@ -697,61 +713,70 @@
697 <property name="visible">True</property> 713 <property name="visible">True</property>
698 <property name="can_focus">True</property> 714 <property name="can_focus">True</property>
699 <property name="receives_default">True</property> 715 <property name="receives_default">True</property>
700 <property name="use_action_appearance">False</property> 716 <property name="tooltip_text" translatable="yes">Add phone address from clipboard to address book.</property>
701 <property name="use_stock">True</property> 717 <property name="use_stock">True</property>
702 <signal name="clicked" handler="gnunet_conversation_gtk_contacts_paste_button_clicked_cb" swapped="no"/> 718 <signal name="clicked" handler="gnunet_conversation_gtk_contacts_paste_button_clicked_cb" swapped="no"/>
703 </object> 719 </object>
704 <packing> 720 <packing>
705 <property name="expand">False</property> 721 <property name="expand">False</property>
706 <property name="fill">True</property> 722 <property name="fill">False</property>
723 <property name="padding">5</property>
707 <property name="position">2</property> 724 <property name="position">2</property>
708 </packing> 725 </packing>
709 </child> 726 </child>
710 </object> 727 </object>
711 <packing> 728 <packing>
712 <property name="expand">False</property> 729 <property name="expand">False</property>
713 <property name="fill">True</property> 730 <property name="fill">False</property>
731 <property name="padding">5</property>
714 <property name="position">0</property> 732 <property name="position">0</property>
715 </packing> 733 </packing>
716 </child> 734 </child>
717 <child> 735 <child>
718 <object class="GtkTreeView" id="gnunet_conversation_gtk_contact_list_treeview"> 736 <object class="GtkScrolledWindow" id="gnunet_conversation_gtk_contact_list_scrolledwindow">
719 <property name="visible">True</property> 737 <property name="visible">True</property>
720 <property name="can_focus">True</property> 738 <property name="can_focus">True</property>
721 <property name="model">gnunet_conversation_gtk_contacts_liststore</property> 739 <property name="shadow_type">in</property>
722 <property name="headers_clickable">False</property>
723 <property name="search_column">0</property>
724 <signal name="row-activated" handler="gnunet_conversation_gtk_contact_list_treeview_row_activated_cb" swapped="no"/>
725 <child internal-child="selection">
726 <object class="GtkTreeSelection" id="treeview-selection"/>
727 </child>
728 <child> 740 <child>
729 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_type_column"> 741 <object class="GtkTreeView" id="gnunet_conversation_gtk_contact_list_treeview">
730 <property name="title" translatable="yes">Type</property> 742 <property name="visible">True</property>
743 <property name="can_focus">True</property>
744 <property name="model">gnunet_conversation_gtk_contacts_liststore</property>
745 <property name="headers_clickable">False</property>
746 <property name="search_column">0</property>
747 <signal name="row-activated" handler="gnunet_conversation_gtk_contact_list_treeview_row_activated_cb" swapped="no"/>
748 <child internal-child="selection">
749 <object class="GtkTreeSelection" id="treeview-selection"/>
750 </child>
731 <child> 751 <child>
732 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_type_renderer"/> 752 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_type_column">
733 <attributes> 753 <property name="title" translatable="yes">Type</property>
734 <attribute name="text">1</attribute> 754 <child>
735 </attributes> 755 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_type_renderer"/>
756 <attributes>
757 <attribute name="text">1</attribute>
758 </attributes>
759 </child>
760 </object>
736 </child> 761 </child>
737 </object>
738 </child>
739 <child>
740 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_value_column">
741 <property name="resizable">True</property>
742 <property name="title" translatable="yes">Name</property>
743 <property name="expand">True</property>
744 <child> 762 <child>
745 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_value_renderer"/> 763 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_value_column">
746 <attributes> 764 <property name="resizable">True</property>
747 <attribute name="text">0</attribute> 765 <property name="title" translatable="yes">Name</property>
748 </attributes> 766 <property name="expand">True</property>
767 <child>
768 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_value_renderer"/>
769 <attributes>
770 <attribute name="text">0</attribute>
771 </attributes>
772 </child>
773 </object>
749 </child> 774 </child>
750 </object> 775 </object>
751 </child> 776 </child>
752 </object> 777 </object>
753 <packing> 778 <packing>
754 <property name="expand">True</property> 779 <property name="expand">False</property>
755 <property name="fill">True</property> 780 <property name="fill">True</property>
756 <property name="position">1</property> 781 <property name="position">1</property>
757 </packing> 782 </packing>
@@ -764,13 +789,15 @@
764 <object class="GtkLabel" id="gnunet_conversation_address_book_label"> 789 <object class="GtkLabel" id="gnunet_conversation_address_book_label">
765 <property name="visible">True</property> 790 <property name="visible">True</property>
766 <property name="can_focus">False</property> 791 <property name="can_focus">False</property>
767 <property name="label" translatable="yes">Address Book</property> 792 <property name="label" translatable="yes">&lt;b&gt;Address Book&lt;/b&gt;</property>
793 <property name="use_markup">True</property>
768 </object> 794 </object>
769 </child> 795 </child>
770 </object> 796 </object>
771 <packing> 797 <packing>
772 <property name="expand">False</property> 798 <property name="expand">True</property>
773 <property name="fill">True</property> 799 <property name="fill">True</property>
800 <property name="padding">5</property>
774 <property name="position">2</property> 801 <property name="position">2</property>
775 </packing> 802 </packing>
776 </child> 803 </child>
@@ -802,6 +829,9 @@
802 <child> 829 <child>
803 <object class="GtkTreeViewColumn" id="timeColumn"> 830 <object class="GtkTreeViewColumn" id="timeColumn">
804 <property name="title" translatable="yes">Time</property> 831 <property name="title" translatable="yes">Time</property>
832 <property name="reorderable">True</property>
833 <property name="sort_indicator">True</property>
834 <property name="sort_column_id">4</property>
805 <child> 835 <child>
806 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_time_window_renderer"/> 836 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_time_window_renderer"/>
807 <attributes> 837 <attributes>
@@ -811,19 +841,23 @@
811 </object> 841 </object>
812 </child> 842 </child>
813 <child> 843 <child>
814 <object class="GtkTreeViewColumn" id="eventColumn"> 844 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_history_number_treeviewcolumn">
815 <property name="title" translatable="yes">Event</property> 845 <property name="title" translatable="yes">#</property>
846 <property name="clickable">True</property>
847 <property name="reorderable">True</property>
848 <property name="sort_indicator">True</property>
849 <property name="sort_column_id">3</property>
816 <child> 850 <child>
817 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_event_window_renderer"/> 851 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_history_number_cellrenderertext"/>
818 <attributes> 852 <attributes>
819 <attribute name="text">1</attribute> 853 <attribute name="text">3</attribute>
820 </attributes> 854 </attributes>
821 </child> 855 </child>
822 </object> 856 </object>
823 </child> 857 </child>
824 <child> 858 <child>
825 <object class="GtkTreeViewColumn" id="contactColumn"> 859 <object class="GtkTreeViewColumn" id="contactColumn">
826 <property name="title" translatable="yes">Contact</property> 860 <property name="title" translatable="yes">Caller ID</property>
827 <child> 861 <child>
828 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_contact_window_renderer"/> 862 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_contact_window_renderer"/>
829 <attributes> 863 <attributes>
@@ -832,6 +866,17 @@
832 </child> 866 </child>
833 </object> 867 </object>
834 </child> 868 </child>
869 <child>
870 <object class="GtkTreeViewColumn" id="eventColumn">
871 <property name="title" translatable="yes">Event</property>
872 <child>
873 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_event_window_renderer"/>
874 <attributes>
875 <attribute name="text">1</attribute>
876 </attributes>
877 </child>
878 </object>
879 </child>
835 </object> 880 </object>
836 </child> 881 </child>
837 </object> 882 </object>
@@ -842,13 +887,15 @@
842 <object class="GtkLabel" id="gnunet_conversation_gtk_history_label"> 887 <object class="GtkLabel" id="gnunet_conversation_gtk_history_label">
843 <property name="visible">True</property> 888 <property name="visible">True</property>
844 <property name="can_focus">False</property> 889 <property name="can_focus">False</property>
845 <property name="label" translatable="yes">History</property> 890 <property name="label" translatable="yes">&lt;b&gt;History&lt;/b&gt;</property>
891 <property name="use_markup">True</property>
846 </object> 892 </object>
847 </child> 893 </child>
848 </object> 894 </object>
849 <packing> 895 <packing>
850 <property name="expand">False</property> 896 <property name="expand">True</property>
851 <property name="fill">True</property> 897 <property name="fill">True</property>
898 <property name="padding">5</property>
852 <property name="position">3</property> 899 <property name="position">3</property>
853 </packing> 900 </packing>
854 </child> 901 </child>
@@ -885,13 +932,15 @@
885 <object class="GtkLabel" id="gnunet_conversation_gtk_log_label"> 932 <object class="GtkLabel" id="gnunet_conversation_gtk_log_label">
886 <property name="visible">True</property> 933 <property name="visible">True</property>
887 <property name="can_focus">False</property> 934 <property name="can_focus">False</property>
888 <property name="label" translatable="yes">Logs</property> 935 <property name="label" translatable="yes">&lt;b&gt;Logs&lt;/b&gt;</property>
936 <property name="use_markup">True</property>
889 </object> 937 </object>
890 </child> 938 </child>
891 </object> 939 </object>
892 <packing> 940 <packing>
893 <property name="expand">False</property> 941 <property name="expand">True</property>
894 <property name="fill">True</property> 942 <property name="fill">True</property>
943 <property name="padding">5</property>
895 <property name="position">4</property> 944 <property name="position">4</property>
896 </packing> 945 </packing>
897 </child> 946 </child>