455 lines
22 KiB
Plaintext
455 lines
22 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.22.1 -->
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.20"/>
|
||
|
<object class="GtkAdjustment" id="adjustmentEnd">
|
||
|
<property name="lower">1</property>
|
||
|
<property name="upper">2000</property>
|
||
|
<property name="value">24</property>
|
||
|
<property name="step_increment">1</property>
|
||
|
<property name="page_increment">10</property>
|
||
|
</object>
|
||
|
<object class="GtkAdjustment" id="adjustmentStart">
|
||
|
<property name="lower">1</property>
|
||
|
<property name="upper">2000</property>
|
||
|
<property name="value">1</property>
|
||
|
<property name="step_increment">1</property>
|
||
|
<property name="page_increment">10</property>
|
||
|
</object>
|
||
|
<object class="GtkImage" id="downloadImage">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="stock">gtk-save-as</property>
|
||
|
<property name="icon_size">5</property>
|
||
|
</object>
|
||
|
<object class="GtkListStore" id="searchStore">
|
||
|
<columns>
|
||
|
<!-- column-name Titles -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name Links -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name Episode -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name Images -->
|
||
|
<column type="GdkPixbuf"/>
|
||
|
</columns>
|
||
|
</object>
|
||
|
<object class="GtkImage" id="showList">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="stock">gtk-index</property>
|
||
|
<property name="icon_size">5</property>
|
||
|
</object>
|
||
|
<object class="GtkWindow" id="Main_Window">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="title" translatable="yes">AnimeFreakDL</property>
|
||
|
<property name="window_position">center</property>
|
||
|
<property name="default_width">800</property>
|
||
|
<property name="default_height">600</property>
|
||
|
<property name="icon">icon.png</property>
|
||
|
<property name="gravity">center</property>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="popuotPoint">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="margin_left">15</property>
|
||
|
<property name="margin_right">10</property>
|
||
|
<property name="margin_top">15</property>
|
||
|
<property name="margin_bottom">15</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<child>
|
||
|
<object class="GtkSearchEntry">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="primary_icon_name">edit-find-symbolic</property>
|
||
|
<property name="primary_icon_activatable">False</property>
|
||
|
<property name="primary_icon_sensitive">False</property>
|
||
|
<signal name="search-changed" handler="search" swapped="no"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="titleLabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="hscrollbar_policy">never</property>
|
||
|
<property name="shadow_type">in</property>
|
||
|
<child>
|
||
|
<object class="GtkViewport">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkTreeView">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="model">searchStore</property>
|
||
|
<property name="headers_visible">False</property>
|
||
|
<property name="headers_clickable">False</property>
|
||
|
<child internal-child="selection">
|
||
|
<object class="GtkTreeSelection">
|
||
|
<signal name="changed" handler="handleSelected" swapped="no"/>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn">
|
||
|
<property name="title" translatable="yes">column</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererText">
|
||
|
<property name="visible">False</property>
|
||
|
</object>
|
||
|
<attributes>
|
||
|
<attribute name="text">0</attribute>
|
||
|
<attribute name="max-width-chars">2</attribute>
|
||
|
<attribute name="placeholder-text">2</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn">
|
||
|
<property name="title" translatable="yes">column</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererText">
|
||
|
<property name="visible">False</property>
|
||
|
</object>
|
||
|
<attributes>
|
||
|
<attribute name="text">1</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn">
|
||
|
<property name="title" translatable="yes">column</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererText">
|
||
|
<property name="visible">False</property>
|
||
|
</object>
|
||
|
<attributes>
|
||
|
<attribute name="text">2</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn">
|
||
|
<property name="title" translatable="yes">column</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererPixbuf"/>
|
||
|
<attributes>
|
||
|
<attribute name="pixbuf">3</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">2</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="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="margin_left">10</property>
|
||
|
<property name="margin_right">15</property>
|
||
|
<property name="margin_top">15</property>
|
||
|
<property name="margin_bottom">15</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkEntry" id="baseUrlEntry">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="tooltip_text" translatable="yes">Base URL...</property>
|
||
|
<property name="placeholder_text" translatable="yes">Base URL...</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkEntry" id="baseNameEntry">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="tooltip_text" translatable="yes">Base Video Name...</property>
|
||
|
<property name="margin_left">10</property>
|
||
|
<property name="text" translatable="yes">Video</property>
|
||
|
<property name="placeholder_text" translatable="yes">Base Video Name...</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="margin_left">15</property>
|
||
|
<property name="margin_right">15</property>
|
||
|
<property name="label" translatable="yes">Start Range</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkSpinButton" id="startRangeStepper">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="tooltip_text" translatable="yes">Start range...</property>
|
||
|
<property name="max_length">2000</property>
|
||
|
<property name="text" translatable="yes">1</property>
|
||
|
<property name="placeholder_text" translatable="yes">1</property>
|
||
|
<property name="input_purpose">digits</property>
|
||
|
<property name="adjustment">adjustmentStart</property>
|
||
|
<property name="climb_rate">1</property>
|
||
|
<property name="snap_to_ticks">True</property>
|
||
|
<property name="numeric">True</property>
|
||
|
<property name="wrap">True</property>
|
||
|
<property name="update_policy">if-valid</property>
|
||
|
<property name="value">1</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="margin_left">15</property>
|
||
|
<property name="margin_right">15</property>
|
||
|
<property name="label" translatable="yes">End Range</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkSpinButton" id="endRangeStepper">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="tooltip_text" translatable="yes">End range...</property>
|
||
|
<property name="max_length">2000</property>
|
||
|
<property name="text" translatable="yes">15</property>
|
||
|
<property name="placeholder_text" translatable="yes">15</property>
|
||
|
<property name="input_purpose">digits</property>
|
||
|
<property name="adjustment">adjustmentEnd</property>
|
||
|
<property name="climb_rate">1</property>
|
||
|
<property name="snap_to_ticks">True</property>
|
||
|
<property name="numeric">True</property>
|
||
|
<property name="wrap">True</property>
|
||
|
<property name="update_policy">if-valid</property>
|
||
|
<property name="value">15</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">3</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkButton">
|
||
|
<property name="label" translatable="yes">Show List</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="image">showList</property>
|
||
|
<property name="always_show_image">True</property>
|
||
|
<signal name="clicked" handler="createDownloadList" swapped="no"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="dlAllbttn">
|
||
|
<property name="label" translatable="yes">Download All</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="sensitive">False</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="image">downloadImage</property>
|
||
|
<property name="always_show_image">True</property>
|
||
|
<signal name="clicked" handler="bttnDownloadAll" swapped="no"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">3</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="hscrollbar_policy">never</property>
|
||
|
<property name="shadow_type">in</property>
|
||
|
<child>
|
||
|
<object class="GtkViewport">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkListBox" id="threadListBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="selection_mode">multiple</property>
|
||
|
<property name="activate_on_single_click">False</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">4</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<object class="GtkPopover" id="videoPopover">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="relative_to">popuotPoint</property>
|
||
|
<property name="position">bottom</property>
|
||
|
<signal name="closed" handler="closePlayer" swapped="no"/>
|
||
|
<child>
|
||
|
<object class="GtkFrame" id="mpvFrame">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="label_xalign">0</property>
|
||
|
<property name="shadow_type">none</property>
|
||
|
<child>
|
||
|
<object class="GtkAlignment">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="left_padding">12</property>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child type="label">
|
||
|
<object class="GtkLabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|