Commit Graph
100 Commits
Author SHA1 Message Date
David Hampton 7ca337c55f Turn off noise.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9372 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-20 20:42:19 +00:00
David Hampton b3866e396b Remove RCS 'Id' tags from files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9195 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-30 00:22:05 +00:00
David Hampton 4b80c90cee Remove empty file
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9194 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-30 00:20:07 +00:00
David Hampton c9a6a3ccb6 Fix bug in computing cleared balance.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9193 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-30 00:18:25 +00:00
David Hampton 5660c0b0c0 Account for move of gnc-split.c.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9078 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-15 20:05:50 +00:00
David Hampton 70fdd73706 Move the splash screen code to another directory.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9052 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-11 05:31:03 +00:00
David Hampton 45c6503017 Add a new entry.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9051 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-11 05:21:45 +00:00
David Hampton f4f87e3f81 Remove junk file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8994 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-08-08 21:14:54 +00:00
David Hampton 5fecbfccc6 Collapse the gnc_xxx_dialog_parented function into the corresponding
gnc_xxx_dialog function.  The remaining gnc_xxx_dialog function now
takes a parent pointer.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8966 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-07-29 00:17:33 +00:00
David Hampton 22fb231a36 Add new test file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8891 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-07-17 05:00:57 +00:00
David Hampton c05ef66ff0 The basic ignores.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8890 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-07-17 04:59:43 +00:00
David Hampton aae31451f0 Warn the user before deleting a commodity if there are price quotes
based on that commodity.  If the commodity is deleted anyway, delete
the price quotes that depend on it. #111643


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8840 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-07-05 01:34:21 +00:00
David Hampton 28640525f9 Allow the user to specify by namespace which commodities should be
retrieved when getting price quotes.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8839 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-07-03 22:40:18 +00:00
David Hampton 6100719068 Update for qof changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8835 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-07-03 05:19:48 +00:00
David Hampton 4f38f63d11 Maintain group id when saving file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8814 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-07-02 04:51:41 +00:00
David Hampton b9bf61723a Move the F::Q stuff from the util files to live with the rest of the
commodity code in gnc-commodity.c.  Turn quote sources into an object.
Eliminate the gnucash internal quote source names in favor of the F::Q
names.  Dynamically find and add installed F::Q sources that aren't
hard coded into gnucash.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8812 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-07-02 03:35:20 +00:00
David Hampton fdc8099bcf Put the F::Q console output under the debug flag instead of
eliminating it entirely.  Comes in handy now and then.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8811 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-07-02 03:30:13 +00:00
David Hampton 395c452648 Clean up usage of guid_to_string() function. There is no longer any
need to release the pointer returned by this function.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8789 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-28 06:29:17 +00:00
David Hampton 18424838fa Use a thread local buffer for guid_to_string. Mark this routine as
returning a const char string so any attempts to free this buffer will
be caught at compile time.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8788 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-28 06:20:46 +00:00
David Hampton a6d96aa193 Correctly mark a function as returning a const char string.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8787 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-28 06:20:14 +00:00
David Hampton 57ed4113cd No need to duplicate the string returned by xaccPrintDateSecs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8786 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-28 06:19:35 +00:00
David Hampton 54414b2176 Fix small memory leak.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8785 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-28 06:17:49 +00:00
David Hampton 397fe76818 Fix 'Save As' so it can write to non-existing files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8784 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-28 06:17:24 +00:00
David Hampton 14a7776b86 Be silent when getting price quotes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8739 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-26 06:38:12 +00:00
David Hampton 3c367262a5 Fix display of pixmaps.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8737 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-26 06:28:16 +00:00
David Hampton 3fca1aeed5 Consolidate a couple of functions into the only file where they are
used.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8727 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-26 00:57:50 +00:00
David Hampton 231999e641 Make HBCI compile again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8695 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-25 03:24:39 +00:00
David Hampton 24b7db5068 Stop updating the reconciliation end amount on date changes once the
user manually changes the amount. #110806


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8667 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-24 03:52:45 +00:00
David Hampton bc7900035c Add a Cancel button to the dialog that is invoked when a register
containing a modified transaction is closed via the window manager
close button.  #105742


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8665 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-24 02:55:55 +00:00
David Hampton 506d7f64d6 Annotate window title if subaccounts are included.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8663 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-24 00:20:29 +00:00
David Hampton f1377d1cd4 Show the running balance column by default. #92052.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8662 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-23 23:44:36 +00:00
David Hampton bed1d91aa9 Enhance the commodity selection dialog so that it can be limited to
currencies, non-currency commodities, or allow all commodities.  Fixes
#102023 and #115461.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8657 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-23 17:53:03 +00:00
David Hampton 12cff36837 Clean up usage of the gnc_ui_update_namespace_picker function.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8656 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-23 06:22:57 +00:00
David Hampton b41960509e Ignore the new test program.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8654 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-23 02:16:40 +00:00
David Hampton 45f2f4d0bd Register with the component manager for ACCOUNT events. Redo the
window title when an event is received. Fixes #113164.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8628 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-16 07:27:59 +00:00
David Hampton acb5794afa Enhance debugging.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8627 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-16 07:22:41 +00:00
David Hampton c1f8f4bbe8 New tests for un-voiding and reversing transactions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8622 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-16 03:52:09 +00:00
David Hampton 5acc9ef0c0 Update for changed function args.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8621 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-16 03:51:01 +00:00
David Hampton 645411c5c4 Utilized an empty register cell for displaying the note entered when a
transaction is voided.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8620 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-16 03:49:35 +00:00
David Hampton 3c058f6e33 Add new menu items and functions for voiding, un-voiding, and
reversing transactions.  New functions to clone Splits and
Transactions.  New debug functions to dump Splits and Transactions to
stdout.  New functions to un-void a transaction and to reverse all the
values in a transaction.  Mark voided transactions as read-only.
Support requested in 92105.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8619 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-16 03:48:59 +00:00
David Hampton cf46c2a581 Ignore autom4te.cache directory.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8616 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-16 01:47:12 +00:00
David Hampton d3905e613f A couple more date.h -> gnc-date.h changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8615 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-16 01:44:41 +00:00
David Hampton 21edb97a57 Remove 'duude' messages.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8594 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-13 02:52:38 +00:00
David Hampton 55f6d622a6 Remove unused routine. PG compiles again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8583 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-12 00:46:26 +00:00
David Hampton 914af285c4 Update for recent reorg changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8582 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-12 00:45:50 +00:00
David Hampton b8d70cc4cd gcc 3.x complains about trailing case statement w/no body.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8485 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-04 04:35:27 +00:00
David Hampton 54fca943db Correct ISO code for the Polish currency.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8458 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-29 23:47:52 +00:00
David Hampton 16815af8c2 add missing include file
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8443 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-29 07:00:45 +00:00
David Hampton d2863ba63a Fix the "View" menu items to track properly when a new data file is
opened. #99598


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8322 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-17 06:06:18 +00:00
David Hampton 12b7bb55cd Added HTML::Parser to the modules looked for when starting up.
#104197


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8311 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-13 04:04:50 +00:00
David Hampton 661bd34cc4 Remember the state of the "show currencies" check box from one time to
the next.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8305 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-12 05:26:56 +00:00
David Hampton 99e5c392b5 Fix transfer dialog to not hang if OK button is clicked w/o filling in
dialog properly.  #109497


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8303 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-12 04:17:28 +00:00
David Hampton e805e8f8de A single button shouldn't take full width of the window.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8302 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-12 04:15:59 +00:00
David Hampton eb548d152a Add some debugging.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8301 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-12 04:13:37 +00:00
David Hampton 7acf711c83 Give more control over what builds have a version number and what
builds hare labelled "cvs".


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8300 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-11 23:31:23 +00:00
David Hampton f7ae1b2de5 Fix problem selecting quote source.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8299 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-11 23:01:42 +00:00
David Hampton 5b7353d67c Move price quote information from the Account data structure to the
Commodity data structure.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8292 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-11 00:45:03 +00:00
David Hampton a65418bfbe Restore some lost changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8289 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-10 23:09:26 +00:00
David Hampton 14197bbb5c Fix problem with latest versions of autoconf.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8273 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-05 14:52:35 +00:00
David Hampton 2fc7cc7372 Consolidate all the tests for an ISO 4217 commodity into a pair of
functions.  Use these functions throughout the code.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8252 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-04-29 06:15:34 +00:00
David Hampton e46d7c6b05 Remove two duplicate commodities. The newer name for these
commodities was retained.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8251 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-04-29 06:11:19 +00:00
David Hampton c38ccd4dfd Consolidate duplicate strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8250 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-04-26 21:27:01 +00:00
David Hampton b49db15076 Collapse the account tree data declarations into a common table.
Change functions to be driven off this data table instead of
explicitly coding each field.

Add new fields in the account tree window for present, cleared,
reconciled, and future minimum balances.  #95628


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8148 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-04-01 04:09:19 +00:00
David Hampton d03de9aae9 Update for changes to function parameters.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8147 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-04-01 04:06:29 +00:00
David Hampton f906f0b11b Push gui independent functions into the engine.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8146 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-04-01 04:05:32 +00:00
David Hampton 43e1882a0c Consolidate all the functions that convert time values to be the
beginning, middle, or end of a day.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8090 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-03-18 05:45:20 +00:00
David Hampton f83edf6ead Collapse the DateUtils.[ch] files into date.[ch].
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8089 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-03-17 02:02:10 +00:00
David Hampton d417ccb041 Consolidate all the functions that convert time values to be the
beginning, middle, or end of a day.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8088 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-03-16 22:48:27 +00:00
David Hampton 1b90a6d09c Eliminate a critical warning message in the gnc_date widget (#106675)
and make the accelerator keys work properly when the calender part is
visible.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8086 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-03-16 00:40:39 +00:00
David Hampton 785a5ec85e Prevent the register refresh code from trying to update a cell that is
no longer visible.  #105346


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8084 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-03-15 21:16:30 +00:00
David Hampton 0e686082ce Fix problem where changing the reconciliation date of a "reverse
balance" account would cause the proposed account balance to show the
wrong sign.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8083 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-03-15 07:51:07 +00:00
David Hampton 60a5555f59 Reapply Derek's fix for a crash when opening the Pref's dialog when
using guile-1.6.1.  Lost when converting to the scheme scm_xxx
 interface.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8078 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-03-14 06:02:49 +00:00
David Hampton e4dd9a78a3 Don't override the user's toolbar style preference by calling
gtk_widget_show_all() on the toolbar.  #102041


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8022 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-23 01:51:50 +00:00
David Hampton 1ccd3cb1af Fixups for initial guile port.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8019 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-22 18:14:58 +00:00
David Hampton d154e92e71 Initial port from the deprecated (in 1.6) guile gh_xxx interface to
the supported scm_xxx interface.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8013 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-22 08:15:53 +00:00
David Hampton e7c8ee5ebd Fix 'make check' srfi problems when using guile 1.6.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8008 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-19 03:55:44 +00:00
David Hampton c3cbd6124d Ignore another file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8006 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-19 03:00:48 +00:00
David Hampton 07f29eae51 Have gnucash check for the HTML::TableExtract perl module since half
of the Finance::Quote modules require it.  It doesn't always get
installed properly.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7999 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-17 01:35:26 +00:00
David Hampton 1624687c56 Have dump-finance-quote do a runtime check for F::Q to prevent RPM
dependencies.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7985 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-02-14 19:03:30 +00:00
David Hampton 4d25dc73c7 Turn off the guile-1.6 complaint about deprecated functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7878 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-23 06:30:21 +00:00
David Hampton db578fc4a9 Add new script that dumps all the data returned by F::Q for a stock.
It also indicates which data field gnucash requires, which are
optional, etc.  Intended for troubleshooting.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7877 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-23 03:54:37 +00:00
David Hampton bd47b9e12e /tmp/cvsfPRCsz
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7871 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-22 01:28:24 +00:00
David Hampton 097e4451e3 Fix problem getting quotes from trustnet.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7870 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-22 01:23:57 +00:00
David Hampton 4d2d578ec9 Update .cvsignore files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7840 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-16 07:52:03 +00:00
David Hampton 1959d5f911 /tmp/cvs7Cckh1
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7839 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-16 07:42:20 +00:00
David Hampton da1597b40d Changes to make the build system work on multiple architectures and
with multiple versions of the autotools suite.  Make generated g-wrap
sources depend on config.status.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7837 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-16 00:48:17 +00:00
David Hampton 8e00dd0826 Make the progress bar argument a double instead of an int. This gets
around an issue with guile 1.6.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7832 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-14 05:15:00 +00:00
David Hampton 119bbe3fa4 Make the gnc_scm_to_gint64() function work with either guile 1.4 or
guile 1.6.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7831 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-14 05:11:34 +00:00
David Hampton 6252866027 Remember the directory of the last import/export across invocations of
gnucash.  Each type of import/export is remembered separately. #94428


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7827 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-13 07:43:31 +00:00
David Hampton d15db59c42 Add support for setting a string option.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7826 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-13 07:33:53 +00:00
David Hampton f6423ddd09 Clean up include path for gcc3.x.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7825 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-13 07:32:15 +00:00
David Hampton f931ae8c42 Provide reasonable default directories for the "Save As" and "Export"
operations.  #94428


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7822 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-13 01:09:27 +00:00
David Hampton 122f18e873 Correctly handle the case where no stocks have been defined and the
user askes gnucash to get price quotes. #102560


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7820 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-12 23:25:38 +00:00
David Hampton 82268e98b3 Workaround libghttp bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7818 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-12 22:21:16 +00:00
David Hampton 993a1a228e Return the number of characters entered, not the length of the encoded
multi-byte string. Possible fix for 99419 and 102057.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7815 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-12 21:15:00 +00:00
David Hampton 4ee7b8d775 Fix a missed reference from when the preferences were rearranged.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7811 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-11 23:17:06 +00:00
David Hampton d07d526913 Convert from the old to new symbols for Russian Roubles (RUB ->
RUR). #102705


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7810 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-11 21:36:34 +00:00
David Hampton dab1d59bc3 Add note that Austrian switched from Shillings to Euros.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7809 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-11 20:00:56 +00:00
David Hampton 11ffa5dd13 Revert a change for guile 1.6. The 64 bit native API changed between
1.4 and 1.6 so this change caused compilation failures for some users.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7801 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-08 00:20:28 +00:00
David Hampton 56c325a322 Changes required for guile 1.6.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7797 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-07 06:46:37 +00:00