gnucash master: Multiple changes pushed
Robert Fewell
bobit at code.gnucash.org
Mon Feb 17 06:02:32 EST 2020
Updated via https://github.com/Gnucash/gnucash/commit/5475f39f (commit)
via https://github.com/Gnucash/gnucash/commit/7a16e048 (commit)
via https://github.com/Gnucash/gnucash/commit/832ad7e8 (commit)
via https://github.com/Gnucash/gnucash/commit/ba1af550 (commit)
via https://github.com/Gnucash/gnucash/commit/ce0d52e1 (commit)
via https://github.com/Gnucash/gnucash/commit/c60555e9 (commit)
from https://github.com/Gnucash/gnucash/commit/efed7094 (commit)
commit 5475f39f0b87279ae51aaf807466b4cb5604e90a
Merge: efed70941 7a16e0482
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Mon Feb 17 10:33:00 2020 +0000
Merge branch 'maint'
commit 7a16e048223af70b2373ce1516b4448647a8bd2f
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sun Feb 16 20:02:33 2020 +0100
Use GNUCASH_BUILD_ID in the gnucash appdata file
Add it to the release version if
- it was defined
- and it's not the same as GNC_VCS_REV
commit 832ad7e85ee1368942d709271ba5de55f2ae09aa
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sun Feb 16 14:39:37 2020 +0000
Reformat source files gnc-plugin-page.*
Change tabs for spaces and change some space positioning.
commit ba1af5504d875bca56f424b25af4df9460446481
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sun Feb 16 14:38:38 2020 +0000
Add the 'page_changed' signal to GncEmbeddedWindow
This fixes an error message 'page_changed is invalid for instance of
type GncEmbeddedWindow' when you double click on the selected schedule
in the sx editor.
commit ce0d52e1ef62fc7b2cd2574475fde1e836232d33
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sun Feb 16 14:37:43 2020 +0000
Reports were not being loaded
The reports page uses a g_idle_add against the plugin_page to load the
report once the container for the report is realized. With the changes
to the page focus functions, the use of g_idle_remove_by_data removed
this idle function so no report. Change the page focus functions to
record the id used and then use this id to remove the page focus idle
function.
commit c60555e9c53e09b1b2a0a55a0d71d4bb54d0c0b3
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Feb 16 22:28:55 2020 +0800
[stylesheet-css] reflect recent changes to default CSS
default css contains changes:
* td.highlight
* dark color schemes
Summary of changes:
cmake/insert-vcs-data.cmake | 5 +
gnucash/gnome-utils/gnc-embedded-window.c | 33 ++++-
gnucash/gnome-utils/gnc-embedded-window.h | 4 +
gnucash/gnome-utils/gnc-plugin-page.c | 234 ++++++++++++++++--------------
gnucash/gnome-utils/gnc-plugin-page.h | 78 +++++-----
gnucash/gnome/CMakeLists.txt | 1 +
gnucash/gnome/gnc-plugin-budget.c | 2 +-
gnucash/report/html-fonts.scm | 2 +
gnucash/report/stylesheets/css.scm | 10 ++
9 files changed, 229 insertions(+), 140 deletions(-)
More information about the gnucash-patches
mailing list