Commit Graph
100 Commits
Author SHA1 Message Date
Dave Peticolas 53be4e22c3 2001-07-02 Dave Peticolas <dave@krondo.com>
* src/gnome/gnc-dateedit.c: sync with datecell-gnome.c

	* src/register/gnome/datecell-gnome.c: use GDate to do
	date manipulations.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4850 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-02 22:55:49 +00:00
Dave Peticolas a42e36e0c9 2001-07-02 Dave Peticolas <dave@krondo.com>
* src/scm/bootstrap.scm.in: instead of the scheme command,
	just tell the user to run gnucash once as root.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4848 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-02 21:28:34 +00:00
Dave Peticolas a6dfad504c Mitsuo Hamada's updated ja.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4846 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-02 10:28:02 +00:00
Dave Peticolas 01bcbfbc6b 2001-07-01 Dave Peticolas <dave@krondo.com>
* src/gnc-ui-util.[ch]: implement towupper and iswlower
	if they are missing

	* src/register/quickfillcell.c: include gnc-ui-util.h

	* src/register/QuickFill.c: include gnc-ui-util.h

	* configure.in: check for towupper


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4843 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-01 21:09:09 +00:00
Dave Peticolas f6566b4d54 2001-06-29 Dave Peticolas <dave@krondo.com>
* src/engine/gnc-account-xml-v2.c: Alex Zepeda's patch
	adding a missing include.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4832 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-29 11:42:59 +00:00
Dave Peticolas 4dd1e8f845 2001-06-27 Dave Peticolas <dave@krondo.com>
* src/register/QuickFill.c: same as below

	* src/register/quickfillcell.c: use wide character conversion
	functions


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4829 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-28 00:34:09 +00:00
Dave Peticolas 5d81d26c3f Fix bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4827 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-27 23:13:14 +00:00
Dave Peticolas b95c56cb21 2001-06-27 Dave Peticolas <dave@krondo.com>
* AUTHORS: credits

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

	* po/fr.po: Paul Poulain's french translations


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4825 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-27 22:57:32 +00:00
Dave Peticolas a88197d809 2001-06-26 Dave Peticolas <dave@krondo.com>
* src/engine/sixtp-dom-parsers.c: same as below

	* src/engine/gnc-commodity-xml-v2.c: same as below

	* src/engine/gnc-account-xml-v2.c: don't use node content member
	directly -- if libxml was configured to use buffers, this won't
	work.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4812 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-26 21:43:15 +00:00
Dave Peticolas e5e161fa7e 2001-06-26 Dave Peticolas <dave@krondo.com>
* src/register/gnome/gnucash-sheet.c
	(gnucash_sheet_key_press_event): allow shift-pgup and shift-pgdn
	to go to top & bottom of register respectively.

	* src/register/gnome/datecell-gnome.c (DateDirect): allow '-'
	hotkey to work if there is a full date there, or the cell is
	blank.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4809 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-26 10:46:34 +00:00
Dave Peticolas 7b7cb97c79 Fix po problems.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4807 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-26 10:05:27 +00:00
Dave Peticolas 6ef776aab8 2001-06-26 Dave Peticolas <dave@krondo.com>
* src/gnome/gnc-html.c: don't handle keypresses, let the gtkhtml
	object do it.

2001-06-25  Dave Peticolas  <dave@krondo.com>

	* src/engine/sql/kvp-sql.c: include gnc-engine-util.h for stpcpy

	* src/engine/gnc-engine-util.c (gnc_stpcpy): add func

	* src/engine/gnc-engine-util.h: add definition of gnc_stpcpy.
	if stpcpy is not available, define stpcpy as gnc_stpcpy.

	* src/gnc-ui-util.c: remove gnc_stpcpy


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4805 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-26 07:27:10 +00:00
Dave Peticolas 78ebc1fd43 2001-06-25 Dave Peticolas <dave@krondo.com>
* src/gnome/window-main-summarybar.c: fix bug in euro profit
	calculation. use share prices in calculating totals.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4786 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-25 23:38:43 +00:00
Dave Peticolas 9ed6d4b5f6 2001-06-25 Dave Peticolas <dave@krondo.com>
* AUTHORS: credits

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

	* src/scm/report/balance-sheet.scm: Daniel Hagerty's patch
	to add an unrealized gain/loss line to the balance sheet.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4784 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-25 22:10:08 +00:00
Dave Peticolas 63d8202f6b 2001-06-24 Dave Peticolas <dave@krondo.com>
* src/scm/report/account-piecharts.scm: fix sign bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4780 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-25 06:21:40 +00:00
Dave Peticolas ea45b21a95 2001-06-24 Dave Peticolas <dave@krondo.com>
* src/engine/sql/kvp-sql.c: same as below

	* src/engine/sql/txn.c: same as below

	* src/engine/sql/price.c: same as below

	* src/engine/sql/checkpoint.c: use strtoll instead of atoll


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4778 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 22:42:12 +00:00
Dave Peticolas 41bfcb956a 2001-06-24 Kevin Finn <kevinfinn@mediaone.net>
* src/gnome/dialog-transfer.[ch]: reformatted my previous changes
	to 80 cols.  Added interface to specify whether description
	quickfill will be based on From or To account splits.  Enhance
	quickfill to also select the appropriate account in the account
	tree for the matched transaction.

	* src/gnome/window-reconcile.c: reformatted my previous changes to
	80 cols.  Change the auto interest xfer dialog so that it
	quickfills based on the reconcile account, rather than always on
	the From account.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4777 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 22:28:59 +00:00
Dave Peticolas 5abcce7cb1 Fix warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4775 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 20:07:02 +00:00
Dave Peticolas 3f2e7a5b78 2001-06-24 Dave Peticolas <dave@krondo.com>
* AUTHORS: credits

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

	* configure.in: Alex Zepeda's postgres configure patch


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4774 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 19:58:56 +00:00
Dave Peticolas 4c4f766745 2001-06-23 Kevin Finn <kevinfinn@mediaone.net>
* src/gnome/window-reconcile.c: fix for display of auto end value
	updates.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4770 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 05:16:29 +00:00
Dave Peticolas 23b61c7fd9 2001-06-23 Dave Peticolas <dave@krondo.com>
* doc/sgml/C/xacc-about.sgml: credits

	* AUTHORS: credits

	* configure.in: Bill Nottingham's guile configuration patch


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4768 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-24 02:38:21 +00:00
Dave Peticolas 4ffca9fc7b 2001-06-20 Dave Peticolas <dave@krondo.com>
* configure.in: better error messages. remove cruft.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4760 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-20 08:11:10 +00:00
Dave Peticolas 917504fd6d 2001-06-19 Dave Peticolas <dave@krondo.com>
* src/engine/gnc-numeric.c: use C comments.

	* src/engine/SchedXaction.[ch]: use C comments.

	* src/gnome/gnc-frequency.[ch]: use C comments. fix warnings


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4759 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-20 07:02:58 +00:00
Dave Peticolas be51bde568 2001-06-19 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-nextrun.h: add guards

	* src/gnome/dialog-nextrun.c: use C comments.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4757 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-19 21:56:56 +00:00
Dave Peticolas bbbe31f3dc 2001-06-19 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-scheduledxaction.c: use C comments. fix warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4754 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-19 09:46:41 +00:00
Dave Peticolas fa9e570cb8 2001-06-18 Dave Peticolas <dave@krondo.com>
* src/test/test-stuff.[ch]: fix warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4753 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 21:22:14 +00:00
Dave Peticolas 3942b271e9 2001-06-18 Dave Peticolas <dave@krondo.com>
* src/engine/gnc-schedxaction-xml-v2.c: fix warnings.
        use C comments.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4727 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 10:23:46 +00:00
Dave Peticolas 34500dc4eb 2001-06-18 Dave Peticolas <dave@krondo.com>
* src/MultiLedger.c: same as below

	* src/SplitLedger.c: same as below. fix indentation. please
	use the indentation style already present in the file.

	* src/engine/gnc-freqspec-xml-v2.c: same as below

	* src/engine/FreqSpec.[ch]: fix warnings. use standard C comments

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


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4726 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 10:13:53 +00:00
Dave Peticolas d5f96b9ba2 2001-06-17 Joshua Sled <jsled@asynchronous.org>
* src/engine/gnc-account-xml-v2.c (dom_tree_to_account): Added.

	* src/engine/gnc-transaction-xml-v2.c (dom_tree_to_transaction):
	Added.

	* src/FileDialog.c: Added support for copying
	scheduled-transaction-related GNCBook fields.
	src/engine/

	* src/engine/FreqSpec.{h,c}: Added.

	* src/engine/SchedXaction.{h,c}: Added.

	* src/engine/gnc-{freqspec,schedxaction}-xml-v2.c: Added

	* src/engine/gnc-book.c: Added the template group [template
	transaction belong to the template group] and the Scheduled
	Trasnaction list.

	* src/gnome/glade/sched_xact.glade: Added.

	* src/gnome/dialog-nextrun.{h,c}: Added.

	* src/gnome/dialog-scheduledxaction.{h,c}: Added.

	* src/gnome/gnc-frequency.{h,c}: Added.

	* src/SplitLedger.c, src/MultiLedger.c: Added support for a
	Template Ledger.

	* src/guile/gnc.gwp: Added wrapping for
	dialog-{scheduledxactions,nextrun}-creation functions.

	* src/register/splitreg.c: Added formula credit and debit cells,
	and flags for template-register support.

	* src/register/formulacell.h: Added.

	* src/gnome/gnc-dateedit.h: Added explanatory comment from dave_p
	in IRC.

	* src/gnome/query-user.h: Added prototype of
 	gnc_verify_dialog_parented(...), so I could use it the SX UI
	stuff.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4725 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 08:25:46 +00:00
Dave Peticolas 3f921fd1b4 2001-06-17 Kevin Finn <kevinfinn@mediaone.net>
* src/gnome/window-reconcile.c: Implemented automatic interest
	transfer as a stripped-down transfer dialog.  This allows the user
	to automatically enter an interest charge or payment for bank or
	credit accounts prior to starting reconciliation, subject to both
	a global and per-account preference.

	* src/gnome/dialog-transfer.c,h: Add interfaces to allow the
	dialog-transfer to be manipulated as necessary to create the auto
	interest transfer dialog.

	* src/scm/prefs.scm: added new Reconcile boolean: Automatic
	Interest Transfer * src/engine/Account.c,h: Add access functions
	for per-account auto interest xfer kvp

	* src/engine/kvp_doc.txt: Document new kvps.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4724 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-18 00:56:33 +00:00
Dave Peticolas 03904ba6fc 2001-06-17 Dave Peticolas <dave@krondo.com>
* src/gnome/cursors.c (gnc_set_busy_cursor): fix warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4718 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-17 23:27:34 +00:00
Dave Peticolas 2d7d6818da 2001-06-17 Dave Peticolas <dave@krondo.com>
* src/scm/date-utilities.scm: use gnc:print-date instead of
	strftime

	* src/scm/report/hello-world.scm: fix docs

	* src/scm/report/transaction-report.scm: fix date printing

	* src/scm/report/register.scm: remove cruft


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4717 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-17 22:07:13 +00:00
Dave Peticolas 1622755e74 2001-06-17 Dave Peticolas <dave@krondo.com>
* src/register/gnome/gnucash-style.c (gnucash_font_load): new func
	If gdk_fontset_load doesn't work, try gdk_font_load.
	(gnucash_style_set_register_font_name): use gnucash_font_load
	(gnucash_style_set_register_hint_font_name): use gnucash_font_load


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4713 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-17 10:54:57 +00:00
Dave Peticolas 8f858dced6 2001-06-17 Dave Peticolas <dave@krondo.com>
* src/FileDialog.c (gncFileSave): save the window state on a save
	(gncFileQuerySave): don't provide cancel option when the ui can't

	* src/scm/main-window.scm (gnc:main-window-save-state): new func
	don't save state when the ui can't

	* src/gnome/window-main.c
	(gnc_main_window_can_cancel_exit): new func
	(gnc_main_window_can_save): new func
	(gnc_main_window_has_apps): new func

	* src/gnc-ui.h: add new api

	* src/gnome/top-level.c (gnc_ui_can_cancel_exit): new func


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4711 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-17 09:47:39 +00:00
Dave Peticolas e516792199 2001-06-16 Dave Peticolas <dave@krondo.com>
* src/guile/gnc.gwp: update for api change

	* src/scm/main.scm: update for api change

	* src/gnome/glade/newuser.glade: new file for new user glade xml

	* src/gnome/glade-support.[ch]: remove generated files

	* src/gnome/new-user-*.[ch]: remove old files

	* src/gnome/dialog-new-user.c: new file for new user dialog code.

	* src/gnome/druid-hierarchy.c: new file for account hierarchy
	creation druid code. Rename api calls to reflect the more
	general use of the druid.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4708 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-17 06:35:54 +00:00
Dave Peticolas f46bdf493f 2001-06-13 Herbert Thoma <herbie@hthoma.de>
* po/de.po: updated German translation for transfer dialog.

	* doc/build-suse.txt: updated for gnucash 1.6 / SuSE 7.2


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4707 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-16 20:33:06 +00:00
Dave Peticolas def5a7cb02 Claus Hindsgaul's updated da.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4704 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-16 10:53:31 +00:00
Dave Peticolas 5e06f775e2 2001-06-15 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-account-picker.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4701 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-15 23:37:43 +00:00
Dave Peticolas 390b8d5c38 Claus Hindsgaul's updated da.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4700 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-15 23:26:41 +00:00
Dave Peticolas 84e6cc750d 2001-06-15 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-print-check.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4698 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-15 23:13:29 +00:00
Dave Peticolas c229055150 2001-06-15 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-find-transactions.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4697 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-15 22:50:50 +00:00
Dave Peticolas f81cc61dac 2001-06-15 Dave Peticolas <dave@krondo.com>
* src/guile/gnc.gwp: remove budgeting api

	* src/gnome/dialog-budget.[ch]: remove


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4696 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-15 10:54:43 +00:00
Dave Peticolas 6160096b83 2001-06-15 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-fincalc.c: use libglade

	* src/gnome/dialog-commodity.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4695 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-15 10:39:06 +00:00
Dave Peticolas 0f784ccfb2 2001-06-15 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-account.c: use libglade

	* src/gnome/dialog-userpass.c: fix bloop

	* src/gnome/druid-commodity.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4694 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-15 09:17:48 +00:00
Dave Peticolas 6e2440b729 fix bug
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4690 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-14 22:54:03 +00:00
Dave Peticolas dbb6bea789 Martin Norb�ck's updated sv.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4688 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-14 22:51:26 +00:00
Dave Peticolas 019a8167c5 Martin Norb�ck's patch fixing i18n bugs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4686 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-14 22:26:11 +00:00
Dave Peticolas 56c29e3f7c 2001-06-14 Dave Peticolas <dave@krondo.com>
* src/gnome/druid-qif-import.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4683 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-14 09:33:15 +00:00
Dave Peticolas 5f1283b17f Update file list.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4680 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-14 07:45:21 +00:00
Dave Peticolas 27747c147d 2001-06-14 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-transfer.c: use libglade

	* rpm/gnucash.spec.in: fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4679 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-14 07:44:30 +00:00
Dave Peticolas 3e1103cb6c 2001-06-13 Dave Peticolas <dave@krondo.com>
* src/experimental/cgi-bin/Makefile.am: add .cvsignore to dist

	* src/scm/report/account-summary.scm: fix string

	* src/guile/gnc-helpers.c (gnc_scm_list_to_glist): fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4677 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-14 06:29:18 +00:00
Dave Peticolas 221539bfae 2001-06-13 Dave Peticolas <dave@krondo.com>
* src/scm/extensions.scm: fix bug

	* src/gnome/dialog-progress.c: use libglade

	* src/gnome/window-help.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4675 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-14 02:26:06 +00:00
Dave Peticolas 33de0d9ddb 2001-06-13 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-utils.c (gnc_glade_lookup_widget): new func

	* src/gnome/dialog-tax-info.c: use libglade

	* src/gnome/dialog-style-sheet.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4674 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-14 00:15:30 +00:00
Dave Peticolas 7bfecbb146 2001-06-13 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-style-sheet.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4672 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-13 20:52:22 +00:00
Dave Peticolas c68c78b815 2001-06-13 Dave Peticolas <dave@krondo.com>
* src/gnome/glade/stocks.glade: new file for old stock split druid

	* src/gnome/druid-stock-split.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4666 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-13 10:49:50 +00:00
Dave Peticolas 2dc53adfed 2001-06-13 Dave Peticolas <dave@krondo.com>
* src/gnome/glade/userpass.glade: new file for old
	username/password dialog

	* src/gnome/dialog-userpass.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4665 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-13 10:30:35 +00:00
Dave Peticolas 2cfebe584d 2001-06-13 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-column-view.c: more libglade work


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4664 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-13 08:03:08 +00:00
Dave Peticolas e4c8926fab 2001-06-12 Dave Peticolas <dave@krondo.com>
* src/gnome/glade/report.glade: new file for old report dialogs

	* src/gnome/dialog-column-view.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4663 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-13 06:16:08 +00:00
Dave Peticolas 52d421ec36 2001-06-12 Dave Peticolas <dave@krondo.com>
* src/gnome/dialog-price-editor.c: fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4660 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-13 05:15:30 +00:00
Dave Peticolas d6b075d857 2001-06-12 Dave Peticolas <dave@krondo.com>
* src/gnome/glade/price.glade: new file for old price dialogs

	* src/gnome/dialog-price-editor.c: use libglade


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4659 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-13 04:44:24 +00:00
Dave Peticolas 464ced4129 2001-06-12 Dave Peticolas <dave@krondo.com>
* src/gnome/reconcile-list.c: obey new option below

	* src/scm/prefs.scm: add option wrt checking off cleared
	transactions when reconciling


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4652 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-13 03:32:34 +00:00
Dave Peticolas 4615a50db0 2001-06-12 Dave Peticolas <dave@krondo.com>
* src/register/table-allgui.[ch]: move function to .c file


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4651 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-13 03:08:55 +00:00
Dave Peticolas 045ee40008 2001-06-12 Dave Peticolas <dave@krondo.com>
* src/scm/tip-list.scm: update tip


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4650 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-13 02:44:30 +00:00
Dave Peticolas f655f9dcb6 2001-06-12 Dave Peticolas <dave@krondo.com>
* src/register/register-common.h: move function defs to
	register-common.c

	* src/register/register-common.c: new file


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4643 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-12 20:42:34 +00:00
Dave Peticolas 50bbf91b4b Missed one.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4638 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-12 10:23:08 +00:00
Dave Peticolas b5c00276c5 2001-06-12 Dave Peticolas <dave@krondo.com>
* src/gnome/glade/Makefile.am: new file

	* src/gnome/glade/commodity.glade: new file. glade file for
	commodity dialog

	* src/gnome/dialog-commodities.c: use libglade

	* src/gnome/dialog-utils.c (gnc_glade_xml_new): new func
	(gnc_glade_xml_new_widget): new func

	* rpm/gnucash.spec.in: add glade dir

	* configure.in: move libglade check to glade section.
	add configured glade file dir.

	* src/gnome/Makefile.am: add glade flags & glade dir

	* src/Makefile.am: add glade libs


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4637 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-12 10:22:42 +00:00
Dave Peticolas 2088c4a622 Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4635 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-12 10:00:06 +00:00
Dave Peticolas 6d4f07b640 2001-06-12 Dave Peticolas <dave@krondo.com>
* src/scm/report/account-piecharts.scm: same as below

	* src/scm/report/category-barchart.scm: remove hint text


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4633 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-12 07:18:32 +00:00
Dave Peticolas 93835b4578 2001-06-12 Dave Peticolas <dave@krondo.com>
* src/engine/gnc-book.c (gnc_book_get_file_lock): some filesystems
	don't support hard links. If the error code indicates this, go
	ahead and grant the lock. Is there a better way?


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4632 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-12 07:05:18 +00:00
Dave Peticolas e7e78bba40 2001-06-11 Dave Peticolas <dave@krondo.com>
* src/register/gnome/gnucash-date-picker.c
	(gnc_date_picker_key_event): fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4628 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-11 22:31:01 +00:00
Dave Peticolas b5a4623194 Christian Stimming's updated de.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4627 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-11 10:49:27 +00:00
Dave Peticolas 3d94838c1a Martin Norb�ck's updated sv.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4625 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-11 10:46:53 +00:00
Dave Peticolas 8a3d9dcc0e Update version info.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4623 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-11 08:40:58 +00:00
Dave Peticolas 17b3a7ef7d 2001-06-11 Dave Peticolas <dave@krondo.com>
* src/scm/Makefile.am: same as below

	* src/scm/price-quotes.scm: same as below

	* src/scm/process.scm: re-modulize process.scm


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4622 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-11 07:11:37 +00:00
Dave Peticolas aeeed6b785 Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4619 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-11 06:34:13 +00:00
Dave Peticolas 009b724c46 Add missing.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4600 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-11 00:01:18 +00:00
Dave Peticolas 0b2ec040f3 Christian Stimming's glossary patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4599 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-10 23:53:16 +00:00
Dave Peticolas 40357970f7 Christian Stimming's updated de.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4598 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-10 23:52:29 +00:00
Dave Peticolas 9e0ee7c311 2001-06-10 Christian Stimming <stimming@tuhh.de>
* de.po: updated German translation.

	* configure.in, doc/sgml/Makefile.am, doc/sgml/de_DE/*: Added
	German translation of a few manual pages, including a Whats-New
	table for the translated words.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4597 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-10 23:49:09 +00:00
Dave Peticolas 9de71e4d8d Enable sql.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4593 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-10 22:01:36 +00:00
Dave Peticolas 1b05981586 2001-06-10 Dave Peticolas <dave@krondo.com>
* src/engine/gnc-engine-util.c: change debug levels to warning


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4592 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-10 21:44:57 +00:00
Dave Peticolas b68c268a78 Martin Norb�ck's Swedish translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4589 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-10 20:48:42 +00:00
Dave Peticolas 4c2d739912 Claus Hindsgaul' updated Danish translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4588 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-10 20:21:29 +00:00
Dave Peticolas 715716458e 2001-06-09 Dave Peticolas <dave@krondo.com>
* configure.in: fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4576 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-10 01:59:10 +00:00
Dave Peticolas e0366c6b1b Duarte Loreto's updated pt_PT.po.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4575 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-10 00:47:36 +00:00
Dave Peticolas 8335e2abe9 2001-06-09 Dave Peticolas <dave@krondo.com>
* doc/sgml/C/xacc-about.sgml: update credits

	* src/gnome/window-main.c (gnc_main_window_about_cb): update
	credits

	* AUTHORS: update credits


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4574 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-10 00:33:43 +00:00
Dave Peticolas f492dacff6 Duarte Loreto's update Portuguese translations.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4573 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 23:56:09 +00:00
Dave Peticolas 56a51713b0 Update po files early since help topics changed.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4572 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 23:53:58 +00:00
Dave Peticolas e496f9cd52 2001-06-09 Dave Peticolas <dave@krondo.com>
* src/gnome/reconcile-list.c (gnc_reconcile_list_refresh): fix
	bugs

	* src/gnome/dialog-utils.c (gnc_clist_add_check): fix bugs


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4571 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 23:43:31 +00:00
Dave Peticolas cb15fde937 2001-06-09 Dave Peticolas <dave@krondo.com>
* doc/sgml/pt_PT/Makefile.am: remove adjust balance docs

	* doc/sgml/C/Makefile.am: remove adjust balance docs

	* doc/sgml/de_DE/xacc-quickstart.sgml: fix docs

	* doc/sgml/pt_PT/xacc-quickstart.sgml: fix docs

	* doc/sgml/C/xacc-quickstart.sgml: fix docs

	* src/scm/help-topics-index.scm: work on index

	* src/gnome/window-help.c (gnc_help_show_topic): first check
	current location for match


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4568 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 09:15:58 +00:00
Dave Peticolas e756af3660 Fix warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4567 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 08:02:36 +00:00
Dave Peticolas 33eb5ec8dd 2001-06-09 Dave Peticolas <dave@krondo.com>
* src/SplitLedger.c (xaccSRDuplicateCurrent): fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4566 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 07:57:45 +00:00
Dave Peticolas 797a1594c5 2001-06-09 Dave Peticolas <dave@krondo.com>
* src/gnc-ui-util.c (gnc_find_or_create_equity_account): allow
	group to be specified
	(gnc_account_create_opening_balance): search in given account's
	group


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4565 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 07:35:24 +00:00
Dave Peticolas 545192c5e9 Fix opening balance strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4564 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 07:34:55 +00:00
Dave Peticolas 0199b32457 2001-06-08 Dave Peticolas <dave@krondo.com>
* src/gnc-ui-util.c (gnc_find_or_create_equity_account): first
	search for untranslated name, then translated name.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4561 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 06:50:25 +00:00
Dave Peticolas 50f970dcc4 Duarte Loreto's updated Portuguese translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4560 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 06:22:24 +00:00
Dave Peticolas 0d023c1d73 Duarte Loreto's translated example account files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4559 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 06:17:19 +00:00
Dave Peticolas f12b4c8cb4 Fix compiler warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4558 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 06:14:53 +00:00
Dave Peticolas e8e153e310 2001-06-08 Dave Peticolas <dave@krondo.com>
* src/gnome/new-user-callbacks.c
	add more suspend & resume calls for other big changes


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4552 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 00:40:48 +00:00
Dave Peticolas bde82e7ddb 2001-06-08 Dave Peticolas <dave@krondo.com>
* src/gnome/new-user-callbacks.c
	(on_chooseAccountTypesPage_prepare): suspend & resume gui
	refreshes while loading accounts


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4551 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-06-09 00:18:46 +00:00