gnucash/src
2016-11-07 12:48:48 -08:00
..
app-utils Added forward declaration for struct GncGUID 2016-10-19 17:05:48 -04:00
backend Separate SQL backend classes into their own header and source files. 2016-11-07 12:48:48 -08:00
bin Revert "temporarily disable pre-logging messages." 2016-08-21 09:13:43 -07:00
business Change all key accelerators to use <primary> 2016-09-27 21:16:32 +02:00
cmake_modules Merge branch 'maint' 2016-10-03 19:55:07 +02:00
core-utils Merge branch 'maint' 2016-09-17 17:09:51 -07:00
debug Fix automake INCLUDE deprecation warnings 2012-11-07 03:08:15 +00:00
doc Merge branch 'maint' 2016-09-17 17:09:51 -07:00
engine Added forward declaration for struct GncGUID 2016-10-19 17:05:48 -04:00
gnc Get cutecash to compile/link again. 2016-10-05 22:19:29 +02:00
gnc-module Merge branch 'maint' 2016-09-17 17:09:51 -07:00
gnome Change all key accelerators to use <primary> 2016-09-27 21:16:32 +02:00
gnome-search Merge branch 'maint' 2016-09-17 17:09:51 -07:00
gnome-utils Change all key accelerators to use <primary> 2016-09-27 21:16:32 +02:00
html Merge branch 'maint' 2016-09-17 17:09:51 -07:00
import-export Fix CSV importer to handle GMT + 13 Timezone (New Zealand Daylight Time). 2016-10-09 10:52:55 +02:00
libqof Remove unused/never implemented QofBackend functions. 2016-10-28 10:33:51 -07:00
optional Get cutecash to compile/link again. 2016-10-05 22:19:29 +02:00
pixmaps Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
plugins Bug 771246 - Set Invoice/Bill items date correctly from imported CSV. 2016-09-25 09:12:19 +01:00
python CMake improvements for SWIG handling and Python bindings. 2016-08-30 18:12:49 -05:00
quotes Merge branch 'maint' 2016-09-17 17:09:51 -07:00
register Add option to recn cell type to be read only 2016-09-13 20:57:14 +02:00
report Merge branch 'maint' 2016-10-10 13:55:35 +02:00
scm Merge branch 'maint' 2016-01-12 16:14:46 -08:00
tax Fix CMake build after maint merge 2016-01-26 12:13:49 -06:00
test-core Merge branch 'maint' 2016-09-17 17:09:51 -07:00
base-typemaps.i Bug 755781 - Files with copyright but no grant of license. Non-free? 2015-09-29 12:08:48 -07:00
CMakeLists.txt CMake improvements for SWIG handling and Python bindings. 2016-08-30 18:12:49 -05:00
config.h.cmake.in Australian (GMT-10) OFX transactions imported have previous days date 2016-09-11 14:48:24 -07:00
gnc-test-env.pl Rewrite gnc-test-env in perl 2015-01-31 08:19:26 +01:00
guile-mappings.h Bug 719481 - GnuCash report crashes with Guile2 2013-12-13 20:22:01 +00:00
Makefile.am Build system: Rename BUILDING_FROM_SCM to BUILDING_FROM_VCS 2015-03-31 02:07:38 +02: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
README.modules Remove the old, obsolete postgres backend and its tools 2010-02-08 10:14:30 +00:00
swig-utf8.patch Bug 719481 - GnuCash report crashes with Guile2 2013-12-13 20:22:01 +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.