Commit Graph
100 Commits
Author SHA1 Message Date
Dave Peticolas d9be6ea67b 2001-08-16 Bill Gribble <grib@billgribble.com>
* move report system into gnc-modules. This required a new
	module of application framework stuff, src/app-utils.

	* src/report/report-system/: the report-html-generation code
	and the various report utilities and infrastructure

	* src/report/standard-reports/: non-locale-specific financial
	reports

	* src/report/utility-reports: non-financial reports

	* src/report/locale-specific: reports that only apply to specific
	locales.

	* src/report/stylesheet: report style sheet definitions


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5144 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-17 00:44:01 +00:00
Dave Peticolas f28dcf0841 More cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5143 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-16 09:38:38 +00:00
Dave Peticolas 589465e2cb More cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5142 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-16 08:34:04 +00:00
Dave Peticolas f917b12b06 More cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5141 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-16 07:38:09 +00:00
Dave Peticolas 220f4ce4fd More cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5139 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-16 01:17:12 +00:00
Dave Peticolas 125495d7e5 More cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5138 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-15 23:08:35 +00:00
Dave Peticolas 73892ec8f3 Revert to previous version. Why was this changed at all?
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5137 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-15 20:30:13 +00:00
Dave Peticolas 67fd665c2d More cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5135 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-15 09:38:37 +00:00
Dave Peticolas f9e706375b Fix warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5134 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-15 09:37:25 +00:00
Dave Peticolas 425acc528c More cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5133 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-15 08:26:58 +00:00
Dave Peticolas 2f9c741f47 More cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5132 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-15 07:41:13 +00:00
Dave Peticolas 749b23685f Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5128 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-14 10:03:14 +00:00
Dave Peticolas be4f4ff940 Cleanup register help handling. General cleanups.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5127 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-14 09:20:04 +00:00
Dave Peticolas 8e5c8ca45a 2001-08-14 Dave Peticolas <dave@krondo.com>
* all others: update for api/reorganization

	* src/register/register-core/table-control.[ch]: encapsulate
	table control object.

	* src/register/ledger-core/split-register-util.c: split out
	general split register utilities

	* src/register/ledger-core/split-register-control.[ch]: split
	out split register control functionality


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5126 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-14 07:05:09 +00:00
Dave Peticolas 8a4b65d440 Eric Hanchrow's README patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5124 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-13 21:27:26 +00:00
Dave Peticolas cb256614d5 2001-08-13 Dave Peticolas <dave@krondo.com>
* all other files: update for change below

	* src/register/register-core/table-layout.[ch]: make cursors part
	of the table. allow them to be added dynamically.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5123 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-13 20:27:36 +00:00
Dave Peticolas 790dce6c59 Remove one category.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5117 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-13 09:34:40 +00:00
Dave Peticolas 259de1c55a 2001-08-11 Dave Peticolas <dave@krondo.com>
* src/register/register-core/table-allgui.[ch]: update for
	api changes. Move some layout code to table-layout.c.

	* src/register/register-core/splitreg.[ch]: update for api changes

	* src/register/register-core/cellblock.[ch]: move cursor
	changed functions here

	* src/register/register-core/Makefile.am: add new files

	* src/register/ledger-core/SplitLedger.c: update for api changes

	* src/register/register-core/table-layout.[ch]: new file.
	table layout object encapsulates table structure.

	* src/scm/main.scm: add lib path to LD_LIBRARY_PATH


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5112 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-11 08:35:03 +00:00
Dave Peticolas d4ec7187ca 2001-08-10 Dave Peticolas <dave@krondo.com>
* src/register/register-core/cell-factory.c
	(gnc_cell_factory_add_cell_type): fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5104 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-10 09:50:29 +00:00
Dave Peticolas 850d623465 Add comment.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5103 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-10 09:48:46 +00:00
Dave Peticolas 06b93e848c Add directory entry & categories.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5101 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-10 00:09:07 +00:00
Dave Peticolas f49850c944 Add glib library to link libs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5100 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-10 00:03:04 +00:00
Dave Peticolas a55641f971 2001-08-09 Dave Peticolas <dave@krondo.com>
* src/register/register-gnome/table-gnome.c
	(gnc_table_save_state): tweak cell width saving


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5096 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-09 10:03:59 +00:00
Dave Peticolas abdfd445c4 Remove cruft.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5094 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-09 03:31:02 +00:00
Dave Peticolas 624c939999 2001-08-08 Dave Peticolas <dave@krondo.com>
* src/register/ledger-core/SplitLedger.c: fix bugs


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5093 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-09 03:22:16 +00:00
Dave Peticolas 36c1a668e2 2001-08-08 Dave Peticolas <dave@krondo.com>
* src/register/register-gnome/pricecell-gnome.c: better 'return'
	handling.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5091 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 22:47:07 +00:00
Dave Peticolas bf6e8fc947 More libtool work.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5090 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 21:36:09 +00:00
Dave Peticolas 2e0cea3a65 2001-08-08 Dave Peticolas <dave@krondo.com>
* src/engine/engine-helpers.[ch]: remove cruft

	* src/guile/gnc-helpers.c: fix warnings

	* src/import-export/qif-import/gncmod-qif-import.c: include api
	header

	* src/register/register-gnome/gncmod-register-gnome.c: include api
	header

	* src/register/register-core/gncmod-register-core.c: include api
	header

	* src/register/ledger-core/gncmod-ledger-core.c: include api header

	* src/backend/postgres/gncmod-backend-postgres.c: include api header

	* src/backend/rpc/gncmod-backend-rpc.c: include api header

	* src/backend/file/gnc-pricedb-xml-v1.c: fix warning

	* src/backend/file/Makefile.am (SUBDIRS): fix includes

	* src/backend/file/gncmod-backend-file.c: include api header

	* src/engine/gncmod-engine.c: include api header

	* src/gnc-module/test/test-dynload.c: fix warning

	* src/gnc-module/test/misc-mods/agedver.c: include api header

	* src/gnc-module/test/misc-mods/incompatdep.c: include api header

	* src/gnc-module/test/misc-mods/futuremodsys.c: include api header

	* src/gnc-module/test/mod-baz/gnc-mod-baz.c: include api header

	* src/gnc-module/test/mod-bar/gnc-mod-bar.c: include api header

	* src/gnc-module/test/mod-bar/Makefile.am: fix includes

	* src/gnc-module/test/mod-foo/gnc-mod-foo.c: include api header

	* src/gnc-module/test/mod-foo/Makefile.am: fix includes

	* src/gnc-module/gnc-module-api.h: new file. public module api

	* src/gnc-module/Makefile.am: add headers


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5088 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 11:11:54 +00:00
Dave Peticolas aa78390c19 Minor fixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5087 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 09:20:46 +00:00
Dave Peticolas e80ba01a16 Fix more reports.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5086 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 08:52:49 +00:00
Dave Peticolas 28c6e4494a Fix more reports.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5085 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 05:57:19 +00:00
Dave Peticolas f71ea51e9b Fix some reports.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5084 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 05:01:29 +00:00
Dave Peticolas 27a9362d92 Work on lib problems.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5083 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 02:41:38 +00:00
Dave Peticolas 506a07641b Fix cruft.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5082 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 00:54:52 +00:00
Dave Peticolas 62e65602dc .cvsignore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5081 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 00:45:57 +00:00
Dave Peticolas 0d62234c28 .cvsignore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5080 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 00:40:34 +00:00
Dave Peticolas 81bbbce899 .cvsignore.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5079 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-08 00:24:42 +00:00
Dave Peticolas a3d3717929 .cvsignore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5078 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-07 23:59:30 +00:00
Dave Peticolas 8d049091da Update .cvsignore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5077 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-07 23:47:21 +00:00
Dave Peticolas 4cc2bfb9a9 Missed some.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5076 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-07 23:36:04 +00:00
Dave Peticolas 939f78a1cc 2001-08-06 Bill Gribble <grib@billgribble.com>
* Added module/plugin system (src/gnc-module/*)

	* reshuffled source code from src/engine, src/register, and some
	from src/guile, src/scm, src/gnome (see src/README.modules).
	engine, backends, register, qif importer are now "modules".

	* unfinished new QIF import/export module (the old one's still
	there and still works)

	* really too many files touched to get into it.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5075 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-07 23:29:04 +00:00
Dave Peticolas 5805a1b5b9 2001-08-06 Dave Peticolas <dave@krondo.com>
* src/register/table-html.[ch]: remove

	* src/register/Makefile.am: add table-model.[ch],
	remove table-html.[ch]

	* src/MultiLedger.c: same as below

	* src/register/table-allgui.[ch]: same as below

	* src/register/table-model.[ch]: separate table model out from
	table code.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5074 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-06 23:48:19 +00:00
Dave Peticolas f2ffc649bb 2001-08-06 Dave Peticolas <dave@krondo.com>
* src/register/pricecell.c: fix bugs


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5072 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-06 21:15:48 +00:00
Dave Peticolas 18957d5333 2001-08-06 Dave Peticolas <dave@krondo.com>
* src/engine/sql/upgrade.h: fix warning

	* src/engine/gnc-pricedb.[ch] (gnc_price_equal): new func

	* src/engine/FreqSpec.c: add comment


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5071 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-06 08:24:49 +00:00
Dave Peticolas 481fee0773 2001-08-05 Dave Peticolas <dave@krondo.com>
* src/gnome/window-register.c: move close button to left
	to be more consistent with main window

	* src/SplitLedger.c (sr_split_auto_calc): fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5069 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-05 22:14:26 +00:00
Dave Peticolas f1d6ef6176 2001-08-04 Dave Peticolas <dave@krondo.com>
* src/scm/main-window.scm: handle errors in creating
	~/.gnucash/books

	* src/scm/path.scm (gnc:make-dir): new func

	* src/scm/options.scm: same as below

	* src/scm/html-style-sheet.scm: handle file opening error


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5067 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-04 07:33:07 +00:00
Dave Peticolas 9b0441eb33 2001-08-03 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-sxsincelast.c: same as below

	* src/gnc-exp-parser.[ch]: seperate->separate


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5066 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-03 23:17:31 +00:00
Dave Peticolas 982d2168ec 2001-08-03 Dave Peticolas <dave@krondo.com>
* src/engine/gnc-book.c: fix warnings


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5065 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-03 22:56:03 +00:00
Dave Peticolas 4817add780 2001-08-03 Dave Peticolas <dave@krondo.com>
* doc/sgml/C/xacc-sxeditor.sgml: fix warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5064 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-03 22:45:49 +00:00
Dave Peticolas fe3350dbc2 2001-07-22 Dave Peticolas <dave@krondo.com>
* src/test/gnc-test-stuff.[ch] (get_random_price): new func.

	* src/register/splitreg.[ch]: remove null cell

	* src/engine/Transaction.h: update docs


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4974 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-22 08:54:55 +00:00
Dave Peticolas 7c11369570 2001-07-21 Dave Peticolas <dave@krondo.com>
* src/register/cell-factory.[ch]: a new object for creation of
	register cells. allows new cell types to be added dynamically.

	* src/register/gnome/gnucash-style.c: fix for removal of
	label from cellblock cells.

	* src/register/table-allgui.[ch]: fix for changed flag and
	callback changes.

	* src/register/splitreg.[ch]: remove fixed cells, use a dynamic
	list. Fix code appropriately.

	* src/register/register-common.[ch]: add wrapper for a global cell
	factory.

	* src/register/gnome/datecell-gnome.c: same as below

	* src/register/gnome/combocell-gnome.c: same as below

	* src/register/textcell.[ch]: same as below

	* src/register/recncell.[ch]: same as below

	* src/register/quickfillcell.[ch]: same as below

	* src/register/pricecell.[ch]: same as below

	* src/register/numcell.[ch]: same as below

	* src/register/datecell.h: same as below

	* src/register/combocell.h: make destructor private.
	constructor returns 'BasicCell *'.

	* src/register/cellblock.[ch]: remove 'label' members -- no longer
	used.

	* src/register/basiccell.[ch]: 'virtualize' destructor.
	simplify changed flags.

	* src/register/Makefile.am (SUBDIRS): add cell-factory.[ch]

	* src/gnome/gnc-html.c: fix includes

	* src/SplitLedger.c: update for api changes

	* src/MultiLedger.c: update for api changes


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4973 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-22 02:29:52 +00:00
Dave Peticolas 19aa6a2baf 2001-07-18 Dave Peticolas <dave@krondo.com>
* src/gnc-ui-util.c (balance_helper): fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4964 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-18 23:14:50 +00:00
Dave Peticolas 6a1864259d 2001-07-17 Dave Peticolas <dave@krondo.com>
* src/engine/Scrub.c (xaccGroupScrubCommodities): use group
	begin/commit to speed up processing

	* src/engine/Group.[ch] (xaccAccountGroupBeginEdit): make public


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4962 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-18 06:37:13 +00:00
Dave Peticolas da963a95c6 2001-07-17 Dave Peticolas <dave@krondo.com>
* doc/sgml/C/xacc-features.sgml: Matt Krai's doc patch

	* doc/sgml/C/xacc-about.sgml: Matt Krai's doc patch

	* AUTHORS: credits

	* doc/sgml/C/xacc-about.sgml: credits

	* src/gnome/gnc-dateedit.c: Matt Kraai's date accelerator bug fix


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4958 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-18 00:02:44 +00:00
Dave Peticolas 30ae40ea44 2001-07-17 Dave Peticolas <dave@krondo.com>
* src/engine/io-gncbin-r.c: fix bug with price import (use
	posted date, not entered date).

	* src/engine/gnc-pricedb.[ch]: fix bugs with setting currency and
	commodity and with converting from legacy commodities.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4956 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-17 23:26:11 +00:00
Dave Peticolas 74a258393c 2001-07-17 Dave Peticolas <dave@krondo.com>
* src/engine/Transaction.c (xaccTransAppendSplit): make sure
	split's value conforms to the transaction common currency.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4955 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-17 18:48:18 +00:00
Dave Peticolas 8b3787a20e 2001-07-12 Dave Peticolas <dave@krondo.com>
* src/gnome/window-register.c: same as below

	* src/scm/report/taxtxf.scm: use split amount


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4951 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-13 06:13:29 +00:00
Dave Peticolas efd666edb2 2001-07-12 Dave Peticolas <dave@krondo.com>
* src/register/splitreg.[hc]: same as below

	* src/SplitLedger.c: remove share balance cells, they are now
	redundant


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4949 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-13 00:11:29 +00:00
Dave Peticolas b1a236d0a1 2001-07-12 Dave Peticolas <dave@krondo.com>
* accounts/*/*: currency->commodity

	* src/scm/engine-interface.scm: quantity->amount

	* src/guile/guile-util.[ch]: quantity->amount

	* src/guile/gnc.gwp: quantity->amount

	* src/SplitLedger.c: quantity->amount

	* src/gnc-ui-util.[ch]: quantity->amount


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4948 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-12 22:21:13 +00:00
Dave Peticolas 30799ccd2f 2001-07-12 Dave Peticolas <dave@krondo.com>
* src/scm/report/transaction.scm: remove old api

	* src/scm/report-utilities.scm: remove old api

	* src/scm/commodity-utilities.scm: remove old api

	* src/scm/engine-interface.scm: remove old api

	* src/scm/extensions.scm: remove old api

	* src/scm/report-utilities.scm: remove old api

	* src/gnome/reconcile-list.c: remove old api

	* src/scm/report/register.scm: remove old api

	* src/engine/Scrub.c: remove old api

	* src/engine/sql/txn.c: remove old api

	* src/engine/rpc/RpcUtils.c: remove old api

	* src/guile/gnc.gwp: remove cruft

	* src/scm/extensions.scm: remove cruft

	* src/guile/gnc-helpers.[ch]: remove old api

	* src/engine/io-gncbin-r.c: remove old api

	* src/guile/gnc-helpers.c: remove old api

	* src/SplitLedger.c: remove old api

	* src/engine/Transaction.[ch]: remove share api and older api

	* src/engine/Transaction-xml-parser-v1.c: remove old api


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4946 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-12 11:29:59 +00:00
Dave Peticolas 91973a0430 2001-07-12 Dave Peticolas <dave@krondo.com>
* src/gnome/druid-stock-split.c: remove share api

	* src/engine/Account.[ch]: remove 'share' api and other
	unused api.

	* src/scm/qif-import/qif-to-gnc.scm: remove share api

	* src/guile/gnc.gwp: remove share api

	* src/gnome/window-reconcile.c: remove share api

	* src/gnome/window-register.c: remove share api


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4945 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-12 08:27:28 +00:00
Dave Peticolas c8fcd36996 2001-07-11 Dave Peticolas <dave@krondo.com>
* src/engine/io-gncxml-v2.c: same as below

	* src/engine/io-gncbin-r.c: same as below

	* src/engine/io-example-account.c: same as below

	* src/engine/Ledger-xml-parser-v1.c: remove autocode

	* src/engine/Group.[ch]: remove autocode api. This hasn't
	really been used in a while, and account codes are generally
	assigned based on account function, not just hierarchy position.

	* src/engine/Account.[ch]: remove autocode api

	* src/guile/gnc.gwp: remove auto code api

	* src/scm/commodity-utilities.scm: fix function calls


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4944 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-12 06:35:01 +00:00
Dave Peticolas 47e7d75848 2001-07-11 Dave Peticolas <dave@krondo.com>
* src/test/test-xml-transaction.c: CIT (currency-in-transaction)

	* src/test/test-xml-account.c: CIT

	* src/test/gnc-test-stuff.c: CIT

	* src/scm/report/taxtxf.scm: CIT

	* src/scm/qif-import/qif-to-gnc.scm: CIT

	* src/scm/qif-import/qif-dialog-utils.scm: CIT

	* src/scm/text-export.scm: CIT

	* src/scm/price-quotes.scm: CIT

	* src/scm/main-window.scm: CIT

	* src/scm/engine-interface.scm: CIT

	* src/guile/gnc.gwp: CIT. remove unused api

	* src/gnome/glade/transfer.glade: remove currency account list

	* src/gnome/glade/account.glade: remove security gui

	* src/gnome/window-reconcile.c: CIT

	* src/gnome/window-main-summarybar.c: CIT

	* src/gnome/window-acct-tree.c: CIT

	* src/gnome/druid-stock-split.c: CIT

	* src/gnome/druid-qif-import.c: CIT

	* src/gnome/druid-hierarchy.c: CIT

	* src/gnome/druid-commodity.c: CIT

	* src/gnome/dialog-transfer.c: CIT. don't use currency accounts

	* src/gnome/dialog-commodities.c: CIT

	* src/gnome/dialog-account.c: CIT

	* src/gnome/account-tree.c: CIT

	* src/engine/sql/txn.c: fix for CIT

	* src/engine/sql/account.c: remove old currency/security cruft

	* src/engine/sixtp-dom-parsers.[ch]: allow parsing kvp data into
	an existing frame

	* src/engine/kvp_doc.txt: document new keys used for storing
	old currency/security fields

	* src/engine/io-gncxml-v2.c: CIT

	* src/engine/io-gncxml-r.c: CIT

	* src/engine/io-gncbin-r.c: CIT

	* src/engine/io-example-account.c: CIT

	* src/engine/gnc-transaction-xml-v2.c: CIT

	* src/engine/gnc-schedxaction-xml-v2.c: load kvp data
	into existing frame

	* src/engine/gnc-commodity.[ch]: add new lookup api, fixes
	for NULL pointers

	* src/engine/gnc-book.c: don't scrub (moved elsewhere)

	* src/engine/gnc-account-xml-v2.c: store transaction currency
	and account commodity.

	* src/engine/Transaction.[ch]: add a transaction currency

	* src/engine/TransLog.c: CIT

	* src/engine/Scrub.[ch]: add api for fixing up
	account and transaction commodities.

	* src/engine/SchedXaction.c: CIT

	* src/engine/Ledger-xml-parser-v1.c: CIT

	* src/engine/Group.[ch]: don't cache a group balance

	* src/engine/Account.[ch]: CIT. remove currency, security
	fields, add commodity fields. Store old currency/security
	in kvp_data.

	* src/engine/Account-xml-parser-v1.c: fix for CIT

	* src/gnc-ui-util.[ch]: fix for CIT

	* src/gnc-component-manager.c: remove deleted api

	* src/SplitLedger.c: fix for currency-in-transaction (CIT)


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4943 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-12 00:13:21 +00:00
Dave Peticolas 84efdbe162 Duarte Loreto's update pt_PT.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4939 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-11 08:41:51 +00:00
Dave Peticolas f36f00dc6f Duarte Loreto's updated pt_PT documentation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4934 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-09 22:57:14 +00:00
Dave Peticolas 12750283a9 2001-07-09 Dave Peticolas <dave@krondo.com>
* configure.in: check for ghttp_ssl.h

	* src/gnome/gnc-http.c: conditionally include ghttp_ssl.h


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4932 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-09 11:20:22 +00:00
Dave Peticolas 7434240594 2001-07-09 Dave Peticolas <dave@krondo.com>
* doc/sgml/C/xacc-whats-new.sgml: fix spelling

	* doc/sgml/C/xacc-about.sgml: fix version


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4931 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-09 10:59:00 +00:00
Dave Peticolas 44a91f2521 2001-07-09 Dave Peticolas <dave@krondo.com>
* src/Makefile.am: link intl libs with gnucash-make-guids

	* src/register/QuickFill.c: same as below

	* src/register/quickfillcell.c: conditionally include wctype.h

	* configure.in: check for wctype.h


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4930 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-09 10:31:21 +00:00
Dave Peticolas 48772fc3d7 2001-07-07 Dave Peticolas <dave@krondo.com>
* src/test/gnc-test-stuff.c (get_random_query): not so many terms

	* src/test/Makefile.am: add test-scm-query

	* src/test/.cvsignore: add test-scm-query

	* src/test/test-scm-query.c: new test -- check query<->scm
	conversion

	* src/guile/gnucash.h: new func api

	* src/guile/gnucash.c.in (gnc_gw_init): new func

	* src/guile/gnc-helpers.c: fix bugs

	* src/engine/Query.c: fix bugs


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4928 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-07 10:07:37 +00:00
Dave Peticolas ba44950605 Duarte Loreto's updated pt_PT.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4921 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-07 03:19:46 +00:00
Dave Peticolas 71a724a8d4 Paul Poulain's updated fr.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4919 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-06 21:28:10 +00:00
Dave Peticolas 2e6230cdae Merge from stable.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4917 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-06 20:44:19 +00:00
Dave Peticolas bfd13011ce 2001-07-06 Dave Peticolas <dave@krondo.com>
* src/gnome/glade/sched-xact.glade: tweak


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4911 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-06 11:14:50 +00:00
Dave Peticolas 60e28c1b64 2001-07-06 Dave Peticolas <dave@krondo.com>
* src/test/gnc-test-stuff.c (get_random_boolean): new func.
	(get_random_query): new func.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4910 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-06 09:49:10 +00:00
Dave Peticolas 9619d98cb8 Paul Poulain's updated fr.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4903 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-05 20:59:48 +00:00
Dave Peticolas 161082a90f 2001-07-05 Dave Peticolas <dave@krondo.com>
* src/engine/Query.c (xaccQueryEqual): new func.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4901 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-05 10:30:43 +00:00
Dave Peticolas 57d8eee0da 2001-07-05 Dave Peticolas <dave@krondo.com>
* doc/sgml/C/xacc-common-report-options.sgml: fix my fix

	* doc/sgml/C/xacc-price-sources.sgml: fix warnings

	* src/guile/gnc.gwp: wrap new func

	* src/gnome/druid-stock-split.c: use new func

	* src/gnome/window-register.c: use new func

	* src/gnome/window-reconcile.c: use new func

	* src/gnome/reconcile-list.c: use new func

	* src/gnc-ui-util.c (gnc_account_print_info): new func. this
	replaces 'quantity' and 'value' print info for the currency-
	in-transaction switch. Delete the 'quantity' version.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4900 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-05 08:32:40 +00:00
Dave Peticolas 5eb7ddb4e9 2001-07-04 Dave Peticolas <dave@krondo.com>
* AUTHORS: credits

	* doc/sgml/C/xacc-about.sgml: credits

	* src/scm/report/transaction.scm: Michael T. Garrison Stuber's
	transaction report patch.

	* doc/sgml/C/xacc-common-report-options.sgml: fix warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4898 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-05 06:53:14 +00:00
Dave Peticolas 3d5c58147f 2001-07-04 Dave Peticolas <dave@krondo.com>
* Makefile.am: add gnc-glossary.txt to the dist

	* src/engine/sixtp.c (sixtp_handle_catastrophe): fix bug -- don't
	destroy last stack frame


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4866 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-04 08:30:54 +00:00
Dave Peticolas 3de30ea6c0 2001-07-03 Dave Peticolas <dave@krondo.com>
* src/scm/report/register.scm: add exported functions and needed modules


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4865 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-03 23:07:29 +00:00
Dave Peticolas 0d05e9c7ee 2001-07-03 Dave Peticolas <dave@krondo.com>
* AUTHORS: credits

	* doc/sgml/C/xacc-about.sgml: credits

	* src/scm/date-utilities.scm: Nicholas Lee's bug fix


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4863 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-03 22:57:42 +00:00
Dave Peticolas 85a003de02 2001-07-03 Dave Peticolas <dave@krondo.com>
* src/.cvsignore: adjust for new program

	* rpm/gnucash.spec.in: adjust for new program

	* src/Makefile.am: adjust for new program

	* src/gnucash-make-guids.c: new program to aid in GUID creation


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4860 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-03 21:43:44 +00:00
Dave Peticolas 27a9e07b36 2001-07-03 Dave Peticolas <dave@krondo.com>
* src/engine/sql/putil.h: Alex Zepeda's patch converting atol->strtoll.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4858 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-03 19:53:45 +00:00
Dave Peticolas fb0640bf51 2001-07-03 Dave Peticolas <dave@krondo.com>
* src/scm/commodity-utilities.scm: fix bug -- use srfi-1 to
	make sure we get the right 'last'

	* src/scm/Makefile.am: same as below

	* src/scm/report/Makefile.am: fix bugs -- put modulized scm
	files back into dist and strings targets

	* src/scm/report/taxtxf.scm: fix bug, eliminate use of append


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4854 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-03 08:46:45 +00:00
Dave Peticolas 19407c9e48 2001-07-03 Dave Peticolas <dave@krondo.com>
* src/MultiLedger.c: same as below

	* src/register/table-allgui.c: same as below

	* src/register/splitreg.c: same as below

	* src/register/splitreg.h: same as below

	* src/register/table-allgui.h: rename TableView to TableModel.
	Put cell data handlers into the model.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4853 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-03 07:22:29 +00:00
Dave Peticolas f9ee248445 2001-07-02 Dave Peticolas <dave@krondo.com>
* many header files: apply Ben Stanley's script to
	convert __HEADER_H__ to HEADER_H. All names starting
	with '_' are reserved.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4852 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-03 06:49:39 +00:00
Dave Peticolas 53be4e22c3 2001-07-02 Dave Peticolas <dave@krondo.com>
* src/gnome/gnc-dateedit.c: sync with datecell-gnome.c

	* src/register/gnome/datecell-gnome.c: use GDate to do
	date manipulations.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4850 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-02 22:55:49 +00:00
Dave Peticolas a42e36e0c9 2001-07-02 Dave Peticolas <dave@krondo.com>
* src/scm/bootstrap.scm.in: instead of the scheme command,
	just tell the user to run gnucash once as root.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4848 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-02 21:28:34 +00:00
Dave Peticolas a6dfad504c Mitsuo Hamada's updated ja.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4846 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-02 10:28:02 +00:00
Dave Peticolas 01bcbfbc6b 2001-07-01 Dave Peticolas <dave@krondo.com>
* src/gnc-ui-util.[ch]: implement towupper and iswlower
	if they are missing

	* src/register/quickfillcell.c: include gnc-ui-util.h

	* src/register/QuickFill.c: include gnc-ui-util.h

	* configure.in: check for towupper


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4843 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-01 21:09:09 +00:00
Dave Peticolas f6566b4d54 2001-06-29 Dave Peticolas <dave@krondo.com>
* src/engine/gnc-account-xml-v2.c: Alex Zepeda's patch
	adding a missing include.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4832 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-29 11:42:59 +00:00
Dave Peticolas 4dd1e8f845 2001-06-27 Dave Peticolas <dave@krondo.com>
* src/register/QuickFill.c: same as below

	* src/register/quickfillcell.c: use wide character conversion
	functions


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4829 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-28 00:34:09 +00:00
Dave Peticolas 5d81d26c3f Fix bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4827 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-27 23:13:14 +00:00
Dave Peticolas b95c56cb21 2001-06-27 Dave Peticolas <dave@krondo.com>
* AUTHORS: credits

	* doc/sgml/C/xacc-about.sgml: credits

	* po/fr.po: Paul Poulain's french translations


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4825 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-27 22:57:32 +00:00
Dave Peticolas a88197d809 2001-06-26 Dave Peticolas <dave@krondo.com>
* src/engine/sixtp-dom-parsers.c: same as below

	* src/engine/gnc-commodity-xml-v2.c: same as below

	* src/engine/gnc-account-xml-v2.c: don't use node content member
	directly -- if libxml was configured to use buffers, this won't
	work.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4812 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-26 21:43:15 +00:00
Dave Peticolas e5e161fa7e 2001-06-26 Dave Peticolas <dave@krondo.com>
* src/register/gnome/gnucash-sheet.c
	(gnucash_sheet_key_press_event): allow shift-pgup and shift-pgdn
	to go to top & bottom of register respectively.

	* src/register/gnome/datecell-gnome.c (DateDirect): allow '-'
	hotkey to work if there is a full date there, or the cell is
	blank.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4809 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-26 10:46:34 +00:00
Dave Peticolas 7b7cb97c79 Fix po problems.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4807 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-26 10:05:27 +00:00
Dave Peticolas 6ef776aab8 2001-06-26 Dave Peticolas <dave@krondo.com>
* src/gnome/gnc-html.c: don't handle keypresses, let the gtkhtml
	object do it.

2001-06-25  Dave Peticolas  <dave@krondo.com>

	* src/engine/sql/kvp-sql.c: include gnc-engine-util.h for stpcpy

	* src/engine/gnc-engine-util.c (gnc_stpcpy): add func

	* src/engine/gnc-engine-util.h: add definition of gnc_stpcpy.
	if stpcpy is not available, define stpcpy as gnc_stpcpy.

	* src/gnc-ui-util.c: remove gnc_stpcpy


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4805 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-26 07:27:10 +00:00
Dave Peticolas 78ebc1fd43 2001-06-25 Dave Peticolas <dave@krondo.com>
* src/gnome/window-main-summarybar.c: fix bug in euro profit
	calculation. use share prices in calculating totals.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4786 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-25 23:38:43 +00:00
Dave Peticolas 9ed6d4b5f6 2001-06-25 Dave Peticolas <dave@krondo.com>
* AUTHORS: credits

	* doc/sgml/C/xacc-about.sgml: credits

	* src/scm/report/balance-sheet.scm: Daniel Hagerty's patch
	to add an unrealized gain/loss line to the balance sheet.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4784 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-25 22:10:08 +00:00