2018-05-08 15:00:37 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.22.1 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.20"/>
|
2019-08-29 17:52:49 +02:00
|
|
|
<object class="GtkImage" id="auto-name-img">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-edit</property>
|
|
|
|
</object>
|
2019-05-15 20:46:13 +02:00
|
|
|
<object class="GtkImage" id="color-img">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-select-color</property>
|
|
|
|
</object>
|
2019-05-17 17:47:23 +02:00
|
|
|
<object class="GtkImage" id="load-mapping-img">
|
2019-03-12 19:10:27 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-05-17 17:47:23 +02:00
|
|
|
<property name="stock">gtk-open</property>
|
2019-03-12 19:10:27 +01:00
|
|
|
</object>
|
2019-05-17 17:47:23 +02:00
|
|
|
<object class="GtkImage" id="save-mapping-img">
|
2019-03-12 19:10:27 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-10-18 18:12:21 +02:00
|
|
|
<property name="tooltip_text" translatable="yes">Save the current layer configuration to CSV</property>
|
2019-05-17 17:47:23 +02:00
|
|
|
<property name="stock">gtk-save-as</property>
|
|
|
|
</object>
|
2019-08-25 22:11:36 +02:00
|
|
|
<object class="GtkImage" id="select-all-img">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-apply</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkImage" id="sort-down-img">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-sort-ascending</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkImage" id="sort-up-img">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-sort-descending</property>
|
|
|
|
</object>
|
2018-05-10 00:14:00 +02:00
|
|
|
<object class="GtkWindow" id="main-window">
|
2018-05-22 16:17:14 +02:00
|
|
|
<property name="height_request">250</property>
|
2018-05-08 15:00:37 +02:00
|
|
|
<property name="can_focus">False</property>
|
2018-07-25 10:50:22 +02:00
|
|
|
<property name="icon_name">gds-render</property>
|
2018-05-08 15:00:37 +02:00
|
|
|
<child type="titlebar">
|
2019-03-11 10:36:02 +01:00
|
|
|
<object class="GtkHeaderBar" id="header-bar">
|
2018-05-08 15:00:37 +02:00
|
|
|
<property name="name">header</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="title" translatable="yes">GDS Renderer</property>
|
|
|
|
<property name="show_close_button">True</property>
|
|
|
|
<child>
|
2018-05-22 12:47:44 +02:00
|
|
|
<object class="GtkButton" id="button-load-gds">
|
|
|
|
<property name="label">gtk-open</property>
|
2018-05-08 15:00:37 +02:00
|
|
|
<property name="visible">True</property>
|
2018-05-22 12:47:44 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2019-10-18 18:12:21 +02:00
|
|
|
<property name="tooltip_text" translatable="yes">Open GDS2 Database</property>
|
2018-05-22 12:47:44 +02:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
2018-05-08 15:00:37 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-05-22 12:47:44 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button-load-mapping">
|
|
|
|
<property name="label" translatable="yes">Load Mapping</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2019-10-18 18:12:21 +02:00
|
|
|
<property name="tooltip_text" translatable="yes">Load the current layer configuration from CSV</property>
|
2019-05-17 17:47:23 +02:00
|
|
|
<property name="image">load-mapping-img</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2018-05-22 12:47:44 +02:00
|
|
|
<style>
|
2018-07-22 16:55:20 +02:00
|
|
|
<class name="suggested-action"/>
|
2018-05-22 12:47:44 +02:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button-save-mapping">
|
|
|
|
<property name="label" translatable="yes">Save Mapping</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2019-05-17 17:47:23 +02:00
|
|
|
<property name="image">save-mapping-img</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2018-05-22 12:47:44 +02:00
|
|
|
<style>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2018-05-22 16:17:14 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="convert-button">
|
|
|
|
<property name="label">gtk-convert</property>
|
|
|
|
<property name="name">button-convert</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2019-10-18 18:12:21 +02:00
|
|
|
<property name="tooltip_text" translatable="yes">Convert selected cell</property>
|
2018-05-22 16:17:14 +02:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2018-05-08 15:00:37 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="orientation">vertical</property>
|
2018-05-08 15:00:37 +02:00
|
|
|
<child>
|
2019-02-04 20:02:10 +01:00
|
|
|
<object class="GtkBox">
|
2018-05-08 15:00:37 +02:00
|
|
|
<property name="visible">True</property>
|
2019-02-04 20:02:10 +01:00
|
|
|
<property name="can_focus">False</property>
|
2018-05-16 16:36:27 +02:00
|
|
|
<child>
|
2019-03-12 19:10:27 +01:00
|
|
|
<object class="GtkBox">
|
2018-05-16 16:36:27 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="orientation">vertical</property>
|
2018-05-16 16:36:27 +02:00
|
|
|
<child>
|
2019-05-28 20:02:56 +02:00
|
|
|
<object class="GtkSearchEntry" id="cell-search">
|
2019-03-12 19:10:27 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="primary_icon_name">edit-find-symbolic</property>
|
|
|
|
<property name="primary_icon_activatable">False</property>
|
|
|
|
<property name="primary_icon_sensitive">False</property>
|
2019-03-12 19:10:27 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-05-28 20:02:56 +02:00
|
|
|
<object class="GtkScrolledWindow">
|
2019-03-12 19:10:27 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="cell-tree">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="enable_search">False</property>
|
|
|
|
<property name="enable_grid_lines">both</property>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection"/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-03-12 19:10:27 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="expand">True</property>
|
2019-03-12 19:10:27 +01:00
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2019-03-12 19:10:27 +01:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-05-28 20:02:56 +02:00
|
|
|
<object class="GtkBox">
|
2019-03-12 19:10:27 +01:00
|
|
|
<property name="visible">True</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
2019-03-12 19:10:27 +01:00
|
|
|
<child>
|
2019-05-28 20:02:56 +02:00
|
|
|
<object class="GtkBox">
|
2018-05-16 16:36:27 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-03-12 19:10:27 +01:00
|
|
|
<child>
|
2019-05-28 20:02:56 +02:00
|
|
|
<object class="GtkButton" id="button-up-sort">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2019-10-18 18:12:21 +02:00
|
|
|
<property name="tooltip_text" translatable="yes">Sort layers ascending</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="image">sort-up-img</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button-down-sort">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2019-10-18 18:12:21 +02:00
|
|
|
<property name="tooltip_text" translatable="yes">Sort layers descending</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="image">sort-down-img</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="auto-color-button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2019-10-18 18:12:21 +02:00
|
|
|
<property name="tooltip_text" translatable="yes">Automatically color layers</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="image">color-img</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2019-08-25 22:11:36 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button-select-all">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2019-10-18 18:12:21 +02:00
|
|
|
<property name="tooltip_text" translatable="yes">Select all layers for export</property>
|
2019-08-25 22:11:36 +02:00
|
|
|
<property name="image">select-all-img</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2019-08-29 17:52:49 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button-auto-name">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2019-10-18 18:12:21 +02:00
|
|
|
<property name="tooltip_text" translatable="yes">Automatically name layers</property>
|
2019-08-29 17:52:49 +02:00
|
|
|
<property name="image">auto-name-img</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2019-05-28 20:02:56 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2019-10-18 18:12:21 +02:00
|
|
|
<property name="margin_top">1</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkViewport">
|
2019-03-12 19:10:27 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="layer-list">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="selection_mode">none</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-03-12 19:10:27 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-05-16 16:36:27 +02:00
|
|
|
</object>
|
2019-05-28 20:02:56 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2018-05-16 16:36:27 +02:00
|
|
|
</child>
|
|
|
|
</object>
|
2019-03-12 19:10:27 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2018-05-16 16:36:27 +02:00
|
|
|
</child>
|
2018-05-08 15:00:37 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2019-05-28 20:02:56 +02:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="activity-bar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2018-05-08 15:00:37 +02:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|