gnucash/libgnucash/app-utils
Christopher Lam fbb6a95600 [simple-obj] deprecate this module
* it's only a wrapper for make-record-type
* use record-types directly in modules
2019-07-30 18:17:52 +08:00
..
calculation Fix most of the unused assignment errors from static analysis. 2018-11-30 15:08:41 +09:00
test [test-options] initial commit 2019-07-28 12:16:58 +08:00
app-utils.i
app-utils.scm [simple-obj] deprecate this module 2019-07-30 18:17:52 +08:00
business-helpers.c
business-helpers.h
business-options.c Bug 797127 - Company name and address in reports not display properly 2019-04-27 13:39:27 -07:00
business-options.h
business-options.scm [business-options] fix whitespace 2019-07-12 21:08:15 +08:00
business-prefs.scm [business-prefs] tidy counter definitions 2019-04-04 19:43:44 +08:00
c-interface.scm [c-interface] compact functions 2019-07-28 12:16:58 +08:00
CMakeLists.txt [app-utils] remove config-var.scm 2019-02-20 21:04:23 +08:00
date-utilities.scm [date-utilities][API] deprecate unused exports, add comments 2019-07-25 20:22:12 +08:00
file-utils.c
file-utils.h
fin.scm Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
gettext.scm
gfec.c Bug 795039 - Crash on startup using Technicolor Style sheet in report 2018-04-26 13:01:00 -07:00
gfec.h
gnc-account-merge.c
gnc-account-merge.h
gnc-accounting-period.c Reformat source files gnc-accounting-period.* 2019-05-17 11:01:24 +01:00
gnc-accounting-period.h Reformat source files gnc-accounting-period.* 2019-05-17 11:01:24 +01:00
gnc-addr-quickfill.c
gnc-addr-quickfill.h
gnc-basic-gobject.h
gnc-component-manager.c Fix error when options dialogue is open when app closed 2018-07-22 13:07:57 +01:00
gnc-component-manager.h
gnc-entry-quickfill.c
gnc-entry-quickfill.h
gnc-euro.c
gnc-euro.h
gnc-exp-parser.c Fix most of the unused assignment errors from static analysis. 2018-11-30 15:08:41 +09:00
gnc-exp-parser.h
gnc-gettext-util.c
gnc-gettext-util.h
gnc-gsettings.c Transcode non-constant strings before passing them to scm_eval_string. 2019-04-29 15:00:54 -07:00
gnc-gsettings.h Block registered prefs when preference dialogue loaded 2018-09-27 15:57:34 +01:00
gnc-help-utils.c
gnc-help-utils.h
gnc-helpers.c Bug 797127 - Company name and address in reports not display properly 2019-04-27 13:39:27 -07:00
gnc-helpers.h
gnc-prefs-utils.c
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 2018-12-27 22:33:17 +01:00
gnc-state.h
gnc-sx-instance-model.c Fix memory leak using qof_instance_get on a GncGUID 2018-09-09 22:50:05 +02:00
gnc-sx-instance-model.h
gnc-ui-balances.c
gnc-ui-balances.h
gnc-ui-util.c remove unnecessary KVPs and frames related to US Income Tax name and type 2019-01-27 15:58:46 -08:00
gnc-ui-util.h remove unnecessary KVPs and frames related to US Income Tax name and type 2019-01-27 15:58:46 -08:00
gncmod-app-utils.c
guile-util.c Don't set transaction properties via scheme in C code. 2018-07-23 12:00:12 -07:00
guile-util.h Fix minor typos 2018-07-27 14:23:15 +03:00
hooks.scm [hooks.scm] deprecate hooks.scm 2019-02-20 21:09:22 +08:00
make-prefs-migration-script.xsl
migratable-prefs.xml.in
migrate-prefs.scm
option-util.c Bug 797127 - Company name and address in reports not display properly 2019-04-27 13:39:27 -07:00
option-util.h
options.scm [options] compact lookup-option 2019-07-28 12:16:58 +08:00
prefs.scm
QuickFill.c
QuickFill.h
README
simple-obj.scm [simple-obj] deprecate this module 2019-07-30 18:17:52 +08:00

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