gnucash/src
Geert Janssens ff6c190003 Bug 639322 part 1: add extension .gcm to future state files
Old state files are still read (if no new equivalent exists yet)
but will never be written to again.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20098 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-01-14 21:47:14 +00:00
..
app-utils Bug 639322 part 1: add extension .gcm to future state files 2011-01-14 21:47:14 +00:00
backend Bug #638225: Sort when saving as XML 2011-01-11 20:40:19 +00:00
bin Plug more memory leaks 2010-12-30 15:53:07 +00:00
business Improve the for translators problematic format string from gnc_entry_ledger_verify_acc_cell_ok 2011-01-13 23:12:41 +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: Add version check for guile and define HAVE_GUILE18 if appropriate. 2010-03-05 20:41:40 +00:00
core-utils Plug more memory leaks 2010-12-30 15:51:32 +00:00
debug Re-indentation of source code. 2010-03-27 21:01:56 +00:00
doc Bug #637346: A second step towards doxygen python-bindings docs; add file missing in r19981 2010-12-29 20:54:22 +00:00
engine Bug 638842 - Estonia adopted the Euro on 01.01.2011 2011-01-13 02:47:29 +00:00
experimental Replace obsolete <QueryNew.h> #defines by the current <qof.h> function names. 2010-12-12 21:30:59 +00:00
gnc Cutecash: Adapt to changed session_begin in r19798. 2010-11-14 13:16:31 +00:00
gnc-module Make "make check" work when run from "make distcheck". 2010-12-13 17:08:41 +00:00
gnome Remove unused variable. 2011-01-14 21:47:04 +00:00
gnome-search Bug #628444: String improvements after string freeze is lifted 2010-12-31 12:07:01 +00:00
gnome-utils Bug #636907: Improve "Close when finished" handling in "Online Banking Connection Window" 2011-01-12 19:47:34 +00:00
html Re-indentation of source code. 2010-12-04 21:09:57 +00:00
import-export Bug #636907: Improve "Close when finished" handling in "Online Banking Connection Window" 2011-01-12 19:47:34 +00:00
libqof Fix some spelling errors in doxigen documentation 2011-01-14 21:46:47 +00:00
optional Bug #636402: Add test case for DBI error: 1: table sqlite_sequence may not be dropped 2011-01-01 21:04:31 +00:00
pixmaps Add rules to copy the necessary icons during build. 2010-05-15 14:34:04 +00:00
plugins Revert r20082 (re-enable plugins) 2011-01-13 16:52:59 +00:00
quotes Spelling fixes in comments. 2010-10-16 12:08:29 +00:00
register Implement prerequisites for full auto-completion in the entry ledger. 2010-12-14 21:25:52 +00:00
report Fix typo 2011-01-12 20:04:25 +00:00
scm Make sure the right gnc-fq-* scripts are used. 2010-10-13 16:11:44 +00:00
tax Bug #554396: Implement a partial TXF output for capital gains 2010-09-24 19:48:02 +00:00
test-core Remove gncmod-test from test-core 2010-03-04 22:03:42 +00:00
base-typemaps.i Bug #637346: A second step towards doxygen python-bindings docs 2010-12-27 15:36:15 +00:00
CMakeLists.txt Merge the sql parsers of the business objects into the main sql module. 2010-07-14 19:39:19 +00:00
config.h.cmake.in Cutecash: Fix config.h creation by using the #cmakedefine feature of CONFIGURE_FILE. 2010-05-06 11:40:55 +00:00
gnc-test-env Prepend dirs in gnc-test-env, not append. Abstract a bit. 2007-02-04 21:16:05 +00:00
gnc-ui.h Bug #635355: Add public declaration of gnc_info_dialog. 2010-11-22 19:42:16 +00:00
guile-mappings.h Fix r19985, r19986 for guile-1.6.8. 2010-12-30 11:33:31 +00:00
Makefile.am Revert r20082 (re-enable plugins) 2011-01-13 16:52:59 +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
RecnWindow.h Re-indentation of source code, next batch. 2010-03-02 21:40:02 +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.