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>2021-02-08 11:40:40 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-02-08 11:40:40 +0300
commit064d2964150f432e181e08878be6a74e3ce08ae4 (patch)
tree0b5c5f3f40c383259227ef8b7070db0133a21fe0
parenta4f4e7eb0ab850bf01a93cef65b0502ddc490c6e (diff)
Implement fullscreen toolbar colors switch
-rw-r--r--data/ui/remmina_preferences.glade112
-rw-r--r--src/rcw.c5
-rw-r--r--src/remmina_pref.c6
-rw-r--r--src/remmina_pref.h3
-rw-r--r--src/remmina_pref_dialog.c14
-rw-r--r--src/remmina_pref_dialog.h1
6 files changed, 88 insertions, 53 deletions
diff --git a/data/ui/remmina_preferences.glade b/data/ui/remmina_preferences.glade
index 5c45582ab..03f6cadd2 100644
--- a/data/ui/remmina_preferences.glade
+++ b/data/ui/remmina_preferences.glade
@@ -31,6 +31,8 @@ Author: Antenore Gatta
<property name="can-focus">False</property>
<property name="title" translatable="yes">Remmina Preferences</property>
<property name="window-position">center-on-parent</property>
+ <property name="default-width">800</property>
+ <property name="default-height">600</property>
<property name="type-hint">dialog</property>
<signal name="close" handler="remmina_pref_dialog_on_close_clicked" swapped="no"/>
<signal name="destroy" handler="remmina_pref_on_dialog_destroy" swapped="no"/>
@@ -42,6 +44,7 @@ Author: Antenore Gatta
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="can-focus">False</property>
+ <property name="valign">start</property>
<property name="layout-style">end</property>
<child>
<object class="GtkButton" id="button_close">
@@ -49,6 +52,8 @@ Author: Antenore Gatta
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
+ <property name="halign">end</property>
+ <property name="valign">center</property>
<property name="action-name">pref.close</property>
<property name="use-underline">True</property>
</object>
@@ -99,6 +104,7 @@ Author: Antenore Gatta
<object class="GtkComboBoxText" id="comboboxtext_options_double_click">
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
<items>
<item translatable="yes">Open connection</item>
@@ -130,6 +136,7 @@ Author: Antenore Gatta
<object class="GtkComboBoxText" id="comboboxtext_options_scale_quality">
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
<items>
<item translatable="yes">Nearest</item>
@@ -163,8 +170,10 @@ Author: Antenore Gatta
<object class="GtkEntry" id="entry_options_scroll">
<property name="visible">True</property>
<property name="can-focus">True</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
<property name="max-length">3</property>
+ <property name="width-chars">24</property>
</object>
<packing>
<property name="left-attach">1</property>
@@ -191,8 +200,10 @@ Author: Antenore Gatta
<object class="GtkEntry" id="entry_options_recent_items">
<property name="visible">True</property>
<property name="can-focus">True</property>
+ <property name="halign">start</property>
<property name="hexpand">True</property>
<property name="max-length">2</property>
+ <property name="width-chars">24</property>
<property name="input-purpose">number</property>
</object>
<packing>
@@ -251,7 +262,7 @@ Author: Antenore Gatta
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
- <property name="halign">end</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
<signal name="clicked" handler="remmina_pref_on_button_keystrokes_clicked" swapped="no"/>
</object>
@@ -281,9 +292,11 @@ Author: Antenore Gatta
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">Choose a folder to save screenshots from Remmina in.</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
<property name="action">select-folder</property>
<property name="title" translatable="yes">Select a folder</property>
+ <property name="width-chars">24</property>
</object>
<packing>
<property name="left-attach">1</property>
@@ -297,7 +310,7 @@ Author: Antenore Gatta
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
- <property name="halign">end</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
<signal name="clicked" handler="remmina_pref_on_button_resolutions_clicked" swapped="no"/>
</object>
@@ -330,8 +343,9 @@ Author: Antenore Gatta
%h Server name/IP
%Y Year, %m Month, %d Day, %H Hour, %M Minute, %S Seconds (UTC time)
</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
- <property name="width-chars">35</property>
+ <property name="width-chars">24</property>
<property name="placeholder-text">remmina_%p_%h_%Y%m%d-%H%M%S</property>
</object>
<packing>
@@ -361,10 +375,12 @@ Author: Antenore Gatta
<object class="GtkFileChooserButton" id="filechooserbutton_options_datadir_path">
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
<property name="margin-top">18</property>
<property name="action">select-folder</property>
<property name="title" translatable="yes"/>
+ <property name="width-chars">24</property>
</object>
<packing>
<property name="left-attach">1</property>
@@ -392,7 +408,7 @@ Author: Antenore Gatta
<object class="GtkSwitch" id="switch_options_remember_last_view_mode">
<property name="visible">True</property>
<property name="can-focus">True</property>
- <property name="halign">end</property>
+ <property name="halign">start</property>
<property name="valign">center</property>
<property name="margin-end">18</property>
</object>
@@ -406,7 +422,7 @@ Author: Antenore Gatta
<object class="GtkSwitch" id="switch_permit_send_stats">
<property name="visible">True</property>
<property name="can-focus">True</property>
- <property name="halign">end</property>
+ <property name="halign">start</property>
<property name="valign">center</property>
<property name="margin-end">18</property>
</object>
@@ -443,8 +459,9 @@ Author: Antenore Gatta
</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
- <property name="width-chars">25</property>
+ <property name="width-chars">24</property>
<property name="placeholder-text">%G_%P_%N_%h</property>
</object>
<packing>
@@ -474,7 +491,7 @@ Author: Antenore Gatta
<object class="GtkSwitch" id="switch_options_deny_screenshot_clipboard">
<property name="visible">True</property>
<property name="can-focus">True</property>
- <property name="halign">end</property>
+ <property name="halign">start</property>
<property name="valign">center</property>
<property name="margin-end">18</property>
<property name="margin-bottom">18</property>
@@ -489,7 +506,7 @@ Author: Antenore Gatta
<object class="GtkSwitch" id="switch_permit_news">
<property name="visible">True</property>
<property name="can-focus">True</property>
- <property name="halign">end</property>
+ <property name="halign">start</property>
<property name="valign">center</property>
<property name="margin-end">18</property>
</object>
@@ -779,12 +796,26 @@ Author: Antenore Gatta
<property name="tooltip-text" translatable="yes">Hexadecimal or color names (red, #ff0000)
It changes the connection name background colour, in the remmina connection toolbar when in full screen</property>
<property name="halign">start</property>
+ <property name="valign">center</property>
+ <property name="width-chars">8</property>
<property name="placeholder-text" translatable="yes">#00FF00</property>
</object>
<packing>
+ <property name="left-attach">2</property>
+ <property name="top-attach">8</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSwitch" id="switch_appearance_grab_color">
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="halign">start</property>
+ <property name="valign">center</property>
+ <signal name="notify::active" handler="remmina_prefdiag_on_grab_color_activated" swapped="no"/>
+ </object>
+ <packing>
<property name="left-attach">1</property>
<property name="top-attach">8</property>
- <property name="width">2</property>
</packing>
</child>
</object>
@@ -1544,14 +1575,13 @@ It changes the connection name background colour, in the remmina connection tool
<property name="row-spacing">5</property>
<property name="column-spacing">7</property>
<child>
- <object class="GtkLabel">
+ <object class="GtkLabel" id="label_security_master">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="margin-start">18</property>
<property name="margin-top">18</property>
<property name="margin-bottom">9</property>
- <property name="hexpand">False</property>
<property name="label" translatable="yes">Master password</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -1560,7 +1590,7 @@ It changes the connection name background colour, in the remmina connection tool
<packing>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
- <property name="width">2</property>
+ <property name="width">3</property>
</packing>
</child>
<child>
@@ -1572,23 +1602,21 @@ It changes the connection name background colour, in the remmina connection tool
<property name="margin-end">18</property>
<property name="margin-top">9</property>
<property name="margin-bottom">9</property>
- <property name="hexpand">True</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">1</property>
+ <property name="width">2</property>
</packing>
</child>
<child>
- <object class="GtkLabel">
+ <object class="GtkLabel" id="label_security_use_master">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">Use secret key authentication for some widgets</property>
<property name="halign">start</property>
<property name="margin-start">36</property>
<property name="margin-top">9</property>
- <property name="margin-bottom">9</property>
- <property name="hexpand">True</property>
<property name="label" translatable="yes">Use master password</property>
</object>
<packing>
@@ -1597,7 +1625,7 @@ It changes the connection name background colour, in the remmina connection tool
</packing>
</child>
<child>
- <object class="GtkLabel">
+ <object class="GtkLabel" id="label_security_lock_interval">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
@@ -1614,8 +1642,8 @@ It changes the connection name background colour, in the remmina connection tool
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="tooltip-text" translatable="yes">Master password validity in seconds</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
- <property name="hexpand">True</property>
<property name="width-chars">24</property>
<property name="text">300</property>
<property name="input-purpose">number</property>
@@ -1623,10 +1651,11 @@ It changes the connection name background colour, in the remmina connection tool
<packing>
<property name="left-attach">1</property>
<property name="top-attach">2</property>
+ <property name="width">2</property>
</packing>
</child>
<child>
- <object class="GtkLabel">
+ <object class="GtkLabel" id="label_security_file_encryption">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
@@ -1641,11 +1670,11 @@ It changes the connection name background colour, in the remmina connection tool
<packing>
<property name="left-attach">0</property>
<property name="top-attach">7</property>
- <property name="width">2</property>
+ <property name="width">3</property>
</packing>
</child>
<child>
- <object class="GtkLabel">
+ <object class="GtkLabel" id="label_security_master_password">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
@@ -1658,11 +1687,12 @@ It changes the connection name background colour, in the remmina connection tool
</packing>
</child>
<child>
- <object class="GtkLabel">
+ <object class="GtkLabel" id="label_security_repeat_password">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="margin-start">36</property>
+ <property name="margin-bottom">9</property>
<property name="label" translatable="yes">Repeat the password</property>
</object>
<packing>
@@ -1674,8 +1704,8 @@ It changes the connection name background colour, in the remmina connection tool
<object class="GtkEntry" id="unlock_password">
<property name="visible">True</property>
<property name="can-focus">True</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
- <property name="hexpand">True</property>
<property name="visibility">False</property>
<property name="invisible-char">•</property>
<property name="width-chars">24</property>
@@ -1684,14 +1714,16 @@ It changes the connection name background colour, in the remmina connection tool
<packing>
<property name="left-attach">1</property>
<property name="top-attach">3</property>
+ <property name="width">2</property>
</packing>
</child>
<child>
<object class="GtkEntry" id="unlock_repassword">
<property name="visible">True</property>
<property name="can-focus">True</property>
+ <property name="halign">start</property>
<property name="margin-end">18</property>
- <property name="hexpand">True</property>
+ <property name="margin-bottom">9</property>
<property name="visibility">False</property>
<property name="invisible-char">•</property>
<property name="width-chars">24</property>
@@ -1704,10 +1736,11 @@ It changes the connection name background colour, in the remmina connection tool
<packing>
<property name="left-attach">1</property>
<property name="top-attach">4</property>
+ <property name="width">2</property>
</packing>
</child>
<child>
- <object class="GtkLabel">
+ <object class="GtkLabel" id="label_security_fingerprints">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
@@ -1722,11 +1755,11 @@ It changes the connection name background colour, in the remmina connection tool
<packing>
<property name="left-attach">0</property>
<property name="top-attach">5</property>
- <property name="width">2</property>
+ <property name="width">3</property>
</packing>
</child>
<child>
- <object class="GtkLabel">
+ <object class="GtkLabel" id="label_security_trust_fingerprints">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">Automatically accept all fingerprints and certificates</property>
@@ -1756,32 +1789,9 @@ It changes the connection name background colour, in the remmina connection tool
<packing>
<property name="left-attach">1</property>
<property name="top-attach">6</property>
+ <property name="width">2</property>
</packing>
</child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
</object>
<packing>
<property name="position">5</property>
diff --git a/src/rcw.c b/src/rcw.c
index 62bc5ef6a..942e6ce5b 100644
--- a/src/rcw.c
+++ b/src/rcw.c
@@ -2515,7 +2515,10 @@ static void rco_update_toolbar(RemminaConnectionObject *cnnobj)
REMMINA_DEBUG ("Using %s as background color", bg);
if (remmina_file_get_int(cnnobj->remmina_file, "keyboard_grab", FALSE))
- format = g_strconcat("<span bgcolor=\"", bg, "\" size=\"large\"><b>(G:ON) - \%s</b></span>", NULL);
+ if (remmina_pref_get_boolean("grab_color_switch"))
+ format = g_strconcat("<span bgcolor=\"", bg, "\" size=\"large\"><b>(G:ON) - \%s</b></span>", NULL);
+ else
+ format = "<big><b>(G:ON) - \%s</b></big>";
else
format = "<big><b>(G:OFF) - \%s</b></big>";
gchar *markup;
diff --git a/src/remmina_pref.c b/src/remmina_pref.c
index d5327c319..ae1165c0a 100644
--- a/src/remmina_pref.c
+++ b/src/remmina_pref.c
@@ -499,6 +499,11 @@ void remmina_pref_init(void)
else
remmina_pref.dark_theme = FALSE;
+ if (g_key_file_has_key(gkeyfile, "remmina_pref", "grab_color_switch", NULL))
+ remmina_pref.grab_color_switch = g_key_file_get_boolean(gkeyfile, "remmina_pref", "grab_color_switch", NULL);
+ else
+ remmina_pref.grab_color_switch = FALSE;
+
if (g_key_file_has_key(gkeyfile, "remmina_pref", "grab_color", NULL))
remmina_pref.grab_color = g_key_file_get_string(gkeyfile, "remmina_pref", "grab_color", NULL);
else
@@ -827,6 +832,7 @@ gboolean remmina_pref_save(void)
g_key_file_set_integer(gkeyfile, "remmina_pref", "shortcutkey_toolbar", remmina_pref.shortcutkey_toolbar);
g_key_file_set_string(gkeyfile, "remmina_pref", "vte_font", remmina_pref.vte_font ? remmina_pref.vte_font : "");
g_key_file_set_string(gkeyfile, "remmina_pref", "grab_color", remmina_pref.grab_color ? remmina_pref.grab_color : "");
+ g_key_file_set_boolean(gkeyfile, "remmina_pref", "grab_color_switch", remmina_pref.grab_color_switch);
g_key_file_set_boolean(gkeyfile, "remmina_pref", "vte_allow_bold_text", remmina_pref.vte_allow_bold_text);
g_key_file_set_integer(gkeyfile, "remmina_pref", "vte_lines", remmina_pref.vte_lines);
g_key_file_set_string(gkeyfile, "ssh_colors", "background", remmina_pref.color_pref.background ? remmina_pref.color_pref.background : "");
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index c535a9725..4b6385a2b 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -133,7 +133,8 @@ typedef struct _RemminaPref {
gint default_mode;
gint tab_mode;
gint fullscreen_toolbar_visibility;
- const gchar * grab_color;
+ const gchar * grab_color;
+ gboolean grab_color_switch;
/* In RemminaPrefDialog applet tab */
gboolean applet_new_ontop;
gboolean applet_hide_count;
diff --git a/src/remmina_pref_dialog.c b/src/remmina_pref_dialog.c
index ac129739e..f83e6f0c7 100644
--- a/src/remmina_pref_dialog.c
+++ b/src/remmina_pref_dialog.c
@@ -41,6 +41,7 @@
#if defined (HAVE_LIBSSH) && defined (HAVE_LIBVTE)
#include <vte/vte.h>
#endif
+#include "remmina_log.h"
#include "remmina_sodium.h"
#include "remmina_public.h"
#include "remmina_string_list.h"
@@ -157,6 +158,14 @@ void remmina_pref_on_button_keystrokes_clicked(GtkWidget *widget, gpointer user_
gtk_widget_destroy(GTK_WIDGET(dialog));
}
+void remmina_prefdiag_on_grab_color_activated (GtkSwitch *widget, gpointer user_data)
+{
+ TRACE_CALL(__func__);
+ //REMMINA_DEBUG ("entry_grab_color %d", gtk_switch_get_active(widget));
+ gtk_widget_set_sensitive(GTK_WIDGET(remmina_pref_dialog->entry_grab_color), gtk_switch_get_active(widget));
+}
+
+
void remmina_prefdiag_unlock_repwd_on_changed(GtkEditable* editable, RemminaPrefDialog *dialog)
{
TRACE_CALL(__func__);
@@ -283,6 +292,8 @@ void remmina_pref_on_dialog_destroy(GtkWidget *widget, gpointer user_data)
remmina_pref.dark_theme = b;
rebuild_remmina_icon = TRUE;
}
+
+ remmina_pref.grab_color_switch = gtk_switch_get_active (remmina_pref_dialog->switch_appearance_grab_color);
remmina_pref.grab_color = gtk_entry_get_text(remmina_pref_dialog->entry_grab_color);
b = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(remmina_pref_dialog->checkbutton_applet_disable_tray));
@@ -630,6 +641,8 @@ static void remmina_pref_dialog_init(void)
}else{
gtk_entry_set_text(remmina_pref_dialog->entry_options_screenshot_name, "remmina_%p_%h_%Y%m%d-%H%M%S");
}
+
+ gtk_switch_set_active(remmina_pref_dialog->switch_appearance_grab_color, remmina_pref.grab_color_switch);
if (remmina_pref.grab_color != NULL)
gtk_entry_set_text(remmina_pref_dialog->entry_grab_color, remmina_pref.grab_color);
else
@@ -700,6 +713,7 @@ GtkDialog* remmina_pref_dialog_new(gint default_tab, GtkWindow *parent)
remmina_pref_dialog->entry_options_scroll = GTK_ENTRY(GET_OBJECT("entry_options_scroll"));
remmina_pref_dialog->entry_options_recent_items = GTK_ENTRY(GET_OBJECT("entry_options_recent_items"));
remmina_pref_dialog->entry_grab_color = GTK_ENTRY(GET_OBJECT("entry_grab_color"));
+ remmina_pref_dialog->switch_appearance_grab_color = GTK_SWITCH(GET_OBJECT("switch_appearance_grab_color"));
remmina_pref_dialog->button_options_recent_items_clear = GTK_BUTTON(GET_OBJECT("button_options_recent_items_clear"));
remmina_pref_dialog->unlock_timeout = GTK_ENTRY(GET_OBJECT("unlock_timeout"));
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 0aa28e246..7d3ea0676 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -53,6 +53,7 @@ typedef struct _RemminaPrefDialog {
GtkEntry * entry_options_file_name;
GtkFileChooser * filechooserbutton_options_screenshots_path;
GtkEntry * entry_options_screenshot_name;
+ GtkSwitch * switch_appearance_grab_color;
GtkSwitch * switch_options_deny_screenshot_clipboard;
GtkSwitch * switch_options_remember_last_view_mode;
GtkSwitch * switch_security_use_master_password;