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/src/app-utils
Peter McAlpine 9e5ec83418
de-modulify gnucash/calculation
19 years ago
..
test Add missing #includes of glib-compat.h. Fix #407079. 19 years ago
Makefile.am de-modulify gnucash/calculation 19 years ago
README
app-utils.i Get price-quotes to work again. 20 years ago
app-utils.scm Merge swig-redo branch back into trunk. 20 years ago
c-interface.scm Merge swig-redo branch back into trunk. 20 years ago
config-var.scm
date-utilities.scm Merge swig-redo branch back into trunk. 20 years ago
file-utils.c Prevent a crash when reading a new state file. 19 years ago
file-utils.h Back out #15458 on trunk. This is temporary until after 2.0.5 19 years ago
gfec.c Change log-leveling for a few messages. 19 years ago
gfec.h Merge swig-redo branch back into trunk. 20 years ago
gnc-account-merge.c Add #include config.h at all places where it has been missing. 20 years ago
gnc-account-merge.h Implement new-hierarchy-druid placeholder-value merge policy as discussed on -devel. 20 years ago
gnc-accounting-period.c Move the accounting period preference functions from window-main-summarybar 20 years ago
gnc-accounting-period.h Change the reports from using a hard-coded fiscal year to using the global 20 years ago
gnc-basic-gobject.h
gnc-component-manager.c Rename variables to avoid potential conflicts with C/C++ keywords. 20 years ago
gnc-component-manager.h Merge swig-redo branch back into trunk. 20 years ago
gnc-druid-cb.c
gnc-druid-cb.h
gnc-druid-provider-desc-edge.c
gnc-druid-provider-desc-edge.h
gnc-druid-provider-desc-file.c
gnc-druid-provider-desc-file.h
gnc-druid-provider-desc-multifile.c
gnc-druid-provider-desc-multifile.h
gnc-druid-provider-desc.c
gnc-druid-provider-desc.h
gnc-druid-provider-file-cb.c
gnc-druid-provider-file-cb.h
gnc-druid-provider.c
gnc-druid-provider.h
gnc-druid.c
gnc-druid.h
gnc-euro.c Replace NS_ISO with NS_CURRENCY. This substitution was already 20 years ago
gnc-euro.h
gnc-exp-parser.c Back out #15458 on trunk. This is temporary until after 2.0.5 19 years ago
gnc-exp-parser.h Never include "config.h" from a header file. Doing so makes it nigh 20 years ago
gnc-gettext-util.c When translation potentially empty strings, check always for nonemptyness. Should avoid #330179 in the rest of the code as well. 20 years ago
gnc-gettext-util.h
gnc-helpers.c Merge swig-redo branch back into trunk. 20 years ago
gnc-helpers.h Merge swig-redo branch back into trunk. 20 years ago
gnc-sx-instance-model.c Revise overall SX logging: define G_LOG_DOMAIN in a fine-grained manner, switch to g_mumble calls, cleanup some formatting. 19 years ago
gnc-sx-instance-model.h SX instance model event handling for enabled SXes: 19 years ago
gnc-ui-common.h Never include "config.h" from a header file. Doing so makes it nigh 20 years ago
gnc-ui-util.c Fix gnc_lconv_set_utf8 on Windows, #403815. 19 years ago
gnc-ui-util.h Default directory tweaks: 20 years ago
gncmod-app-utils.c de-modulify gnucash/calculation 19 years ago
guile-util.c Merge swig-redo branch back into trunk. 20 years ago
guile-util.h
hooks.scm Merge swig-redo branch back into trunk. 20 years ago
option-util.c Merge swig-redo branch back into trunk. 20 years ago
option-util.h Merge swig-redo branch back into trunk. 20 years ago
options.scm Audit all .scm files for cases where null objects were assumed to be #f. 20 years ago
prefs.scm Use guiles native sort and record. Fix #373809. 19 years ago
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).