mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user