gnucash/src
Geert Janssens 54d2786216 Restore missing customer|vendor in easy invoice.
This got broken in r21552

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21931 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-02-03 13:49:15 +00:00
..
app-utils Re-indentation of source code. 2012-01-01 20:36:46 +00:00
backend Add more order gobject properties and convert sql backend to use them for loading/saving. 2012-01-31 01:17:20 +00:00
bin Remove the stable version numbers from the Development warning version. 2012-01-22 21:26:02 +00:00
business Remove some stray references to libglade. 2012-01-23 20:45:26 +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 Remove some stray references to libglade. 2012-01-23 20:45:26 +00:00
debug Re-indentation of source code. 2010-03-27 21:01:56 +00:00
doc Remove the obsolescent src/doc/design directory from recursive build. 2011-11-29 21:29:58 +00:00
engine Add more order gobject properties and convert sql backend to use them for loading/saving. 2012-01-31 01:17:20 +00:00
experimental (cppcheck) Fix "error: Memory leak: bufp" 2011-08-21 19:42:44 +00:00
gnc [glibmm] Unify naming convention of member methods: Always use underscore naming. 2011-10-29 19:39:50 +00:00
gnc-module Re-indentation of source code. 2012-01-01 20:36:46 +00:00
gnome Remove some stray references to libglade. 2012-01-23 20:45:26 +00:00
gnome-search Remove some stray references to libglade. 2012-01-23 20:45:26 +00:00
gnome-utils Add to the includes in Makefile.am, which were implicitly included by until taken out in r21880; this gets make check complete 2012-01-29 06:32:09 +00:00
html Remove some stray references to libglade. 2012-01-23 20:45:26 +00:00
import-export Fix compile error 2012-01-30 00:28:06 +00:00
libqof Update xml file backend to recognize a newer version file on load attempt, not load, and alert user of need to upgrade Gnucash. 2012-01-29 01:12:30 +00:00
optional Bug #668196: Fix installation of python bindings 2012-01-28 22:16:38 +00:00
pixmaps Added icon for "Export to PDF", copied from GNOME icons (license: GPL) 2011-12-19 22:25:34 +00:00
plugins Remove some stray references to libglade. 2012-01-23 20:45:26 +00:00
python [Python] Suppress the spew from loading the python module 2011-11-20 18:27:17 +00:00
quotes Bug #640357: Adding very limited Perl-Support for doxygen 2011-02-10 19:40:38 +00:00
register [r21886][Bug #667900] No clipboard copy and paste 2012-01-30 01:54:01 +00:00
report Restore missing customer|vendor in easy invoice. 2012-02-03 13:49:15 +00:00
scm Remove obsolete documentation texts. 2011-11-14 19:43:20 +00:00
tax Update txf.scm to reflect changes to US Income Tax Forms and Schedules for 2011. 2012-01-26 00:09:51 +00:00
test-core Re-indentation of source code. 2012-01-01 20:36:46 +00:00
base-typemaps.i Avoid warning returning a boolean result in python bindings. 2011-11-21 05:43:29 +00:00
CMakeLists.txt [Cutecash] Prepare cutecash for integration of the glibmm wrappers of the engine objects. 2011-10-24 07:59:30 +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 Fix circular dependency between test-core and qof-test. 2011-12-17 19:32:27 +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.