Commit Graph
100 Commits
Author SHA1 Message Date
Dave Peticolas 11b3630d99 Bill Gribble's reporting patch.
* src/gnome/gnc-html-history.{h,c}: add destroy callback. part of
	report memory management cleanup

	* src/gnome/window-report.c: set report dirty flag when options
	apply or reload is clicked.  Store report object in window
	struct while it's visible.

	* src/scm/qif-import/qif-file.scm: expand detection of opening
	balance transactions.

	* src/scm/qif-import/qif-parse.scm: fix regexp bug in miscincx and
	miscexpx category parsing (thanks carol!)

	* src/scm/qif-import/qif-to-gnc.scm: use correct amount for
	non-stock investment transactions (dividends etc).  Use fuzzy
	equality predicate for inexact numbers.

	* src/scm/report.scm: Add dirty flag and 'children' (other reports
	created by this report... nobody uses it yet) to report struct.
	Add function to clean up report when it's erased from the window
	history.  Add some debugging timing bits to the report-run
	function.  Display cached HTML if not dirty.

	* src/scm/report.scm: WARNING! Change prototype of report
	rendering functions... they take a <report> object as argument
	instead of an options object.  This is necessary for memory
	management stuff when reports create other reports.

	* src/scm/report/account-summary.scm: fix to use new renderer
	signature

	* src/scm/report/average-balance.scm: fix to use new renderer
	signature

	* src/scm/report/hello-world.scm: fix to use new renderer
	signature


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3571 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-02-02 02:14:48 +00:00
Dave Peticolas f50b8c3cf6 Christian Stimming's report patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3570 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-02-02 01:54:52 +00:00
Dave Peticolas 28a054ed3e Fix email address.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3568 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-02-02 00:02:36 +00:00
Dave Peticolas b90812b13b Christian Stimming's report patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3566 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-02-01 11:13:39 +00:00
Dave Peticolas d20a50f3a8 Christian Stimming's report patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3565 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-02-01 01:21:34 +00:00
Dave Peticolas 294dff6982 Fix g-wrap.m4 macro.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3564 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-31 23:47:39 +00:00
Dave Peticolas 818587c844 Fix compiler warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3563 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-31 23:24:29 +00:00
Dave Peticolas 000aefc441 Use glib memory routines for guid_to_string.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3562 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-31 11:37:10 +00:00
Dave Peticolas 661c188467 More work on stock split druid. Minor fixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3561 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-31 11:27:54 +00:00
Dave Peticolas 97dcb78664 Christian Stimming's report patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3560 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-31 10:36:26 +00:00
Dave Peticolas 690584073e Bill Gribble's patch.
* src/scm/report/stylesheet-{plain,fancy}.scm: add a new boolean
	option to disable hyperlinks in reports.  This will make it nicer
	to have a "printing" style sheet that disables links when you want
	to print.  (if you change a report's style sheet, click "Reload"
	to see it take effect.  this needs to be fixed)

	* src/gnome/gnc-html-embedded.c: add support for URLsa attached to
	double clicks of pie slices, bar chart bars, and legend entries of
	guppi graphs.  Still need to do this for scatter chart.

	* src/scm/html-{piechart,barchart}.scm: add API for callbacks.
	Not totally finished with barchart yet.

	* src/scm/qif-import/qif-to-gnc.scm: check for currency and type
	mismatches between QIF-imported and existing GNC accounts.  If
	there's a name conflict, rename the new account with a unique name
	and a description indicating there was a conflict.  This should
	fix several reports of crashes for multi-currency users.

	* src/scm/report-utilities.scm: back out my previous breakage of
	gnc:amount->string

	* src/scm/report.scm: Thanks to the guile mailing list for
	pointing my at this odd bit of code needed to print backtraces on
	guile exceptions while still running.  You need to run with
	--debug to get the trace.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3559 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-30 23:56:33 +00:00
Dave Peticolas 53be5478e1 Yannick Le Ny's updated fr.po, merged with current cvs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3558 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-30 21:31:17 +00:00
Dave Peticolas 935c8640ea More work on stock split druid.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3557 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-30 12:37:22 +00:00
Dave Peticolas e59e0c71b7 Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3556 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-30 01:53:05 +00:00
Dave Peticolas aafa9b943d Fix some window sizing bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3555 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-30 01:07:07 +00:00
Dave Peticolas 7b76932785 Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3554 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-29 23:27:56 +00:00
Dave Peticolas 4f46f04230 Fix compiler warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3553 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-29 22:55:26 +00:00
Dave Peticolas cb515dd72f Fix compiler warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3552 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-29 08:01:41 +00:00
Dave Peticolas 1234b2b253 More work on stock split druid.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3538 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-26 23:22:21 +00:00
Dave Peticolas b8ed7c2b39 Fix register bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3537 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-26 22:54:12 +00:00
Dave Peticolas 84f135cbfc Mark a translatable string.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3536 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-26 22:24:14 +00:00
Dave Peticolas 308803eae7 Fix spelling.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3535 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-26 22:02:46 +00:00
Dave Peticolas 99d8bc1480 Fix bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3534 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-26 22:00:23 +00:00
Dave Peticolas 9d73bd0b9e Bill Gribble's patch-of-many-things.
* src/gnome/gnc-gpg.{c,h}: if Linas can add useless prototype
        code, so can I :) Gnucash now supports display of GPG-encrypted
        HTML pages via another special <object> block.

        * src/gnome/gnc-html.c: Add support for GPG stuff.  Fix error
        reporting to display errors from GHTTP if available.

        * src/gnome/window-help.c: Add an Open button to open an arbitrary
        URL.  The network IS the computer!

        * src/scm/html-document.scm: Change interface to additional
        attributes on html-document-markup-start.

        * src/scm/html-table.scm: Fix rendering of <html-table-cell> to do
        rowspan/colspan correctly.  Add new constructors to build <th>
        <html-table-cells> in addition to <td>

        * src/scm/report-utilities.scm: Rename misnamed d-gnc:foo
        functions to gnc:foo.  d-gnc: is only for preexisting engine
        interface functions that had signature changes.  there's nothing
        inherently deprecated about using doubles in reports.

        * src/scm/report.scm: Start trying to print backtraces on
        exceptions in reports.  Only partially successful at this point;
        the error gets printed but the backtrace won't.  Stay tuned.  You
        need to run with --debug to see the error information.

        * src/scm/report/account-summary.scm: Modify to use new
        table-cell ctors where appropriate.  Set justification for
        cells correctly.

        * src/scm/report/average-balance.scm: Add title.

        * src/scm/report/stylesheet-plain.scm: Render title in plain
        stylesheet.  Set default table border to 0.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3533 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-26 21:36:21 +00:00
Dave Peticolas 9c451e7382 Fix register bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3531 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-26 08:43:41 +00:00
Dave Peticolas 138bb13a92 Christian Stimming's account-summary patch + a few fixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3530 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-26 08:31:41 +00:00
Dave Peticolas 9d6c83e66d Fix bugs, mem leaks.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3529 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-26 08:26:43 +00:00
Dave Peticolas 3b05398c60 More work on stock split druid. Minor fixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3528 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-25 23:19:09 +00:00
Dave Peticolas 0be8bc7630 Update po files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3527 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-25 23:18:12 +00:00
Dave Peticolas 0535856463 James LewisMoss's xml patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3526 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-25 22:52:08 +00:00
Dave Peticolas 82fc84f7ed James LewisMoss's patch continuing the xml code refactoring.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3523 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-24 23:16:39 +00:00
Dave Peticolas b021a813a7 Christian Stimming's patch to use gnc-numerics in the balance collectors.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3522 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-24 22:06:12 +00:00
Dave Peticolas 8525e23f7c James LewisMoss's patch removing unneeded #includes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3521 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-24 07:59:23 +00:00
Dave Peticolas e995035450 James LewisMoss's refactoring of the XML code.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3520 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-24 07:18:17 +00:00
Dave Peticolas ce56266404 Kevin Finn's patch to fix the auto-decimal implementation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3518 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-23 20:34:42 +00:00
Dave Peticolas bb4dbf85dd Fix spec file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3512 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-21 12:01:26 +00:00
Dave Peticolas 81aa46729b Fix for 'make dist'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3511 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-21 11:34:23 +00:00
Dave Peticolas 1ce608bbb9 Fix for 'make dist'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3510 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-21 11:09:01 +00:00
Dave Peticolas 3cd8ae4574 Fix for 'make dist'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3509 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-21 10:54:43 +00:00
Dave Peticolas 3d0774af02 Fix for 'make dist'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3508 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-21 10:11:23 +00:00
Dave Peticolas d473155f91 Fix function signature.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3505 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-20 08:13:15 +00:00
Dave Peticolas 1f91c5ddff Mitsuo Hamada's updated Japanese translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3500 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-19 23:46:10 +00:00
Dave Peticolas b5f6ab132d More work on stock split druid.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3499 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-19 11:42:53 +00:00
Dave Peticolas df77587973 Fix spelling error.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3498 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-19 11:42:13 +00:00
Dave Peticolas c1f863e074 Be less greedy with the entropy pool.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3497 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-18 23:54:14 +00:00
Dave Peticolas e3717b5d5a Derek Atkin's patch making it possible to disable guppi support.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3496 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-18 22:41:42 +00:00
Dave Peticolas 3ba7ac25ca Derek Atkins' patch making it possible to disable guppi support.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3495 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-18 22:41:40 +00:00
Dave Peticolas c00cbed885 Conrad Canterford's patch moving the main window
summary info to its own bar.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3494 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-18 09:07:32 +00:00
Dave Peticolas ebe35195f9 Bill Gribble's check printing patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3493 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-17 23:21:36 +00:00
Dave Peticolas 759d32ea2e James LewisMoss's update to libxml 2 detection.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3492 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-17 23:12:28 +00:00
Dave Peticolas 139d2ee898 Make 'notes' field span columns. Work on header drawing.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3491 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-17 08:00:21 +00:00
Dave Peticolas 055bc00f31 James LewisMoss's patch to make-gnucash-patch; changes the date format.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3490 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-17 06:55:43 +00:00
Dave Peticolas b7bcae050f James LewisMoss's patch to load the right header files for libxml 1 & 2.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3489 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-17 06:53:18 +00:00
Dave Peticolas 398fbb39a8 Bug fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3486 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-17 01:57:41 +00:00
Dave Peticolas d6bbbaced5 Reduce number of header resizes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3485 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-16 13:10:41 +00:00
Dave Peticolas 6851daf37f Start working on stock split druid.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3484 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-16 11:44:05 +00:00
Dave Peticolas 617c56d965 Tweak text in new user dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3483 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-16 09:36:59 +00:00
Dave Peticolas 1f370b4d7d More work on tax info dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3482 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-16 09:19:31 +00:00
Dave Peticolas fc33a481bb Conrad Canterford's make-gnucash-patch patch adding command line args.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3481 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-16 09:14:55 +00:00
Dave Peticolas 6cf34972a0 Fix glade file configuration.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3477 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-16 00:25:58 +00:00
Dave Peticolas ad1ee8a786 Fix translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3476 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-16 00:17:40 +00:00
Dave Peticolas 189a2fbbe5 Change Tax Info dialog layout.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3475 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-16 00:06:08 +00:00
Dave Peticolas 556a293d49 Bill Gribble's qif import updates.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3474 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-15 22:38:13 +00:00
Dave Peticolas e29fc65b3e Rob Browning's patch to make gnucash work with g-wrap 1.1.5.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3473 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-15 22:13:26 +00:00
Dave Peticolas e3ae15cb93 More docs for component manager.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3472 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-15 11:09:28 +00:00
Dave Peticolas 86ba4dc0b3 Fix bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3471 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-15 08:17:29 +00:00
Dave Peticolas 21bcf0ff5a James LewisMoss's patch updating the new user dialogs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3470 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-15 06:40:13 +00:00
Dave Peticolas c93b025642 Cleanup.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3463 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-14 23:51:46 +00:00
Dave Peticolas 1b81a1986d Fix bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3462 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-14 23:26:00 +00:00
Dave Peticolas 33dc8b9398 Conrad Canterford's register patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3458 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-13 23:33:58 +00:00
Dave Peticolas ce9ae91aae Use new GUID memory management api.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3455 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-13 11:06:06 +00:00
Dave Peticolas 4edc7def71 More work on component manager docs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3454 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-13 11:05:40 +00:00
Dave Peticolas de9cb7aa3e Bill Gribble's patch to gnc-html.c
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3453 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-12 23:56:06 +00:00
Dave Peticolas 1682dc3817 Bill Gribble's big patch.
* doc/html/C/account-tree-demo.html: add a simple demo of
        embedding a gnucash main window widget in HTML

        * src/gnome/dialog-options.c: add a 'pixmap' option type to
        the GNC options

        * src/gnome-dialog-style-sheet.{c,h}: new dialog for creating
        and editing HTML style sheets

        * src/gnome/druid-qif-import.c: add support for false-if-exception
        error handling within QIF import process

        * src/gnome/gnc-html-embedded.c: add backslash escaping for
        converting string arrays to and from single HTML strings

        * src/gnome/gnc-html-embedded.c: error handling in creating guppi
        plots, and add new embedded object type for embedding a gnucash
        mainwindow-account-tree in HTML (preliminary).  Add x axis
        label rotation as an option to the barchart.

        * src/gnome/gnc-html.c: fixes for renaming of report objects and
        handling false-if-exception returns from report runs.  Use async
        mode for ghttp requests and add a gtk_timeout callback to check on
        their status.  Add a gnc_html_cancel() which gets rid of pending
        ghttp requests (called by the stop buttons in help, report
        windows)

        * src/gnome/window-help.c: bug fixes for search results printing.
        Don't expand help topics nodes on creation.  Add stop and reload
        buttons to the toolbar.

        * src/gnome/window-report.c: Add stop and reload buttons to the
        toolbar.

        * src/guile/gnc-helpers.c: fix helpers for recordization of
        <gnc-numeric> on Scheme side

        * src/scm/engine-utilities.scm: rewrite transaction map functions
        to eliminate ith-transaction calls

        * src/scm/gnc-numeric.scm: make gnc-numeric into a first class
        type on the scheme side (<gnc-numeric>)

        * src/scm/html-*.scm (7 files): new architecture for generating
        HTML within reports.  See src/scm/report-html.txt for an overview.

        * src/scm/options.scm: support for pixmap options

        * src/scm/qif-import/: add false-if-exception error catching in
        QIF import entry points.

        * src/scm/report-utilities.scm: add functions to get immediate
        subaccounts; rewrite get-balance-at-date.

        * src/scm/report.scm: rename report objects; now the thing that
        gets created by define-report is a <report-template> and the thing
        that has a window and a set of parameters is a <report>.  Add a
        "style sheet" option automatcally to EVERY report, and a "General"
        section to put it in; report with only 1 page of options should
        use "General".  Add false-if-exception error catching to report
        run.

        * src/scm/report/account-summary.scm, src/scm/report/hello-world.scm,
        src/scm/report/average-balance.scm: rewrite some reports using the
        new HTML generation infrastructure.  Old reports won't work until
        they are rewritten.

        * src/scm/report/stylesheet-*.scm (2 files): create some sample
        stylesheet templates.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3452 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-12 23:07:14 +00:00
Dave Peticolas 38f02afdff Improve auto-scroll behavior.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3451 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-12 12:03:44 +00:00
Dave Peticolas 3f4f555656 Cleanup, fix a bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3450 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-12 09:05:03 +00:00
Dave Peticolas 6e1f6ce4ed Implement efficient allocation of GUIDs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3449 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-12 02:57:13 +00:00
Dave Peticolas 0f5f111562 Change the way imbalance hatching is drawn.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3448 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-12 02:27:50 +00:00
Dave Peticolas cf094e7ea4 Tweak colors.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3447 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-12 01:51:13 +00:00
Dave Peticolas 2cf531e439 Fix drawing bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3446 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-12 01:36:59 +00:00
Dave Peticolas 15da43fec9 Herbert Thoma's patch adding Greek drachma support as a Euro currency.
Also updates some docs.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3445 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-11 22:51:26 +00:00
Dave Peticolas a74241ef87 James LewisMoss's patch adding a new-user gui.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3443 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-11 22:32:22 +00:00
Dave Peticolas 4ea0c1ff47 Start documenting the component manager.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3442 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-11 10:38:55 +00:00
Dave Peticolas ed71e80133 More work on XIM input.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3441 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-11 09:17:09 +00:00
Dave Peticolas 9de772e1cc Conrad Canterford's register patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3440 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-11 08:54:02 +00:00
Dave Peticolas 0526afbddb Conrad Canterford's register update for price auto-calculations.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3434 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-11 03:00:36 +00:00
Dave Peticolas 177be7e06a Allow user to choose whether to rebalance a transaction by adding a new
split or adjusting one for the current account.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3433 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-11 01:15:57 +00:00
Dave Peticolas 5b24cfb408 James LewisMoss's patch to make-gnucash-patch.in. Fix for pre-5.6 Perls.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3432 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-11 00:10:16 +00:00
Dave Peticolas 4c8b980884 Fix drawing bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3429 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-10 11:22:03 +00:00
Dave Peticolas a092a2e7cf More work on XIM input and register drawing.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3428 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-10 10:24:03 +00:00
Dave Peticolas a2580532e9 Work on XIM input (not finished).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3425 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-10 02:35:19 +00:00
Dave Peticolas be1ef4ae82 Add libguppi.m4.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3424 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-09 21:13:09 +00:00
Dave Peticolas ba0dd008c7 Add new configure tests and XIM enable arg.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3423 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-09 20:25:29 +00:00
Dave Peticolas a50e1ff7d2 Herbert Thoma's patch updating build-suse.txt and adding a missing
link argument.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3422 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-09 20:04:32 +00:00
Dave Peticolas 96e401f65a Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3421 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-09 19:25:37 +00:00
Dave Peticolas 795fe8f5fa Fix drawing bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3419 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-09 11:17:08 +00:00
Dave Peticolas 92590a9498 Fix drawing bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3418 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-09 10:18:49 +00:00
Dave Peticolas 816991a1e3 More work on visuals.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3417 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-09 10:06:19 +00:00
Dave Peticolas b478550ac8 Tweak register looks.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3416 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-09 08:28:10 +00:00
Dave Peticolas 2b35ce6d71 More register work. Fix various bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3414 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-09 02:13:47 +00:00