gnucash master: Multiple changes pushed
Geert Janssens
gjanssens at code.gnucash.org
Sun Jan 1 11:28:03 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/37d009bd (commit)
via https://github.com/Gnucash/gnucash/commit/470afc91 (commit)
via https://github.com/Gnucash/gnucash/commit/b3fa876d (commit)
from https://github.com/Gnucash/gnucash/commit/a5431436 (commit)
commit 37d009bd08f8d2cdc847246acdbf2792a3fed7db
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sun Jan 1 17:24:48 2023 +0100
Remove debug output
commit 470afc918fb1620d02ec0d7c61152b5b1856d7da
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sun Jan 1 17:23:12 2023 +0100
Relocate resource to /org/gnucash/GnuCash prefix
This is done to be consistent with the GSettings
prefix (which is also a GLib subsystem).
In the process replace the magic string with
a single, globally defined macro.
commit b3fa876da3b985a2c22e4c966dd2522ea3cdc3a7
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sun Jan 1 16:31:10 2023 +0100
Drop ui path specifier from resources paths
They were only there due to how the source directories
are organized and not really adding useful detail.
Removing it from the resource paths gives more freeedom
wrt to the organization of source files.
Summary of changes:
CMakeLists.txt | 2 ++
common/cmake_modules/GncGenerateGResources.cmake | 5 +++--
common/config.h.cmake.in | 3 +++
gnucash/gnome-utils/gnc-embedded-window.c | 2 +-
gnucash/gnome-utils/gnc-gnome-utils.c | 4 ++--
gnucash/gnome-utils/gnc-main-window.cpp | 9 +++------
gnucash/gnome-utils/gnc-plugin-page.c | 2 +-
gnucash/gnome/window-reconcile.c | 2 +-
gnucash/import-export/aqb/CMakeLists.txt | 2 +-
gnucash/import-export/aqb/{ui => }/gnc-plugin-aqbanking.ui | 0
gnucash/import-export/ofx/CMakeLists.txt | 2 +-
gnucash/import-export/ofx/{ui => }/gnc-plugin-ofx.ui | 0
po/POTFILES.in | 4 ++--
13 files changed, 20 insertions(+), 17 deletions(-)
rename gnucash/import-export/aqb/{ui => }/gnc-plugin-aqbanking.ui (100%)
rename gnucash/import-export/ofx/{ui => }/gnc-plugin-ofx.ui (100%)
More information about the gnucash-patches
mailing list