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
Linas Vepstas
96f072b35f
add more debugging statements
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4380 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 02:39:58 +00:00
Dave Peticolas
25c02c7679
2001-06-02 Dave Peticolas <dave@krondo.com>
...
* src/gnome/top-level.c (gnc_ui_start_event_loop): remove
debugging comment
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4379 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 01:43:22 +00:00
Dave Peticolas
23572f7c06
2001-06-02 Dave Peticolas <dave@krondo.com>
...
* src/scm/report/register.scm: fix bugs
* src/scm/html-utilities.scm: fix bugs
* src/gnome/window-register.c: fix bugs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4378 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-03 00:24:38 +00:00
Dave Peticolas
e078856530
2001-06-02 Dave Peticolas <dave@krondo.com>
...
* src/scm/report/price-scatter.scm: same as below
* src/scm/prefs.scm: same as below
* src/gnc-ui-util.c: same as below
* src/gnome/druid-qif-import.c: same as below
* src/gnome/dialog-price-editor.c: same as below
* src/gnome/dialog-fincalc.c: same as below
* src/SplitLedger.c: use gnc_default_currency instead
of gnc_locale_default_currency.
* src/scm/options-utilities.scm: use new func
* src/scm/report/transaction-report.scm: handle splits with no
account
* src/gnome/dialog-account.c: use new func
* src/gnome/window-main-summarybar.c: use new func
* src/guile/gnc.gwp: wrap new func below
* src/guile/global-options.c (gnc_default_currency): new func
to return user-set default currency
* src/engine/gnc-book.c (gnc_book_backup_file): use g_free
instead of free.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4377 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-02 21:15:40 +00:00
Christian Stimming
18b559e084
2001-06-02 Christian Stimming <stimming@tuhh.de>
...
* po/gnc-glossary.txt: Updated glossary, 15 new terms, and lots of
explanations. Feedback welcome.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4376 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-02 18:55:56 +00:00
Christian Stimming
1ca6bb2050
Updated German translation. I'm still working on it till tomorrow, though.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4375 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-02 18:38:37 +00:00
Linas Vepstas
75e9fdb7c3
add more detailed debugging print info
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4374 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-02 17:48:04 +00:00