gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Thu Mar 9 05:33:39 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/58146dac (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5c3aee95 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8d5cc0e9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7d5154ce (commit)



commit 58146dacce795a720b99495a441c8dfd37aad90a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Mar 9 10:29:26 2023 +0000

    Change the reconcile window toolbar icon for 'Open Account'
    
    Change the reconcile window toolbar icon for 'Other the Account' to
    'gnc-jumpto'

diff --git a/gnucash/ui/gnc-reconcile-window.ui b/gnucash/ui/gnc-reconcile-window.ui
index 9c4edbd055..1b1b8152b9 100644
--- a/gnucash/ui/gnc-reconcile-window.ui
+++ b/gnucash/ui/gnc-reconcile-window.ui
@@ -219,7 +219,7 @@
         <property name="action-name">recwin.AccountOpenAccountAction</property>
         <property name="label" translatable="yes">_Open</property>
         <property name="use-underline">True</property>
-        <property name="icon-name">go-jump</property>
+        <property name="icon-name">gnc-jumpto</property>
       </object>
       <packing>
         <property name="expand">False</property>

commit 5c3aee951a31120f542430ac5c1d60e6a2166d16
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Mar 9 10:20:19 2023 +0000

    Change toolbar 'Blank' icon for invoice page to match register

diff --git a/gnucash/ui/gnc-plugin-page-invoice.ui b/gnucash/ui/gnc-plugin-page-invoice.ui
index 3cd852af5f..810a19a82d 100644
--- a/gnucash/ui/gnc-plugin-page-invoice.ui
+++ b/gnucash/ui/gnc-plugin-page-invoice.ui
@@ -498,7 +498,7 @@
         <property name="action-name">GncPluginPageInvoiceActions.BlankEntryAction</property>
         <property name="tooltip-text" translatable="yes">Move to the blank entry at the bottom of the Invoice</property>
         <property name="use-underline">True</property>
-        <property name="icon-name">go-bottom</property>
+        <property name="icon-name">go-jump</property>
       </object>
       <packing>
         <property name="expand">False</property>

commit 8d5cc0e99445acb540b72a9c23321aaef66dab98
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Mar 9 10:12:35 2023 +0000

    Change the short cut and icon for register 'Blank'
    
    Change the short cut from CTRL+Page_Down to CTRL+b and change the
    toolbar icon to 'go-jump'.

diff --git a/gnucash/ui/gnc-plugin-page-register.ui b/gnucash/ui/gnc-plugin-page-register.ui
index dccc5632f0..a6d6433290 100644
--- a/gnucash/ui/gnc-plugin-page-register.ui
+++ b/gnucash/ui/gnc-plugin-page-register.ui
@@ -268,7 +268,7 @@
     <item>
       <attribute name="label" translatable="yes">_Blank Transaction</attribute>
       <attribute name="action">GncPluginPageRegisterActions.BlankTransactionAction</attribute>
-      <attribute name="accel"><Primary>Page_Down</attribute>
+      <attribute name="accel"><Primary>b</attribute>
       <attribute name="tooltip" translatable="yes">Move to the blank transaction at the bottom of the register</attribute>
       <attribute name="temp" translatable="no">yes</attribute>
     </item>
@@ -613,7 +613,7 @@
         <property name="action-name">GncPluginPageRegisterActions.BlankTransactionAction</property>
         <property name="tooltip-text" translatable="yes">Move to the blank transaction at the bottom of the register</property>
         <property name="use-underline">True</property>
-        <property name="icon-name">go-bottom</property>
+        <property name="icon-name">go-jump</property>
       </object>
       <packing>
         <property name="expand">False</property>



Summary of changes:
 gnucash/ui/gnc-plugin-page-invoice.ui  | 2 +-
 gnucash/ui/gnc-plugin-page-register.ui | 4 ++--
 gnucash/ui/gnc-reconcile-window.ui     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list