[moserial] added more accelerator keys, NEWS update, version bump



commit 7917f0a3cab556c9c624028176b7641f7121da24
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Tue Feb 2 11:54:31 2021 -0500

    added more accelerator keys, NEWS update, version bump

 NEWS                  | 7 +++++++
 configure.ac          | 2 +-
 data/ui/mainwindow.ui | 5 +++++
 3 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index fa80cd8..da1d79d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 3.0.16
+--------------
+
+       * added missing accelerator keys
+       * updated Polish translation (Piotr Drąg)
+
+
 Version 3.0.15
 --------------
 
diff --git a/configure.ac b/configure.ac
index 1bf8e7b..4c63cc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([moserial],[3.0.15],[https://gitlab.gnome.org/GNOME/moserial/issues/])
+AC_INIT([moserial],[3.0.16],[https://gitlab.gnome.org/GNOME/moserial/issues/])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([dist-xz tar-ustar no-dist-gzip])
diff --git a/data/ui/mainwindow.ui b/data/ui/mainwindow.ui
index 5aede64..dc80cb4 100644
--- a/data/ui/mainwindow.ui
+++ b/data/ui/mainwindow.ui
@@ -33,6 +33,7 @@
                         <property name="visible">True</property>
                         <property name="can-focus">False</property>
                         <property name="label" translatable="yes">Open Settings</property>
+                        <accelerator key="o" signal="activate" modifiers="GDK_CONTROL_MASK"/>
                       </object>
                     </child>
                     <child>
@@ -54,6 +55,7 @@
                         <property name="visible">True</property>
                         <property name="can-focus">False</property>
                         <property name="label" translatable="yes">Save Settings</property>
+                        <accelerator key="s" signal="activate" modifiers="GDK_CONTROL_MASK"/>
                       </object>
                     </child>
                     <child>
@@ -61,6 +63,7 @@
                         <property name="visible">True</property>
                         <property name="can-focus">False</property>
                         <property name="label" translatable="yes">Save Settings As</property>
+                        <accelerator key="s" signal="activate" modifiers="GDK_SHIFT_MASK | 
GDK_CONTROL_MASK"/>
                       </object>
                     </child>
                     <child>
@@ -75,6 +78,7 @@
                         <property name="can-focus">False</property>
                         <property name="label" translatable="yes">Quit</property>
                         <property name="use-underline">True</property>
+                        <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
                       </object>
                     </child>
                   </object>
@@ -153,6 +157,7 @@
                         <property name="can-focus">False</property>
                         <property name="label" translatable="yes">Extra Controls</property>
                         <property name="use-underline">True</property>
+                        <accelerator key="h" signal="activate" modifiers="GDK_CONTROL_MASK"/>
                       </object>
                     </child>
                   </object>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]