diff options
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_conversation_gtk_main_window.glade | 150 |
1 files changed, 99 insertions, 51 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade index d36b755b..f60f391e 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 | <interface> | 2 | <interface> |
3 | <!-- interface-requires gtk+ 3.0 --> | 3 | <!-- interface-requires gtk+ 3.0 --> |
4 | <object class="GtkAction" id="action1"/> | ||
4 | <object class="GtkWindow" id="GNUNET_GTK_conversation_window"> | 5 | <object class="GtkWindow" id="GNUNET_GTK_conversation_window"> |
5 | <property name="can_focus">False</property> | 6 | <property name="can_focus">False</property> |
6 | <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> | 7 | <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> |
@@ -139,7 +140,20 @@ | |||
139 | </packing> | 140 | </packing> |
140 | </child> | 141 | </child> |
141 | <child> | 142 | <child> |
142 | <placeholder/> | 143 | <object class="GtkButton" id="GNUNET_GTK_conversation_test_button_two"> |
144 | <property name="label" translatable="yes">test 2</property> | ||
145 | <property name="use_action_appearance">False</property> | ||
146 | <property name="visible">True</property> | ||
147 | <property name="can_focus">True</property> | ||
148 | <property name="receives_default">True</property> | ||
149 | <property name="use_action_appearance">False</property> | ||
150 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_test_button_two" swapped="no"/> | ||
151 | </object> | ||
152 | <packing> | ||
153 | <property name="expand">False</property> | ||
154 | <property name="fill">True</property> | ||
155 | <property name="position">2</property> | ||
156 | </packing> | ||
143 | </child> | 157 | </child> |
144 | <child> | 158 | <child> |
145 | <placeholder/> | 159 | <placeholder/> |
@@ -280,7 +294,9 @@ | |||
280 | <property name="enable_search">False</property> | 294 | <property name="enable_search">False</property> |
281 | <property name="search_column">0</property> | 295 | <property name="search_column">0</property> |
282 | <child internal-child="selection"> | 296 | <child internal-child="selection"> |
283 | <object class="GtkTreeSelection" id="treeview-selection2"/> | 297 | <object class="GtkTreeSelection" id="GNUNET_CONVERSATION_GTK_active_calls_selection"> |
298 | <signal name="changed" handler="GNUNET_CONVERSATION_GTK_on_active_calls_selection_changed" swapped="no"/> | ||
299 | </object> | ||
284 | </child> | 300 | </child> |
285 | <child> | 301 | <child> |
286 | <object class="GtkTreeViewColumn" id="caller_numColumn"> | 302 | <object class="GtkTreeViewColumn" id="caller_numColumn"> |
@@ -300,10 +316,34 @@ | |||
300 | </object> | 316 | </object> |
301 | </child> | 317 | </child> |
302 | <child> | 318 | <child> |
319 | <object class="GtkTreeViewColumn" id="GNUNET_CONVERSATION_GTK_caller_typeColumn"> | ||
320 | <property name="title" translatable="yes">type</property> | ||
321 | <child> | ||
322 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_type"/> | ||
323 | <attributes> | ||
324 | <attribute name="markup">3</attribute> | ||
325 | <attribute name="text">3</attribute> | ||
326 | </attributes> | ||
327 | </child> | ||
328 | </object> | ||
329 | </child> | ||
330 | <child> | ||
331 | <object class="GtkTreeViewColumn" id="caller_stateColumn"> | ||
332 | <property name="title" translatable="yes">state</property> | ||
333 | <child> | ||
334 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_state"/> | ||
335 | <attributes> | ||
336 | <attribute name="markup">4</attribute> | ||
337 | <attribute name="text">4</attribute> | ||
338 | </attributes> | ||
339 | </child> | ||
340 | </object> | ||
341 | </child> | ||
342 | <child> | ||
303 | <object class="GtkTreeViewColumn" id="caller_idColumn"> | 343 | <object class="GtkTreeViewColumn" id="caller_idColumn"> |
304 | <property name="title" translatable="yes">Caller ID</property> | 344 | <property name="title" translatable="yes">Caller ID</property> |
305 | <child> | 345 | <child> |
306 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_event_window_renderer1"/> | 346 | <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_calls_id"/> |
307 | <attributes> | 347 | <attributes> |
308 | <attribute name="text">0</attribute> | 348 | <attribute name="text">0</attribute> |
309 | </attributes> | 349 | </attributes> |
@@ -346,15 +386,14 @@ | |||
346 | </packing> | 386 | </packing> |
347 | </child> | 387 | </child> |
348 | <child> | 388 | <child> |
349 | <object class="GtkButton" id="GNUNET_GTK_conversation_call_button"> | 389 | <object class="GtkButton" id="GNUNET_GTK_conversation_use_current_button"> |
350 | <property name="label" translatable="yes">call</property> | 390 | <property name="label" translatable="yes">>contact</property> |
351 | <property name="use_action_appearance">False</property> | 391 | <property name="use_action_appearance">False</property> |
352 | <property name="visible">True</property> | 392 | <property name="visible">True</property> |
353 | <property name="can_focus">True</property> | 393 | <property name="can_focus">True</property> |
354 | <property name="receives_default">True</property> | 394 | <property name="receives_default">True</property> |
355 | <property name="use_action_appearance">False</property> | 395 | <property name="use_action_appearance">False</property> |
356 | <property name="use_underline">True</property> | 396 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_current_clicked" swapped="no"/> |
357 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_call_clicked" swapped="no"/> | ||
358 | </object> | 397 | </object> |
359 | <packing> | 398 | <packing> |
360 | <property name="expand">False</property> | 399 | <property name="expand">False</property> |
@@ -363,6 +402,22 @@ | |||
363 | </packing> | 402 | </packing> |
364 | </child> | 403 | </child> |
365 | <child> | 404 | <child> |
405 | <object class="GtkButton" id="GNUNET_GTK_conversation_accept_button"> | ||
406 | <property name="label" translatable="yes">accept</property> | ||
407 | <property name="use_action_appearance">False</property> | ||
408 | <property name="visible">True</property> | ||
409 | <property name="can_focus">True</property> | ||
410 | <property name="receives_default">True</property> | ||
411 | <property name="use_action_appearance">False</property> | ||
412 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_accept_clicked" swapped="no"/> | ||
413 | </object> | ||
414 | <packing> | ||
415 | <property name="expand">False</property> | ||
416 | <property name="fill">True</property> | ||
417 | <property name="position">2</property> | ||
418 | </packing> | ||
419 | </child> | ||
420 | <child> | ||
366 | <object class="GtkButton" id="GNUNET_GTK_conversation_hangup_button"> | 421 | <object class="GtkButton" id="GNUNET_GTK_conversation_hangup_button"> |
367 | <property name="label" translatable="yes">hangup</property> | 422 | <property name="label" translatable="yes">hangup</property> |
368 | <property name="use_action_appearance">False</property> | 423 | <property name="use_action_appearance">False</property> |
@@ -375,12 +430,12 @@ | |||
375 | <packing> | 430 | <packing> |
376 | <property name="expand">False</property> | 431 | <property name="expand">False</property> |
377 | <property name="fill">True</property> | 432 | <property name="fill">True</property> |
378 | <property name="position">2</property> | 433 | <property name="position">3</property> |
379 | </packing> | 434 | </packing> |
380 | </child> | 435 | </child> |
381 | <child> | 436 | <child> |
382 | <object class="GtkButton" id="GNUNET_GTK_conversation_pause_button"> | 437 | <object class="GtkButton" id="GNUNET_GTK_conversation_pause_button"> |
383 | <property name="label" translatable="yes">pause call</property> | 438 | <property name="label" translatable="yes">pause</property> |
384 | <property name="use_action_appearance">False</property> | 439 | <property name="use_action_appearance">False</property> |
385 | <property name="visible">True</property> | 440 | <property name="visible">True</property> |
386 | <property name="can_focus">True</property> | 441 | <property name="can_focus">True</property> |
@@ -395,10 +450,20 @@ | |||
395 | </packing> | 450 | </packing> |
396 | </child> | 451 | </child> |
397 | <child> | 452 | <child> |
398 | <placeholder/> | 453 | <object class="GtkButton" id="GNUNET_GTK_conversation_resume_button"> |
399 | </child> | 454 | <property name="label" translatable="yes">resume</property> |
400 | <child> | 455 | <property name="use_action_appearance">False</property> |
401 | <placeholder/> | 456 | <property name="visible">True</property> |
457 | <property name="can_focus">True</property> | ||
458 | <property name="receives_default">True</property> | ||
459 | <property name="use_action_appearance">False</property> | ||
460 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_resume_clicked" swapped="no"/> | ||
461 | </object> | ||
462 | <packing> | ||
463 | <property name="expand">False</property> | ||
464 | <property name="fill">True</property> | ||
465 | <property name="position">5</property> | ||
466 | </packing> | ||
402 | </child> | 467 | </child> |
403 | </object> | 468 | </object> |
404 | <packing> | 469 | <packing> |
@@ -418,20 +483,7 @@ | |||
418 | </packing> | 483 | </packing> |
419 | </child> | 484 | </child> |
420 | <child> | 485 | <child> |
421 | <object class="GtkButton" id="GNUNET_GTK_conversation_use_current_button"> | 486 | <placeholder/> |
422 | <property name="label" translatable="yes">Add address of currently selected call</property> | ||
423 | <property name="use_action_appearance">False</property> | ||
424 | <property name="visible">True</property> | ||
425 | <property name="can_focus">True</property> | ||
426 | <property name="receives_default">True</property> | ||
427 | <property name="use_action_appearance">False</property> | ||
428 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_current_clicked" swapped="no"/> | ||
429 | </object> | ||
430 | <packing> | ||
431 | <property name="expand">False</property> | ||
432 | <property name="fill">True</property> | ||
433 | <property name="position">3</property> | ||
434 | </packing> | ||
435 | </child> | 487 | </child> |
436 | </object> | 488 | </object> |
437 | <packing> | 489 | <packing> |
@@ -604,7 +656,22 @@ | |||
604 | </packing> | 656 | </packing> |
605 | </child> | 657 | </child> |
606 | <child> | 658 | <child> |
607 | <placeholder/> | 659 | <object class="GtkButton" id="GNUNET_GTK_conversation_call_button"> |
660 | <property name="label" translatable="yes">call</property> | ||
661 | <property name="use_action_appearance">False</property> | ||
662 | <property name="visible">True</property> | ||
663 | <property name="can_focus">True</property> | ||
664 | <property name="receives_default">True</property> | ||
665 | <property name="use_action_appearance">False</property> | ||
666 | <property name="use_underline">True</property> | ||
667 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_call_clicked" swapped="no"/> | ||
668 | </object> | ||
669 | <packing> | ||
670 | <property name="left_attach">0</property> | ||
671 | <property name="top_attach">0</property> | ||
672 | <property name="width">1</property> | ||
673 | <property name="height">1</property> | ||
674 | </packing> | ||
608 | </child> | 675 | </child> |
609 | </object> | 676 | </object> |
610 | <packing> | 677 | <packing> |
@@ -780,6 +847,10 @@ | |||
780 | <column type="gpointer"/> | 847 | <column type="gpointer"/> |
781 | <!-- column-name caller_num --> | 848 | <!-- column-name caller_num --> |
782 | <column type="gint"/> | 849 | <column type="gint"/> |
850 | <!-- column-name caller_type --> | ||
851 | <column type="gint"/> | ||
852 | <!-- column-name caller_state --> | ||
853 | <column type="gint"/> | ||
783 | </columns> | 854 | </columns> |
784 | </object> | 855 | </object> |
785 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> | 856 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> |
@@ -790,12 +861,6 @@ | |||
790 | <column type="gchararray"/> | 861 | <column type="gchararray"/> |
791 | </columns> | 862 | </columns> |
792 | </object> | 863 | </object> |
793 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_contacts_treestore"> | ||
794 | <columns> | ||
795 | <!-- column-name contactName --> | ||
796 | <column type="gchararray"/> | ||
797 | </columns> | ||
798 | </object> | ||
799 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_zone_liststore"> | 864 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_zone_liststore"> |
800 | <columns> | 865 | <columns> |
801 | <!-- column-name ego_name --> | 866 | <!-- column-name ego_name --> |
@@ -803,17 +868,6 @@ | |||
803 | <!-- column-name ego --> | 868 | <!-- column-name ego --> |
804 | <column type="gpointer"/> | 869 | <column type="gpointer"/> |
805 | </columns> | 870 | </columns> |
806 | <data> | ||
807 | <row> | ||
808 | <col id="0" translatable="yes">not working yet</col> | ||
809 | </row> | ||
810 | </data> | ||
811 | </object> | ||
812 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_contacts_zone_treestore"> | ||
813 | <columns> | ||
814 | <!-- column-name zone --> | ||
815 | <column type="gchararray"/> | ||
816 | </columns> | ||
817 | </object> | 871 | </object> |
818 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> | 872 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> |
819 | <columns> | 873 | <columns> |
@@ -825,7 +879,6 @@ | |||
825 | <column type="gchararray"/> | 879 | <column type="gchararray"/> |
826 | </columns> | 880 | </columns> |
827 | </object> | 881 | </object> |
828 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_history_treestore"/> | ||
829 | <object class="GtkListStore" id="gnunet_conversation_gtk_outgoing_zone_liststore"> | 882 | <object class="GtkListStore" id="gnunet_conversation_gtk_outgoing_zone_liststore"> |
830 | <columns> | 883 | <columns> |
831 | <!-- column-name ego_name --> | 884 | <!-- column-name ego_name --> |
@@ -833,10 +886,5 @@ | |||
833 | <!-- column-name ego --> | 886 | <!-- column-name ego --> |
834 | <column type="gpointer"/> | 887 | <column type="gpointer"/> |
835 | </columns> | 888 | </columns> |
836 | <data> | ||
837 | <row> | ||
838 | <col id="0" translatable="yes">Outgoing identity, doesn't work yet.</col> | ||
839 | </row> | ||
840 | </data> | ||
841 | </object> | 889 | </object> |
842 | </interface> | 890 | </interface> |