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
David Hampton 119cfd351f
Sync changes 15253:15563 into the branch.
20 years ago
..
test Sync changes 15253:15563 into the branch. 20 years ago
Makefile.am Sync changes 15253:15563 into the branch. 20 years ago
README * src/app-utils/README: new file. 25 years ago
app-utils.i Rebase the remove group changes on a branch pulled after the 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 Update FSF street address. 21 years ago
date-utilities.scm Merge swig-redo branch back into trunk. 20 years ago
file-utils.c Sync changes 15253:15563 into the branch. 20 years ago
file-utils.h Sync changes 15253:15563 into the branch. 20 years ago
gfec.c Sync changes 15253:15563 into the branch. 20 years ago
gfec.h Merge swig-redo branch back into trunk. 20 years ago
gnc-account-merge.c Rebase the remove group changes on a branch pulled after the 20 years ago
gnc-account-merge.h Rebase the remove group changes on a branch pulled after the 20 years ago
gnc-accounting-period.c Move the accounting period preference functions from window-main-summarybar 21 years ago
gnc-accounting-period.h Change the reports from using a hard-coded fiscal year to using the global 21 years ago
gnc-basic-gobject.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-component-manager.c Sync changes 15066:15252 into the branch. 20 years ago
gnc-component-manager.h Merge swig-redo branch back into trunk. 20 years ago
gnc-druid-cb.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-cb.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-edge.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-edge.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-file.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-file.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-multifile.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-multifile.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-file-cb.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-file-cb.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-euro.c Replace NS_ISO with NS_CURRENCY. This substitution was already 20 years ago
gnc-euro.h Use only qof.h in place of other QOF headers 21 years ago
gnc-exp-parser.c Bug#157179: make multi-commodity SX handling a bit better. Expose the needed exchange rates as variables in the since-last-run dialog. 20 years ago
gnc-exp-parser.h Never include "config.h" from a header file. Doing so makes it nigh 21 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. 21 years ago
gnc-gettext-util.h Move gnu-module init and gettext init from scm to C. 21 years ago
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 Sync changes 15253:15563 into the branch. 20 years ago
gnc-sx-instance-model.h Sync changes 15253:15563 into the branch. 20 years ago
gnc-ui-common.h Never include "config.h" from a header file. Doing so makes it nigh 21 years ago
gnc-ui-util.c Sync changes 15253:15563 into the branch. 20 years ago
gnc-ui-util.h Sync changes 15066:15252 into the branch. 20 years ago
gncmod-app-utils.c Sync changes 15253:15563 into the branch. 20 years ago
guile-util.c Merge swig-redo branch back into trunk. 20 years ago
guile-util.h Rebase the remove group changes on a branch pulled after the 20 years ago
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 Rebase the remove group changes on a branch pulled after the 20 years ago
prefs.scm Sync changes 15253:15563 into the branch. 20 years ago
simple-obj.scm Remove RCS 'Id' tags from files. 23 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).