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 f943ba61ae
Rename directory for code from external projects
9 years ago
..
calculation Restructure the src directory 9 years ago
test Fix a number of test mismatches between cmake and autotools 9 years ago
CMakeLists.txt Restructure the src directory 9 years ago
Makefile.am Rename directory for code from external projects 9 years ago
QuickFill.c Restructure the src directory 9 years ago
QuickFill.h Restructure the src directory 9 years ago
README Restructure the src directory 9 years ago
app-utils.i Restructure the src directory 9 years ago
app-utils.scm Restructure the src directory 9 years ago
business-helpers.c Restructure the src directory 9 years ago
business-helpers.h Restructure the src directory 9 years ago
business-options.c Restructure the src directory 9 years ago
business-options.h Restructure the src directory 9 years ago
business-options.scm Restructure the src directory 9 years ago
business-prefs.scm Restructure the src directory 9 years ago
c-interface.scm Restructure the src directory 9 years ago
config-var.scm Restructure the src directory 9 years ago
date-utilities.scm Restructure the src directory 9 years ago
file-utils.c Restructure the src directory 9 years ago
file-utils.h Restructure the src directory 9 years ago
gettext.scm Restructure the src directory 9 years ago
gfec.c Restructure the src directory 9 years ago
gfec.h Restructure the src directory 9 years ago
gnc-account-merge.c Restructure the src directory 9 years ago
gnc-account-merge.h Restructure the src directory 9 years ago
gnc-accounting-period.c Restructure the src directory 9 years ago
gnc-accounting-period.h Restructure the src directory 9 years ago
gnc-addr-quickfill.c Restructure the src directory 9 years ago
gnc-addr-quickfill.h Restructure the src directory 9 years ago
gnc-basic-gobject.h Restructure the src directory 9 years ago
gnc-component-manager.c Restructure the src directory 9 years ago
gnc-component-manager.h Restructure the src directory 9 years ago
gnc-entry-quickfill.c Restructure the src directory 9 years ago
gnc-entry-quickfill.h Restructure the src directory 9 years ago
gnc-euro.c Restructure the src directory 9 years ago
gnc-euro.h Restructure the src directory 9 years ago
gnc-exp-parser.c Restructure the src directory 9 years ago
gnc-exp-parser.h Restructure the src directory 9 years ago
gnc-gdate-utils.c Restructure the src directory 9 years ago
gnc-gdate-utils.h Restructure the src directory 9 years ago
gnc-gettext-util.c Restructure the src directory 9 years ago
gnc-gettext-util.h Restructure the src directory 9 years ago
gnc-gsettings.c Restructure the src directory 9 years ago
gnc-gsettings.h Restructure the src directory 9 years ago
gnc-help-utils.c Restructure the src directory 9 years ago
gnc-help-utils.h Restructure the src directory 9 years ago
gnc-helpers.c Restructure the src directory 9 years ago
gnc-helpers.h Restructure the src directory 9 years ago
gnc-prefs-utils.c Restructure the src directory 9 years ago
gnc-prefs-utils.h Restructure the src directory 9 years ago
gnc-state.c Restructure the src directory 9 years ago
gnc-state.h Restructure the src directory 9 years ago
gnc-sx-instance-model.c Restructure the src directory 9 years ago
gnc-sx-instance-model.h Restructure the src directory 9 years ago
gnc-ui-balances.c Restructure the src directory 9 years ago
gnc-ui-balances.h Restructure the src directory 9 years ago
gnc-ui-util.c Restructure the src directory 9 years ago
gnc-ui-util.h Restructure the src directory 9 years ago
gncmod-app-utils.c Restructure the src directory 9 years ago
guile-util.c Restructure the src directory 9 years ago
guile-util.h Restructure the src directory 9 years ago
hooks.scm Restructure the src directory 9 years ago
make-prefs-migration-script.xsl Restructure the src directory 9 years ago
migratable-prefs.xml.in Restructure the src directory 9 years ago
migrate-prefs.scm Restructure the src directory 9 years ago
option-util.c Restructure the src directory 9 years ago
option-util.h Restructure the src directory 9 years ago
options.scm Restructure the src directory 9 years ago
prefs.scm Restructure the src directory 9 years ago
simple-obj.scm Restructure the src directory 9 years ago

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).