2019-08-01 13:25:53 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.20"/>
2020-02-28 19:34:28 +00:00
<template class="CallsCallRecordRow" parent="GtkListBoxRow">
2019-08-01 13:25:53 +00:00
<property name="visible">True</property>
2020-02-28 19:34:28 +00:00
<property name="activatable">False</property>
<property name="selectable">False</property>
2019-08-01 13:25:53 +00:00
<child>
2020-06-08 13:09:57 +00:00
<object class="GtkEventBox" id="event_box">
2019-08-01 13:25:53 +00:00
<property name="visible">True</property>
2020-02-28 19:34:28 +00:00
<child>
2020-06-08 13:09:57 +00:00
<object class="GtkBox">
2020-02-28 19:34:28 +00:00
<property name="visible">True</property>
2020-06-08 13:09:57 +00:00
<child>
<object class="HdyAvatar" id="avatar">
<property name="visible">True</property>
<property name="margin_left">8</property>
<property name="margin_top">8</property>
<property name="margin_bottom">8</property>
<property name="size">48</property>
<property name="text" bind-source="target" bind-property="label" bind-flags="sync-create"></property>
<property name="show-initials">True</property>
2020-02-28 19:34:28 +00:00
</object>
2020-06-08 13:09:57 +00:00
<packing>
<property name="position">0</property>
</packing>
2020-02-28 19:34:28 +00:00
</child>
<child>
2020-06-08 13:09:57 +00:00
<object class="GtkImage" id="type">
2020-02-28 19:34:28 +00:00
<property name="visible">True</property>
2020-06-08 13:09:57 +00:00
<property name="margin_left">8</property>
2020-02-28 19:34:28 +00:00
</object>
2020-06-08 13:09:57 +00:00
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="target">
<property name="visible">True</property>
<property name="margin_left">10</property>
<property name="ellipsize">middle</property>
</object>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button">
<property name="visible">True</property>
<property name="margin_left">12</property>
<property name="margin_right">8</property>
<property name="margin_top">8</property>
<property name="margin_bottom">8</property>
<property name="halign">center</property>
<property name="valign">center</property>
<style>
<class name="image-button"/>
</style>
<child internal-child="accessible">
2021-07-30 00:25:42 +00:00
<object class="AtkObject" id="a11y-call">
2021-09-28 07:44:54 +00:00
<property name="accessible-name" translatable="yes" comments="Translators: This is a verb, not a noun. Call the number of the currently selected row.">Call</property>
2020-06-08 13:09:57 +00:00
</object>
</child>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="icon-name">call-start-symbolic</property>
</object>
</child>
</object>
<packing>
<property name="pack_type">end</property>
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="time">
<property name="visible">True</property>
<property name="margin_left">8</property>
2021-09-28 07:58:37 +00:00
<property name="justify">right</property>
2020-06-08 13:09:57 +00:00
<style>
<class name="dim-label"/>
</style>
<attributes>
<attribute name="scale" value="0.7"/>
</attributes>
</object>
<packing>
<property name="pack_type">end</property>
<property name="position">4</property>
</packing>
2020-02-28 19:34:28 +00:00
</child>
</object>
2019-08-01 13:25:53 +00:00
</child>
</object>
</child>
</template>
2020-06-08 13:09:57 +00:00
<menu id="context_menu">
<section>
<item>
<attribute name="label" translatable="yes">_Delete Call</attribute>
<attribute name="action">delete-call</attribute>
</item>
2021-01-13 14:17:18 +00:00
<item>
<!-- Translators: This is a phone number -->
<attribute name="label" translatable="yes">_Copy number</attribute>
<attribute name="action">copy-number</attribute>
2021-01-13 18:47:14 +00:00
<attribute name="hidden-when">action-disabled</attribute>
2021-01-13 14:17:18 +00:00
</item>
2022-01-06 17:24:46 +00:00
<item>
<attribute name="label" translatable="yes">_Add contact</attribute>
<attribute name="action">new-contact</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
2020-06-08 13:09:57 +00:00
</section>
</menu>
2019-08-01 13:25:53 +00:00
</interface>