You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/src
Cristian Marchi ad617a443a
Fix use of accelerator for a string.
16 years ago
..
app-utils Fix addition of gnc_numeric that was wrong in r19511. 16 years ago
backend Fix bug 573702. When reading an old data file that doesn't have a template root 16 years ago
bin Consolidate accelerator map loading for OSX with the others. Accelerator maps can't be modified interactively in OSX so there's no point to reloading the saved map. 16 years ago
business Clarify Derek's code to be licensed "GPL v2 or later" as he has confirmed in private email. 16 years ago
calculation MSVC compatiblity: Fix include files in MSVC. Replace QSTRCMP by g_strcmp0 on MSVC. 16 years ago
cmake_modules Cutecash: Add version check for guile and define HAVE_GUILE18 if appropriate. 16 years ago
core-utils Eliminate *-vicinity functions from e-guile reports. 16 years ago
debug Re-indentation of source code. 16 years ago
doc Set the desired line-ending style to the correct value on the server side. 16 years ago
engine Bug #629641: Fixes WARN messages. 16 years ago
experimental Future default file extension is .gnucash, so 16 years ago
gnc Merge the sql parsers of the business objects into the main sql module. 16 years ago
gnc-module Re-indentation of source code. 16 years ago
gnome Fix Stock Split Druid. 16 years ago
gnome-search Clarify Derek's code to be licensed "GPL v2 or later" as he has confirmed in private email. 16 years ago
gnome-utils Fix typo in osx_accel_map, caused error in Accounts page Actions>Transfer accelerator 16 years ago
html Re-indentation of source code. 16 years ago
import-export Fix use of accelerator for a string. 16 years ago
libqof Relicense code to GNU GPL v2 or later. 16 years ago
optional some bitrot in python bindings examples/tests, patch by Daniele Varrazzo 16 years ago
pixmaps Add rules to copy the necessary icons during build. 16 years ago
quotes Bug #607185: Add f-q workaround for missing date. 17 years ago
register Bug #137017: Save the transaction date as a GDate directly, additionally. 16 years ago
report Fixed a string not translatable. 16 years ago
scm Bug #615168: Don't define hash-fold for guile 2.x 16 years ago
tax Remove test-load-module from tests 16 years ago
test-core Remove gncmod-test from test-core 16 years ago
CMakeLists.txt Merge the sql parsers of the business objects into the main sql module. 16 years ago
Makefile.am Ensure necessary .h files are included in EXTRA_DIST 16 years ago
README
README.modules Remove the old, obsolete postgres backend and its tools 17 years ago
RecnWindow.h Re-indentation of source code, next batch. 16 years ago
base-typemaps.i Add scheme/swig typemap for GDate. 16 years ago
config.h.cmake.in Cutecash: Fix config.h creation by using the #cmakedefine feature of CONFIGURE_FILE. 16 years ago
gnc-test-env
gnc-ui.h Implement help for OSX 16 years ago
guile-mappings.h Bug #615168: scm_c_string_length is the proper spelling now 16 years ago
platform.h Add new CPP macros which make it cleaner to have conditional compilation based on compiler/system and options selected during config 16 years ago

README

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.