aboutsummaryrefslogtreecommitdiffstats
path: root/share/gtk-fair-viewer.glade
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-10-05 22:00:21 +0300
committerJesús <heckyel@hyperbola.info>2020-11-09 16:07:10 -0500
commit9838963cf2aab02241a37cee7d305025dc694d90 (patch)
tree3241214473b1295ffd3c28829814e04210309bfa /share/gtk-fair-viewer.glade
parentbe00b89005ffc38f257848b47d2e4a0b2a536c44 (diff)
downloadfair-viewer-9838963cf2aab02241a37cee7d305025dc694d90.tar.lz
fair-viewer-9838963cf2aab02241a37cee7d305025dc694d90.tar.xz
fair-viewer-9838963cf2aab02241a37cee7d305025dc694d90.zip
- Implemented support for trending categories.
Example: fair-viewer --trending # trending videos fair-viewer --trending=music # trending music videos fair-viewer -c # list trending categories In the Gtk version, the trending categories are listed in the "Categories" tab. - Several internal code tweaks and improvements. Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'share/gtk-fair-viewer.glade')
-rw-r--r--share/gtk-fair-viewer.glade99
1 files changed, 18 insertions, 81 deletions
diff --git a/share/gtk-fair-viewer.glade b/share/gtk-fair-viewer.glade
index 48b3a05..09ecfe5 100644
--- a/share/gtk-fair-viewer.glade
+++ b/share/gtk-fair-viewer.glade
@@ -890,61 +890,39 @@ Author: Jesus E. https://framagit.org/heckyel
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkExpander" id="expander2">
+ <object class="GtkFrame" id="frame14">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
+ <property name="label_xalign">0</property>
+ <property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment11">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="left_padding">12</property>
<child>
- <object class="GtkBox" id="vbox22">
+ <object class="GtkBox" id="vbox9">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkCheckButton" id="channels_checkbox">
- <property name="label" translatable="yes">Channels</property>
+ <object class="GtkComboBoxText" id="comboboxtext10">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="draw_indicator">True</property>
+ <property name="can_focus">False</property>
+ <property name="active">0</property>
+ <items>
+ <item translatable="yes">video</item>
+ <item translatable="yes">playlist</item>
+ <item translatable="yes">channel</item>
+ <item translatable="yes">all</item>
+ </items>
</object>
<packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
- <child>
- <object class="GtkCheckButton" id="playlists_checkbox">
- <property name="label" translatable="yes">Playlists</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="videos_checkbox">
- <property name="label" translatable="yes">Videos</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">2</property>
- </packing>
- </child>
</object>
</child>
</object>
@@ -953,7 +931,8 @@ Author: Jesus E. https://framagit.org/heckyel
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Search for:</property>
+ <property name="label" translatable="yes">&lt;b&gt;Type:&lt;/b&gt;</property>
+ <property name="use_markup">True</property>
</object>
</child>
</object>
@@ -1383,48 +1362,6 @@ Unless the author name is valid, this field is ignored.</property>
</packing>
</child>
<child>
- <object class="GtkFrame" id="frame25">
- <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" id="alignment24">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="left_padding">12</property>
- <child>
- <object class="GtkEntry" id="category_id_entry">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="tooltip_text" translatable="yes">Search in videos uploaded in a specific category.
-Unless the categoryID is valid, this field is ignored.</property>
- <property name="invisible_char">•</property>
- <property name="text" translatable="yes">Insert a valid category ID...</property>
- <property name="primary_icon_activatable">False</property>
- <property name="secondary_icon_activatable">False</property>
- <signal name="activate" handler="search" swapped="no"/>
- <signal name="button-press-event" handler="clear_text" swapped="no"/>
- </object>
- </child>
- </object>
- </child>
- <child type="label">
- <object class="GtkLabel" id="label33">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">&lt;b&gt;CategoryID:&lt;/b&gt;</property>
- <property name="use_markup">True</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">4</property>
- </packing>
- </child>
- <child>
<object class="GtkFrame" id="frame1">
<property name="visible">True</property>
<property name="can_focus">False</property>