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
Charles Day af87f37bfd
Trial balance report: Skip unrealized gain calculation when price source is "average cost". This significantly improves performance with the default report options. Centralize and simplify unrealized gain code.
18 years ago
..
app-utils Bug #129099: Add option to toggle between full account path and leaf name in registers. 18 years ago
backend Fix a -Wformat gcc warning in the test suite. 18 years ago
bin Merge branches/aqbanking3 (r17287) into trunk. 18 years ago
business Bug #129099: Add option to toggle between full account path and leaf name in registers. 18 years ago
calculation Bug#512841: Let expression parser grok nullary functions and not crash. 19 years ago
core-utils Bug #129099: Add option to toggle between full account path and leaf name in registers. 18 years ago
doc Revert Andrew's patch and just run "doxygen -u" to update 19 years ago
engine Bug #542237: Use GLIST_HELPER_INOUTs before including engine-common.i. 18 years ago
experimental
gnc-module #505895: Fix make check on win32 in src/gnc-module. 19 years ago
gnome Bug #129099: Add option to toggle between full account path and leaf name in registers. 18 years ago
gnome-search Fix -Wformat gcc warnings. 18 years ago
gnome-utils Bug #470656, bug #502646: Prevent the GNCDateEdit control from crashing GnuCash. If an invalid date is entered (i.e. a date not supported by time_t) then the date reverts to the last valid date entered or, as a last resort, the beginning of the current day. 18 years ago
import-export Run some iterations of the main loop in showbox_cb to give the window a chance to be showed. 18 years ago
optional Fix gnucash-env path in make check of python bindings; add PYTHONPATH. 18 years ago
pixmaps Don't clean out the EXTRA_DIST pixmaps if we're not building from SVN. 18 years ago
quotes Do not set timezone to UTC on Windows, #434752. 19 years ago
register Bug #129099: Add option to toggle between full account path and leaf name in registers. 18 years ago
report Trial balance report: Skip unrealized gain calculation when price source is "average cost". This significantly improves performance with the default report options. Centralize and simplify unrealized gain code. 18 years ago
scm The following changes are included: 18 years ago
tax txf-help-de_DE.scm: replace v.h. with v.H. 18 years ago
test-core
Makefile.am
README
README.modules
RecnWindow.h
base-typemaps.i Updated python bindings (r17263) for the gnucash API as of 2008-06-06. 18 years ago
count.dat
count.gplot
count.sh
glib-compat.h
gnc-test-env
gnc-ui.h
guile-mappings.h
valgrind-gdk.supp
valgrind-gnucash.supp Update valgrind suppressions 19 years ago
valgrind-x11.supp

README

This directory contains the source for GnuCash.

See README.modules for the layout of the module subdirectories.
The non-module directories are:

doc: various notes about design and the design documentation.
experimental: for experimental systems.
gnome: misc code for the gtk/gnome front end.
optional: bits supported via ./configure --enable-* or --with-* args.
pixmaps: various runtime images.
quotes: code for downloading stock quotes.
scm: misc scheme code.