gnucash/src
Geert Janssens 50313596b4 Add owner tree model similar to accounts tree model. This is not used yet.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20617 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-05-11 21:50:34 +00:00
..
app-utils Bug : Skip non-enabled Scheduled Transactions for Future Txn report 2011-05-07 16:26:25 +00:00
backend Win32: Change filename case sensitivity because this will match on cross-compile Linux as well. 2011-04-22 19:59:24 +00:00
bin Bug : Correctly link in libgncmod-report-gnome.la to avoid linking against an installed version. 2011-04-19 09:22:15 +00:00
business Use quotes instead of <> to include project local header files 2011-04-05 20:18:45 +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 Small spelling corrections in comments and some whitespace adjustments 2011-02-28 11:28:25 +00:00
engine gncOwner convenience functions: jobs do have an active state, fix the getter function. At the same time, move the Job Active getter with the other getters. This is why I missed it the first time. 2011-05-11 21:50:25 +00:00
experimental Bug : Adding very limited Perl-Support for doxygen 2011-02-10 19:40:38 +00:00
gnc Cutecash: Add cmake files for import module and for aqbanking module. 2011-05-03 20:08:34 +00:00
gnc-module Use qualified include path for cmake/automake simplification 2011-03-04 14:43:36 +00:00
gnome Improve txf scheme routines to handle invalid tax-entity-types more gracefully. 2011-05-06 00:02:54 +00:00
gnome-search Bug : String improvements after string freeze is lifted 2010-12-31 12:07:01 +00:00
gnome-utils Add owner tree model similar to accounts tree model. This is not used yet. 2011-05-11 21:50:34 +00:00
html Remove gtkhtml-related sources completely. 2011-03-26 09:23:45 +00:00
import-export Cutecash: Add cmake files for import module and for aqbanking module. 2011-05-03 20:08:34 +00:00
libqof Win32 cutecash: Add missing precompiler flag 2011-05-01 20:56:22 +00:00
optional Bug : Deprecated __new__() call in function_class.py 2011-03-25 19:57:07 +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 I18n improvements: Fix weird strings. 2011-02-06 21:16:42 +00:00
python Add code to start up a Python console during Py module init, but disabled by default. 2011-03-24 20:10:45 +00:00
quotes Bug : Adding very limited Perl-Support for doxygen 2011-02-10 19:40:38 +00:00
register Bug - gnucash-2.4.3: downstream patches to fix tests linking 2011-03-12 15:44:51 +00:00
report Improve txf scheme routines to handle invalid tax-entity-types more gracefully. 2011-05-06 00:02:54 +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 Remove gncmod-test from test-core 2010-03-04 22:03:42 +00:00
base-typemaps.i 639980: Add EntryList and _gncEntry objects to list typemap. 2011-01-20 20:14:51 +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 Require guile 1.8.5 and remove all 1.6.x specific conditions 2011-03-21 15:10:40 +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.