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
path: root/data/ui
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-17 13:08:19 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-17 13:08:19 +0300
commitc21dedb8f92f7d4840cda0c985bb2c4c11465d63 (patch)
treee6894ca2f432067ad1e14834b1acf7556ee731b7 /data/ui
parent1a1d23cf533c0964967928ec9a1352ae328fe2e1 (diff)
Fixing positions and adding tooltip + placeholders
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/remmina_preferences.glade100
1 files changed, 51 insertions, 49 deletions
diff --git a/data/ui/remmina_preferences.glade b/data/ui/remmina_preferences.glade
index be4cdc0f3..f0684bed8 100644
--- a/data/ui/remmina_preferences.glade
+++ b/data/ui/remmina_preferences.glade
@@ -1600,6 +1600,8 @@ It changes the background colour of connection names in the Remmina connection t
<object class="GtkViewport">
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="tooltip-text" translatable="yes">The number of seconds after Remmina will ask again the password to lock again the session.
+It defaults to 300 seconds.</property>
<child>
<!-- n-columns=2 n-rows=7 -->
<object class="GtkGrid">
@@ -1655,17 +1657,20 @@ It changes the background colour of connection names in the Remmina connection t
</packing>
</child>
<child>
- <object class="GtkLabel">
+ <object class="GtkEntry" id="unlock_timeout">
<property name="visible">True</property>
- <property name="can-focus">False</property>
- <property name="halign">start</property>
+ <property name="can-focus">True</property>
+ <property name="tooltip-text" translatable="yes">Number of seconds to keep password valid for</property>
<property name="valign">center</property>
- <property name="margin-start">18</property>
- <property name="label" translatable="yes">Encryption</property>
+ <property name="margin-start">6</property>
+ <property name="margin-end">18</property>
+ <property name="width-chars">24</property>
+ <property name="placeholder-text" translatable="yes">timout in seconds (default 300)</property>
+ <property name="input-purpose">number</property>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">2</property>
+ <property name="left-attach">1</property>
+ <property name="top-attach">1</property>
</packing>
</child>
<child>
@@ -1680,7 +1685,7 @@ It changes the background colour of connection names in the Remmina connection t
</object>
<packing>
<property name="left-attach">0</property>
- <property name="top-attach">3</property>
+ <property name="top-attach">2</property>
</packing>
</child>
<child>
@@ -1695,55 +1700,49 @@ It changes the background colour of connection names in the Remmina connection t
</object>
<packing>
<property name="left-attach">0</property>
- <property name="top-attach">4</property>
+ <property name="top-attach">3</property>
</packing>
</child>
<child>
- <object class="GtkLabel" id="label_security_enable_audit">
+ <object class="GtkSwitch" id="switch_security_lock_connect">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can-focus">True</property>
<property name="halign">start</property>
<property name="valign">center</property>
- <property name="margin-start">18</property>
- <property name="margin-top">9</property>
- <property name="label" translatable="yes">Auditing log</property>
+ <property name="margin-start">6</property>
+ <property name="margin-end">18</property>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">5</property>
+ <property name="left-attach">1</property>
+ <property name="top-attach">2</property>
</packing>
</child>
<child>
- <object class="GtkLabel" id="label_security_trust_fingerprints">
+ <object class="GtkSwitch" id="switch_security_lock_edit">
<property name="visible">True</property>
- <property name="can-focus">False</property>
- <property name="tooltip-text" translatable="yes">Automatically accept all fingerprints and certificates</property>
+ <property name="can-focus">True</property>
<property name="halign">start</property>
<property name="valign">center</property>
- <property name="margin-start">18</property>
- <property name="margin-top">9</property>
- <property name="label" translatable="yes">Trust all certificates</property>
+ <property name="margin-start">6</property>
+ <property name="margin-end">18</property>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">6</property>
+ <property name="left-attach">1</property>
+ <property name="top-attach">3</property>
</packing>
</child>
<child>
- <object class="GtkEntry" id="unlock_timeout">
+ <object class="GtkLabel">
<property name="visible">True</property>
- <property name="can-focus">True</property>
- <property name="tooltip-text" translatable="yes">Number of seconds to keep password valid for</property>
+ <property name="can-focus">False</property>
+ <property name="halign">start</property>
<property name="valign">center</property>
- <property name="margin-start">6</property>
- <property name="margin-end">18</property>
- <property name="width-chars">24</property>
- <property name="text">300</property>
- <property name="input-purpose">number</property>
+ <property name="margin-start">18</property>
+ <property name="label" translatable="yes">Encryption</property>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">1</property>
+ <property name="left-attach">0</property>
+ <property name="top-attach">4</property>
</packing>
</child>
<child>
@@ -1766,25 +1765,26 @@ Except the "Weak" method, all the others are reccomended, Keystore is the defaul
</object>
<packing>
<property name="left-attach">1</property>
- <property name="top-attach">2</property>
+ <property name="top-attach">4</property>
</packing>
</child>
<child>
- <object class="GtkSwitch" id="switch_security_lock_connect">
+ <object class="GtkLabel" id="label_security_enable_audit">
<property name="visible">True</property>
- <property name="can-focus">True</property>
+ <property name="can-focus">False</property>
<property name="halign">start</property>
<property name="valign">center</property>
- <property name="margin-start">6</property>
- <property name="margin-end">18</property>
+ <property name="margin-start">18</property>
+ <property name="margin-top">9</property>
+ <property name="label" translatable="yes">Auditing log</property>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">3</property>
+ <property name="left-attach">0</property>
+ <property name="top-attach">5</property>
</packing>
</child>
<child>
- <object class="GtkSwitch" id="switch_security_lock_edit">
+ <object class="GtkSwitch" id="switch_security_audit">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="halign">start</property>
@@ -1794,21 +1794,23 @@ Except the "Weak" method, all the others are reccomended, Keystore is the defaul
</object>
<packing>
<property name="left-attach">1</property>
- <property name="top-attach">4</property>
+ <property name="top-attach">5</property>
</packing>
</child>
<child>
- <object class="GtkSwitch" id="switch_security_audit">
+ <object class="GtkLabel" id="label_security_trust_fingerprints">
<property name="visible">True</property>
- <property name="can-focus">True</property>
+ <property name="can-focus">False</property>
+ <property name="tooltip-text" translatable="yes">Automatically accept all fingerprints and certificates</property>
<property name="halign">start</property>
<property name="valign">center</property>
- <property name="margin-start">6</property>
- <property name="margin-end">18</property>
+ <property name="margin-start">18</property>
+ <property name="margin-top">9</property>
+ <property name="label" translatable="yes">Trust all certificates</property>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">5</property>
+ <property name="left-attach">0</property>
+ <property name="top-attach">6</property>
</packing>
</child>
<child>