2001-04-26 Christian Stimming * src/scm/commodity-utilities.scm (gnc:exchange-by-pricedb-{latest,nearest}): new functions. 2001-04-26 Dave Peticolas * src/gnome/window-main.c: handle scm parsing errors * src/scm/report.scm: fix bug * src/guile/gfec.c: handle NULLs 2001-04-26 Christian Stimming * src/scm/report/net-barchart.scm: New file, it is the merger of income-expense-graph.scm and net-worth-timeseries.scm. * src/scm/report/*.scm: adapt to changed gnc:make-report-anchor. * src/scm/html-utilities.scm (gnc:make-report-anchor): gnc:report-add-child-by-id! is now used inside here. API changed. 2001-04-25 Dave Peticolas * src/scm/commodity-utilities.scm: fix fixme * src/engine/Group.c (xaccGroupGetAccount): remove pokey warning * src/engine/gnc-transaction-xml-v2.c: read & write split action field * 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 * 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 2001-04-25 Robert Graham Merkel * 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. 2001-04-24 Bill Gribble * 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. 2001-04-24 Dave Peticolas * src/gnome/window-register.c: add additional warnings when deleting reconciled splits/transactions 2001-04-24 Christian Stimming * src/guile/gnc.gwp: g-wrap all the euro-related functions. 2001-04-24 Dave Peticolas * src/gnome/dialog-transfer.c: set price for euro currencies automatically * src/EuroUtils.c (gnc_euro_currency_get_rate): new func 2001-04-23 Dave Peticolas * src/gnome/gnc-html-guppi.c: check for new guppi args before passing them 2001-04-23 Christian Stimming * src/scm/report/transaction-report.scm: Make more sanity checks. Fix bugs. 2001-04-23 Dave Peticolas * src/engine/Query.c (xaccQueryGetSplitsUniqueTrans): fix bug * src/engine/Account.c (xaccAccountSetPriceSrc): fix bug 2001-04-23 Kevin Finn * src/engine/Account.c src/engine/Account.h: added xaccAccountGetBalanceAsOfDate and xaccAccountGetShareBalanceAsOfDate, to determine the balance of an account on a given date. * src/gnome/window-reconcile.c: added appropriate callbacks so that changes to the startRecnWindow date entry will update the ending balance amount entry. Once the user manually updates the ending balance amount, the automatic updates will no longer occur if the date entry is changed again. Changed gnc_get_reconcile_info to use the *AsOfDate funcs if possible. 2001-04-22 Christian Stimming * 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. 2001-04-22 Dave Peticolas * src/gnome/dialog-find-transactions.c: remove tags notebook page. 2001-04-22 Christian Stimming * src/scm/report/income-expense-graph.scm: Add links to new reports on bars. 2001-04-22 Dave Peticolas * 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 2001-04-22 Christian Stimming * 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. 2001-04-21 Christian Stimming * src/scm/options.scm (gnc:make-multichoice-callback-option): Added multichoice option with callback functions, just like the complex-boolean-option. * src/scm/report/transaction-report.scm: Fixed date bug. 2001-04-21 Dave Peticolas * src/guile/gnc-helpers.c: more work on scm<->query. 2001-04-20 Dave Peticolas * 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 2001-04-20 Bill Gribble * src/gnome/dialog-column-view.c: maintain the report window edited list when closing dialog. raise an existing edit dialog. * src/gnome/gnc-html.c: make sure we know about options editors launched from gnc-options: urls * src/gnome/window-report.c: numerous changes to improve handling of options dialogs. * src/scm/report.scm: new function, gnc:report-edit-options. 2001-04-20 Dave Peticolas * src/guile/gnc-helpers.c: remove cruft. work on converting Query objects to and from a scheme representation (unfinished) * src/guile/gnc.gwp: wrap more of the Query enums * src/engine/Query.c (xaccQueryAddAccountGUIDMatch): new func * src/scm/options.scm: add a query option type * src/scm/report/report-list.scm: don't bother hiding tax report 2001-04-19 Bill Gribble * src/gnome/top-level.c: add call to skeleton "welcome" report if user has not run 1.5/1.6 before * src/scm/html-document.scm: changes to make sure styles are set for component reports in multicolumn view * src/scm/report.scm: clean up rendering with/without headers * src/scm/report/stylesheet-plain.scm: get rid of
tag on * src/scm/report/welcome-to-gnucash.scm: new report and function to set up welcome to gnucash report 2001-04-19 Dave Peticolas * src/register/gnome/gnucash-item-edit.c (item_edit_draw_info): fix some left-right scrolling glitches * src/gnome/dialog-tax-info.c: implement tax info api * src/gnome/account-tree.c: same as below * src/gnome/window-acct-tree.c: add tax info field * src/scm/report.scm: add an export callback for reports * src/guile/gnc.gwp: wrap radio chooser api * src/scm/report/taxtxf.scm: use export callback to choose between html & txf * src/gnome/window-report.c: implement export callback 2001-04-18 Dave Peticolas * src/SplitLedger.c: fix for api change below * src/gnc-ui.h: api change below * src/gnome/query-user.c (gnc_choose_radio_option_dialog_parented): use glist instead of pointer array for list of strings argument 2001-04-18 Bill Gribble * src/gnome/dialog-options.c: don't destroy options dialog twice. * src/gnome/window-main.c: hopefully last MDI fixes; rearrange menu and replace "New Window" with "Move to New Window." 2001-04-18 Dave Peticolas * src/gnc-ui-util.c (gnc_ui_account_get_balance): use current stock quotes to get balances for stock/mutual/currency accounts * src/gnome/window-main.c: check for NULL toolbar parents * src/engine/sixtp-xml-write-utils.c: use new func below * src/engine/sixtp-dom-generators.c (timespec_sec_to_string): use new func below. * src/engine/sixtp-utils.c (timespec_secs_to_given_string): new func. format timezone string by hand (solaris fix) * src/engine/gnc-account-xml-v2.c (gnc_account_end_handler): only begin editing the account if parsing was successful * src/test/test-xml-account.c (test_add_account): don't delete the account, because it's referenced by the parser after the callback. 2001-04-17 Bill Gribble * src/gnome/window-main.c: More changes for MDI. I think we finally have toolbars handled right. Also new windows for account trees. 2001-04-17 Rob Browning * src/scm/utilities.scm (string-split): used to be string-split-on in qif-utils.scm * src/scm/qif-import/qif-utils.scm: move string-split-on to utilities.scm as string-split to better match string-join. * src/scm/qif-import/qif-to-gnc.scm (qif-import:qif-to-gnc): string-split-on -> string-split. * src/scm/qif-import/qif-dialog-utils.scm (qif-import:get-all-accts): string-split-on -> string-split. * src/scm/price-quotes.scm (yahoo-get-historical-quotes): new function - retrieve lists of historical quote information. * src/scm/bootstrap.scm.in (%load-path): add new guile-modules directory so we can use-modules from there. * src/guile/Makefile.am (CLEANFILES): add gnucash.c so it goes away on "make clean" in addition to "make distclean". * src/engine/gnc-pricedb.c: minor doc updates. * src/engine/gnc-pricedb.h: much more documentation. * lib/guile-www: new directory - contains guile-www CVS module. Used by new historical quote function. Several new files added. Installed to new install directory GNC_SHAREDIR/guile-modules such that it is available via (use-modules (www main)), etc. * lib/Makefile.am (SUBDIRS): add guile-www * configure.in (AC_OUTPUT): add lib/guile-www/Makefile 2001-04-17 Dave Peticolas * src/gnome/file-history.c: fix bug 2001-04-17 Bill Gribble * fixes to MDI bugs: only one param editor for accounts and reports, make sure reports reference and created children * new report: 'Frame URL'. Give it an URL and it will display the contents in an