Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-02-10 18:13:27 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-02-10 18:13:27 +0300
commit5cc423de644001ad99ba6b170a50b16ee948fe9d (patch)
tree6ca2432d72deceae60c682dea6de3ea97b7ce97e /data/ui/remmina_main.glade
parent7e937271fae95ef1ba33aea4443a6bb1ee5538cc (diff)
Removed action to hide the status bar.
This is mainly meant to remove as much as possible deprecated actions.
Diffstat (limited to 'data/ui/remmina_main.glade')
-rw-r--r--data/ui/remmina_main.glade174
1 files changed, 76 insertions, 98 deletions
diff --git a/data/ui/remmina_main.glade b/data/ui/remmina_main.glade
index 4e631ed1f..9a5e3b33d 100644
--- a/data/ui/remmina_main.glade
+++ b/data/ui/remmina_main.glade
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.4
+<!-- Generated with glade 3.22.1
Remmina - The GTK+ Remmina Remote Desktop Client
Copyright (C) Antenore Gatta & Giovanni Panozzo 2014-2018
@@ -185,17 +185,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</object>
</child>
</object>
- <object class="GtkActionGroup" id="actiongroup_view">
- <property name="accel_group">accelgroup_shortcuts</property>
- <child>
- <object class="GtkToggleAction" id="action_view_statusbar">
- <property name="label" translatable="yes">Statusbar</property>
- <property name="short_label" translatable="yes">Statusbar</property>
- <property name="active">True</property>
- <signal name="activate" handler="remmina_main_on_action_view_statusbar" swapped="no"/>
- </object>
- </child>
- </object>
<object class="GtkEntryCompletion" id="entrycompletion">
<property name="inline_completion">True</property>
<property name="inline_selection">True</property>
@@ -224,6 +213,81 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<signal name="drag-data-received" handler="remmina_main_on_drag_data_received" swapped="no"/>
<signal name="show" handler="remmina_main_on_show" swapped="no"/>
<signal name="window-state-event" handler="remmina_main_on_window_state_event" swapped="no"/>
+ <child type="titlebar">
+ <object class="GtkHeaderBar" id="main_headerbar">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="title">Remmina</property>
+ <property name="subtitle">Remote Desktop Client</property>
+ <property name="spacing">10</property>
+ <property name="show_close_button">True</property>
+ <child>
+ <object class="GtkButton" id="button_new">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="tooltip_text" translatable="yes">Create a new connection profile</property>
+ <property name="halign">start</property>
+ <property name="image">image_new</property>
+ <property name="always_show_image">True</property>
+ <signal name="clicked" handler="remmina_main_on_action_connections_new" swapped="no"/>
+ </object>
+ </child>
+ <child>
+ <object class="GtkToggleButton" id="search_toggle">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Show search bar</property>
+ <property name="image">find_toggle_image</property>
+ <property name="active">True</property>
+ <signal name="toggled" handler="remmina_main_on_search_toggle" swapped="no"/>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkMenuButton" id="menu_header_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="popup">menu_popup_full</property>
+ <child>
+ <object class="GtkImage" id="image_menu">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">open-menu-symbolic</property>
+ <property name="icon_size">1</property>
+ </object>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="menu_header_button-atkobject">
+ <property name="AtkObject::accessible-name" translatable="yes">Actions</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToggleButton" id="view_toggle_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Toggle view</property>
+ <property name="image">view_toggle_icon</property>
+ <signal name="toggled" handler="remmina_main_on_view_toggle" swapped="no"/>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
+ </child>
<child>
<object class="GtkBox" id="box_main">
<property name="visible">True</property>
@@ -437,17 +501,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</object>
</child>
<child>
- <object class="GtkCheckMenuItem" id="menuitem_view_statusbar">
- <property name="use_action_appearance">True</property>
- <property name="related_action">action_view_statusbar</property>
- <property name="visible">True</property>
- <property name="app_paintable">True</property>
- <property name="can_focus">False</property>
- <property name="use_underline">True</property>
- <property name="active">True</property>
- </object>
- </child>
- <child>
<object class="GtkSeparatorMenuItem" id="menuitem_edit_separator1">
<property name="visible">True</property>
<property name="app_paintable">True</property>
@@ -760,80 +813,5 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</child>
</object>
</child>
- <child type="titlebar">
- <object class="GtkHeaderBar" id="main_headerbar">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="title">Remmina</property>
- <property name="subtitle">Remote Desktop Client</property>
- <property name="spacing">10</property>
- <property name="show_close_button">True</property>
- <child>
- <object class="GtkButton" id="button_new">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Create a new connection profile</property>
- <property name="halign">start</property>
- <property name="image">image_new</property>
- <property name="always_show_image">True</property>
- <signal name="clicked" handler="remmina_main_on_action_connections_new" swapped="no"/>
- </object>
- </child>
- <child>
- <object class="GtkToggleButton" id="search_toggle">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Show search bar</property>
- <property name="image">find_toggle_image</property>
- <property name="active">True</property>
- <signal name="toggled" handler="remmina_main_on_search_toggle" swapped="no"/>
- </object>
- <packing>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkMenuButton" id="menu_header_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="popup">menu_popup_full</property>
- <child>
- <object class="GtkImage" id="image_menu">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="icon_name">open-menu-symbolic</property>
- <property name="icon_size">1</property>
- </object>
- </child>
- <child internal-child="accessible">
- <object class="AtkObject" id="menu_header_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes">Actions</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="pack_type">end</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkToggleButton" id="view_toggle_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Toggle view</property>
- <property name="image">view_toggle_icon</property>
- <signal name="toggled" handler="remmina_main_on_view_toggle" swapped="no"/>
- </object>
- <packing>
- <property name="pack_type">end</property>
- <property name="position">2</property>
- </packing>
- </child>
- </object>
- </child>
</object>
</interface>