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
Phil Longstaff 4641c024ce
Fix all business exports to force file type QSF
17 years ago
..
app-utils Rename lib/libqof -> src/libqof 17 years ago
backend Fix SQL statement which calculates account balances by adding ORDER BY clause. SQLite3 17 years ago
bin 1) Update svn:ignore for accounts/cs to ignore Makefile and Makefile.in 17 years ago
business Fix all business exports to force file type QSF 17 years ago
calculation Rename lib/libqof -> src/libqof 17 years ago
core-utils Fix lots of splint issues (including memory leaks). This includes some changes 17 years ago
doc Fix move from lib/libqof -> src/libqof 17 years ago
engine Remove commented-out obsolete backend module name 17 years ago
experimental Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS. 18 years ago
gnc-module Fix lots of splint issues (including memory leaks). This includes some changes 17 years ago
gnome Apply patch by Herbert Thoma: Bug 580281 – Entering multiple prices with price editor is tedious 17 years ago
gnome-search Rename lib/libqof -> src/libqof 17 years ago
gnome-utils 1) Remove obsolete glade file. 17 years ago
html Clean up include files and code related to goffice. Includes patch by Johannes Engel. 17 years ago
import-export QIF Import: Create transactions in the user-specified currency rather than the default currency. For example, if the default currency is pesos and the user has specified that the QIF transactions are all USD, the transaction currency should be USD too. 17 years ago
libqof Add qsf:// as a valid URI type 17 years ago
optional Call swig with -python because we never need -noproxy 17 years ago
pixmaps Don't clean out the EXTRA_DIST pixmaps if we're not building from SVN. 18 years ago
quotes Bug #339433: FIx price quote dates off by one day 18 years ago
register Register: Add some header comments for a confusing function. 17 years ago
report Undo r18103 change - standard reports shouldn't refer to business code/objects 17 years ago
scm Bug #566567: [Win32] Do not touch .scm-links on windows - always copy scm files 18 years ago
tax Bug #566567: [Win32] Do not touch .scm-links on windows - always copy scm files 18 years ago
test-core Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS. 18 years ago
Makefile.am Merge webkit branch into trunk. 17 years ago
README
README.modules
RecnWindow.h
base-typemaps.i Bug #570887: Change the swig type mapping for GUID* so that Scheme can tell the difference between a GUID* that is NULL, and a GUID* pointing to storage containing the "null" GUID. Previously the former case returned SCM_UNDEFINED to Scheme, which would unbind Scheme variables and make crashes. Now SCM_BOOL_F is used instead, and Scheme code can check for a NULL by comparing to #f. 18 years ago
count.dat
count.gplot
count.sh
glib-compat.h
gnc-test-env Prepend dirs in gnc-test-env, not append. Abstract a bit. 20 years ago
gnc-ui.h Merge gda-dev2 branch into trunk. 18 years ago
guile-mappings.h
valgrind-gdk.supp Merge gda-dev2 branch into trunk. 18 years ago
valgrind-glib.supp Merge gda-dev2 branch into trunk. 18 years ago
valgrind-gnucash.supp Merge gda-dev2 branch into trunk. 18 years ago
valgrind-libfontconfig.supp Merge gda-dev2 branch into trunk. 18 years ago
valgrind-libgda.supp Merge gda-dev2 branch into trunk. 18 years ago
valgrind-libguile.supp Merge gda-dev2 branch into trunk. 18 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.