r14981 - gnucash/branches/swig-redo/src - Automated rename of swig-wrapped engine functions related to Budgets,

Chris Shoemaker chris at cvs.gnucash.org
Mon Oct 9 20:11:35 EDT 2006


Author: chris
Date: 2006-10-09 20:11:32 -0400 (Mon, 09 Oct 2006)
New Revision: 14981
Trac: http://svn.gnucash.org/trac/changeset/14981

Modified:
   gnucash/branches/swig-redo/src/app-utils/options.scm
   gnucash/branches/swig-redo/src/business/business-core/business-core.scm
   gnucash/branches/swig-redo/src/business/business-reports/aging.scm
   gnucash/branches/swig-redo/src/business/business-reports/business-reports.scm
   gnucash/branches/swig-redo/src/business/business-reports/easy-invoice.scm
   gnucash/branches/swig-redo/src/business/business-reports/fancy-invoice.scm
   gnucash/branches/swig-redo/src/business/business-reports/invoice.scm
   gnucash/branches/swig-redo/src/business/business-reports/owner-report.scm
   gnucash/branches/swig-redo/src/engine/engine-interface.scm
   gnucash/branches/swig-redo/src/engine/engine-utilities.scm
   gnucash/branches/swig-redo/src/engine/test/test-create-account.scm
   gnucash/branches/swig-redo/src/import-export/qif-import/qif-dialog-utils.scm
   gnucash/branches/swig-redo/src/import-export/qif-import/qif-guess-map.scm
   gnucash/branches/swig-redo/src/import-export/qif-import/qif-merge-groups.scm
   gnucash/branches/swig-redo/src/import-export/qif-import/qif-to-gnc.scm
   gnucash/branches/swig-redo/src/import-export/qif-io-core/qif-acct-table.scm
   gnucash/branches/swig-redo/src/import-export/qif-io-core/qif-bank-xtn-import.scm
   gnucash/branches/swig-redo/src/import-export/qif-io-core/qif-invst-xtn-import.scm
   gnucash/branches/swig-redo/src/import-export/qif-io-core/test/test-import-phase-1.scm
   gnucash/branches/swig-redo/src/report/locale-specific/us/taxtxf-de_DE.scm
   gnucash/branches/swig-redo/src/report/locale-specific/us/taxtxf.scm
   gnucash/branches/swig-redo/src/report/report-system/commodity-utilities.scm
   gnucash/branches/swig-redo/src/report/report-system/html-acct-table.scm
   gnucash/branches/swig-redo/src/report/report-system/html-utilities.scm
   gnucash/branches/swig-redo/src/report/report-system/report-utilities.scm
   gnucash/branches/swig-redo/src/report/standard-reports/account-piecharts.scm
   gnucash/branches/swig-redo/src/report/standard-reports/account-summary.scm
   gnucash/branches/swig-redo/src/report/standard-reports/advanced-portfolio.scm
   gnucash/branches/swig-redo/src/report/standard-reports/average-balance.scm
   gnucash/branches/swig-redo/src/report/standard-reports/balance-sheet.scm
   gnucash/branches/swig-redo/src/report/standard-reports/budget.scm
   gnucash/branches/swig-redo/src/report/standard-reports/cash-flow.scm
   gnucash/branches/swig-redo/src/report/standard-reports/category-barchart.scm
   gnucash/branches/swig-redo/src/report/standard-reports/daily-reports.scm
   gnucash/branches/swig-redo/src/report/standard-reports/equity-statement.scm
   gnucash/branches/swig-redo/src/report/standard-reports/general-journal.scm
   gnucash/branches/swig-redo/src/report/standard-reports/income-statement.scm
   gnucash/branches/swig-redo/src/report/standard-reports/net-barchart.scm
   gnucash/branches/swig-redo/src/report/standard-reports/portfolio.scm
   gnucash/branches/swig-redo/src/report/standard-reports/price-scatter.scm
   gnucash/branches/swig-redo/src/report/standard-reports/register.scm
   gnucash/branches/swig-redo/src/report/standard-reports/transaction.scm
   gnucash/branches/swig-redo/src/report/standard-reports/trial-balance.scm
   gnucash/branches/swig-redo/src/report/utility-reports/hello-world.scm
Log:
Automated rename of swig-wrapped engine functions related to Budgets,
Lots, Groups, Splits, Transactions, and Accounts to their swig-names.

#### Split Stuff

s/gnc:split-get-guid/gncSplitGetGUID/g
s/gnc:split-get-balance /xaccSplitGetBalance /g
s/gnc:split-get-memo/xaccSplitGetMemo/g
s/gnc:split-get-action/xaccSplitGetAction/g
s/gnc:split-get-reconcile-state/xaccSplitGetReconcile/g
s/gnc:split-get-reconciled-date/gnc-split-get-date-reconciled/g
s/gnc:split-get-amount/xaccSplitGetAmount/g
s/gnc:split-get-share-price/xaccSplitGetSharePrice/g
s/gnc:split-get-value/xaccSplitGetValue/g
s/gnc:split-get-account/xaccSplitGetAccount/g
s/gnc:split-get-parent/xaccSplitGetParent/g
s/gnc:split-get-other-split/xaccSplitGetOtherSplit/g
s/gnc:split-compare-account-full-names/xaccSplitCompareAccountFullNames/g
s/gnc:split-compare-account-codes/xaccSplitCompareAccountCodes/g
s/gnc:split-compare-other-account-full-names/xaccSplitCompareOtherAccountFullNames/g
s/gnc:split-compare-other-account-codes/xaccSplitCompareOtherAccountCodes/g
s/gnc:split-get-corr-account-name/xaccSplitGetCorrAccountName/g
s/gnc:split-get-corr-account-full-name-internal/xaccSplitGetCorrAccountFullName/g
s/gnc:split-get-lot/xaccSplitGetLot/g
s/gnc:split-void-former-amount/xaccSplitVoidFormerAmount/g
s/gnc:split-destroy/xaccSplitDestroy/g
s/gnc:split-create/xaccMallocSplit/g
s/gnc:split-set-value/xaccSplitSetValue/g
s/gnc:split-set-base-value/xaccSplitSetBaseValue/g
s/gnc:split-set-memo/xaccSplitSetMemo/g
s/gnc:split-set-action/xaccSplitSetAction/g
s/gnc:split-set-reconcile/xaccSplitSetReconcile/g
s/gnc:split-set-share-price/xaccSplitSetSharePrice/g
s/gnc:split-set-amount/xaccSplitSetAmount/g
s/gnc:split-set-share-price-and-amount/xaccSplitSetSharePriceAndAmount/g


#### Transaction Stuff

s/gnc:transaction-get-guid/gncTransGetGUID/g
s/gnc:transaction-get-split/xaccTransGetSplit/g
s/gnc:transaction-get-splits/xaccTransGetSplitList/g
s/gnc:transaction-get-num/xaccTransGetNum/g
s/gnc:transaction-get-description/xaccTransGetDescription/g
s/gnc:transaction-get-notes/xaccTransGetNotes/g
s/gnc:transaction-get-void-status/xaccTransGetVoidStatus/g
s/gnc:transaction-order/xaccTransOrder/g
s/gnc:transaction-get-date-posted/gnc-transaction-get-date-posted/g
s/gnc:transaction-get-date-entered/gnc-transaction-get-date-entered/g
s/gnc:transaction-get-account-value/xaccTransGetAccountValue/g
s/gnc:transaction-get-txn-type/xaccTransGetTxnType/g
s/gnc:transaction-destroy/xaccTransDestroy/g
s/gnc:transaction-begin-edit/xaccTransBeginEdit/g
s/gnc:transaction-commit-edit/xaccTransCommitEdit/g
s/gnc:transaction-is-open/xaccTransIsOpen/g
s/gnc:transaction-append-split/xaccTransAppendSplit/g
s/gnc:transaction-set-date /xaccTransSetDate /g
s/gnc:transaction-set-date-time-pair/gnc-transaction-set-date/g
s/gnc:transaction-set-xnum/xaccTransSetNum/g
s/gnc:transaction-set-description/xaccTransactionSetDescription/g
s/gnc:transaction-set-notes/xaccTransSetNotes/g
s/gnc:transaction-create/xaccMallocTransaction/g

#### Account stuff

s/gnc:account-get-guid/gncAccountGetGUID/g
s/gnc:account-lookup/xaccAccountLookup/g

s/gnc:malloc-account /xaccMallocAccount /g
s/gnc:account-begin-edit/xaccAccountBeginEdit/g
s/gnc:account-commit-edit/xaccAccountCommitEdit/g
s/gnc:account-insert-split/xaccSplitSetAccount/g
s/gnc:account-set-name/xaccAccountSetName/g
s/gnc:account-set-code/xaccAccountSetCode/g
s/gnc:account-set-description/xaccAccountSetDescription/g
s/gnc:account-set-notes/xaccAccountSetNotes/g
s/gnc:account-get-name/xaccAccountGetName/g
s/gnc:account-get-code/xaccAccountGetCode/g
s/gnc:account-get-description/xaccAccountGetDescription/g
s/gnc:account-get-notes/xaccAccountGetNotes/g
s/gnc:account-get-tax-related/xaccAccountGetTaxRelated/g
s/gnc:account-get-tax-US-code/xaccAccountGetTaxUSCode/g
s/gnc:account-get-tax-US-payer-name-source/xaccAccountGetTaxUSPayerNameSource/g
s/gnc:account-get-children/xaccAccountGetChildren/g
s/gnc:account-get-parent-account/xaccAccountGetParentAccount/g
s/gnc:account-get-parent/xaccAccountGetParent/g
s/gnc:account-get-balance /xaccAccountGetBalance /g
s/gnc:account-get-split-list /xaccAccountGetSplitList /g
s/gnc:get-account-from-full-name/xaccGetAccountFromFullName/g
s/gnc:account-insert-subaccount/xaccAccountInsertSubAccount/g
s/gnc:account-separator-string/gnc-get-account-separator-string/g

#### Group stuff

s/gnc:group-get-book/xaccGroupGetBook/g
s/gnc:malloc-account-group/xaccMallocAccountGroup/g
s/gnc:account-group-begin-edit/xaccAccountGroupBeginEdit/g
s/gnc:account-group-destroy/xaccAccountGroupDestroy/g
s/gnc:group-merge-accounts/xaccGroupMergeAccounts/g
s/gnc:group-concat-group/xaccGroupConcatGroup/g
s/gnc:group-get-num-subaccounts/xaccGroupGetNumSubAccounts/g
s/gnc:group-get-num-accounts/xaccGroupGetNumAccounts/g
s/gnc:group-get-account-list/xaccGroupGetAccountListSorted/g
s/gnc:group-get-account/xaccGroupGetAccount/g
s/gnc:group-get-parent/xaccGroupGetParentAccount/g
s/gnc:group-insert-account/xaccGroupInsertAccount/g
s/gnc:group-get-subaccounts/xaccGroupGetSubAccountsSorted/g

s/gnc:lot-closed?/gnc-lot-is-closed/g
s/gnc:lot-get-splits/gnc-lot-get-split-list/g
s/gnc:lot-get-balance/gnc-lot-get-balance/g

s/gnc:budget-get-guid/gncBudgetGetGUID/g
s/gnc:budget-lookup/gnc-budget-lookup/g
s/gnc:budget-get-/gnc-budget-get-/g





More information about the gnucash-patches mailing list