aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md13
-rw-r--r--share/gtk-fair-viewer.glade72
2 files changed, 48 insertions, 37 deletions
diff --git a/README.md b/README.md
index 22476f9..7a386f8 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,19 @@ To install `gtk-fair-viewer` along with `fair-viewer`, run:
sudo ./Build install
```
+### TRY
+
+For trying the latest commit of `straw-viewer`, without installing it, execute the following commands:
+
+```console
+cd /tmp
+wget https://libregit.org/heckyel/fair-viewer/archive/master.zip -O fair-viewer-master.zip
+unzip -n fair-viewer-master.zip
+cd fair-viewer-master/bin
+perl -pi -ne 's{DEVEL = 0}{DEVEL = 1}' {gtk-,}fair-viewer
+./fair-viewer
+```
+
### CONFIGURATIONS
for `fair-viewer`, run:
diff --git a/share/gtk-fair-viewer.glade b/share/gtk-fair-viewer.glade
index e14646d..9b9edc0 100644
--- a/share/gtk-fair-viewer.glade
+++ b/share/gtk-fair-viewer.glade
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1
+<!-- Generated with glade 3.36.0
-Copyright (C) Copyright © 2013-2015 Trizen.
+Copyright (C) Copyright © 2010-2020 Trizen
Copyright (C) Copyright © 2020 Jesus E.
@@ -18,14 +18,14 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with GTK Fair Viewer. If not, see <http://www.gnu.org/licenses/>.
+along with GTK Fair Viewer. If not, see <http://www.gnu.org/licenses/>.
Author: Trizen https://github.com/trizen
Author: Jesus E. https://framagit.org/heckyel
-->
<interface>
- <requires lib="gtk+" version="3.20"/>
+ <requires lib="gtk+" version="3.0"/>
<!-- interface-license-type gplv3 -->
<!-- interface-name GTK Fair Viewer -->
<!-- interface-description Search and play YouTube videos. -->
@@ -260,9 +260,6 @@ Author: Jesus E. https://framagit.org/heckyel
<signal name="delete-event" handler="on_mainw_destroy" swapped="no"/>
<signal name="window-state-event" handler="main_window_state_events" swapped="no"/>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkBox" id="vbox1">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -298,7 +295,7 @@ Author: Jesus E. https://framagit.org/heckyel
<property name="tooltip_text" translatable="yes">Search and play videos in command line interface (CTRL+Y)</property>
<property name="image">terminal_icon2</property>
<property name="use_stock">False</property>
- <signal name="activate" handler="run_cli_youtube_viewer" swapped="no"/>
+ <signal name="activate" handler="run_cli_fair_viewer" swapped="no"/>
</object>
</child>
<child>
@@ -2215,6 +2212,9 @@ When the specified resolution is not found, the best available resolution is use
</child>
</object>
</child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
<object class="GtkAboutDialog" id="aboutdialog1">
<property name="can_focus">False</property>
@@ -2241,9 +2241,6 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<signal name="delete-event" handler="hide_about_window" swapped="no"/>
<signal name="destroy" handler="hide_about_window" swapped="no"/>
<signal name="response" handler="hide_about_window" swapped="no"/>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
<property name="can_focus">False</property>
@@ -2264,6 +2261,9 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
</child>
</object>
</child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
<object class="GtkWindow" id="details_window">
<property name="can_focus">False</property>
@@ -2277,9 +2277,6 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<signal name="delete-event" handler="hide_details_window" swapped="no"/>
<signal name="destroy" handler="hide_details_window" swapped="no"/>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkBox" id="vbox4">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -2573,6 +2570,9 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
</child>
</object>
</child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
<object class="GtkDialog" id="errors_window">
<property name="can_focus">False</property>
@@ -2588,9 +2588,6 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<signal name="delete-event" handler="hide_errors_window" swapped="no"/>
<signal name="destroy" handler="hide_errors_window" swapped="no"/>
<signal name="response" handler="hide_errors_window" swapped="no"/>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox2">
<property name="visible">True</property>
@@ -2688,6 +2685,9 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<action-widgets>
<action-widget response="0">button3</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
<object class="GtkWindow" id="feeds_window">
<property name="can_focus">False</property>
@@ -2701,9 +2701,6 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<signal name="delete-event" handler="hide_feeds_window" swapped="no"/>
<signal name="destroy" handler="hide_feeds_window" swapped="no"/>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -2884,8 +2881,6 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<property name="can_focus">False</property>
<property name="margin_left">10</property>
<property name="margin_right">10</property>
- <property name="margin_start">10</property>
- <property name="margin_end">10</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<property name="orientation">vertical</property>
@@ -2899,6 +2894,9 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
</child>
</object>
</child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
<object class="GtkWindow" id="help_window">
<property name="can_focus">False</property>
@@ -2910,9 +2908,6 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<signal name="delete-event" handler="hide_help_window" swapped="no"/>
<signal name="destroy" handler="hide_help_window" swapped="no"/>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkBox" id="vbox251">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -2984,6 +2979,9 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
</child>
</object>
</child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
<object class="GtkDialog" id="login_to_youtube">
<property name="can_focus">False</property>
@@ -2995,9 +2993,6 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<signal name="delete-event" handler="hide_login_to_youtube_window" swapped="no"/>
<signal name="destroy" handler="hide_login_to_youtube_window" swapped="no"/>
<signal name="response" handler="hide_login_to_youtube_window" swapped="no"/>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox4">
<property name="visible">True</property>
@@ -3177,6 +3172,9 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<action-widget response="0">button5</action-widget>
<action-widget response="0">button4</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
<object class="GtkWindow" id="prefernces_window">
<property name="can_focus">False</property>
@@ -3188,9 +3186,6 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<signal name="delete-event" handler="hide_preferences_window" swapped="no"/>
<signal name="destroy" handler="hide_preferences_window" swapped="no"/>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkBox" id="vbox6">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -3263,6 +3258,9 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
</child>
</object>
</child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
<object class="GtkWindow" id="users_list_window">
<property name="can_focus">False</property>
@@ -3274,9 +3272,6 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<signal name="delete-event" handler="hide_users_list_window" swapped="no"/>
<signal name="destroy" handler="hide_users_list_window" swapped="no"/>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkBox" id="vbox21">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -3498,6 +3493,9 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
</child>
</object>
</child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
<object class="GtkDialog" id="warnings_window">
<property name="can_focus">False</property>
@@ -3508,9 +3506,6 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<property name="type_hint">dialog</property>
<signal name="delete-event" handler="hide_warnings_window" swapped="no"/>
<signal name="destroy" handler="hide_warnings_window" swapped="no"/>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox5">
<property name="visible">True</property>
@@ -3608,5 +3603,8 @@ and others... https://framagit.org/heckyel/fair-viewer/-/graphs/master</property
<action-widgets>
<action-widget response="0">button26</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
</interface>