2016-10-29 19:11:23 +00:00
|
|
|
<interface domain="gtk40">
|
2016-11-19 01:59:10 +00:00
|
|
|
<object class="GListStore" id="recordings"/>
|
2020-05-03 23:31:11 +00:00
|
|
|
<template class="GtkInspectorRecorder" parent="GtkWidget">
|
2016-10-29 19:11:23 +00:00
|
|
|
<child>
|
2020-07-18 02:44:01 +00:00
|
|
|
<object class="GtkBox" id="box">
|
2016-10-29 19:11:23 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2016-11-01 17:03:16 +00:00
|
|
|
<object class="GtkBox">
|
2016-11-02 02:06:25 +00:00
|
|
|
<property name="spacing">6</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">6</property>
|
|
|
|
<property name="margin-end">6</property>
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
2016-11-01 17:03:16 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton">
|
2020-04-17 04:20:09 +00:00
|
|
|
<property name="has-frame">0</property>
|
2016-11-02 02:06:25 +00:00
|
|
|
<property name="icon-name">media-record-symbolic</property>
|
2017-09-01 16:03:06 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Record frames</property>
|
2016-11-01 17:03:16 +00:00
|
|
|
<property name="active" bind-source="GtkInspectorRecorder" bind-property="recording" bind-flags="bidirectional|sync-create"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2016-11-01 17:32:50 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
2020-04-17 04:20:09 +00:00
|
|
|
<property name="has-frame">0</property>
|
2016-11-02 02:06:25 +00:00
|
|
|
<property name="icon-name">edit-clear-all-symbolic</property>
|
2017-09-01 16:03:06 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Clear recorded frames</property>
|
2016-11-01 17:32:50 +00:00
|
|
|
<signal name="clicked" handler="recordings_clear_all"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-09-01 15:55:23 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton">
|
2020-04-17 04:20:09 +00:00
|
|
|
<property name="has-frame">0</property>
|
2017-09-01 15:55:23 +00:00
|
|
|
<property name="icon-name">insert-object-symbolic</property>
|
2017-09-01 16:03:06 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Add debug nodes</property>
|
2017-09-01 15:55:23 +00:00
|
|
|
<property name="active" bind-source="GtkInspectorRecorder" bind-property="debug-nodes" bind-flags="bidirectional|sync-create"/>
|
2018-12-26 07:55:46 +00:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="hexpand">1</property>
|
2017-09-01 15:55:23 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2016-12-21 05:50:39 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="render_node_save_button">
|
2020-04-17 04:20:09 +00:00
|
|
|
<property name="has-frame">0</property>
|
2016-12-21 05:50:39 +00:00
|
|
|
<property name="sensitive">0</property>
|
|
|
|
<property name="icon-name">document-save-as-symbolic</property>
|
2018-01-04 10:08:39 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Save selected node</property>
|
2016-12-21 05:50:39 +00:00
|
|
|
<signal name="clicked" handler="render_node_save"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2016-11-01 17:03:16 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2020-02-21 12:38:38 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator" />
|
|
|
|
</child>
|
2016-11-01 17:03:16 +00:00
|
|
|
<child>
|
2016-11-19 01:59:10 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<style>
|
|
|
|
<class name="view"/>
|
|
|
|
</style>
|
2016-10-29 19:11:23 +00:00
|
|
|
<child>
|
2020-02-21 12:38:38 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="propagate-natural-width">1</property>
|
|
|
|
<style>
|
|
|
|
<class name="sidebar"/>
|
|
|
|
</style>
|
2016-10-31 15:38:19 +00:00
|
|
|
<child>
|
2020-02-21 12:38:38 +00:00
|
|
|
<object class="GtkListBox" id="recordings_list">
|
|
|
|
<property name="vexpand">1</property>
|
|
|
|
<signal name="row-selected" handler="recordings_list_row_selected"/>
|
2016-10-31 15:38:19 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-21 12:38:38 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="propagate-natural-width">1</property>
|
|
|
|
<style>
|
|
|
|
<class name="sidebar"/>
|
|
|
|
</style>
|
2016-11-01 00:21:02 +00:00
|
|
|
<child>
|
2019-10-14 04:50:40 +00:00
|
|
|
<object class="GtkListView" id="render_node_list">
|
2020-02-21 12:38:38 +00:00
|
|
|
<property name="vexpand">1</property>
|
2019-10-14 04:50:40 +00:00
|
|
|
<property name="hexpand">1</property>
|
2016-11-01 00:21:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2016-11-19 01:59:10 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-21 12:38:38 +00:00
|
|
|
<object class="GtkPaned" id="render_paned">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="position">300</property>
|
|
|
|
<property name="wide-handle">1</property>
|
2016-11-01 00:21:02 +00:00
|
|
|
<child>
|
2020-02-21 12:38:38 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
2016-11-19 01:59:10 +00:00
|
|
|
<child>
|
2020-02-21 12:38:38 +00:00
|
|
|
<object class="GtkTreeView" id="node_property_tree">
|
|
|
|
<property name="activate-on-single-click">1</property>
|
|
|
|
<signal name="row-activated" handler="node_property_activated"/>
|
2016-11-19 01:59:10 +00:00
|
|
|
<child>
|
2020-02-21 12:38:38 +00:00
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
<property name="title" translatable="yes">Property</property>
|
2016-11-19 01:59:10 +00:00
|
|
|
<child>
|
2020-02-21 12:38:38 +00:00
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
<property name="yalign">0</property>
|
2016-11-19 01:59:10 +00:00
|
|
|
</object>
|
2020-02-21 12:38:38 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
<property name="title" translatable="yes">Value</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="wrap-mode">word</property>
|
|
|
|
<property name="max-width-chars">50</property>
|
|
|
|
</object>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
</attributes>
|
2016-11-19 01:59:10 +00:00
|
|
|
</child>
|
2017-09-28 22:17:38 +00:00
|
|
|
<child>
|
2020-02-21 12:38:38 +00:00
|
|
|
<object class="GtkCellRendererPixbuf">
|
|
|
|
<property name="xalign">0</property>
|
2017-09-28 22:17:38 +00:00
|
|
|
</object>
|
2020-02-21 12:38:38 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="visible">2</attribute>
|
|
|
|
<attribute name="texture">3</attribute>
|
|
|
|
</attributes>
|
2017-09-28 22:17:38 +00:00
|
|
|
</child>
|
2016-11-19 01:59:10 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2017-09-28 22:37:00 +00:00
|
|
|
</child>
|
2020-02-21 12:38:38 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkPicture" id="render_node_view">
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2016-11-01 00:21:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2016-10-29 19:11:23 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|