diff options
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_conversation_gtk_main_window.glade | 548 |
1 files changed, 289 insertions, 259 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade index 23b49322..f23b3168 100644 --- a/contrib/gnunet_conversation_gtk_main_window.glade +++ b/contrib/gnunet_conversation_gtk_main_window.glade | |||
@@ -2,6 +2,14 @@ | |||
2 | <interface> | 2 | <interface> |
3 | <!-- interface-requires gtk+ 3.0 --> | 3 | <!-- interface-requires gtk+ 3.0 --> |
4 | <object class="GtkAction" id="action1"/> | 4 | <object class="GtkAction" id="action1"/> |
5 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_zone_liststore"> | ||
6 | <columns> | ||
7 | <!-- column-name ego_name --> | ||
8 | <column type="gchararray"/> | ||
9 | <!-- column-name ego --> | ||
10 | <column type="gpointer"/> | ||
11 | </columns> | ||
12 | </object> | ||
5 | <object class="GtkWindow" id="GNUNET_GTK_conversation_window"> | 13 | <object class="GtkWindow" id="GNUNET_GTK_conversation_window"> |
6 | <property name="can_focus">False</property> | 14 | <property name="can_focus">False</property> |
7 | <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> | 15 | <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> |
@@ -85,8 +93,7 @@ | |||
85 | <property name="visible">True</property> | 93 | <property name="visible">True</property> |
86 | <property name="can_focus">False</property> | 94 | <property name="can_focus">False</property> |
87 | <child> | 95 | <child> |
88 | <object class="GtkBox" id="log_box"> | 96 | <object class="GtkBox" id="GNUNET_CONVERSATION_log_box"> |
89 | <property name="visible">True</property> | ||
90 | <property name="can_focus">False</property> | 97 | <property name="can_focus">False</property> |
91 | <property name="orientation">vertical</property> | 98 | <property name="orientation">vertical</property> |
92 | <property name="spacing">1</property> | 99 | <property name="spacing">1</property> |
@@ -251,6 +258,9 @@ | |||
251 | <property name="position">1</property> | 258 | <property name="position">1</property> |
252 | </packing> | 259 | </packing> |
253 | </child> | 260 | </child> |
261 | <child> | ||
262 | <placeholder/> | ||
263 | </child> | ||
254 | </object> | 264 | </object> |
255 | <packing> | 265 | <packing> |
256 | <property name="expand">False</property> | 266 | <property name="expand">False</property> |
@@ -268,12 +278,54 @@ | |||
268 | <property name="can_focus">False</property> | 278 | <property name="can_focus">False</property> |
269 | <property name="orientation">vertical</property> | 279 | <property name="orientation">vertical</property> |
270 | <child> | 280 | <child> |
271 | <object class="GtkEntry" id="GNUNET_GTK_conversation_address"> | 281 | <object class="GtkBox" id="addres_and_call_button"> |
272 | <property name="visible">True</property> | 282 | <property name="visible">True</property> |
273 | <property name="can_focus">True</property> | 283 | <property name="can_focus">False</property> |
274 | <property name="invisible_char">•</property> | 284 | <child> |
275 | <property name="text" translatable="yes">Address</property> | 285 | <object class="GtkEntry" id="GNUNET_GTK_conversation_address"> |
276 | <property name="invisible_char_set">True</property> | 286 | <property name="visible">True</property> |
287 | <property name="can_focus">True</property> | ||
288 | <property name="invisible_char">•</property> | ||
289 | <property name="text" translatable="yes">Address</property> | ||
290 | <property name="invisible_char_set">True</property> | ||
291 | </object> | ||
292 | <packing> | ||
293 | <property name="expand">False</property> | ||
294 | <property name="fill">True</property> | ||
295 | <property name="position">0</property> | ||
296 | </packing> | ||
297 | </child> | ||
298 | <child> | ||
299 | <object class="GtkButton" id="GNUNET_GTK_conversation_call_button"> | ||
300 | <property name="label" translatable="yes">call</property> | ||
301 | <property name="use_action_appearance">False</property> | ||
302 | <property name="visible">True</property> | ||
303 | <property name="can_focus">True</property> | ||
304 | <property name="receives_default">True</property> | ||
305 | <property name="use_action_appearance">False</property> | ||
306 | <property name="use_underline">True</property> | ||
307 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_call_clicked" swapped="no"/> | ||
308 | </object> | ||
309 | <packing> | ||
310 | <property name="expand">False</property> | ||
311 | <property name="fill">True</property> | ||
312 | <property name="position">1</property> | ||
313 | </packing> | ||
314 | </child> | ||
315 | <child> | ||
316 | <object class="GtkImage" id="GNUNET_GTK_status_icon"> | ||
317 | <property name="visible">True</property> | ||
318 | <property name="can_focus">False</property> | ||
319 | <property name="tooltip_text" translatable="yes">Status indicator</property> | ||
320 | <property name="hexpand">True</property> | ||
321 | <property name="icon_name">bluefish</property> | ||
322 | </object> | ||
323 | <packing> | ||
324 | <property name="expand">False</property> | ||
325 | <property name="fill">True</property> | ||
326 | <property name="position">2</property> | ||
327 | </packing> | ||
328 | </child> | ||
277 | </object> | 329 | </object> |
278 | <packing> | 330 | <packing> |
279 | <property name="expand">False</property> | 331 | <property name="expand">False</property> |
@@ -282,207 +334,211 @@ | |||
282 | </packing> | 334 | </packing> |
283 | </child> | 335 | </child> |
284 | <child> | 336 | <child> |
285 | <object class="GtkScrolledWindow" id="active_calls_scrolledwindow"> | 337 | <object class="GtkBox" id="active_calls"> |
286 | <property name="visible">True</property> | 338 | <property name="visible">True</property> |
287 | <property name="can_focus">True</property> | 339 | <property name="can_focus">False</property> |
288 | <property name="shadow_type">in</property> | ||
289 | <child> | 340 | <child> |
290 | <object class="GtkTreeView" id="gnunet_conversation_gtk_active_calls_treeview"> | 341 | <object class="GtkScrolledWindow" id="active_calls_scrolledwindow"> |
291 | <property name="visible">True</property> | 342 | <property name="visible">True</property> |
292 | <property name="can_focus">True</property> | 343 | <property name="can_focus">True</property> |
293 | <property name="model">gnunet_conversation_gtk_active_calls_liststore</property> | 344 | <property name="shadow_type">in</property> |
294 | <property name="headers_clickable">False</property> | ||
295 | <property name="enable_search">False</property> | ||
296 | <property name="search_column">0</property> | ||
297 | <child internal-child="selection"> | ||
298 | <object class="GtkTreeSelection" id="GNUNET_CONVERSATION_GTK_active_calls_selection"> | ||
299 | <signal name="changed" handler="GNUNET_CONVERSATION_GTK_on_active_calls_selection_changed" swapped="no"/> | ||
300 | </object> | ||
301 | </child> | ||
302 | <child> | 345 | <child> |
303 | <object class="GtkTreeViewColumn" id="caller_numColumn"> | 346 | <object class="GtkTreeView" id="gnunet_conversation_gtk_active_calls_treeview"> |
304 | <property name="title" translatable="yes">#</property> | 347 | <property name="visible">True</property> |
348 | <property name="can_focus">True</property> | ||
349 | <property name="model">gnunet_conversation_gtk_active_calls_liststore</property> | ||
350 | <property name="headers_clickable">False</property> | ||
351 | <property name="enable_search">False</property> | ||
352 | <property name="search_column">0</property> | ||
353 | <child internal-child="selection"> | ||
354 | <object class="GtkTreeSelection" id="treeview-selection5"> | ||
355 | <signal name="changed" handler="GNUNET_CONVERSATION_GTK_on_active_calls_selection_changed" swapped="no"/> | ||
356 | </object> | ||
357 | </child> | ||
358 | <child> | ||
359 | <object class="GtkTreeViewColumn" id="caller_numColumn"> | ||
360 | <property name="title" translatable="yes">#</property> | ||
361 | <child> | ||
362 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_num"> | ||
363 | <property name="background_gdk">#000000000000</property> | ||
364 | <property name="font">Normal</property> | ||
365 | <property name="foreground_gdk">#000000000000</property> | ||
366 | <property name="background_rgba">rgba(0,0,0,0)</property> | ||
367 | <property name="foreground_rgba">rgba(0,0,0,0)</property> | ||
368 | </object> | ||
369 | <attributes> | ||
370 | <attribute name="text">2</attribute> | ||
371 | </attributes> | ||
372 | </child> | ||
373 | </object> | ||
374 | </child> | ||
375 | <child> | ||
376 | <object class="GtkTreeViewColumn" id="GNUNET_CONVERSATION_GTK_caller_typeColumn"> | ||
377 | <property name="title" translatable="yes">type</property> | ||
378 | <child> | ||
379 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_type"/> | ||
380 | <attributes> | ||
381 | <attribute name="markup">3</attribute> | ||
382 | <attribute name="text">3</attribute> | ||
383 | </attributes> | ||
384 | </child> | ||
385 | </object> | ||
386 | </child> | ||
305 | <child> | 387 | <child> |
306 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_num"> | 388 | <object class="GtkTreeViewColumn" id="caller_stateColumn"> |
307 | <property name="background_gdk">#000000000000</property> | 389 | <property name="title" translatable="yes">state</property> |
308 | <property name="font">Normal</property> | 390 | <child> |
309 | <property name="foreground_gdk">#000000000000</property> | 391 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_state"/> |
310 | <property name="background_rgba">rgba(0,0,0,0)</property> | 392 | <attributes> |
311 | <property name="foreground_rgba">rgba(0,0,0,0)</property> | 393 | <attribute name="markup">4</attribute> |
394 | <attribute name="text">4</attribute> | ||
395 | </attributes> | ||
396 | </child> | ||
397 | </object> | ||
398 | </child> | ||
399 | <child> | ||
400 | <object class="GtkTreeViewColumn" id="caller_idColumn"> | ||
401 | <property name="title" translatable="yes">Caller ID</property> | ||
402 | <child> | ||
403 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_id"/> | ||
404 | <attributes> | ||
405 | <attribute name="text">0</attribute> | ||
406 | </attributes> | ||
407 | </child> | ||
408 | </object> | ||
409 | </child> | ||
410 | <child> | ||
411 | <object class="GtkTreeViewColumn" id="caller_testcolumn"> | ||
412 | <property name="title" translatable="yes">type</property> | ||
413 | <property name="clickable">True</property> | ||
414 | <property name="sort_column_id">0</property> | ||
312 | </object> | 415 | </object> |
313 | <attributes> | ||
314 | <attribute name="text">2</attribute> | ||
315 | </attributes> | ||
316 | </child> | 416 | </child> |
317 | </object> | 417 | </object> |
318 | </child> | 418 | </child> |
419 | </object> | ||
420 | <packing> | ||
421 | <property name="expand">True</property> | ||
422 | <property name="fill">True</property> | ||
423 | <property name="position">0</property> | ||
424 | </packing> | ||
425 | </child> | ||
426 | <child> | ||
427 | <object class="GtkButtonBox" id="GNUNET_GTK_conversation_active_call_list_buttons"> | ||
428 | <property name="can_focus">False</property> | ||
429 | <property name="border_width">2</property> | ||
430 | <property name="orientation">vertical</property> | ||
431 | <property name="layout_style">start</property> | ||
319 | <child> | 432 | <child> |
320 | <object class="GtkTreeViewColumn" id="GNUNET_CONVERSATION_GTK_caller_typeColumn"> | 433 | <placeholder/> |
321 | <property name="title" translatable="yes">type</property> | 434 | </child> |
322 | <child> | 435 | <child> |
323 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_type"/> | 436 | <object class="GtkButton" id="GNUNET_GTK_conversation_use_current_button"> |
324 | <attributes> | 437 | <property name="label" translatable="yes">> contact</property> |
325 | <attribute name="markup">3</attribute> | 438 | <property name="use_action_appearance">False</property> |
326 | <attribute name="text">3</attribute> | 439 | <property name="visible">True</property> |
327 | </attributes> | 440 | <property name="sensitive">False</property> |
328 | </child> | 441 | <property name="can_focus">True</property> |
442 | <property name="receives_default">True</property> | ||
443 | <property name="use_action_appearance">False</property> | ||
444 | <property name="xalign">0.4699999988079071</property> | ||
445 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_current_clicked" swapped="no"/> | ||
329 | </object> | 446 | </object> |
447 | <packing> | ||
448 | <property name="expand">False</property> | ||
449 | <property name="fill">True</property> | ||
450 | <property name="position">1</property> | ||
451 | </packing> | ||
330 | </child> | 452 | </child> |
331 | <child> | 453 | <child> |
332 | <object class="GtkTreeViewColumn" id="caller_stateColumn"> | 454 | <object class="GtkButton" id="GNUNET_GTK_conversation_accept_button"> |
333 | <property name="title" translatable="yes">state</property> | 455 | <property name="label" translatable="yes">accept</property> |
334 | <child> | 456 | <property name="use_action_appearance">False</property> |
335 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_state"/> | 457 | <property name="visible">True</property> |
336 | <attributes> | 458 | <property name="sensitive">False</property> |
337 | <attribute name="markup">4</attribute> | 459 | <property name="can_focus">True</property> |
338 | <attribute name="text">4</attribute> | 460 | <property name="receives_default">True</property> |
339 | </attributes> | 461 | <property name="use_action_appearance">False</property> |
340 | </child> | 462 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_accept_clicked" swapped="no"/> |
341 | </object> | 463 | </object> |
464 | <packing> | ||
465 | <property name="expand">False</property> | ||
466 | <property name="fill">True</property> | ||
467 | <property name="position">2</property> | ||
468 | </packing> | ||
342 | </child> | 469 | </child> |
343 | <child> | 470 | <child> |
344 | <object class="GtkTreeViewColumn" id="caller_idColumn"> | 471 | <object class="GtkButton" id="GNUNET_GTK_conversation_hangup_button"> |
345 | <property name="title" translatable="yes">Caller ID</property> | 472 | <property name="label" translatable="yes">hangup</property> |
346 | <child> | 473 | <property name="use_action_appearance">False</property> |
347 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_id"/> | 474 | <property name="visible">True</property> |
348 | <attributes> | 475 | <property name="sensitive">False</property> |
349 | <attribute name="text">0</attribute> | 476 | <property name="can_focus">True</property> |
350 | </attributes> | 477 | <property name="receives_default">True</property> |
351 | </child> | 478 | <property name="use_action_appearance">False</property> |
479 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_hangup_clicked" swapped="no"/> | ||
480 | </object> | ||
481 | <packing> | ||
482 | <property name="expand">False</property> | ||
483 | <property name="fill">True</property> | ||
484 | <property name="position">3</property> | ||
485 | </packing> | ||
486 | </child> | ||
487 | <child> | ||
488 | <object class="GtkButton" id="GNUNET_GTK_conversation_suspend_button"> | ||
489 | <property name="label" translatable="yes">suspend</property> | ||
490 | <property name="use_action_appearance">False</property> | ||
491 | <property name="visible">True</property> | ||
492 | <property name="sensitive">False</property> | ||
493 | <property name="can_focus">True</property> | ||
494 | <property name="receives_default">True</property> | ||
495 | <property name="use_action_appearance">False</property> | ||
496 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_pause_clicked" swapped="no"/> | ||
352 | </object> | 497 | </object> |
498 | <packing> | ||
499 | <property name="expand">False</property> | ||
500 | <property name="fill">True</property> | ||
501 | <property name="position">4</property> | ||
502 | </packing> | ||
503 | </child> | ||
504 | <child> | ||
505 | <object class="GtkButton" id="GNUNET_GTK_conversation_resume_button"> | ||
506 | <property name="label" translatable="yes">resume</property> | ||
507 | <property name="use_action_appearance">False</property> | ||
508 | <property name="visible">True</property> | ||
509 | <property name="sensitive">False</property> | ||
510 | <property name="can_focus">True</property> | ||
511 | <property name="receives_default">True</property> | ||
512 | <property name="use_action_appearance">False</property> | ||
513 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_resume_clicked" swapped="no"/> | ||
514 | </object> | ||
515 | <packing> | ||
516 | <property name="expand">False</property> | ||
517 | <property name="fill">True</property> | ||
518 | <property name="position">5</property> | ||
519 | </packing> | ||
353 | </child> | 520 | </child> |
354 | </object> | 521 | </object> |
522 | <packing> | ||
523 | <property name="expand">False</property> | ||
524 | <property name="fill">True</property> | ||
525 | <property name="position">1</property> | ||
526 | </packing> | ||
355 | </child> | 527 | </child> |
356 | </object> | 528 | </object> |
357 | <packing> | 529 | <packing> |
358 | <property name="expand">True</property> | ||
359 | <property name="fill">True</property> | ||
360 | <property name="position">1</property> | ||
361 | </packing> | ||
362 | </child> | ||
363 | </object> | ||
364 | <packing> | ||
365 | <property name="expand">True</property> | ||
366 | <property name="fill">True</property> | ||
367 | <property name="position">0</property> | ||
368 | </packing> | ||
369 | </child> | ||
370 | <child> | ||
371 | <object class="GtkButtonBox" id="GNUNET_GTK_conversation_active_call_list_buttons"> | ||
372 | <property name="can_focus">False</property> | ||
373 | <property name="border_width">2</property> | ||
374 | <property name="orientation">vertical</property> | ||
375 | <property name="layout_style">start</property> | ||
376 | <child> | ||
377 | <object class="GtkImage" id="GNUNET_GTK_status_icon"> | ||
378 | <property name="visible">True</property> | ||
379 | <property name="sensitive">False</property> | ||
380 | <property name="can_focus">False</property> | ||
381 | <property name="tooltip_text" translatable="yes">Status indicator</property> | ||
382 | <property name="icon_name">bluefish</property> | ||
383 | </object> | ||
384 | <packing> | ||
385 | <property name="expand">False</property> | ||
386 | <property name="fill">True</property> | ||
387 | <property name="position">0</property> | ||
388 | </packing> | ||
389 | </child> | ||
390 | <child> | ||
391 | <object class="GtkButton" id="GNUNET_GTK_conversation_use_current_button"> | ||
392 | <property name="label" translatable="yes">import Addr</property> | ||
393 | <property name="use_action_appearance">False</property> | ||
394 | <property name="visible">True</property> | ||
395 | <property name="sensitive">False</property> | ||
396 | <property name="can_focus">True</property> | ||
397 | <property name="receives_default">True</property> | ||
398 | <property name="use_action_appearance">False</property> | ||
399 | <property name="xalign">0.4699999988079071</property> | ||
400 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_current_clicked" swapped="no"/> | ||
401 | </object> | ||
402 | <packing> | ||
403 | <property name="expand">False</property> | ||
404 | <property name="fill">True</property> | ||
405 | <property name="position">1</property> | ||
406 | </packing> | ||
407 | </child> | ||
408 | <child> | ||
409 | <object class="GtkButton" id="GNUNET_GTK_conversation_accept_button"> | ||
410 | <property name="label" translatable="yes">accept</property> | ||
411 | <property name="use_action_appearance">False</property> | ||
412 | <property name="visible">True</property> | ||
413 | <property name="sensitive">False</property> | ||
414 | <property name="can_focus">True</property> | ||
415 | <property name="receives_default">True</property> | ||
416 | <property name="use_action_appearance">False</property> | ||
417 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_accept_clicked" swapped="no"/> | ||
418 | </object> | ||
419 | <packing> | ||
420 | <property name="expand">False</property> | 530 | <property name="expand">False</property> |
421 | <property name="fill">True</property> | 531 | <property name="fill">True</property> |
422 | <property name="position">2</property> | 532 | <property name="position">2</property> |
423 | </packing> | 533 | </packing> |
424 | </child> | 534 | </child> |
425 | <child> | ||
426 | <object class="GtkButton" id="GNUNET_GTK_conversation_hangup_button"> | ||
427 | <property name="label" translatable="yes">hangup</property> | ||
428 | <property name="use_action_appearance">False</property> | ||
429 | <property name="visible">True</property> | ||
430 | <property name="sensitive">False</property> | ||
431 | <property name="can_focus">True</property> | ||
432 | <property name="receives_default">True</property> | ||
433 | <property name="use_action_appearance">False</property> | ||
434 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_hangup_clicked" swapped="no"/> | ||
435 | </object> | ||
436 | <packing> | ||
437 | <property name="expand">False</property> | ||
438 | <property name="fill">True</property> | ||
439 | <property name="position">3</property> | ||
440 | </packing> | ||
441 | </child> | ||
442 | <child> | ||
443 | <object class="GtkButton" id="GNUNET_GTK_conversation_suspend_button"> | ||
444 | <property name="label" translatable="yes">suspend</property> | ||
445 | <property name="use_action_appearance">False</property> | ||
446 | <property name="visible">True</property> | ||
447 | <property name="sensitive">False</property> | ||
448 | <property name="can_focus">True</property> | ||
449 | <property name="receives_default">True</property> | ||
450 | <property name="use_action_appearance">False</property> | ||
451 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_pause_clicked" swapped="no"/> | ||
452 | </object> | ||
453 | <packing> | ||
454 | <property name="expand">False</property> | ||
455 | <property name="fill">True</property> | ||
456 | <property name="position">4</property> | ||
457 | </packing> | ||
458 | </child> | ||
459 | <child> | ||
460 | <object class="GtkButton" id="GNUNET_GTK_conversation_resume_button"> | ||
461 | <property name="label" translatable="yes">resume</property> | ||
462 | <property name="use_action_appearance">False</property> | ||
463 | <property name="visible">True</property> | ||
464 | <property name="sensitive">False</property> | ||
465 | <property name="can_focus">True</property> | ||
466 | <property name="receives_default">True</property> | ||
467 | <property name="use_action_appearance">False</property> | ||
468 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_resume_clicked" swapped="no"/> | ||
469 | </object> | ||
470 | <packing> | ||
471 | <property name="expand">False</property> | ||
472 | <property name="fill">True</property> | ||
473 | <property name="position">5</property> | ||
474 | </packing> | ||
475 | </child> | ||
476 | </object> | 535 | </object> |
477 | <packing> | 536 | <packing> |
478 | <property name="expand">False</property> | 537 | <property name="expand">True</property> |
479 | <property name="fill">True</property> | 538 | <property name="fill">True</property> |
480 | <property name="position">1</property> | 539 | <property name="position">0</property> |
481 | </packing> | 540 | </packing> |
482 | </child> | 541 | </child> |
483 | <child> | ||
484 | <placeholder/> | ||
485 | </child> | ||
486 | </object> | 542 | </object> |
487 | <packing> | 543 | <packing> |
488 | <property name="expand">False</property> | 544 | <property name="expand">False</property> |
@@ -490,9 +546,6 @@ | |||
490 | <property name="position">2</property> | 546 | <property name="position">2</property> |
491 | </packing> | 547 | </packing> |
492 | </child> | 548 | </child> |
493 | <child> | ||
494 | <placeholder/> | ||
495 | </child> | ||
496 | </object> | 549 | </object> |
497 | <packing> | 550 | <packing> |
498 | <property name="left_attach">0</property> | 551 | <property name="left_attach">0</property> |
@@ -664,22 +717,7 @@ | |||
664 | </packing> | 717 | </packing> |
665 | </child> | 718 | </child> |
666 | <child> | 719 | <child> |
667 | <object class="GtkButton" id="GNUNET_GTK_conversation_call_button"> | 720 | <placeholder/> |
668 | <property name="label" translatable="yes">call</property> | ||
669 | <property name="use_action_appearance">False</property> | ||
670 | <property name="visible">True</property> | ||
671 | <property name="can_focus">True</property> | ||
672 | <property name="receives_default">True</property> | ||
673 | <property name="use_action_appearance">False</property> | ||
674 | <property name="use_underline">True</property> | ||
675 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_call_clicked" swapped="no"/> | ||
676 | </object> | ||
677 | <packing> | ||
678 | <property name="left_attach">0</property> | ||
679 | <property name="top_attach">0</property> | ||
680 | <property name="width">1</property> | ||
681 | <property name="height">1</property> | ||
682 | </packing> | ||
683 | </child> | 721 | </child> |
684 | </object> | 722 | </object> |
685 | <packing> | 723 | <packing> |
@@ -689,53 +727,6 @@ | |||
689 | </packing> | 727 | </packing> |
690 | </child> | 728 | </child> |
691 | <child> | 729 | <child> |
692 | <object class="GtkScrolledWindow" id="contacts_scrolledwindow"> | ||
693 | <property name="visible">True</property> | ||
694 | <property name="can_focus">True</property> | ||
695 | <property name="shadow_type">in</property> | ||
696 | <child> | ||
697 | <object class="GtkTreeView" id="gnunet_conversation_gtk_treeview"> | ||
698 | <property name="visible">True</property> | ||
699 | <property name="can_focus">True</property> | ||
700 | <property name="model">gnunet_conversation_gtk_contacts_liststore</property> | ||
701 | <property name="headers_clickable">False</property> | ||
702 | <property name="search_column">0</property> | ||
703 | <signal name="row-activated" handler="GNUNET_CONVERSATION_GTK_row_activated" swapped="no"/> | ||
704 | <child internal-child="selection"> | ||
705 | <object class="GtkTreeSelection" id="treeview-selection"/> | ||
706 | </child> | ||
707 | <child> | ||
708 | <object class="GtkTreeViewColumn" id="contactName"> | ||
709 | <property name="title" translatable="yes">Type</property> | ||
710 | <child> | ||
711 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_type_window_name_renderer"/> | ||
712 | <attributes> | ||
713 | <attribute name="text">1</attribute> | ||
714 | </attributes> | ||
715 | </child> | ||
716 | </object> | ||
717 | </child> | ||
718 | <child> | ||
719 | <object class="GtkTreeViewColumn" id="contactType"> | ||
720 | <property name="title" translatable="yes">Contact</property> | ||
721 | <child> | ||
722 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_main_window_name_renderer"/> | ||
723 | <attributes> | ||
724 | <attribute name="text">0</attribute> | ||
725 | </attributes> | ||
726 | </child> | ||
727 | </object> | ||
728 | </child> | ||
729 | </object> | ||
730 | </child> | ||
731 | </object> | ||
732 | <packing> | ||
733 | <property name="expand">True</property> | ||
734 | <property name="fill">True</property> | ||
735 | <property name="position">2</property> | ||
736 | </packing> | ||
737 | </child> | ||
738 | <child> | ||
739 | <object class="GtkEntry" id="GNUNET_GTK_conversation_nameAdd"> | 730 | <object class="GtkEntry" id="GNUNET_GTK_conversation_nameAdd"> |
740 | <property name="visible">True</property> | 731 | <property name="visible">True</property> |
741 | <property name="can_focus">True</property> | 732 | <property name="can_focus">True</property> |
@@ -746,7 +737,7 @@ | |||
746 | <packing> | 737 | <packing> |
747 | <property name="expand">False</property> | 738 | <property name="expand">False</property> |
748 | <property name="fill">True</property> | 739 | <property name="fill">True</property> |
749 | <property name="position">3</property> | 740 | <property name="position">2</property> |
750 | </packing> | 741 | </packing> |
751 | </child> | 742 | </child> |
752 | <child> | 743 | <child> |
@@ -760,7 +751,7 @@ | |||
760 | <packing> | 751 | <packing> |
761 | <property name="expand">False</property> | 752 | <property name="expand">False</property> |
762 | <property name="fill">True</property> | 753 | <property name="fill">True</property> |
763 | <property name="position">4</property> | 754 | <property name="position">3</property> |
764 | </packing> | 755 | </packing> |
765 | </child> | 756 | </child> |
766 | <child> | 757 | <child> |
@@ -805,6 +796,53 @@ | |||
805 | <packing> | 796 | <packing> |
806 | <property name="expand">False</property> | 797 | <property name="expand">False</property> |
807 | <property name="fill">True</property> | 798 | <property name="fill">True</property> |
799 | <property name="position">4</property> | ||
800 | </packing> | ||
801 | </child> | ||
802 | <child> | ||
803 | <object class="GtkScrolledWindow" id="contacts_scrolledwindow"> | ||
804 | <property name="visible">True</property> | ||
805 | <property name="can_focus">True</property> | ||
806 | <property name="shadow_type">in</property> | ||
807 | <child> | ||
808 | <object class="GtkTreeView" id="gnunet_conversation_gtk_treeview"> | ||
809 | <property name="visible">True</property> | ||
810 | <property name="can_focus">True</property> | ||
811 | <property name="model">gnunet_conversation_gtk_contacts_liststore</property> | ||
812 | <property name="headers_clickable">False</property> | ||
813 | <property name="search_column">0</property> | ||
814 | <signal name="row-activated" handler="GNUNET_CONVERSATION_GTK_row_activated" swapped="no"/> | ||
815 | <child internal-child="selection"> | ||
816 | <object class="GtkTreeSelection" id="treeview-selection"/> | ||
817 | </child> | ||
818 | <child> | ||
819 | <object class="GtkTreeViewColumn" id="contactName"> | ||
820 | <property name="title" translatable="yes">Type</property> | ||
821 | <child> | ||
822 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_type_window_name_renderer"/> | ||
823 | <attributes> | ||
824 | <attribute name="text">1</attribute> | ||
825 | </attributes> | ||
826 | </child> | ||
827 | </object> | ||
828 | </child> | ||
829 | <child> | ||
830 | <object class="GtkTreeViewColumn" id="contactType"> | ||
831 | <property name="title" translatable="yes">Contact</property> | ||
832 | <child> | ||
833 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_main_window_name_renderer"/> | ||
834 | <attributes> | ||
835 | <attribute name="text">0</attribute> | ||
836 | </attributes> | ||
837 | </child> | ||
838 | </object> | ||
839 | </child> | ||
840 | </object> | ||
841 | </child> | ||
842 | </object> | ||
843 | <packing> | ||
844 | <property name="expand">True</property> | ||
845 | <property name="fill">True</property> | ||
808 | <property name="position">5</property> | 846 | <property name="position">5</property> |
809 | </packing> | 847 | </packing> |
810 | </child> | 848 | </child> |
@@ -847,22 +885,6 @@ | |||
847 | </object> | 885 | </object> |
848 | </child> | 886 | </child> |
849 | </object> | 887 | </object> |
850 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> | ||
851 | <columns> | ||
852 | <!-- column-name contactName --> | ||
853 | <column type="gchararray"/> | ||
854 | <!-- column-name contactType --> | ||
855 | <column type="gchararray"/> | ||
856 | </columns> | ||
857 | </object> | ||
858 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_zone_liststore"> | ||
859 | <columns> | ||
860 | <!-- column-name ego_name --> | ||
861 | <column type="gchararray"/> | ||
862 | <!-- column-name ego --> | ||
863 | <column type="gpointer"/> | ||
864 | </columns> | ||
865 | </object> | ||
866 | <object class="GtkListStore" id="gnunet_conversation_gtk_active_calls_liststore"> | 888 | <object class="GtkListStore" id="gnunet_conversation_gtk_active_calls_liststore"> |
867 | <columns> | 889 | <columns> |
868 | <!-- column-name caller_id --> | 890 | <!-- column-name caller_id --> |
@@ -877,6 +899,14 @@ | |||
877 | <column type="gint"/> | 899 | <column type="gint"/> |
878 | </columns> | 900 | </columns> |
879 | </object> | 901 | </object> |
902 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> | ||
903 | <columns> | ||
904 | <!-- column-name contactName --> | ||
905 | <column type="gchararray"/> | ||
906 | <!-- column-name contactType --> | ||
907 | <column type="gchararray"/> | ||
908 | </columns> | ||
909 | </object> | ||
880 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> | 910 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> |
881 | <columns> | 911 | <columns> |
882 | <!-- column-name logTime --> | 912 | <!-- column-name logTime --> |