Commit Graph

3547 Commits

Author SHA1 Message Date
Dave Peticolas
a77c650f68 Fix i18n bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4050 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-26 06:33:23 +00:00
Dave Peticolas
5ec6685c71 Fix help strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4049 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-26 00:55:33 +00:00
Dave Peticolas
69ca5e202c * src/scm/commodity-utilities.scm: fix fixme
* src/engine/Group.c (xaccGroupGetAccount): remove pokey warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4048 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-25 23:37:57 +00:00
Dave Peticolas
67aa2af36e Fix some include problems.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4047 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-25 21:49:16 +00:00
Dave Peticolas
a77d32196b Fix i18n problems.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4046 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-25 09:04:13 +00:00
Dave Peticolas
2b85080282 * src/engine/gnc-transaction-xml-v2.c: read & write split action
field


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4045 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-25 08:13:19 +00:00
Dave Peticolas
6d90b234f2 Remove unneeded fixmes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4044 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-25 07:58:30 +00:00
Dave Peticolas
8bc62e1f6e 2001-04-25 Dave Peticolas <dave@krondo.com>
* src/gnome/druid-commodity.c: do gncFileNew after gncFileQuit

	* src/guile/gnc.gwp: remove pokey functions (not used anymore)

	* src/scm/main.scm: fix bug. don't do new user dialog if we
	have a file on the command line.

	* src/FileDialog.c (gncAddHistory): fix bug. check for NULL.

	* src/guile/gnucash.c.in: include string.h

	* src/gnome/window-main.c: don't restore state for old format files

2001-04-24  Dave Peticolas  <dave@krondo.com>

	* src/scm/options.scm: check for deleted accounts in account
	list option. fix bug.

	* src/scm/report/pnl.scm: filter out non income/expense accounts

	* src/scm/report/budget-report.scm: remove

	* src/scm/qif-import/qif-to-gnc.scm: remove cruft

	* src/engine/Account.c: take out pokey warnings


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4043 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-25 07:46:13 +00:00
Dave Peticolas
0f03218b20 2001-04-25 Robert Graham Merkel <rgmerk@mira.net>
* src/scm/html-utilities.scm:
	(gnc:html-table-append-ruler/markup!) new function.  Also modify
	(gnc:html-build-acct-table) and other functions to use global row
	styles.

	* src/scm/html-table.scm:(gnc:html-table-prepend-row/markup!)  fix
	bug.

	* src/scm/report/balance-sheet.scm: use new global row styles.

	* src/scm/report/stylesheet-*.scm: add new global row styles.

	* src/scm/report/transaction-report.scm: use new global row styles,
	fix bug with memo display.  Remove local color options.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4042 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-25 07:20:24 +00:00
Dave Peticolas
8763645345 Include config.h.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4041 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-25 06:22:08 +00:00
Dave Peticolas
8de13cac5e Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4040 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 23:31:45 +00:00
Dave Peticolas
fb09b620fe 2001-04-24 Bill Gribble <grib@billgribble.com>
* src/FileDialog.c: call book-opened-hook and book-closed-hook
	where appropriate

	* src/gnome/dialog-column-view.c: change to single-parent model

	* src/gnome/top-level.c: don't do MID state saving and restoring
	here... do it in the book save/load hooks.

	* src/gnome/window-main.c: the configstring stored in MDI is now a
	Scheme form which restores the window state.  save/restore it.
	Also, change the MDI session name to encode the book URL
	(have to encode it to escape some chars, notably /, which MDI
	doesn't like in section names)

	* src/scm/main-window.scm: new file.  get the main-window
	save/restore functions out of prefs.scm

	* src/scm/report/scm: only one parent per report; write save
	routines to save all parents and children.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4039 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 23:11:15 +00:00
Dave Peticolas
dd22ea89c1 * src/gnome/window-register.c: add additional warnings when
deleting reconciled splits/transactions


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4038 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 20:49:32 +00:00
Dave Peticolas
657a9fdbe1 Include config.h.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4037 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 19:32:03 +00:00
Dave Peticolas
2fd5089db8 2001-04-24 Christian Stimming <stimming@tuhh.de>
* src/guile/gnc.gwp: g-wrap all the euro-related functions.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4036 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 19:25:35 +00:00
Dave Peticolas
03b3547395 * src/gnome/dialog-transfer.c: set price for euro currencies
automatically

	* src/EuroUtils.c (gnc_euro_currency_get_rate): new func


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4035 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 10:46:01 +00:00
Dave Peticolas
9303cbb978 * src/gnome/dialog-transfer.c: set price for euro currencies
automatically

	* src/EuroUtils.c (gnc_euro_currency_get_rate): new func


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4034 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 10:14:43 +00:00
Dave Peticolas
21f34a24f6 Fix bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4033 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 09:12:34 +00:00
Dave Peticolas
bb776bf987 Christian Stimming's report bugfixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4032 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 07:32:22 +00:00
Dave Peticolas
649b29582b Check for new guppi version using a different method.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4031 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 07:27:18 +00:00
Dave Peticolas
163ee4149a #include <locale.h> for 'struct lconv'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4030 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 06:10:10 +00:00
Dave Peticolas
6c6426ef7a Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4029 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 06:06:27 +00:00
Dave Peticolas
1e66edc265 Make 'intl' before 'doc-tools', since doc-tools may use the lib in 'intl'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4028 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 02:30:50 +00:00
Dave Peticolas
9ad0645460 Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4027 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 01:54:41 +00:00
Dave Peticolas
f733068f7d * src/gnome/gnc-html-guppi.c: check for new guppi args before
passing them


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4026 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 00:38:19 +00:00
Dave Peticolas
27fa212a17 Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4025 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 23:14:15 +00:00
Dave Peticolas
0bcb92f664 Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4024 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 22:47:36 +00:00
Dave Peticolas
e4a5099dab 2001-04-23 Christian Stimming <stimming@tuhh.de>
* src/scm/report/transaction-report.scm: Make more sanity
	checks. Fix bugs.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4023 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 21:09:24 +00:00
Dave Peticolas
28adf6a459 Fix spec file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4021 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 07:49:53 +00:00
Dave Peticolas
d3a3c4ca56 Prepare for 1.5.6.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4020 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 07:41:10 +00:00
Dave Peticolas
87422529e4 Update po files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4019 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 07:38:42 +00:00
Dave Peticolas
8a639f4673 Use type conversion macro instead of cast.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4018 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 07:34:50 +00:00
Dave Peticolas
ea9ad455db * src/engine/Query.c (xaccQueryGetSplitsUniqueTrans): fix bug
* src/engine/Account.c (xaccAccountSetPriceSrc): fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4017 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 07:14:57 +00:00
Dave Peticolas
84d0d21966 2001-04-22 Christian Stimming <stimming@tuhh.de>
* src/scm/report/transaction-report.scm: More work on subtotal
	options.

	* src/scm/report/net-worth-timeseries.scm: Add links to new
	reports on bars.

	* src/scm/options.scm, html-utilities.scm: Fix bugs with wrong
	report names.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4016 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 07:10:18 +00:00
Dave Peticolas
e09ad8f325 Kevin Finn's patch to adjust the ending balance of the reconcile
window according to the statement date.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4015 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 06:07:58 +00:00
Dave Peticolas
edb59e38b4 * src/gnome/dialog-find-transactions.c: remove tags notebook page.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4014 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 02:09:36 +00:00
Dave Peticolas
015dcc37fb Duarte Loreto's updated Portuguese documentation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4013 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-23 01:57:21 +00:00
Dave Peticolas
045c290a9c Duarte Loreto's updated pt_PT.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4012 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-22 21:14:55 +00:00
Dave Peticolas
95dc7c7c3b 2001-04-22 Christian Stimming <stimming@tuhh.de>
* src/scm/report/income-expense-graph.scm: Add links to new
	reports on bars.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4011 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-22 21:13:12 +00:00
Dave Peticolas
55c3c262c3 Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4010 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-22 11:58:50 +00:00
Dave Peticolas
085a167be9 * src/scm/report/transaction-report.scm: use new api for
changing sensitivity

	* src/guile/gnc.gwp: wrap new function

	* src/guile/global-options.c (gnc_set_option_selectable_by_name):
	new func

	* src/guile/option-util.c
	(gnc_option_db_set_option_selectable_by_name): new func

	* src/gnome/dialog-options.c (gnc_set_option_selectable): new func

	* src/gnome/dialog-account.c (gnc_type_list_unselect_cb): fix bug

	* src/scm/report/register.scm: use query option to store query

	* src/gnome/window-register.c (report_helper): don't copy
	the query -- it's converted to scm now

	* src/guile/gnc-helpers.c: more work on scm<->query


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4009 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-22 11:43:03 +00:00
Dave Peticolas
df26729bf1 2001-04-22 Christian Stimming <stimming@tuhh.de>
* src/scm/report/transaction-report.scm: Added new options for
	specifying whether a subtotal will be printed. Unfinished.

	* src/scm/report.scm, src/scm/report/*.scm: Defined more string
	constants for option names. Used them in the reports.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4008 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-22 08:44:24 +00:00
Dave Peticolas
aad1d3944c Christian Stimming's boolean option patch & de.po update.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4007 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-22 06:45:30 +00:00
Dave Peticolas
b9621b5c66 Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4006 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-22 01:20:05 +00:00
Dave Peticolas
c546115701 Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4005 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-22 01:05:54 +00:00
Dave Peticolas
d9627b7ffb 2001-04-21 Christian Stimming <stimming@tuhh.de>
* src/scm/report/transaction-report.scm: Fixed date bug.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4004 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-21 23:57:15 +00:00
Dave Peticolas
38531ab697 Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4003 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-21 21:35:44 +00:00
Dave Peticolas
274409e58a * src/guile/gnc-helpers.c: more work on scm<->query.
* src/gnome/window-report.c: raise app of new report to top

	* src/register/recncell.c: add confirmation callback

	* src/SplitLedger.c: implement reconcile confirm cb

	* src/gnome/gnc-html.c: add missing include

	* src/gnome/dialog-transfer.c: fix spelling


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4002 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-21 10:37:01 +00:00
Dave Peticolas
842fb1a89a Kevin Finn's main window mdi patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4001 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-21 10:08:51 +00:00
Dave Peticolas
35d5894158 Save account tree options.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4000 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-21 03:53:44 +00:00