gnucash/src
Linas Vepstas 2b8fd7808a fix typo
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6040 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-11-25 05:20:29 +00:00
..
app-file Use gnc-test-env. 2001-11-22 08:48:29 +00:00
app-utils convert GNCIdType from an enum to a char* 2001-11-25 02:20:34 +00:00
backend convert GNCIdType from an enum to a char* 2001-11-25 02:20:34 +00:00
bin Fix some missing path dirs. Make sure 'gnucash' uses the 2001-11-22 08:15:03 +00:00
business convert GNCIdType from an enum to a char* 2001-11-25 02:20:34 +00:00
calculation Added ${GLIB_LIBS} for test-link linking. 2001-11-23 22:27:21 +00:00
core-utils Don't compile gnc_[set/put]env unless we need them. 2001-11-23 22:00:36 +00:00
doc 2001-11-04 Joshua Sled <jsled@asynchronous.org> 2001-11-05 07:39:10 +00:00
engine fix typo 2001-11-25 05:20:29 +00:00
experimental Use AM_CFLAGS instead of CFLAGS in Makefile.am. 2001-10-26 12:10:06 +00:00
gnc-module * src/gnc-module/gnc-module.c 2001-11-21 02:46:45 +00:00
gnome convert GNCIdType from an enum to a char* 2001-11-25 02:20:34 +00:00
gnome-utils Move entity tables from sessions to books. 2001-11-24 12:10:42 +00:00
import-export Move entity tables from sessions to books. 2001-11-24 12:10:42 +00:00
network-utils Use gnc-test-env. 2001-11-22 08:28:35 +00:00
optional ignore stuff 2001-11-02 18:15:25 +00:00
pixmaps Jeremy Collin's updated splash screen. 2001-06-06 20:04:23 +00:00
quotes automake 1.5 fixes and further work on transaction voiding 2001-10-03 07:08:31 +00:00
register convert GNCIdType from an enum to a char* 2001-11-25 02:20:34 +00:00
report Use gnc-test-env. 2001-11-22 08:48:29 +00:00
scm Move entity tables from sessions to books. 2001-11-24 12:10:42 +00:00
tax Added guile_libs, glib_libs support for test-link program. 2001-11-23 22:33:33 +00:00
test-core Build changes to clean up library cross-dependencies and move to libtool-1.4 2001-11-07 22:41:56 +00:00
.cvsignore * src/.cvsignore: remove bits that moved to src/bin. 2001-11-21 17:23:14 +00:00
AccWindow.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
gnc-test-env * src/gnc-test-env: new script. 2001-11-12 22:28:16 +00:00
gnc-ui.h Module cleanups. 2001-09-24 07:22:02 +00:00
Makefile.am Install gnc-test-env. 2001-11-23 22:20:12 +00:00
README Update with new file and directory info. 2000-08-23 08:55:50 +00:00
README.modules * src/README.modules: add core-utils. 2001-11-21 02:34:24 +00:00
RecnWindow.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00

This directory contains

  calculation: an implementation of a financial calculator, an
               amortization scheduler, and an expression parser.
  doc: various notes about design and the design documentation.
  engine: a directory containing a gui-independent accounting engine
  experimental: for experimental systems.
  gnome: most of the code for the gtk/gnome front end.
  guile: guile related code including g-wrap bits.
  optional: bits supported via ./configure --enable-* or --with-* args.
  pixmaps: various runtime images.
  quotes: code for downloading stock quotes.
  register: a directory containg the register object.
  scm: all of the scheme code.

This directory contains a smatttering of gui-independent files.

  Destroy.[ch]      -- functions for destroying GUI windows
  EuroUtils.[ch]    -- implements euro currency conversions
  FileBox.h         -- generic interface to a file picker dialog
  FileDialog.[ch]   -- GUI independent functions for saving and loading
                       GnuCash files. The name of the file is rather
                       misleading!
  MainWindow.h      -- generic interface to main GUI window
  MultiLedger.[ch]  -- utilities for handling and updating multiple
                       register windows
  Refresh.[ch]      -- utilities for refreshing GUI windows
  SplitLedger.[ch]  -- loads a register window with data from the engine

  file-history.h    -- interface for saving and restoring file open history
  gnc-ui-common.h   -- define some GUI abstractions
  messages.h
  messages_i18n.h   -- translatable strings
  top-level.h       -- generic top-level interfaces
  ui-callbacks.h    -- an interface that any gnucash gui must support