Commit Graph

2824 Commits

Author SHA1 Message Date
Linas Vepstas
f080ab5884 change signature of guid_to_string_buff()
[only the sql code uses this at present]


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3539 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-27 17:11:44 +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
Linas Vepstas
126f274e17 fix postgres core dump
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3525 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-25 18:46:39 +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
Linas Vepstas
d0f68de965 print url not filename in window title
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3517 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-22 05:24:17 +00:00
Linas Vepstas
10ac3c6fd7 Add commodity restore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3516 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-22 05:23:46 +00:00
Linas Vepstas
917fe5ec6d Miscelaneous tweaks to enable the backend to functino properly,
e.g. an account-commit-edit callback, a null-string-compare utility,
and log file handling in gnc-book


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3515 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-22 05:23:08 +00:00
Linas Vepstas
3a9c1996c7 move log file handling to gnc-book, where it belongs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3514 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-22 05:20:08 +00:00
Linas Vepstas
eead62a8ce with these patches, the sql backend is starting to work well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3513 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-21 20:48:38 +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
Linas Vepstas
cc1a641cb9 start moving common currency into transaction and out of account.
old routines are unchanged, but will print warnings if an unexpected
incositency between old and new occurs.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3507 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-21 03:18:51 +00:00
Linas Vepstas
f22d6eee1a large areas of sql i/o approaching usable
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3506 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-20 20:12:35 +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
Linas Vepstas
5a4c4deded add engine-query to sql-query translator
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3504 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-20 07:00:11 +00:00
Linas Vepstas
9d14f77759 get the hooks into the backend lined up right
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3503 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-20 05:37:46 +00:00
Linas Vepstas
3dd1feacde add xaccTransGetDatePostedTS, xaccQueryGetMaxSplits,
and a more detailed printout for xaccQueryPrint


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3502 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-20 03:15:50 +00:00
Linas Vepstas
7fb1423a78 a few fixes & addition of utility routine.
hacking code can be soothing for the nerves.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3501 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-20 03:12:11 +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
Linas Vepstas
d715596ba9 another core dump: used to call gh_str02scm on a string that was freed ...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3488 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-17 04:03:24 +00:00
Linas Vepstas
b3e8d2db73 more stringent checking of the input paramters ...
this one fixes one of my core dumps ...


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3487 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-17 03:17:18 +00:00