mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-23 17:09:41 +01:00
233 lines
9.8 KiB
Plaintext
233 lines
9.8 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!-- Generated with glade 3.22.1
|
||
|
|
|
||
|
|
The MIT License (MIT)
|
||
|
|
|
||
|
|
Copyright (c) 2018-2019 Dmitriy Yefremov
|
||
|
|
|
||
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
|
|
of this software and associated documentation files (the "Software"), to deal
|
||
|
|
in the Software without restriction, including without limitation the rights
|
||
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
|
|
copies of the Software, and to permit persons to whom the Software is
|
||
|
|
furnished to do so, subject to the following conditions:
|
||
|
|
|
||
|
|
The above copyright notice and this permission notice shall be included in
|
||
|
|
all copies or substantial portions of the Software.
|
||
|
|
|
||
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||
|
|
THE SOFTWARE.
|
||
|
|
|
||
|
|
Author: Dmitriy Yefremov
|
||
|
|
|
||
|
|
-->
|
||
|
|
<interface>
|
||
|
|
<requires lib="gtk+" version="3.16"/>
|
||
|
|
<!-- interface-license-type mit -->
|
||
|
|
<!-- interface-name DemonEditor -->
|
||
|
|
<!-- interface-description Enigma2 channel and satellites list editor for GNU/Linux. -->
|
||
|
|
<!-- interface-copyright 2018-2019 Dmitriy Yefremov -->
|
||
|
|
<!-- interface-authors Dmitriy Yefremov -->
|
||
|
|
<object class="GtkListStore" id="main_list_store">
|
||
|
|
<columns>
|
||
|
|
<!-- column-name name -->
|
||
|
|
<column type="gchararray"/>
|
||
|
|
<!-- column-name type -->
|
||
|
|
<column type="gchararray"/>
|
||
|
|
<!-- column-name selected -->
|
||
|
|
<column type="gboolean"/>
|
||
|
|
</columns>
|
||
|
|
</object>
|
||
|
|
<object class="GtkWindow" id="dialog_window">
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="default_width">480</property>
|
||
|
|
<property name="default_height">320</property>
|
||
|
|
<child type="titlebar">
|
||
|
|
<object class="GtkHeaderBar" id="header_bar">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="title" translatable="yes">Import services and bouquets</property>
|
||
|
|
<property name="spacing">2</property>
|
||
|
|
<property name="show_close_button">True</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkButton">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">True</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImage">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="stock">gtk-revert-to-saved</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkButton">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="receives_default">True</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImage">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="stock">gtk-info</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="pack_type">end</property>
|
||
|
|
<property name="position">1</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkBox" id="main_box">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="orientation">vertical</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkPaned" id="main_paned">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkScrolledWindow" id="screlled_window">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="shadow_type">in</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkTreeView" id="main_view">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="model">main_list_store</property>
|
||
|
|
<property name="headers_visible">False</property>
|
||
|
|
<child internal-child="selection">
|
||
|
|
<object class="GtkTreeSelection">
|
||
|
|
<property name="mode">multiple</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkTreeViewColumn" id="bouquet_column">
|
||
|
|
<property name="title" translatable="yes">Bouquets</property>
|
||
|
|
<property name="expand">True</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkCellRendererText" id="bq_name_renderer">
|
||
|
|
<property name="xpad">15</property>
|
||
|
|
<property name="xalign">0.019999999552965164</property>
|
||
|
|
</object>
|
||
|
|
<attributes>
|
||
|
|
<attribute name="text">0</attribute>
|
||
|
|
</attributes>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkCellRendererText" id="bq_type_renderer"/>
|
||
|
|
<attributes>
|
||
|
|
<attribute name="text">1</attribute>
|
||
|
|
</attributes>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkCellRendererToggle" id="bq_selected_renderer">
|
||
|
|
<property name="xalign">0.98000001907348633</property>
|
||
|
|
</object>
|
||
|
|
<attributes>
|
||
|
|
<attribute name="active">2</attribute>
|
||
|
|
</attributes>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="resize">True</property>
|
||
|
|
<property name="shrink">True</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkScrolledWindow" id="text_view_scrolled_window">
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="shadow_type">in</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkTextView" id="text_view">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="pixels_above_lines">5</property>
|
||
|
|
<property name="editable">False</property>
|
||
|
|
<property name="left_margin">10</property>
|
||
|
|
<property name="right_margin">10</property>
|
||
|
|
<property name="indent">10</property>
|
||
|
|
<property name="cursor_visible">False</property>
|
||
|
|
<property name="accepts_tab">False</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="resize">True</property>
|
||
|
|
<property name="shrink">True</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">True</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkInfoBar" id="info_bar">
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="show_close_button">True</property>
|
||
|
|
<child internal-child="action_area">
|
||
|
|
<object class="GtkButtonBox">
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="spacing">6</property>
|
||
|
|
<property name="layout_style">end</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">False</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child internal-child="content_area">
|
||
|
|
<object class="GtkBox">
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="spacing">16</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkLabel" id="message_label">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label" translatable="yes">message</property>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">False</property>
|
||
|
|
<property name="position">0</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="expand">False</property>
|
||
|
|
<property name="fill">True</property>
|
||
|
|
<property name="position">1</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</interface>
|