Commit Graph

3451 Commits

Author SHA1 Message Date
Robert Graham Merkel
ba94a0201d More documentation updates.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4227 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-16 07:52:46 +00:00
Christian Stimming
45e6398a79 2001-05-15 Christian Stimming <stimming@tuhh.de>
* src/scm/commodity-utilities.scm: added another case to
	gnc:case-exchange-time-fn. Needs more work.
	(gnc:exchange-by-euro): new function. Added this function to all
	other exchange function so that exchange of EURO currencies works
	automagically in some more places. Doesn't work often enough,
	though. Darn.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4226 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-16 06:31:16 +00:00
Christian Stimming
a12f34c673 2001-05-15 Christian Stimming <stimming@tuhh.de>
* src/scm/commodity-utilities.scm: added another case to
        gnc:case-exchange-time-fn. Needs more work.

        * src/scm/report/price-scatter.scm: Catch all cases that would
        cause Guppi's scatterplot to barf.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4225 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-16 04:18:32 +00:00
James LewisMoss
6bcacd1a2e fix compile warnings (misspelled string, missing SYSTEM on a couple of
entity's and a couple missing refs to entit's)


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4224 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-16 03:10:56 +00:00
Robert Graham Merkel
157fade640 fix up transaction report formatting
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4223 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-16 02:13:27 +00:00
Robert Graham Merkel
49da933b14 fixes missed in last night's checkin
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4222 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-16 01:21:40 +00:00
Robert Graham Merkel
6c0ee969b1 missing files from yesterday's checkin
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4221 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-16 01:11:21 +00:00
Robert Graham Merkel
a7c8bb9550 missing file from yesterday's checkin
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4220 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-16 01:10:24 +00:00
Dave Peticolas
97d7383654 Remove .cvsignore from empty directory.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4219 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 21:11:46 +00:00
Bill Gribble
1e21ed2109 * fix report updating problem. should reload multicolumn reports
correctly when "reload" is hit.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4218 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 20:04:01 +00:00
James LewisMoss
c4c57dafd9 add long descriptions (plucking some stuff out of short to do it).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4217 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 19:11:28 +00:00
Rob Browning
4f5e21c0d9 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4216 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 16:37:46 +00:00
Rob Browning
10ef022abc * doc/sgml/C/Makefile.am (GNUCASH_SGML_FILES): remove entries
listing missing files -- build was broken.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4215 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 16:37:21 +00:00
Rob Browning
dee1ef4e12 * src/scm/report/transaction-report.scm (addto!): make a
let-syntax since you apparently can't define-syntax before other
defines in a nested let.

* src/scm/report/register.scm (addto!): make a let-syntax since
you apparently can't define-syntax before other defines in a
nested let.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4214 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 16:36:29 +00:00
Rob Browning
8529c3558a * src/scm/report/transaction-report.scm (addto!): make a
let-syntax since you apparently can't define-syntax before other
defines in a nested let.

* src/scm/report/register.scm (addto!): make a let-syntax since
you apparently can't define-syntax before other defines in a
nested let.

* src/scm/gnumeric/gnumeric-utilities.scm: use srfis as modules.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4213 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 16:33:56 +00:00
Rob Browning
a5a7fb93df * src/scm/srfi/Makefile.am: moved to lib/srfi.
* src/scm/srfi/README: moved to lib/srfi.

* src/scm/srfi/srfi-1.r5rs.scm: merged to lib/srfi/srfi-1.scm.

* src/scm/srfi/srfi-1.unclear.scm: merged to lib/srfi/srfi-1.scm.

* src/scm/srfi/srfi-19.scm: moved to lib/srfi.

* src/scm/srfi/srfi-8.guile.scm: merged to lib/srfi/srfi-8.scm.

* src/scm/srfi/srfi-8.scm: merged to lib/srfi/srfi-8.scm.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4212 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 16:28:59 +00:00
Rob Browning
94e55b4fd0 * src/scm/utilities.scm (flatten): improved via grib's version.
* src/scm/text-export.scm: use srfis as modules.

* src/scm/main.scm: use srfis as modules.

* src/scm/date-utilities.scm: use srfi-19 as a module.

* src/scm/Makefile.am (SUBDIRS): remove srfi.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4211 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 16:27:55 +00:00
Rob Browning
cdc836b728 * src/gnome/window-main.c
(gnc_main_window_restore): fix prototype (const-wise).

* src/gnome/window-main.h
(gnc_main_window_restore): fix prototype (const-wise).


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4210 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 16:14:26 +00:00
Rob Browning
85f732f84f * Makefile.am (TAGS): add a msg to suggest --enable-tags.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4209 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:52:59 +00:00
James LewisMoss
db0fdc1548 * src/engine/gnc-commodity-xml-v2.c
(gnc_commodity_dom_tree_create): use new func.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4208 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:52:57 +00:00
James LewisMoss
6ac3dd6b3e * src/engine/gnc-account-xml-v2.c (gnc_account_end_handler):
reorder some things: cleanup.

* src/engine/gnc-account-xml-v2.c (gnc_account_dom_tree_create):
use new func.

Add currency and security scu stuff.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4207 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:52:22 +00:00
James LewisMoss
06cf178092 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4206 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:51:45 +00:00
Rob Browning
b88af602e4 * lib/Makefile.am (SUBDIRS): add srfi.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4205 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:51:01 +00:00
James LewisMoss
36f9f20f01 remove cruft (extra window no longer used)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4204 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:50:46 +00:00
Rob Browning
6ff268fdd1 * configure.in: add lib/srfi/Makefile to AC_OUTPUT.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4203 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:50:35 +00:00
James LewisMoss
cc649b109a * src/engine/sixtp-dom-generators.c (int_to_dom_tree):new func.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4202 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:50:05 +00:00
James LewisMoss
7236897bab write title as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4201 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:49:10 +00:00
Rob Browning
73735fe869 * lib/srfi/srfi-2.scm: new file.
* lib/srfi/srfi-9.scm: new file.

* lib/srfi/srfi-11.scm: new file.

* lib/srfi/srfi-8.scm: moved from src/scm/srfi/.

* lib/srfi/srfi-19.scm: moved from src/scm/srfi.

* lib/srfi/README: moved from src/scm/srfi/.

* lib/srfi/srfi-1.scm: moved from src/scm/srfi/.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4200 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:48:44 +00:00
Robert Graham Merkel
73c08b34fd updating documentation to detail new features.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4199 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 12:22:07 +00:00
Dave Peticolas
92a7486177 2001-05-15 Dave Peticolas <dave@krondo.com>
* src/doc/design/engine.texinfo: update docs


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4198 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 09:39:13 +00:00
Christian Stimming
d2ba889f3f 2001-05-15 Christian Stimming <stimming@tuhh.de>
* src/scm/commodity-utilities.scm, report/portfolio.scm: major
	code cleanup. (gnc:pricealist-lookup-nearest-in-time) code moved
	from report/portfolio.scm to commodity-utilities.scm.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4197 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 07:34:15 +00:00
Christian Stimming
2cb20de3f6 2001-05-14 Christian Stimming <stimming@tuhh.de>
* src/scm/report/category-barchart.scm: fix bug.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4196 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 06:27:15 +00:00
Dave Peticolas
5b0846f673 Fix po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4195 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 22:42:29 +00:00
Dave Peticolas
dec1750edd 2001-05-14 Dave Peticolas <dave@krondo.com>
* src/gnome/druid-qif-import.c: fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4194 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 22:16:43 +00:00
Dave Peticolas
ae1a33bb69 2001-05-14 Dave Peticolas <dave@krondo.com>
* src/engine/Account.c (xaccAccountGetChildren): fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4193 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 21:31:49 +00:00
Dave Peticolas
e950994585 Add changelog entry.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4192 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 10:30:42 +00:00
Dave Peticolas
9868880ff0 2001-05-14 Dave Peticolas <dave@krondo.com>
* src/scm/report/register.scm: reverse balance where appropriate.
	put total in proper column.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4191 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 10:29:23 +00:00
Dave Peticolas
94a26ca6a0 2001-05-14 Dave Peticolas <dave@krondo.com>
* src/scm/report/price-scatter.scm: use a commodity option
	so stocks/mutuals can be selected.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4190 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 09:11:15 +00:00
Dave Peticolas
d90446e3d5 2001-05-14 Dave Peticolas <dave@krondo.com>
* src/engine/gnc-book.c (gnc_book_begin_file): check for missing
	directory

	* src/gnome/file-history.c (gnc_history_add_file): fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4189 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 08:38:24 +00:00
Dave Peticolas
cf175242d6 2001-05-13 Kevin Finn <kevinfinn@mediaone.net>
* src/gnome/window-register.c:  flag summarybar as NEVER_VERTICAL


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4188 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 06:12:36 +00:00
Dave Peticolas
c24faf7658 Update po files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4186 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 00:51:40 +00:00
Christian Stimming
3d90d386a6 2001-05-13 Christian Stimming <stimming@tuhh.de>
* src/scm/report/portfolio.scm: Added price-source option. Added
	code to use prices from transactions.

	* src/scm/commodity-utilities.scm: fix warnings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4185 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 00:39:37 +00:00
Dave Peticolas
574a211f00 2001-05-13 Dave Peticolas <dave@krondo.com>
* src/FileDialog.c (gncPostFileOpen): fix bug -- current_book
	might be changed by book-opened-hook.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4184 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-14 00:01:04 +00:00
Christian Stimming
8007082235 remove warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4183 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-13 23:30:37 +00:00
Dave Peticolas
02519b2038 Prepare for 1.5.95.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4182 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-13 22:42:40 +00:00
Dave Peticolas
c8c56ebb07 Update po files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4181 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-13 22:25:47 +00:00
Dave Peticolas
cd1bbef9e2 Add patches list address.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4180 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-13 22:22:28 +00:00
Dave Peticolas
f5c7459f27 2001-05-13 Dave Peticolas <dave@krondo.com>
* src/scm/tip-list.scm: fix tip

	* src/engine/Account.c (finder_help_function): fix warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4179 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-13 22:15:00 +00:00
Dave Peticolas
763f1dd255 2001-05-13 Dave Peticolas <dave@krondo.com>
* src/engine/Account.c (finder_help_function): fix warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4178 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-13 22:05:38 +00:00
Dave Peticolas
1ef81e6971 2001-05-13 Kevin Finn <kevinfinn@mediaone.net>
* src/SplitLedger.c, src/engine/Account.c, src/engine/Account.h:
	moved function gnc_find_trans_in_account_by_desc from SR to become
	new functions xaccAccountFindTransByDesc and
	xaccAccountFindSplitByDesc so they could be used outside of the
	register code.

	* src/gnome/dialog-transfer.c: Added quickfill/autocomplete
	functionality to the transfer dialog, based on the Description.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4177 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-13 21:57:20 +00:00