gnucash master: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sat Jul 15 18:11:11 EDT 2017
Updated via https://github.com/Gnucash/gnucash/commit/72f95238 (commit)
via https://github.com/Gnucash/gnucash/commit/9948ee62 (commit)
via https://github.com/Gnucash/gnucash/commit/338e10aa (commit)
via https://github.com/Gnucash/gnucash/commit/6c4c8226 (commit)
via https://github.com/Gnucash/gnucash/commit/503aa28a (commit)
via https://github.com/Gnucash/gnucash/commit/5ef645b8 (commit)
via https://github.com/Gnucash/gnucash/commit/5a7a8d8d (commit)
via https://github.com/Gnucash/gnucash/commit/fc0e25e7 (commit)
via https://github.com/Gnucash/gnucash/commit/4df71403 (commit)
via https://github.com/Gnucash/gnucash/commit/0b33a663 (commit)
via https://github.com/Gnucash/gnucash/commit/804f7237 (commit)
from https://github.com/Gnucash/gnucash/commit/0745cb9a (commit)
commit 72f95238fb56b026fab9d919bb53df96817cc73a
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Jul 15 14:59:47 2017 -0700
Prevent infinite loop in to_decimal if numerator becomes 0.
Also immediately return 0 if this is 0.
commit 9948ee6235ebb0936d86056782bd849ed81187ff
Merge: 0745cb9 338e10a
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Jul 15 15:09:40 2017 -0700
Merge Bob Fewell's Gtk3-Update2 branch.
commit 338e10aade61f0e854b4d00ccec0cce49e296410
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Jul 15 18:03:34 2017 +0100
Fix missing id values for GtkTreeSelection in glade files
commit 6c4c82267ef4d1f8638aab57484dfbbb18bb4fa1
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Jul 15 14:09:50 2017 +0100
Remove redundant GTK_CHECK_VERSION's
commit 503aa28a088310753a9d715c69522aabe252c91b
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Jul 15 13:29:13 2017 +0100
Replace deprecated stock-id with icon-name
commit 5ef645b8d086ca91fbf5f90c8262690be4d7b882
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Jul 15 13:28:34 2017 +0100
Replace some missed GTK_STOCK_ items
commit 5a7a8d8d9bab3d6d38fe38499ecf5015e4584679
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Jul 15 11:32:00 2017 +0100
Add function to add the color background data function to account column
Some tree views based on GncTreeViewAccount specify there own columns
and when displayed you can end up with the Account column background
color set and the new ones uncolored which can look odd. Added a
function to add the color data function to the new columns.
commit fc0e25e7b21c8d3b0ab216949280237b2c00fafb
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Jul 15 11:22:21 2017 +0100
Replace Gtk3 deprecated widgets in currency_accounting_widget
Deprecated widgets in gnc_option_create_currency_accounting_widget
have been replaced with current ones which mainly was GtkTable to
GtkGrid.
commit 4df714037b77d98ca5322448acd53b037a95cc61
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Jul 15 11:06:26 2017 +0100
Add function to clear the display of the currency edit widget
When first created, the display is blank and in this position will
return the default currency. If a currency is selected, there is no way
to go back to this state. The only way to do this is destroy the widget
and create a new one so added a function to do this without destroying
the widget. This is used in the next commit.
commit 0b33a663268d81553f3c8459da148877404f4be6
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Jul 15 11:04:02 2017 +0100
Modify the Account color button
Specify the default account color when loading the gui for account
colors that have not been set as the color button defaults to black.
commit 804f72373e8c6cc57c3f2befaff2e8066e9f54bb
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Jul 15 11:00:46 2017 +0100
Replace missing key accelerators
With the change from using GTK_STOCK_, some default key accelerators
were not specified so add them explicitly.
Summary of changes:
.../business-gnome/gnc-plugin-page-invoice.c | 6 +-
src/gnome-utils/dialog-account.c | 22 +-
src/gnome-utils/dialog-options.c | 282 ++++++++++-----------
src/gnome-utils/gnc-cell-renderer-popup-entry.c | 9 +-
src/gnome-utils/gnc-combott.c | 5 +-
src/gnome-utils/gnc-currency-edit.c | 36 +++
src/gnome-utils/gnc-currency-edit.h | 10 +
src/gnome-utils/gnc-date-edit.c | 5 +-
src/gnome-utils/gnc-dense-cal.c | 7 +-
src/gnome-utils/gnc-main-window.c | 21 +-
src/gnome-utils/gnc-tree-view-account.c | 21 ++
src/gnome-utils/gnc-tree-view-account.h | 5 +
src/gnome-utils/gnc-tree-view-split-reg.c | 4 -
src/gnome/assistant-hierarchy.c | 4 -
src/gnome/gnc-plugin-page-register.c | 6 +-
src/gnome/gnc-plugin-page-register2.c | 6 +-
src/import-export/aqb/gnc-plugin-aqbanking.c | 12 +-
.../csv-imp/assistant-csv-trans-import.cpp | 2 +-
.../csv-imp/assistant-csv-trans-import.glade | 6 +-
src/import-export/dialog-import.glade | 6 +-
src/import-export/import-account-matcher.c | 3 +
src/import-export/import-main-matcher.c | 18 --
src/libqof/qof/gnc-numeric.cpp | 6 +-
src/plugins/bi_import/gnc-plugin-bi-import.c | 2 +-
.../customer_import/gnc-plugin-customer_import.c | 2 +-
src/register/register-gnome/gnucash-header.c | 4 -
src/register/register-gnome/gnucash-item-edit.c | 13 +-
src/register/register-gnome/gnucash-sheet.c | 4 -
src/report/report-gnome/gnc-plugin-page-report.c | 6 +-
29 files changed, 261 insertions(+), 272 deletions(-)
More information about the gnucash-patches
mailing list