gnucash/src
Geert Janssens a1070561fe minor formating fix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21253 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-09-11 14:24:49 +00:00
..
app-utils Delete the often-conflicting and occasionally unsafe Gnucash local 2011-08-25 21:38:33 +00:00
backend Add some warnings to help tracing file loading issues 2011-08-27 11:21:06 +00:00
bin Add qof queries to python bindings and set PYTHON_PATH in gnucash-env 2011-08-23 21:20:15 +00:00
business Re-indentation of source code. 2011-08-22 07:10:56 +00:00
calculation MSVC compatiblity: Fix include files in MSVC. Replace QSTRCMP by g_strcmp0 on MSVC. 2010-03-14 21:02:13 +00:00
cmake_modules Cutecash: Use pkg-config lookup of guile instead of custom macro. 2011-05-01 20:56:33 +00:00
core-utils Introduce a new directory to store all gtkbuilder compatible ui files 2011-04-05 19:55:25 +00:00
debug Re-indentation of source code. 2010-03-27 21:01:56 +00:00
doc Spelling and comment improvements 2011-08-11 20:35:22 +00:00
engine Use the correct #define for the number of account types instead 2011-09-06 07:21:04 +00:00
experimental (cppcheck) Fix "error: Memory leak: bufp" 2011-08-21 19:42:44 +00:00
gnc GSoC Cutecash project by Nitish Dodagatta (last half) 2011-09-07 18:03:20 +00:00
gnc-module Re-indentation of source code. 2011-08-22 07:10:56 +00:00
gnome Bug #657596 - Migrate Scheduled Transactions from GladeXML to Builder 2011-09-11 10:58:01 +00:00
gnome-search Delete the often-conflicting and occasionally unsafe Gnucash local 2011-08-25 21:38:33 +00:00
gnome-utils Bug #655901 - Fix build with guile 2.0, part 2 2011-09-11 10:58:14 +00:00
html (cppcheck) Fix several memory leaks 2011-09-01 06:51:19 +00:00
import-export Re-indentation of source code. 2011-08-22 07:10:56 +00:00
libqof Delete the often-conflicting and occasionally unsafe Gnucash local 2011-08-25 21:38:33 +00:00
optional Add qof queries to python bindings and set PYTHON_PATH in gnucash-env 2011-08-23 21:20:15 +00:00
pixmaps Minor tweaking of icon for duplicate invoice so that it doesn't look grayed out 2011-02-07 21:39:00 +00:00
plugins minor formating fix 2011-09-11 14:24:49 +00:00
python Re-indentation of source code. 2011-08-22 07:10:56 +00:00
quotes Bug #640357: Adding very limited Perl-Support for doxygen 2011-02-10 19:40:38 +00:00
register Delete the often-conflicting and occasionally unsafe Gnucash local 2011-08-25 21:38:33 +00:00
report Bug #658244 - Custom css stylesheet and logo in Tax Invoice report 2011-09-11 13:44:22 +00:00
scm Make sure the right gnc-fq-* scripts are used. 2010-10-13 16:11:44 +00:00
tax Improve txf scheme routines to handle invalid tax-entity-types more gracefully. 2011-05-06 00:02:54 +00:00
test-core Re-indentation of source code. 2011-08-22 07:10:56 +00:00
base-typemaps.i Add qof queries to python bindings and set PYTHON_PATH in gnucash-env 2011-08-23 21:20:15 +00:00
CMakeLists.txt Cutecash: Add cmake files for import module and for aqbanking module. 2011-05-03 20:08:34 +00:00
config.h.cmake.in Fix cmake build after latest configure changes. 2011-02-02 20:31:10 +00:00
gnc-test-env Prepend dirs in gnc-test-env, not append. Abstract a bit. 2007-02-04 21:16:05 +00:00
guile-mappings.h Bug #655901 - Fix build with guile 2.0 2011-08-04 09:41:04 +00:00
Makefile.am Several people reporting that swig-runtime.h wasn't being created. 2011-03-28 15:58:00 +00:00
platform.h Add new CPP macros which make it cleaner to have conditional compilation based on compiler/system and options selected during config 2010-03-23 18:34:17 +00:00
README Fix tests. 2001-12-07 11:11:08 +00:00
README.modules Remove the old, obsolete postgres backend and its tools 2010-02-08 10:14:30 +00:00

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.