libsysprof-gtk: map in the mark chart item

This gets the auto-filtering into account, but we still need to get the
drawing of time ranges to use the proper timespan.
This commit is contained in:
Christian Hergert
2023-06-15 17:49:32 -07:00
parent f2f47b12d7
commit a3e08b441f
3 changed files with 49 additions and 9 deletions

View File

@ -23,7 +23,9 @@
<property name="xalign">0</property>
<binding name="text">
<lookup name="group" type="SysprofMarkCatalog">
<lookup name="item">GtkListHeader</lookup>
<lookup name="catalog" type="SysprofMarkChartItem">
<lookup name="item">GtkListHeader</lookup>
</lookup>
</lookup>
</binding>
</object>
@ -50,7 +52,9 @@
<property name="text-overflow">clip</property>
<binding name="text">
<lookup name="name" type="SysprofMarkCatalog">
<lookup name="item">GtkListItem</lookup>
<lookup name="catalog" type="SysprofMarkChartItem">
<lookup name="item">GtkListItem</lookup>
</lookup>
</lookup>
</binding>
</object>
@ -59,7 +63,9 @@
<object class="SysprofMarkChartRow">
<property name="hexpand">true</property>
<binding name="model">
<lookup name="item">GtkListItem</lookup>
<lookup name="marks" type="SysprofMarkChartItem">
<lookup name="item">GtkListItem</lookup>
</lookup>
</binding>
</object>
</child>