Commit Graph

3951 Commits

Author SHA1 Message Date
James LewisMoss
6d8a5b6b5c * doc/sgml/C/xacc-accountedit.sgml: Remove title for section so
"Editing an Account" doesn't appear twice.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4431 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-05 18:21:52 +00:00
Dave Peticolas
6689d1d620 2001-06-05 Dave Peticolas <dave@krondo.com>
* src/gnome/druid-commodity.c: use new func

	* src/gnome/new-user-funs.c: use new func

	* src/gnome/druid-qif-import.c: use new func

	* src/gnome/druid-utils.c (gnc_druid_set_colors): new func

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

	* AUTHORS: update credits


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4430 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-05 09:17:19 +00:00
Linas Vepstas
b426169220 fix bug
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4429 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-05 05:47:27 +00:00
Linas Vepstas
fbbdcdec8a fix daylight savings bug in iso8601 date string conversion.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4428 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-05 05:37:52 +00:00
Dave Peticolas
21a9d230fe 2001-06-04 Dave Peticolas <dave@krondo.com>
* src/gnome/new-user.glade: tweak gui. fix strings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4427 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-05 02:07:37 +00:00
Bill Gribble
1a75c62096 Add German translations of QIF action tags. This should be done within the
normal i18n framework... post-1.6


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4426 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-05 00:58:26 +00:00
Dave Peticolas
dabf75193e 2001-06-04 Dave Peticolas <dave@krondo.com>
* src/gnome/window-main.c: fix mem leak

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

	* AUTHORS: update credits


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4425 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-05 00:27:41 +00:00
Dave Peticolas
e7240ed997 Christian Stimming's updated German translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4424 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 23:20:13 +00:00
Dave Peticolas
c6fc078591 2001-06-04 Dave Peticolas <dave@krondo.com>
* lib/srfi/srfi-19.scm: fix bug.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4423 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 20:45:28 +00:00
Rob Browning
d64ad9ab84 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4422 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 19:42:07 +00:00
Rob Browning
74c35b2c62 * lib/srfi/srfi-19.scm: updated to include guile-core bug fixes.
Removed syncase dependency.
(priv:open-input-string): removed -- check for open-input-string
and define that if not found.
(:optional): removed - just as easy to handle by-hand -- all funcs
that called :optional have been adjusted.
(priv:read-tai-utc-data): remove priv: from open-input-string.
(string->date): remove priv: from open-input-string.
(date): change constructor name to make-date.
(priv:decode-julian-day-number): add inexact->exact after
truncate.
(time-utc->date): add inexact->exact and int-secs.
(priv:locale-reader): use reverse! on result rather than reverse.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4421 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 19:41:50 +00:00
Rob Browning
b234cfb234 *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4420 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 19:30:00 +00:00
Linas Vepstas
82760a34eb fix a price editing side-effect: previously, a price edit of commodity
currency and time fields failed to rehash the price into the proper location
in the hash tables.  This was worked around in the price edit gui dialog by
a delete/insert hack to exploit the side-effect.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4419 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 19:22:40 +00:00
Rob Browning
c277e0cdf0 * src/scm/Makefile.am (gnc_regular_scm_files): remove process.scm.
(gncscmmoddir): new directory for gnucash guile modules --
i.e. for files available via (use-modules (gnucash foo)).
(gncscmmod_DATA): first gnucash guile module (gnucash process).


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4418 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 19:14:11 +00:00
Rob Browning
2c2de44bb1 * src/scm/price-quotes.scm: use (gnucash process) module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4417 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 19:13:33 +00:00
Rob Browning
c375baa04d * src/scm/process.scm: now a guile module (gnucash process).
(gnc:cleanup-sub-process): fix several missing waitpid pid args.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4416 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 19:13:20 +00:00
Rob Browning
1e5efc9f0b *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4415 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 19:08:58 +00:00
James LewisMoss
27ed1ee57e *** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4414 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 17:08:05 +00:00
James LewisMoss
debf97b9fa * src/engine/sixtp-utils.c: (string_to_gint64) return FALSE if the
content is NULL.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4413 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 17:06:10 +00:00
James LewisMoss
bc38054f36 remove string_to_integer prototype.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4412 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 17:05:33 +00:00
James LewisMoss
53b5bc19f3 * src/engine/sixtp-dom-parsers.c (string_to_integer): remove
func.  duplicates string_to_gint64


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4411 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 17:02:56 +00:00
James LewisMoss
886509ae3b * src/engine/io-gncxml-v2.c (gnc_counter_end_handler): use
string_to_gint64 rather than string_to_integer.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4410 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 17:01:53 +00:00
James LewisMoss
20b7b92701 * src/engine/gnc-commodity-xml-v2.c (set_commodity_value): use
string_to_gint64 rather than string_to_integer.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4409 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 17:01:27 +00:00
Dave Peticolas
fad634bfb6 2001-06-04 Dave Peticolas <dave@krondo.com>
* src/SplitLedger.c: fix spelling errors

	* src/register/gnome/gnucash-item-edit.c: same as below

	* src/register/gnome/gnucash-sheet.c: check change confirmation
	before popping up combo list.

	* src/register/table-allgui.c (gnc_table_confirm_change): new func


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4408 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 09:35:29 +00:00
Dave Peticolas
e65fbd1dee Update po files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4406 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 08:12:14 +00:00
Dave Peticolas
3d368bf692 Fix warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4405 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 08:05:31 +00:00
Dave Peticolas
ed0a75c46a Prepare for 1.5.98.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4404 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 07:47:57 +00:00
Dave Peticolas
786306f0aa Durate Loreto's updated Portuguese translations.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4403 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-04 00:18:16 +00:00
Linas Vepstas
602fe4700c updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4402 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 23:30:12 +00:00
Linas Vepstas
562da87fe2 add price versioning
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4401 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 23:27:10 +00:00
Christian Stimming
fbffc3e5d1 fix one translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4400 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 20:38:52 +00:00
Christian Stimming
1e58b91606 2001-06-03 Christian Stimming <stimming@tuhh.de>
* po/de.po: Massive update of the German translation according to
	the finalized glossary. Should be ready for 1.6 by now, pending a
	spellcheck by other translators.

	* po/gnc-glossary.txt: Four more entries added, that's it for now.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4399 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 19:13:19 +00:00
Linas Vepstas
6c3acf3860 implement price queries
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4398 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 19:07:09 +00:00
Linas Vepstas
9d2f5a1969 fix a backend bug. Hope this is the last change for a while ...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4397 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 19:04:52 +00:00
Christian Stimming
1bd38548a3 Yet more updated German translation. All strings are translated now.
I'll probably revise some of the previous translations according to
the glossary, later today.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4396 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 16:34:06 +00:00
Linas Vepstas
62a4129d8a add debugging statements to pricedb
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4395 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 16:28:35 +00:00
Dave Peticolas
5e657df95d Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4394 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 10:34:20 +00:00
Dave Peticolas
c0b4a957fc Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4393 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 10:32:21 +00:00
Dave Peticolas
a856514c6e Add .cvsignore to dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4392 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 10:16:40 +00:00
Dave Peticolas
d754329aa7 Add functions.c to ignored files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4391 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 10:14:15 +00:00
Linas Vepstas
23cb539270 add callbacks for pricedb queries
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4390 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 07:41:07 +00:00
Linas Vepstas
9a44366d57 add version
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4389 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 06:59:31 +00:00
Linas Vepstas
b5700574d9 add version number (to enable sync with backend)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4388 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 06:36:26 +00:00
Linas Vepstas
788d4ce173 add GPL clause
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4387 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 06:16:50 +00:00
Linas Vepstas
bf9d925cef split up raw sql into two files, so that the maximal query size
of 8192 bytes is not exceeded.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4386 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 06:13:18 +00:00
Linas Vepstas
0c071e8164 add version
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4385 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 06:12:30 +00:00
Linas Vepstas
c8123d81f1 add remaining unsupported query types
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4384 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 05:43:04 +00:00
Linas Vepstas
e72e81b69e add more query types
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4383 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 02:43:05 +00:00
Linas Vepstas
8db5592caa updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4382 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 02:42:34 +00:00
Linas Vepstas
3e5a402942 add helper functions
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4381 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 02:41:25 +00:00