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 759bbe1da0
app-utils - move gnc_get_debit/credit_str functions to Account
6 years ago
..
calculation Fix most of the unused assignment errors from static analysis. 8 years ago
test bindings/guile cosmetic - rename source files for consistency 6 years ago
CMakeLists.txt app-utils - move gnc_get_debit/credit_str functions to Account 6 years ago
QuickFill.c
QuickFill.h
README
app-utils.i bindings/guile cosmetic - rename source files for consistency 6 years ago
app-utils.scm app-utils - move gnc_get_debit/credit_str functions to Account 6 years ago
business-options.c Bug 797127 - Company name and address in reports not display properly 7 years ago
business-options.h
business-options.scm engine - move guile code to bindings/guile 6 years ago
business-prefs.scm Merge branch 'maint' 7 years ago
c-interface.scm [c-interface] gnc:backtrace-if-exception returns #f if error 7 years ago
date-utilities.scm Remove deprecated functions 7 years ago
file-utils.c
file-utils.h
fin.scm Housekeeping - replace plenty of http links with https 7 years ago
gettext.scm guile: remove support for guile < 2.0 7 years ago
gfec.c Bug 795039 - Crash on startup using Technicolor Style sheet in report 8 years ago
gfec.h
gnc-account-merge.c
gnc-account-merge.h
gnc-accounting-period.c Reformat source files gnc-accounting-period.* 7 years ago
gnc-accounting-period.h Reformat source files gnc-accounting-period.* 7 years ago
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 8 years ago
gnc-component-manager.h
gnc-entry-quickfill.c
gnc-entry-quickfill.h
gnc-euro.c
gnc-euro.h
gnc-exp-parser.c RptCleanup - Restructure installation of gnucash scm files 7 years ago
gnc-exp-parser.h
gnc-gettext-util.c
gnc-gettext-util.h
gnc-gsettings.c Destroy the registered preference hash table 7 years ago
gnc-gsettings.h Block registered prefs when preference dialogue loaded 8 years ago
gnc-help-utils.c
gnc-help-utils.h
gnc-helpers.c bindings/guile cosmetic - rename source files for consistency 6 years ago
gnc-helpers.h
gnc-prefs-utils.c Create a function to remove the registered preference 7 years ago
gnc-prefs-utils.h Create a function to remove the registered preference 7 years ago
gnc-state.c gnc-uri - refer to 'scheme' instead of 'protocol' as that's the more formal term used in uris 7 years ago
gnc-state.h
gnc-sx-instance-model.c Fix memory leak using qof_instance_get on a GncGUID 8 years ago
gnc-sx-instance-model.h
gnc-ui-balances.c
gnc-ui-balances.h
gnc-ui-util.c Merge branch 'maint' 7 years ago
gnc-ui-util.h Create a function to remove the registered preference 7 years ago
gncmod-app-utils.c gnc-hooks - factor out scm calls into a separate source file 6 years ago
guile-util.c app-utils - move gnc_get_debit/credit_str functions to Account 6 years ago
guile-util.h app-utils - move gnc_get_debit/credit_str functions to Account 6 years ago
option-util.c bindings/guile cosmetic - rename source files for consistency 6 years ago
option-util.h bindings/guile cosmetic - rename source files for consistency 6 years ago
options.scm Merge branch 'maint' 7 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).