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
J. Alex Aycinena 814947c583
Vary some menu labels and tooltips based on cursor class: transaction or split.
13 years ago
..
app-utils Clean out unused financial calculation stand-alone programs 13 years ago
backend More Makefile changes to get distcheck to pass 13 years ago
bin Add libgncmod-ledger-core to satsify dependency in libgncmod-gnome. 13 years ago
business Fix memory leaks due to localtime -> gnc_localtime replacement in r22618, r22626, r22627 13 years ago
cmake_modules Cutecash: Use pkg-config lookup of guile instead of custom macro. 15 years ago
core-utils Fix memory leaks due to localtime -> gnc_localtime replacement in r22618, r22626, r22627 13 years ago
debug Fix automake INCLUDE deprecation warnings 14 years ago
doc Adding statement about GPLv2 and v3 license as discussed on gnucash-devel yesterday. 14 years ago
engine Register rewrite Update 13 years ago
experimental (cppcheck) Fix "error: Memory leak: bufp" 15 years ago
gnc Get cutecash/C++ to compile again. 14 years ago
gnc-module Guile 2: fix autocompile errors 14 years ago
gnome Vary some menu labels and tooltips based on cursor class: transaction or split. 13 years ago
gnome-search Implement a Book Option to give users the choice to use the transaction number field (default and current behaviour) or, alternatively, the split action field of the anchor split for 'Num' column on registers, reports, import and export, where applicable. The difference between the two is that with the default, the same 'Num' is displayed for a given transaction regardless of what register it is viewed in and with the new option, a different 'Num' can be entered/displayed for a given transaction in each register it is viewed in. In both cases, the 'next number logic' of the 'Num' cell is based on the account of the register the transaction is entered/viewed from but in one case it fills the transaction number, in the other, it fills the split action field of the anchor split (with the transaction number field displayed in the register cell labeled 'T-Num'). In both cases, both fields are visible and can be used as free-form text in double-line mode for any value the user wants. If the new option is not selected, there should be no change in Gnucash's behaviour with the exception of displaying the book options dialog in 'new book' situations. 14 years ago
gnome-utils Bug #696469 - renumbering subaccounts does not preserve original order 13 years ago
html Drop goffice dependency from our html engine 14 years ago
import-export Add libgncmod-ledger-core to satsify dependency in libgncmod-gnome. 13 years ago
libqof Compile md5.c with "-fno-strict-aliasing". 13 years ago
optional Add child functions to Account in python bindings. 14 years ago
pixmaps Fix automake INCLUDE deprecation warnings 14 years ago
plugins Remove unused guile references in various source files 14 years ago
python Fix automake INCLUDE deprecation warnings 14 years ago
quotes Add Mozilla::CA as CPAN dependency for new F::Q TIAA-CREF module 14 years ago
register Fix memory leaks due to localtime -> gnc_localtime replacement in r22618, r22626, r22627 13 years ago
report Prevent line break in date column on hyphen. 13 years ago
scm Use gnc-commodity-equiv to compare commodites, not equal? 14 years ago
tax Update txf.scm to reflect changes to US Income Tax Forms and Schedules for 2012. 14 years ago
test-core Fix automake INCLUDE deprecation warnings 14 years ago
CMakeLists.txt Get cutecash/C++ to compile again. 14 years ago
Makefile.am Change of mind. Use scm instead of vcs. 14 years ago
README
README.modules Remove the old, obsolete postgres backend and its tools 17 years ago
base-typemaps.i Add tax tables lookup to python bindings. 14 years ago
config.h.cmake.in Fix cmake build after latest configure changes. 16 years ago
gnc-test-env
guile-mappings.h Guile 2: replace deprecated functions 14 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.