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
Geert Janssens a670783eb6
Merge branch 'prices-out2' of https://github.com/Bob-IT/gnucash
9 years ago
..
calculation
test Move gnc-gdate-utils functions to gnc-date and remove files. 9 years ago
CMakeLists.txt Move gnc-gdate-utils.c/h from app-utils to engine 9 years ago
Makefile.am Move gnc-gdate-utils.c/h from app-utils to engine 9 years ago
QuickFill.c
QuickFill.h
README
app-utils.i
app-utils.scm
business-helpers.c
business-helpers.h
business-options.c
business-options.h
business-options.scm
business-prefs.scm
c-interface.scm
config-var.scm
date-utilities.scm
file-utils.c
file-utils.h
gettext.scm
gfec.c Rewrite several file path routines to use boost::filesystem 9 years ago
gfec.h Rewrite several file path routines to use boost::filesystem 9 years ago
gnc-account-merge.c
gnc-account-merge.h
gnc-accounting-period.c Move gnc-gdate-utils functions to gnc-date and remove files. 9 years ago
gnc-accounting-period.h
gnc-addr-quickfill.c
gnc-addr-quickfill.h
gnc-basic-gobject.h
gnc-component-manager.c
gnc-component-manager.h
gnc-entry-quickfill.c
gnc-entry-quickfill.h
gnc-euro.c
gnc-euro.h
gnc-exp-parser.c Rewrite several file path routines to use boost::filesystem 9 years ago
gnc-exp-parser.h
gnc-gettext-util.c
gnc-gettext-util.h
gnc-gsettings.c
gnc-gsettings.h
gnc-help-utils.c
gnc-help-utils.h
gnc-helpers.c
gnc-helpers.h
gnc-prefs-utils.c
gnc-prefs-utils.h
gnc-state.c
gnc-state.h
gnc-sx-instance-model.c Move gnc-gdate-utils functions to gnc-date and remove files. 9 years ago
gnc-sx-instance-model.h
gnc-ui-balances.c
gnc-ui-balances.h
gnc-ui-util.c
gnc-ui-util.h
gncmod-app-utils.c
guile-util.c
guile-util.h
hooks.scm
make-prefs-migration-script.xsl
migratable-prefs.xml.in
migrate-prefs.scm
option-util.c
option-util.h
options.scm
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).