Commit Graph

181 Commits

Author SHA1 Message Date
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
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
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
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
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
1e3fd8b171 Build help index database using a combination of perl & C. Use
C to create and fill the database, to ensure the same db lib is
used to both create and read the db.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3338 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-22 03:47:40 +00:00
Dave Peticolas
155391c80c Bill Gribble's patch to add guppi support, improve the report & help
windows, and sundry other things.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3329 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-21 00:35:47 +00:00
Linas Vepstas
12af3ecaa3 move all project linsks to a new location
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3297 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-13 00:14:10 +00:00
Linas Vepstas
f92e7f5744 add and reshuffle URL's to vaarious systems
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3296 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-12 23:34:58 +00:00
Dave Peticolas
ada0342dbc James LewisMoss's patch to put psgml hints in the sgml files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3281 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-11 08:08:51 +00:00
Dave Peticolas
ceb181c26e Carol Champagne's documenation updates.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3253 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-06 22:15:37 +00:00
Dave Peticolas
f156ee23c0 Update author info.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3248 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-05 21:58:38 +00:00
Dave Peticolas
ffcd174349 Richard -Gilligan- Uschold's updated tax & txf export code & docs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3247 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-05 21:18:05 +00:00
Dave Peticolas
073f606c09 Conrad Canterford's register fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3198 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-11-27 23:40:30 +00:00
Dave Peticolas
598fbe8743 James LewisMoss's design doc patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3152 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-11-15 19:51:51 +00:00
Linas Vepstas
363344a62d add smbxml
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3151 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-11-15 16:28:48 +00:00
Dave Peticolas
5063dbb5cc Yannick Le Ny's updated French translation and README.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3147 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-11-14 19:32:17 +00:00
Dave Peticolas
489577ccbf Mitsuo Hamada's updated Japanese translations.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3140 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-11-09 09:15:18 +00:00
Dave Peticolas
fa9161bb6a Stefan Nobis's German translation patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3124 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-11-06 23:01:57 +00:00
Dave Peticolas
3e48612a90 Derek Atkin's build system patches for g-wrap.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3118 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-11-02 23:26:36 +00:00
Dave Peticolas
6a898c8fc0 Herbert Thoma's extension to the transfer dialog for currency accounts.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3089 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-29 22:09:45 +00:00
Dave Peticolas
fa451c8943 Add xacc-commodity.sgml to Makefile.am.
Add missing </para> to xacc-commodity.sgml.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3070 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-23 10:21:51 +00:00
Dave Peticolas
e4e1453257 Rob Browning's XML I/O Code.
Bill Gribble's commodity and numerics code and new qif importer druid.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3065 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-23 09:41:51 +00:00
Dave Peticolas
590a57dc6b Add missing file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3056 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-14 22:24:10 +00:00
Dave Peticolas
a459ad6589 Richard -Gilligan- Uschold's tax report patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3051 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-13 21:57:15 +00:00
Dave Peticolas
408ead8ac3 Fix sgml warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2988 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-30 06:21:31 +00:00
Linas Vepstas
db3a2ee053 consolidate paragraphs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2987 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-30 01:16:03 +00:00
Linas Vepstas
54157c0c69 misc cleanup
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2986 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-30 00:28:52 +00:00
Linas Vepstas
1b6ea2d145 misc cleanup, fixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2985 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-30 00:16:22 +00:00
Linas Vepstas
30062f3f94 more cleanup
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2984 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-29 23:33:24 +00:00
Linas Vepstas
608fc2c0be cleanup for formatting
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2983 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-29 23:14:19 +00:00
Linas Vepstas
f537219372 iformatting cleanup, richards changes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2982 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-29 22:31:58 +00:00
Linas Vepstas
6f74a4c780 richards changes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2981 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-29 22:00:34 +00:00
Linas Vepstas
0c25c32df7 attempt to fix up postrscript formatting
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2980 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-29 21:26:30 +00:00
Linas Vepstas
d1aaf4e6d9 attempt to fix some of the post-script formatting problems
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2979 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-29 21:17:35 +00:00
Linas Vepstas
ce65933a43 oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2969 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-27 22:42:04 +00:00
Linas Vepstas
cfdb16af5e add intro paragraphs, add number of language translations
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2968 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-27 22:36:39 +00:00
Linas Vepstas
52d3836a15 update history, bring in line with web site credits
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2966 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-27 21:33:49 +00:00
Linas Vepstas
6a45a14cfc missed a subdir
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2965 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-27 21:17:48 +00:00
Linas Vepstas
76b75693ef new lines of code counts for current versions
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2963 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-27 20:54:40 +00:00
Linas Vepstas
9a02b6dac5 table-of-contents formatting bug fixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2960 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-27 19:14:19 +00:00
Dave Peticolas
88a3125ff9 fix typo
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2945 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-25 22:38:54 +00:00
Linas Vepstas
a55fe52a62 dd freeside package
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2941 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-25 16:40:33 +00:00
Dave Peticolas
b5d6b9beaf Eric Hanchrow's updated currency docs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2913 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-20 22:12:55 +00:00
Linas Vepstas
0647bf4bc9 add fpml.org
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2910 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-20 17:20:34 +00:00
Linas Vepstas
1edbaad008 update report status, emphasize need for memorized reports
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2895 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-18 19:44:48 +00:00
Dave Peticolas
a25f9a7a00 Add Bartek Szady to credits.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2867 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-16 09:26:39 +00:00
Dave Peticolas
9a0bafd217 Glen Ditchfield's documentation patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2857 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-15 06:59:10 +00:00
Dave Peticolas
63361c64c8 update
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2853 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-14 17:24:18 +00:00
Dave Peticolas
2b3a4ff53f Remove Makefile.in's from CVS repository.
Add and use gnome autoconf macros.
Fix lots of new compiler warnings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2842 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-13 22:33:15 +00:00