You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/libgnucash/app-utils
John Ralls aa53c23239
Merge T Edmunds's 'amortization-rounding' into maint.
7 years ago
..
calculation Fix most of the unused assignment errors from static analysis. 8 years ago
test Bug 639049 - Asset Barchart Report includes also the first day of next month transactions 7 years ago
CMakeLists.txt [app-utils] remove config-var.scm 7 years ago
QuickFill.c Prevent gcc from searching config.h in the current directory 9 years ago
QuickFill.h
README
app-utils.i
app-utils.scm [hooks.scm] deprecate hooks.scm 7 years ago
business-helpers.c Prevent gcc from searching config.h in the current directory 9 years ago
business-helpers.h
business-options.c Prevent gcc from searching config.h in the current directory 9 years ago
business-options.h
business-options.scm Update bug tracker URL 8 years ago
business-prefs.scm [business-prefs] tidy counter definitions 7 years ago
c-interface.scm Add support for guile 2.2 9 years ago
date-utilities.scm Bug 639049 - Asset Barchart Report includes also the first day of next month transactions 7 years ago
file-utils.c Prevent gcc from searching config.h in the current directory 9 years ago
file-utils.h
fin.scm Merge T Edmunds's 'amortization-rounding' into maint. 7 years ago
gettext.scm Drop guile 1.8 support 9 years ago
gfec.c Bug 795039 - Crash on startup using Technicolor Style sheet in report 8 years ago
gfec.h
gnc-account-merge.c Prevent gcc from searching config.h in the current directory 9 years ago
gnc-account-merge.h
gnc-accounting-period.c Prevent gcc from searching config.h in the current directory 9 years ago
gnc-accounting-period.h
gnc-addr-quickfill.c Prevent gcc from searching config.h in the current directory 9 years ago
gnc-addr-quickfill.h
gnc-basic-gobject.h
gnc-component-manager.c Fix error when options dialogue is open when app closed 8 years ago
gnc-component-manager.h
gnc-entry-quickfill.c Prevent gcc from searching config.h in the current directory 9 years ago
gnc-entry-quickfill.h
gnc-euro.c Replace the gnc:numeric pair with normal Scheme rationals. 9 years ago
gnc-euro.h
gnc-exp-parser.c Fix most of the unused assignment errors from static analysis. 8 years ago
gnc-exp-parser.h
gnc-gettext-util.c Prevent gcc from searching config.h in the current directory 9 years ago
gnc-gettext-util.h
gnc-gsettings.c Block registered prefs when preference dialogue loaded 8 years ago
gnc-gsettings.h Block registered prefs when preference dialogue loaded 8 years ago
gnc-help-utils.c Prevent gcc from searching config.h in the current directory 9 years ago
gnc-help-utils.h
gnc-helpers.c Prevent gcc from searching config.h in the current directory 9 years ago
gnc-helpers.h
gnc-prefs-utils.c Prevent gcc from searching config.h in the current directory 9 years ago
gnc-prefs-utils.h
gnc-state.c gnc-uri - refer to 'scheme' instead of 'protocol' as that's the more formal term used in uris 8 years ago
gnc-state.h
gnc-sx-instance-model.c Fix memory leak using qof_instance_get on a GncGUID 8 years ago
gnc-sx-instance-model.h Merge branch 'maint' into unstable 8 years ago
gnc-ui-balances.c Prevent gcc from searching config.h in the current directory 9 years ago
gnc-ui-balances.h
gnc-ui-util.c remove unnecessary KVPs and frames related to US Income Tax name and type 7 years ago
gnc-ui-util.h remove unnecessary KVPs and frames related to US Income Tax name and type 7 years ago
gncmod-app-utils.c Prevent gcc from searching config.h in the current directory 9 years ago
guile-util.c Don't set transaction properties via scheme in C code. 8 years ago
guile-util.h Fix minor typos 8 years ago
hooks.scm [hooks.scm] deprecate hooks.scm 7 years ago
make-prefs-migration-script.xsl Drop guile 1.8 support 9 years ago
migratable-prefs.xml.in
migrate-prefs.scm Rename libgnucash/scm/main.scm to utilities.scm 8 years ago
option-util.c Fix most of the unused assignment errors from static analysis. 8 years ago
option-util.h Removing uses of timespec 8 years ago
options.scm [options] compact book-currency-acounting functions 7 years ago
prefs.scm
simple-obj.scm

README


After loading this module, you must also call

(gnc:setup-gettext)
(setlocale LC_ALL "")

at some point to finish initializing the app. This is not done
automatically from gncmod-app-utils.c via app-utils.scm because you
may need to handle setlocale yourself (or you may already have other
code that does).