summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 11:11:20 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 11:11:20 +0000
commitfd424aff7278e2100b6de37d3dc7868b27b64327 (patch)
tree65e6dfd9266ef15ad84fed6483c6621fe2312410 /finance
parent024a1530159d23ee6af1d1c17fb085cf3e1530af (diff)
downloadpkgsrc-fd424aff7278e2100b6de37d3dc7868b27b64327.tar.gz
Update to 2.7.1. Packaging-tested only, but 2.6.1 didn't package
any longer. Change LICENSE to modified-bsd per upstream. Changes: 2.7.1 (2013-09-07) Improved OFX parsing. (#369) Fixed rounding error when changing split amounts. (#367) Fixed Qt import window glitch. (#371) Improved currency rates fetching reliability. Fixed occasional hard crashes on accounts drag & drop. [Mac] (#354) 2.7.0 (2013-05-26) Added support for custom currencies. (#33) Fixed amount parsing bug with currencies with many decimals. Fixed cache folder bug causing cached files to be misplaced. [Linux, Windows] Dropped 32-bit support on Mac OS X. 2.6.3 (2013-03-23) Fixed a selection glitch on New Account. (#358) Fixed a schedule spawning bug. (#362) Removed the fairware dialog (More Info). Added a 64-bit build for Windows. Added Spanish localization by Enrique G. Paredes. 2.6.2 (2013-01-06) Fixed a bug causing transaction imbalance after import. (#351) Fixed glitch in bar graph drawing. (#352) Fixed a bug in QIF exports. (#353) Fixed a crash on print. [Linux, Windows] (#349)
Diffstat (limited to 'finance')
-rw-r--r--finance/moneyguru/Makefile37
-rw-r--r--finance/moneyguru/PLIST1227
-rw-r--r--finance/moneyguru/distinfo8
3 files changed, 955 insertions, 317 deletions
diff --git a/finance/moneyguru/Makefile b/finance/moneyguru/Makefile
index 6803ebf212f..024dd0ddc3c 100644
--- a/finance/moneyguru/Makefile
+++ b/finance/moneyguru/Makefile
@@ -1,43 +1,50 @@
-# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:07 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/01/25 11:11:20 wiz Exp $
#
# any of ~* is fine, they are the same and just there for Ubuntu
# so moneyguru's built for all releases
-DISTNAME= moneyguru_2.6.1~quantal
-PKGNAME= ${DISTNAME:S/_/-/:S/~quantal//}
+DISTNAME= 2.7.1
+PKGNAME= moneyguru-${DISTNAME}
CATEGORIES= finance
-MASTER_SITES= https://launchpad.net/~hsoft/+archive/ppa/+files/
+MASTER_SITES= https://github.com/hsoft/moneyguru/archive/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.hardcoded.net/moneyguru/
COMMENT= Personal finance management application
-LICENSE= fairware-license
+LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib
DEPENDS+= ${PYPKGPREFIX}-qt4-[0-9]*:../../x11/py-qt4
DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
-FETCH_USING= curl
+DIST_SUBDIR= moneyguru
+EXTRACT_USING= bsdtar
-WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= c
USE_TOOLS= pax
-PY_PATCHPLIST= yes
-REPLACE_PYTHON= src/run.py
+PYTHON_VERSIONS_INCOMPATIBLE= 26 27 # 3.x only
+PY_PATCHPLIST= yes
+REPLACE_PYTHON+= cocoa/waf
+REPLACE_PYTHON+= cocoa/wscript
+REPLACE_PYTHON+= psmtabbarcontrol/waf
+REPLACE_PYTHON+= psmtabbarcontrol/wscript
+REPLACE_PYTHON+= run_template_cocoa.py
+REPLACE_PYTHON+= run_template_qt.py
INSTALLATION_DIRS= bin share/applications share/moneyguru
-# remove pre-compiled file for wrong architecture
-post-extract:
- ${RM} ${WRKSRC}/src/core/model/_amount.cpython-32mu.so
+do-configure:
+ cd ${WRKSRC} && ${PYTHONBIN} configure.py
do-build:
- cd ${WRKSRC} && ${PYTHONBIN} build_modules.py
- ${CHMOD} +x ${WRKSRC}/src/run.py
+ cd ${WRKSRC} && ${PYTHONBIN} build.py
+ ${CHMOD} +x ${WRKSRC}/run.py
do-install:
- cd ${WRKSRC}/src && pax -pe -rw * ${DESTDIR}${PREFIX}/share/moneyguru
+ cd ${WRKSRC} && pax -pe -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale plugin_examples psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru
${INSTALL_DATA} ${WRKSRC}/debian/moneyguru.desktop ${DESTDIR}${PREFIX}/share/applications
${LN} -s ${DESTDIR}${PREFIX}/share/moneyguru/run.py ${DESTDIR}${PREFIX}/bin/moneyguru
diff --git a/finance/moneyguru/PLIST b/finance/moneyguru/PLIST
index e2eabb08720..1ec0ca5f264 100644
--- a/finance/moneyguru/PLIST
+++ b/finance/moneyguru/PLIST
@@ -1,274 +1,827 @@
-@comment $NetBSD: PLIST,v 1.1 2012/10/27 19:43:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/01/25 11:11:20 wiz Exp $
bin/moneyguru
share/applications/moneyguru.desktop
+share/moneyguru/ambuttonbar/AMButtonBar.h
+share/moneyguru/ambuttonbar/AMButtonBar.m
+share/moneyguru/ambuttonbar/AMButtonBarCell.h
+share/moneyguru/ambuttonbar/AMButtonBarCell.m
+share/moneyguru/ambuttonbar/AMButtonBarItem.h
+share/moneyguru/ambuttonbar/AMButtonBarItem.m
+share/moneyguru/ambuttonbar/LICENSE
+share/moneyguru/ambuttonbar/NSBezierPath_AMAdditons.h
+share/moneyguru/ambuttonbar/NSBezierPath_AMAdditons.m
+share/moneyguru/ambuttonbar/NSColor_AMAdditions.h
+share/moneyguru/ambuttonbar/NSColor_AMAdditions.m
+share/moneyguru/ambuttonbar/NSFont_AMFixes.h
+share/moneyguru/ambuttonbar/NSFont_AMFixes.m
+share/moneyguru/ambuttonbar/NSGradient_AMButtonBar.h
+share/moneyguru/ambuttonbar/NSGradient_AMButtonBar.m
+share/moneyguru/ambuttonbar/NSShadow_AMAdditions.h
+share/moneyguru/ambuttonbar/NSShadow_AMAdditions.m
+share/moneyguru/build/help/.buildinfo
+share/moneyguru/build/help/.doctrees/basics.doctree
+share/moneyguru/build/help/.doctrees/cash.doctree
+share/moneyguru/build/help/.doctrees/changelog.doctree
+share/moneyguru/build/help/.doctrees/credits.doctree
+share/moneyguru/build/help/.doctrees/currencies.doctree
+share/moneyguru/build/help/.doctrees/developer/api/document.doctree
+share/moneyguru/build/help/.doctrees/developer/api/index.doctree
+share/moneyguru/build/help/.doctrees/developer/architecture.doctree
+share/moneyguru/build/help/.doctrees/developer/build.doctree
+share/moneyguru/build/help/.doctrees/developer/devprocess.doctree
+share/moneyguru/build/help/.doctrees/developer/index.doctree
+share/moneyguru/build/help/.doctrees/developer/refactorings.doctree
+share/moneyguru/build/help/.doctrees/editing.doctree
+share/moneyguru/build/help/.doctrees/environment.pickle
+share/moneyguru/build/help/.doctrees/faq.doctree
+share/moneyguru/build/help/.doctrees/forecast.doctree
+share/moneyguru/build/help/.doctrees/import.doctree
+share/moneyguru/build/help/.doctrees/index.doctree
+share/moneyguru/build/help/.doctrees/plugins.doctree
+share/moneyguru/build/help/.doctrees/reconciliation.doctree
+share/moneyguru/build/help/_images/backward_16.png
+share/moneyguru/build/help/_images/basics_account.png
+share/moneyguru/build/help/_images/basics_account_in.png
+share/moneyguru/build/help/_images/basics_account_out.png
+share/moneyguru/build/help/_images/basics_date_range.png
+share/moneyguru/build/help/_images/basics_net_worth.png
+share/moneyguru/build/help/_images/basics_show_account_arrow.png
+share/moneyguru/build/help/_images/basics_transactions.png
+share/moneyguru/build/help/_images/clock.png
+share/moneyguru/build/help/_images/edition_account_panel.png
+share/moneyguru/build/help/_images/edition_buttons.png
+share/moneyguru/build/help/_images/edition_mass_edition_panel.png
+share/moneyguru/build/help/_images/edition_three_way_split.png
+share/moneyguru/build/help/_images/edition_transaction_panel.png
+share/moneyguru/build/help/_images/forward_16.png
+share/moneyguru/build/help/_images/import_csv_options.png
+share/moneyguru/build/help/_images/import_match_table.png
+share/moneyguru/build/help/_images/import_window.png
+share/moneyguru/build/help/_images/reconciliation_checkmark.png
+share/moneyguru/build/help/_sources/basics.txt
+share/moneyguru/build/help/_sources/cash.txt
+share/moneyguru/build/help/_sources/changelog.txt
+share/moneyguru/build/help/_sources/credits.txt
+share/moneyguru/build/help/_sources/currencies.txt
+share/moneyguru/build/help/_sources/developer/api/document.txt
+share/moneyguru/build/help/_sources/developer/api/index.txt
+share/moneyguru/build/help/_sources/developer/architecture.txt
+share/moneyguru/build/help/_sources/developer/build.txt
+share/moneyguru/build/help/_sources/developer/devprocess.txt
+share/moneyguru/build/help/_sources/developer/index.txt
+share/moneyguru/build/help/_sources/developer/refactorings.txt
+share/moneyguru/build/help/_sources/editing.txt
+share/moneyguru/build/help/_sources/faq.txt
+share/moneyguru/build/help/_sources/forecast.txt
+share/moneyguru/build/help/_sources/import.txt
+share/moneyguru/build/help/_sources/index.txt
+share/moneyguru/build/help/_sources/plugins.txt
+share/moneyguru/build/help/_sources/reconciliation.txt
+share/moneyguru/build/help/_static/ajax-loader.gif
+share/moneyguru/build/help/_static/alert_info_32.png
+share/moneyguru/build/help/_static/alert_warning_32.png
+share/moneyguru/build/help/_static/basic.css
+share/moneyguru/build/help/_static/bg-page.png
+share/moneyguru/build/help/_static/bullet_orange.png
+share/moneyguru/build/help/_static/comment-bright.png
+share/moneyguru/build/help/_static/comment-close.png
+share/moneyguru/build/help/_static/comment.png
+share/moneyguru/build/help/_static/doctools.js
+share/moneyguru/build/help/_static/down-pressed.png
+share/moneyguru/build/help/_static/down.png
+share/moneyguru/build/help/_static/file.png
+share/moneyguru/build/help/_static/haiku.css
+share/moneyguru/build/help/_static/jquery.js
+share/moneyguru/build/help/_static/minus.png
+share/moneyguru/build/help/_static/plus.png
+share/moneyguru/build/help/_static/pygments.css
+share/moneyguru/build/help/_static/searchtools.js
+share/moneyguru/build/help/_static/underscore.js
+share/moneyguru/build/help/_static/up-pressed.png
+share/moneyguru/build/help/_static/up.png
+share/moneyguru/build/help/_static/websupport.js
+share/moneyguru/build/help/basics.html
+share/moneyguru/build/help/cash.html
+share/moneyguru/build/help/changelog.html
+share/moneyguru/build/help/credits.html
+share/moneyguru/build/help/currencies.html
+share/moneyguru/build/help/developer/api/document.html
+share/moneyguru/build/help/developer/api/index.html
+share/moneyguru/build/help/developer/architecture.html
+share/moneyguru/build/help/developer/build.html
+share/moneyguru/build/help/developer/devprocess.html
+share/moneyguru/build/help/developer/index.html
+share/moneyguru/build/help/developer/refactorings.html
+share/moneyguru/build/help/editing.html
+share/moneyguru/build/help/faq.html
+share/moneyguru/build/help/forecast.html
+share/moneyguru/build/help/import.html
+share/moneyguru/build/help/index.html
+share/moneyguru/build/help/objects.inv
+share/moneyguru/build/help/plugins.html
+share/moneyguru/build/help/reconciliation.html
+share/moneyguru/build/help/search.html
+share/moneyguru/build/help/searchindex.js
+share/moneyguru/build/lib.netbsd-${OS_VERSION}-amd64-3.3/_amount.so
+share/moneyguru/build/locale/cs/LC_MESSAGES/columns.mo
+share/moneyguru/build/locale/cs/LC_MESSAGES/core.mo
+share/moneyguru/build/locale/cs/LC_MESSAGES/hscommon.mo
+share/moneyguru/build/locale/cs/LC_MESSAGES/qtlib.mo
+share/moneyguru/build/locale/cs/LC_MESSAGES/ui.mo
+share/moneyguru/build/locale/de/LC_MESSAGES/columns.mo
+share/moneyguru/build/locale/de/LC_MESSAGES/core.mo
+share/moneyguru/build/locale/de/LC_MESSAGES/hscommon.mo
+share/moneyguru/build/locale/de/LC_MESSAGES/qtlib.mo
+share/moneyguru/build/locale/de/LC_MESSAGES/ui.mo
+share/moneyguru/build/locale/es/LC_MESSAGES/columns.mo
+share/moneyguru/build/locale/es/LC_MESSAGES/core.mo
+share/moneyguru/build/locale/es/LC_MESSAGES/hscommon.mo
+share/moneyguru/build/locale/es/LC_MESSAGES/qtlib.mo
+share/moneyguru/build/locale/es/LC_MESSAGES/ui.mo
+share/moneyguru/build/locale/fr/LC_MESSAGES/columns.mo
+share/moneyguru/build/locale/fr/LC_MESSAGES/core.mo
+share/moneyguru/build/locale/fr/LC_MESSAGES/hscommon.mo
+share/moneyguru/build/locale/fr/LC_MESSAGES/qtlib.mo
+share/moneyguru/build/locale/fr/LC_MESSAGES/ui.mo
+share/moneyguru/build/locale/it/LC_MESSAGES/columns.mo
+share/moneyguru/build/locale/it/LC_MESSAGES/core.mo
+share/moneyguru/build/locale/it/LC_MESSAGES/hscommon.mo
+share/moneyguru/build/locale/it/LC_MESSAGES/qtlib.mo
+share/moneyguru/build/locale/it/LC_MESSAGES/ui.mo
+share/moneyguru/build/locale/nl/LC_MESSAGES/columns.mo
+share/moneyguru/build/locale/nl/LC_MESSAGES/core.mo
+share/moneyguru/build/locale/nl/LC_MESSAGES/hscommon.mo
+share/moneyguru/build/locale/nl/LC_MESSAGES/qtlib.mo
+share/moneyguru/build/locale/nl/LC_MESSAGES/ui.mo
+share/moneyguru/build/temp.netbsd-${OS_VERSION}-amd64-3.3/core/modules/amount.o
+share/moneyguru/cocoa/InfoTemplate.plist
+share/moneyguru/cocoa/MGConst.h
+share/moneyguru/cocoa/controllers/MGAccountLookup.h
+share/moneyguru/cocoa/controllers/MGAccountLookup.m
+share/moneyguru/cocoa/controllers/MGAccountProperties.h
+share/moneyguru/cocoa/controllers/MGAccountProperties.m
+share/moneyguru/cocoa/controllers/MGAccountReassignPanel.h
+share/moneyguru/cocoa/controllers/MGAccountReassignPanel.m
+share/moneyguru/cocoa/controllers/MGAccountSheetView.h
+share/moneyguru/cocoa/controllers/MGAccountSheetView.m
+share/moneyguru/cocoa/controllers/MGAppDelegate.h
+share/moneyguru/cocoa/controllers/MGAppDelegate.m
+share/moneyguru/cocoa/controllers/MGBaseView.h
+share/moneyguru/cocoa/controllers/MGBaseView.m
+share/moneyguru/cocoa/controllers/MGBudgetPanel.h
+share/moneyguru/cocoa/controllers/MGBudgetPanel.m
+share/moneyguru/cocoa/controllers/MGCSVImportOptions.h
+share/moneyguru/cocoa/controllers/MGCSVImportOptions.m
+share/moneyguru/cocoa/controllers/MGCashculatorAccountTable.h
+share/moneyguru/cocoa/controllers/MGCashculatorAccountTable.m
+share/moneyguru/cocoa/controllers/MGCashculatorView.h
+share/moneyguru/cocoa/controllers/MGCashculatorView.m
+share/moneyguru/cocoa/controllers/MGChart.h
+share/moneyguru/cocoa/controllers/MGChart.m
+share/moneyguru/cocoa/controllers/MGCompletionLookup.h
+share/moneyguru/cocoa/controllers/MGCompletionLookup.m
+share/moneyguru/cocoa/controllers/MGCustomDateRangePanel.h
+share/moneyguru/cocoa/controllers/MGCustomDateRangePanel.m
+share/moneyguru/cocoa/controllers/MGDateFieldEditor.h
+share/moneyguru/cocoa/controllers/MGDateFieldEditor.m
+share/moneyguru/cocoa/controllers/MGDateRangeSelector.h
+share/moneyguru/cocoa/controllers/MGDateRangeSelector.m
+share/moneyguru/cocoa/controllers/MGDocPropsView.h
+share/moneyguru/cocoa/controllers/MGDocPropsView.m
+share/moneyguru/cocoa/controllers/MGDocument.h
+share/moneyguru/cocoa/controllers/MGDocument.m
+share/moneyguru/cocoa/controllers/MGDocumentController.h
+share/moneyguru/cocoa/controllers/MGDocumentController.m
+share/moneyguru/cocoa/controllers/MGEditableTable.h
+share/moneyguru/cocoa/controllers/MGEditableTable.m
+share/moneyguru/cocoa/controllers/MGEmptyView.h
+share/moneyguru/cocoa/controllers/MGEmptyView.m
+share/moneyguru/cocoa/controllers/MGExportAccountTable.h
+share/moneyguru/cocoa/controllers/MGExportAccountTable.m
+share/moneyguru/cocoa/controllers/MGExportPanel.h
+share/moneyguru/cocoa/controllers/MGExportPanel.m
+share/moneyguru/cocoa/controllers/MGFieldEditor.h
+share/moneyguru/cocoa/controllers/MGFieldEditor.m
+share/moneyguru/cocoa/controllers/MGFilterBar.h
+share/moneyguru/cocoa/controllers/MGFilterBar.m
+share/moneyguru/cocoa/controllers/MGImportTable.h
+share/moneyguru/cocoa/controllers/MGImportTable.m
+share/moneyguru/cocoa/controllers/MGImportWindow.h
+share/moneyguru/cocoa/controllers/MGImportWindow.m
+share/moneyguru/cocoa/controllers/MGLookup.h
+share/moneyguru/cocoa/controllers/MGLookup.m
+share/moneyguru/cocoa/controllers/MGMainWindowController.h
+share/moneyguru/cocoa/controllers/MGMainWindowController.m
+share/moneyguru/cocoa/controllers/MGMassEditionPanel.h
+share/moneyguru/cocoa/controllers/MGMassEditionPanel.m
+share/moneyguru/cocoa/controllers/MGPanel.h
+share/moneyguru/cocoa/controllers/MGPanel.m
+share/moneyguru/cocoa/controllers/MGReadOnlyPluginView.h
+share/moneyguru/cocoa/controllers/MGReadOnlyPluginView.m
+share/moneyguru/cocoa/controllers/MGReport.h
+share/moneyguru/cocoa/controllers/MGReport.m
+share/moneyguru/cocoa/controllers/MGSchedulePanel.h
+share/moneyguru/cocoa/controllers/MGSchedulePanel.m
+share/moneyguru/cocoa/controllers/MGSearchField.h
+share/moneyguru/cocoa/controllers/MGSearchField.m
+share/moneyguru/cocoa/controllers/MGSplitTable.h
+share/moneyguru/cocoa/controllers/MGSplitTable.m
+share/moneyguru/cocoa/controllers/MGTable.h
+share/moneyguru/cocoa/controllers/MGTable.m
+share/moneyguru/cocoa/controllers/MGTransactionInspector.h
+share/moneyguru/cocoa/controllers/MGTransactionInspector.m
+share/moneyguru/cocoa/controllers/MGUndoManager.h
+share/moneyguru/cocoa/controllers/MGUndoManager.m
+share/moneyguru/cocoa/controllers/account/MGAccountView.h
+share/moneyguru/cocoa/controllers/account/MGAccountView.m
+share/moneyguru/cocoa/controllers/account/MGBalanceGraph.h
+share/moneyguru/cocoa/controllers/account/MGBalanceGraph.m
+share/moneyguru/cocoa/controllers/account/MGBarGraph.h
+share/moneyguru/cocoa/controllers/account/MGBarGraph.m
+share/moneyguru/cocoa/controllers/account/MGEntryTable.h
+share/moneyguru/cocoa/controllers/account/MGEntryTable.m
+share/moneyguru/cocoa/controllers/budget/MGBudgetTable.h
+share/moneyguru/cocoa/controllers/budget/MGBudgetTable.m
+share/moneyguru/cocoa/controllers/budget/MGBudgetView.h
+share/moneyguru/cocoa/controllers/budget/MGBudgetView.m
+share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerTable.h
+share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerTable.m
+share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerTableView.h
+share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerTableView.m
+share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerView.h
+share/moneyguru/cocoa/controllers/general_ledger/MGGeneralLedgerView.m
+share/moneyguru/cocoa/controllers/networth/MGBalanceSheet.h
+share/moneyguru/cocoa/controllers/networth/MGBalanceSheet.m
+share/moneyguru/cocoa/controllers/networth/MGNetWorthView.h
+share/moneyguru/cocoa/controllers/networth/MGNetWorthView.m
+share/moneyguru/cocoa/controllers/profit/MGIncomeStatement.h
+share/moneyguru/cocoa/controllers/profit/MGIncomeStatement.m
+share/moneyguru/cocoa/controllers/profit/MGProfitView.h
+share/moneyguru/cocoa/controllers/profit/MGProfitView.m
+share/moneyguru/cocoa/controllers/schedule/MGScheduleTable.h
+share/moneyguru/cocoa/controllers/schedule/MGScheduleTable.m
+share/moneyguru/cocoa/controllers/schedule/MGScheduleView.h
+share/moneyguru/cocoa/controllers/schedule/MGScheduleView.m
+share/moneyguru/cocoa/controllers/transaction/MGTransactionTable.h
+share/moneyguru/cocoa/controllers/transaction/MGTransactionTable.m
+share/moneyguru/cocoa/controllers/transaction/MGTransactionView.h
+share/moneyguru/cocoa/controllers/transaction/MGTransactionView.m
+share/moneyguru/cocoa/dsa_pub.pem
+share/moneyguru/cocoa/en.lproj/Localizable.strings
+share/moneyguru/cocoa/main.m
+share/moneyguru/cocoa/mg_cocoa.py
+share/moneyguru/cocoa/mg_const.py
+share/moneyguru/cocoa/print/MGBalancePrint.h
+share/moneyguru/cocoa/print/MGBalancePrint.m
+share/moneyguru/cocoa/print/MGBudgetPrint.h
+share/moneyguru/cocoa/print/MGBudgetPrint.m
+share/moneyguru/cocoa/print/MGEntryPrint.h
+share/moneyguru/cocoa/print/MGEntryPrint.m
+share/moneyguru/cocoa/print/MGGeneralLedgerPrint.h
+share/moneyguru/cocoa/print/MGGeneralLedgerPrint.m
+share/moneyguru/cocoa/print/MGOutlinePrint.h
+share/moneyguru/cocoa/print/MGOutlinePrint.m
+share/moneyguru/cocoa/print/MGPrintView.h
+share/moneyguru/cocoa/print/MGPrintView.m
+share/moneyguru/cocoa/print/MGProfitPrint.h
+share/moneyguru/cocoa/print/MGProfitPrint.m
+share/moneyguru/cocoa/print/MGSchedulePrint.h
+share/moneyguru/cocoa/print/MGSchedulePrint.m
+share/moneyguru/cocoa/print/MGSheetPrint.h
+share/moneyguru/cocoa/print/MGSheetPrint.m
+share/moneyguru/cocoa/print/MGTablePrint.h
+share/moneyguru/cocoa/print/MGTablePrint.m
+share/moneyguru/cocoa/print/MGTableWithSplitsPrint.h
+share/moneyguru/cocoa/print/MGTableWithSplitsPrint.m
+share/moneyguru/cocoa/print/MGTransactionPrint.h
+share/moneyguru/cocoa/print/MGTransactionPrint.m
+share/moneyguru/cocoa/support/MGAmountCell.h
+share/moneyguru/cocoa/support/MGAmountCell.m
+share/moneyguru/cocoa/support/MGBarGraphView.h
+share/moneyguru/cocoa/support/MGBarGraphView.m
+share/moneyguru/cocoa/support/MGBrush.h
+share/moneyguru/cocoa/support/MGBrush.m
+share/moneyguru/cocoa/support/MGCSVLayoutNameDialog.h
+share/moneyguru/cocoa/support/MGCSVLayoutNameDialog.m
+share/moneyguru/cocoa/support/MGChartView.h
+share/moneyguru/cocoa/support/MGChartView.m
+share/moneyguru/cocoa/support/MGGradientBar.h
+share/moneyguru/cocoa/support/MGGradientBar.m
+share/moneyguru/cocoa/support/MGGraphView.h
+share/moneyguru/cocoa/support/MGGraphView.m
+share/moneyguru/cocoa/support/MGGraphic.h
+share/moneyguru/cocoa/support/MGImportBindingCell.h
+share/moneyguru/cocoa/support/MGImportBindingCell.m
+share/moneyguru/cocoa/support/MGLineGraphView.h
+share/moneyguru/cocoa/support/MGLineGraphView.m
+share/moneyguru/cocoa/support/MGMainWindow.h
+share/moneyguru/cocoa/support/MGMainWindow.m
+share/moneyguru/cocoa/support/MGPen.h
+share/moneyguru/cocoa/support/MGPen.m
+share/moneyguru/cocoa/support/MGPieChartView.h
+share/moneyguru/cocoa/support/MGPieChartView.m
+share/moneyguru/cocoa/support/MGReconciliationCell.h
+share/moneyguru/cocoa/support/MGReconciliationCell.m
+share/moneyguru/cocoa/support/MGRecurrenceScopeDialog.h
+share/moneyguru/cocoa/support/MGRecurrenceScopeDialog.m
+share/moneyguru/cocoa/support/MGTableView.h
+share/moneyguru/cocoa/support/MGTableView.m
+share/moneyguru/cocoa/support/MGTextFieldCell.h
+share/moneyguru/cocoa/support/MGTextFieldCell.m
+share/moneyguru/cocoa/ui/account_panel.py
+share/moneyguru/cocoa/ui/account_reassign_panel.py
+share/moneyguru/cocoa/ui/account_sheet_view.py
+share/moneyguru/cocoa/ui/account_view.py
+share/moneyguru/cocoa/ui/budget_panel.py
+share/moneyguru/cocoa/ui/cashculator_view.py
+share/moneyguru/cocoa/ui/common.py
+share/moneyguru/cocoa/ui/csv_import_options.py
+share/moneyguru/cocoa/ui/csv_layout_name.py
+share/moneyguru/cocoa/ui/custom_date_range_dialog.py
+share/moneyguru/cocoa/ui/date_range_selector.py
+share/moneyguru/cocoa/ui/docprops_view.py
+share/moneyguru/cocoa/ui/export_panel.py
+share/moneyguru/cocoa/ui/import_window.py
+share/moneyguru/cocoa/ui/lookup.py
+share/moneyguru/cocoa/ui/main_menu.py
+share/moneyguru/cocoa/ui/main_window.py
+share/moneyguru/cocoa/ui/mass_editing_panel.py
+share/moneyguru/cocoa/ui/newtab_view.py
+share/moneyguru/cocoa/ui/preferences_panel.py
+share/moneyguru/cocoa/ui/schedule_panel.py
+share/moneyguru/cocoa/ui/schedule_scope_dialog.py
+share/moneyguru/cocoa/ui/transaction_panel.py
+share/moneyguru/cocoa/ui/transaction_view.py
+share/moneyguru/cocoa/waf
+share/moneyguru/cocoa/wscript
+share/moneyguru/cocoalib/.gitignore
+share/moneyguru/cocoalib/.tx/config
+share/moneyguru/cocoalib/Dialogs.h
+share/moneyguru/cocoalib/Dialogs.m
+share/moneyguru/cocoalib/HSAboutBox.h
+share/moneyguru/cocoalib/HSAboutBox.m
+share/moneyguru/cocoalib/HSErrorReportWindow.h
+share/moneyguru/cocoalib/HSErrorReportWindow.m
+share/moneyguru/cocoalib/HSFairware.h
+share/moneyguru/cocoalib/HSFairware.m
+share/moneyguru/cocoalib/HSFairwareAboutBox.h
+share/moneyguru/cocoalib/HSFairwareAboutBox.m
+share/moneyguru/cocoalib/HSFairwareProtocol.h
+share/moneyguru/cocoalib/HSFairwareReminder.h
+share/moneyguru/cocoalib/HSFairwareReminder.m
+share/moneyguru/cocoalib/HSGeometry.h
+share/moneyguru/cocoalib/HSGeometry.m
+share/moneyguru/cocoalib/HSPyUtil.h
+share/moneyguru/cocoalib/HSPyUtil.m
+share/moneyguru/cocoalib/HSQuicklook.h
+share/moneyguru/cocoalib/HSQuicklook.m
+share/moneyguru/cocoalib/HSRecentFiles.h
+share/moneyguru/cocoalib/HSRecentFiles.m
+share/moneyguru/cocoalib/LICENSE
+share/moneyguru/cocoalib/NSEventAdditions.h
+share/moneyguru/cocoalib/NSEventAdditions.m
+share/moneyguru/cocoalib/NSImageAdditions.h
+share/moneyguru/cocoalib/NSImageAdditions.m
+share/moneyguru/cocoalib/NSNotificationAdditions.h
+share/moneyguru/cocoalib/NSNotificationAdditions.m
+share/moneyguru/cocoalib/ProgressController.h
+share/moneyguru/cocoalib/ProgressController.m
+share/moneyguru/cocoalib/Sparkle.framework/Headers
+share/moneyguru/cocoalib/Sparkle.framework/Resources
+share/moneyguru/cocoalib/Sparkle.framework/Sparkle
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Headers/SUAppcast.h
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Headers/SUUpdater.h
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Headers/Sparkle.h
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/Info.plist
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/License.txt
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/SUStatus.nib/info.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/classes.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/info.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/classes.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/info.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/classes.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/info.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Resources/relaunch
+share/moneyguru/cocoalib/Sparkle.framework/Versions/A/Sparkle
+share/moneyguru/cocoalib/Sparkle.framework/Versions/Current
+share/moneyguru/cocoalib/Utils.h
+share/moneyguru/cocoalib/Utils.m
+share/moneyguru/cocoalib/ValueTransformers.h
+share/moneyguru/cocoalib/ValueTransformers.m
+share/moneyguru/cocoalib/Worker.h
+share/moneyguru/cocoalib/cocoa/CocoaProxy.h
+share/moneyguru/cocoalib/cocoa/CocoaProxy.m
+share/moneyguru/cocoalib/cocoa/__init__.py
+share/moneyguru/cocoalib/cocoa/inter.py
+share/moneyguru/cocoalib/controllers/HSColumns.h
+share/moneyguru/cocoalib/controllers/HSColumns.m
+share/moneyguru/cocoalib/controllers/HSComboBox.h
+share/moneyguru/cocoalib/controllers/HSComboBox.m
+share/moneyguru/cocoalib/controllers/HSGUIController.h
+share/moneyguru/cocoalib/controllers/HSGUIController.m
+share/moneyguru/cocoalib/controllers/HSOutline.h
+share/moneyguru/cocoalib/controllers/HSOutline.m
+share/moneyguru/cocoalib/controllers/HSPopUpList.h
+share/moneyguru/cocoalib/controllers/HSPopUpList.m
+share/moneyguru/cocoalib/controllers/HSProgressWindow.h
+share/moneyguru/cocoalib/controllers/HSProgressWindow.m
+share/moneyguru/cocoalib/controllers/HSSelectableList.h
+share/moneyguru/cocoalib/controllers/HSSelectableList.m
+share/moneyguru/cocoalib/controllers/HSTable.h
+share/moneyguru/cocoalib/controllers/HSTable.m
+share/moneyguru/cocoalib/controllers/HSTextField.h
+share/moneyguru/cocoalib/controllers/HSTextField.m
+share/moneyguru/cocoalib/en.lproj/cocoalib.strings
+share/moneyguru/cocoalib/locale/cocoalib.pot
+share/moneyguru/cocoalib/locale/cs/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/de/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/es/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/fr/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/hy/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/it/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/nl/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/pt_BR/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/ru/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/uk/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/vi/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/locale/zh_CN/LC_MESSAGES/cocoalib.po
+share/moneyguru/cocoalib/ui/about.py
+share/moneyguru/cocoalib/ui/demo_reminder.py
+share/moneyguru/cocoalib/ui/enter_code.py
+share/moneyguru/cocoalib/ui/error_report.py
+share/moneyguru/cocoalib/ui/fairware_about.py
+share/moneyguru/cocoalib/ui/progress.py
+share/moneyguru/cocoalib/views/HSOutlineView.h
+share/moneyguru/cocoalib/views/HSOutlineView.m
+share/moneyguru/cocoalib/views/HSTableView.h
+share/moneyguru/cocoalib/views/HSTableView.m
+share/moneyguru/cocoalib/views/NSIndexPathAdditions.h
+share/moneyguru/cocoalib/views/NSIndexPathAdditions.m
+share/moneyguru/cocoalib/views/NSTableViewAdditions.h
+share/moneyguru/cocoalib/views/NSTableViewAdditions.m
share/moneyguru/core/__init__.py
-share/moneyguru/core/__init__.pyc
share/moneyguru/core/app.py
-share/moneyguru/core/app.pyc
share/moneyguru/core/const.py
-share/moneyguru/core/const.pyc
share/moneyguru/core/document.py
-share/moneyguru/core/document.pyc
share/moneyguru/core/exception.py
-share/moneyguru/core/exception.pyc
share/moneyguru/core/gui/__init__.py
-share/moneyguru/core/gui/__init__.pyc
share/moneyguru/core/gui/account_balance_graph.py
-share/moneyguru/core/gui/account_balance_graph.pyc
share/moneyguru/core/gui/account_flow_graph.py
-share/moneyguru/core/gui/account_flow_graph.pyc
share/moneyguru/core/gui/account_lookup.py
-share/moneyguru/core/gui/account_lookup.pyc
share/moneyguru/core/gui/account_panel.py
-share/moneyguru/core/gui/account_panel.pyc
share/moneyguru/core/gui/account_pie_chart.py
-share/moneyguru/core/gui/account_pie_chart.pyc
share/moneyguru/core/gui/account_reassign_panel.py
-share/moneyguru/core/gui/account_reassign_panel.pyc
share/moneyguru/core/gui/account_sheet_view.py
-share/moneyguru/core/gui/account_sheet_view.pyc
share/moneyguru/core/gui/account_view.py
-share/moneyguru/core/gui/account_view.pyc
share/moneyguru/core/gui/balance_graph.py
-share/moneyguru/core/gui/balance_graph.pyc
share/moneyguru/core/gui/balance_sheet.py
-share/moneyguru/core/gui/balance_sheet.pyc
share/moneyguru/core/gui/bar_graph.py
-share/moneyguru/core/gui/bar_graph.pyc
share/moneyguru/core/gui/base.py
-share/moneyguru/core/gui/base.pyc
share/moneyguru/core/gui/budget_panel.py
-share/moneyguru/core/gui/budget_panel.pyc
share/moneyguru/core/gui/budget_table.py
-share/moneyguru/core/gui/budget_table.pyc
share/moneyguru/core/gui/budget_view.py
-share/moneyguru/core/gui/budget_view.pyc
share/moneyguru/core/gui/cashculator_account_table.py
-share/moneyguru/core/gui/cashculator_account_table.pyc
share/moneyguru/core/gui/cashculator_view.py
-share/moneyguru/core/gui/cashculator_view.pyc
share/moneyguru/core/gui/chart.py
-share/moneyguru/core/gui/chart.pyc
share/moneyguru/core/gui/completable_edit.py
-share/moneyguru/core/gui/completable_edit.pyc
share/moneyguru/core/gui/completion_lookup.py
-share/moneyguru/core/gui/completion_lookup.pyc
share/moneyguru/core/gui/csv_options.py
-share/moneyguru/core/gui/csv_options.pyc
share/moneyguru/core/gui/custom_date_range_panel.py
-share/moneyguru/core/gui/custom_date_range_panel.pyc
share/moneyguru/core/gui/date_range_selector.py
-share/moneyguru/core/gui/date_range_selector.pyc
share/moneyguru/core/gui/date_widget.py
-share/moneyguru/core/gui/date_widget.pyc
share/moneyguru/core/gui/docprops_view.py
-share/moneyguru/core/gui/docprops_view.pyc
share/moneyguru/core/gui/empty_view.py
-share/moneyguru/core/gui/empty_view.pyc
share/moneyguru/core/gui/entry_table.py
-share/moneyguru/core/gui/entry_table.pyc
share/moneyguru/core/gui/entry_table_base.py
-share/moneyguru/core/gui/entry_table_base.pyc
share/moneyguru/core/gui/export_account_table.py
-share/moneyguru/core/gui/export_account_table.pyc
share/moneyguru/core/gui/export_panel.py
-share/moneyguru/core/gui/export_panel.pyc
share/moneyguru/core/gui/filter_bar.py
-share/moneyguru/core/gui/filter_bar.pyc
share/moneyguru/core/gui/general_ledger_table.py
-share/moneyguru/core/gui/general_ledger_table.pyc
share/moneyguru/core/gui/general_ledger_view.py
-share/moneyguru/core/gui/general_ledger_view.pyc
share/moneyguru/core/gui/graph.py
-share/moneyguru/core/gui/graph.pyc
share/moneyguru/core/gui/import_table.py
-share/moneyguru/core/gui/import_table.pyc
share/moneyguru/core/gui/import_window.py
-share/moneyguru/core/gui/import_window.pyc
share/moneyguru/core/gui/income_statement.py
-share/moneyguru/core/gui/income_statement.pyc
share/moneyguru/core/gui/lookup.py
-share/moneyguru/core/gui/lookup.pyc
share/moneyguru/core/gui/main_window.py
-share/moneyguru/core/gui/main_window.pyc
share/moneyguru/core/gui/mass_edition_panel.py
-share/moneyguru/core/gui/mass_edition_panel.pyc
share/moneyguru/core/gui/net_worth_graph.py
-share/moneyguru/core/gui/net_worth_graph.pyc
share/moneyguru/core/gui/networth_view.py
-share/moneyguru/core/gui/networth_view.pyc
share/moneyguru/core/gui/pie_chart.py
-share/moneyguru/core/gui/pie_chart.pyc
share/moneyguru/core/gui/print_view.py
-share/moneyguru/core/gui/print_view.pyc
share/moneyguru/core/gui/profit_graph.py
-share/moneyguru/core/gui/profit_graph.pyc
share/moneyguru/core/gui/profit_view.py
-share/moneyguru/core/gui/profit_view.pyc
share/moneyguru/core/gui/report.py
-share/moneyguru/core/gui/report.pyc
share/moneyguru/core/gui/schedule_panel.py
-share/moneyguru/core/gui/schedule_panel.pyc
share/moneyguru/core/gui/schedule_table.py
-share/moneyguru/core/gui/schedule_table.pyc
share/moneyguru/core/gui/schedule_view.py
-share/moneyguru/core/gui/schedule_view.pyc
share/moneyguru/core/gui/search_field.py
-share/moneyguru/core/gui/search_field.pyc
share/moneyguru/core/gui/split_table.py
-share/moneyguru/core/gui/split_table.pyc
share/moneyguru/core/gui/table.py
-share/moneyguru/core/gui/table.pyc
share/moneyguru/core/gui/transaction_panel.py
-share/moneyguru/core/gui/transaction_panel.pyc
share/moneyguru/core/gui/transaction_print.py
-share/moneyguru/core/gui/transaction_print.pyc
share/moneyguru/core/gui/transaction_table.py
-share/moneyguru/core/gui/transaction_table.pyc
share/moneyguru/core/gui/transaction_table_base.py
-share/moneyguru/core/gui/transaction_table_base.pyc
share/moneyguru/core/gui/transaction_view.py
-share/moneyguru/core/gui/transaction_view.pyc
share/moneyguru/core/gui/view_options.py
-share/moneyguru/core/gui/view_options.pyc
share/moneyguru/core/loader/__init__.py
-share/moneyguru/core/loader/__init__.pyc
share/moneyguru/core/loader/base.py
-share/moneyguru/core/loader/base.pyc
share/moneyguru/core/loader/csv.py
-share/moneyguru/core/loader/csv.pyc
share/moneyguru/core/loader/native.py
-share/moneyguru/core/loader/native.pyc
share/moneyguru/core/loader/ofx.py
-share/moneyguru/core/loader/ofx.pyc
share/moneyguru/core/loader/qif.py
-share/moneyguru/core/loader/qif.pyc
share/moneyguru/core/model/__init__.py
-share/moneyguru/core/model/__init__.pyc
-@comment share/moneyguru/core/model/_amount.cpython-32mu.so
share/moneyguru/core/model/_amount.so
share/moneyguru/core/model/_amount_ref.py
-share/moneyguru/core/model/_amount_ref.pyc
share/moneyguru/core/model/account.py
-share/moneyguru/core/model/account.pyc
share/moneyguru/core/model/amount.py
-share/moneyguru/core/model/amount.pyc
share/moneyguru/core/model/budget.py
-share/moneyguru/core/model/budget.pyc
share/moneyguru/core/model/cashculator.py
-share/moneyguru/core/model/cashculator.pyc
share/moneyguru/core/model/completion.py
-share/moneyguru/core/model/completion.pyc
share/moneyguru/core/model/currency.py
-share/moneyguru/core/model/currency.pyc
share/moneyguru/core/model/date.py
-share/moneyguru/core/model/date.pyc
share/moneyguru/core/model/entry.py
-share/moneyguru/core/model/entry.pyc
share/moneyguru/core/model/oven.py
-share/moneyguru/core/model/oven.pyc
share/moneyguru/core/model/recurrence.py
-share/moneyguru/core/model/recurrence.pyc
share/moneyguru/core/model/sort.py
-share/moneyguru/core/model/sort.pyc
share/moneyguru/core/model/transaction.py
-share/moneyguru/core/model/transaction.pyc
share/moneyguru/core/model/transaction_list.py
-share/moneyguru/core/model/transaction_list.pyc
share/moneyguru/core/model/undo.py
-share/moneyguru/core/model/undo.pyc
+share/moneyguru/core/modules/amount.c
share/moneyguru/core/plugin.py
-share/moneyguru/core/plugin.pyc
share/moneyguru/core/saver/__init__.py
-share/moneyguru/core/saver/__init__.pyc
share/moneyguru/core/saver/csv.py
-share/moneyguru/core/saver/csv.pyc
share/moneyguru/core/saver/native.py
-share/moneyguru/core/saver/native.pyc
share/moneyguru/core/saver/qif.py
-share/moneyguru/core/saver/qif.pyc
-share/moneyguru/help/.buildinfo
-share/moneyguru/help/.doctrees/basics.doctree
-share/moneyguru/help/.doctrees/cash.doctree
-share/moneyguru/help/.doctrees/changelog.doctree
-share/moneyguru/help/.doctrees/credits.doctree
-share/moneyguru/help/.doctrees/currencies.doctree
-share/moneyguru/help/.doctrees/editing.doctree
-share/moneyguru/help/.doctrees/environment.pickle
-share/moneyguru/help/.doctrees/faq.doctree
-share/moneyguru/help/.doctrees/forecast.doctree
-share/moneyguru/help/.doctrees/import.doctree
-share/moneyguru/help/.doctrees/index.doctree
-share/moneyguru/help/.doctrees/plugins.doctree
-share/moneyguru/help/.doctrees/reconciliation.doctree
-share/moneyguru/help/_images/backward_16.png
-share/moneyguru/help/_images/basics_account.png
-share/moneyguru/help/_images/basics_account_in.png
-share/moneyguru/help/_images/basics_account_out.png
-share/moneyguru/help/_images/basics_date_range.png
-share/moneyguru/help/_images/basics_net_worth.png
-share/moneyguru/help/_images/basics_show_account_arrow.png
-share/moneyguru/help/_images/basics_transactions.png
-share/moneyguru/help/_images/clock.png
-share/moneyguru/help/_images/edition_account_panel.png
-share/moneyguru/help/_images/edition_buttons.png
-share/moneyguru/help/_images/edition_mass_edition_panel.png
-share/moneyguru/help/_images/edition_three_way_split.png
-share/moneyguru/help/_images/edition_transaction_panel.png
-share/moneyguru/help/_images/edition_transaction_panel_split.png
-share/moneyguru/help/_images/forward_16.png
-share/moneyguru/help/_images/hs_title.png
-share/moneyguru/help/_images/import_csv_options.png
-share/moneyguru/help/_images/import_match_table.png
-share/moneyguru/help/_images/import_window.png
-share/moneyguru/help/_images/reconciliation_checkmark.png
-share/moneyguru/help/_sources/basics.txt
-share/moneyguru/help/_sources/cash.txt
-share/moneyguru/help/_sources/changelog.txt
-share/moneyguru/help/_sources/credits.txt
-share/moneyguru/help/_sources/currencies.txt
-share/moneyguru/help/_sources/editing.txt
-share/moneyguru/help/_sources/faq.txt
-share/moneyguru/help/_sources/forecast.txt
-share/moneyguru/help/_sources/import.txt
-share/moneyguru/help/_sources/index.txt
-share/moneyguru/help/_sources/plugins.txt
-share/moneyguru/help/_sources/reconciliation.txt
-share/moneyguru/help/_static/ajax-loader.gif
-share/moneyguru/help/_static/basic.css
-share/moneyguru/help/_static/comment-bright.png
-share/moneyguru/help/_static/comment-close.png
-share/moneyguru/help/_static/comment.png
-share/moneyguru/help/_static/default.css
-share/moneyguru/help/_static/doctools.js
-share/moneyguru/help/_static/down-pressed.png
-share/moneyguru/help/_static/down.png
-share/moneyguru/help/_static/file.png
-share/moneyguru/help/_static/jquery.js
-share/moneyguru/help/_static/minus.png
-share/moneyguru/help/_static/plus.png
-share/moneyguru/help/_static/pygments.css
-share/moneyguru/help/_static/searchtools.js
-share/moneyguru/help/_static/sidebar.js
-share/moneyguru/help/_static/underscore.js
-share/moneyguru/help/_static/up-pressed.png
-share/moneyguru/help/_static/up.png
-share/moneyguru/help/_static/websupport.js
-share/moneyguru/help/basics.html
-share/moneyguru/help/cash.html
-share/moneyguru/help/changelog.html
-share/moneyguru/help/credits.html
-share/moneyguru/help/currencies.html
-share/moneyguru/help/editing.html
-share/moneyguru/help/faq.html
-share/moneyguru/help/forecast.html
-share/moneyguru/help/import.html
-share/moneyguru/help/index.html
-share/moneyguru/help/objects.inv
-share/moneyguru/help/plugins.html
-share/moneyguru/help/reconciliation.html
-share/moneyguru/help/search.html
-share/moneyguru/help/searchindex.js
+share/moneyguru/core/tests/__init__.py
+share/moneyguru/core/tests/account_test.py
+share/moneyguru/core/tests/base.py
+share/moneyguru/core/tests/budget_test.py
+share/moneyguru/core/tests/completion_test.py
+share/moneyguru/core/tests/conftest.py
+share/moneyguru/core/tests/currency_test.py
+share/moneyguru/core/tests/date_range_test.py
+share/moneyguru/core/tests/export_test.py
+share/moneyguru/core/tests/gui/__init__.py
+share/moneyguru/core/tests/gui/account_lookup_test.py
+share/moneyguru/core/tests/gui/account_panel_test.py
+share/moneyguru/core/tests/gui/account_pie_chart_test.py
+share/moneyguru/core/tests/gui/account_reassign_panel_test.py
+share/moneyguru/core/tests/gui/account_view_test.py
+share/moneyguru/core/tests/gui/balance_graph_test.py
+share/moneyguru/core/tests/gui/balance_sheet_test.py
+share/moneyguru/core/tests/gui/bar_graph_test.py
+share/moneyguru/core/tests/gui/budget_panel_test.py
+share/moneyguru/core/tests/gui/budget_table_test.py
+share/moneyguru/core/tests/gui/completable_edit_test.py
+share/moneyguru/core/tests/gui/completion_lookup_test.py
+share/moneyguru/core/tests/gui/csv_options_test.py
+share/moneyguru/core/tests/gui/custom_date_range_panel_test.py
+share/moneyguru/core/tests/gui/date_range_selector_test.py
+share/moneyguru/core/tests/gui/date_widget_test.py
+share/moneyguru/core/tests/gui/docprops_view_test.py
+share/moneyguru/core/tests/gui/entry_print_test.py
+share/moneyguru/core/tests/gui/entry_table_test.py
+share/moneyguru/core/tests/gui/export_panel_test.py
+share/moneyguru/core/tests/gui/filter_bar_test.py
+share/moneyguru/core/tests/gui/general_ledger_table_test.py
+share/moneyguru/core/tests/gui/general_ledger_view_test.py
+share/moneyguru/core/tests/gui/graph_test.py
+share/moneyguru/core/tests/gui/gui_calls_test.py
+share/moneyguru/core/tests/gui/import_table_test.py
+share/moneyguru/core/tests/gui/import_window_test.py
+share/moneyguru/core/tests/gui/income_statement_test.py
+share/moneyguru/core/tests/gui/main_window_test.py
+share/moneyguru/core/tests/gui/mass_edition_panel_test.py
+share/moneyguru/core/tests/gui/net_worth_graph_test.py
+share/moneyguru/core/tests/gui/print_view_test.py
+share/moneyguru/core/tests/gui/profit_graph_test.py
+share/moneyguru/core/tests/gui/schedule_panel_test.py
+share/moneyguru/core/tests/gui/schedule_table_test.py
+share/moneyguru/core/tests/gui/search_field_test.py
+share/moneyguru/core/tests/gui/split_table_test.py
+share/moneyguru/core/tests/gui/table_sort_test.py
+share/moneyguru/core/tests/gui/transaction_panel_test.py
+share/moneyguru/core/tests/gui/transaction_print_test.py
+share/moneyguru/core/tests/gui/transaction_table_test.py
+share/moneyguru/core/tests/gui/transaction_view_test.py
+share/moneyguru/core/tests/import_test.py
+share/moneyguru/core/tests/load_test.py
+share/moneyguru/core/tests/loader/__init__.py
+share/moneyguru/core/tests/loader/base_test.py
+share/moneyguru/core/tests/loader/csv_test.py
+share/moneyguru/core/tests/loader/native_test.py
+share/moneyguru/core/tests/loader/ofx_test.py
+share/moneyguru/core/tests/loader/qif_test.py
+share/moneyguru/core/tests/main_test.py
+share/moneyguru/core/tests/model/__init__.py
+share/moneyguru/core/tests/model/account_test.py
+share/moneyguru/core/tests/model/amount_test.py
+share/moneyguru/core/tests/model/currency_test.py
+share/moneyguru/core/tests/model/date_test.py
+share/moneyguru/core/tests/pref_test.py
+share/moneyguru/core/tests/reconciliation_test.py
+share/moneyguru/core/tests/recurrence_test.py
+share/moneyguru/core/tests/split_test.py
+share/moneyguru/core/tests/testdata/csv/ambiguous_date.csv
+share/moneyguru/core/tests/testdata/csv/amount_with_dollar_sign.csv
+share/moneyguru/core/tests/testdata/csv/comments.csv
+share/moneyguru/core/tests/testdata/csv/date_field_with_garbage.csv
+share/moneyguru/core/tests/testdata/csv/fortis.csv
+share/moneyguru/core/tests/testdata/csv/fortis_with_r_linesep.csv
+share/moneyguru/core/tests/testdata/csv/increase_decrease.csv
+share/moneyguru/core/tests/testdata/csv/invalid_utf8_char.csv
+share/moneyguru/core/tests/testdata/csv/lots_of_noise.csv
+share/moneyguru/core/tests/testdata/csv/mixed_linesep.csv
+share/moneyguru/core/tests/testdata/csv/null_character.csv
+share/moneyguru/core/tests/testdata/csv/quoted_sep.csv
+share/moneyguru/core/tests/testdata/csv/short_dates.csv
+share/moneyguru/core/tests/testdata/csv/simple.csv
+share/moneyguru/core/tests/testdata/csv/unquoted_with_footer.csv
+share/moneyguru/core/tests/testdata/csv/utf8_encoded.csv
+share/moneyguru/core/tests/testdata/csv/weird_sep.csv
+share/moneyguru/core/tests/testdata/moneyguru/account_in_group.moneyguru
+share/moneyguru/core/tests/testdata/moneyguru/invalid_account_type.moneyguru
+share/moneyguru/core/tests/testdata/moneyguru/multi_currency.moneyguru
+share/moneyguru/core/tests/testdata/moneyguru/multiple_transfer_references.moneyguru
+share/moneyguru/core/tests/testdata/moneyguru/payee_description.moneyguru
+share/moneyguru/core/tests/testdata/moneyguru/simple.moneyguru
+share/moneyguru/core/tests/testdata/moneyguru/with_references1.moneyguru
+share/moneyguru/core/tests/testdata/moneyguru/with_references2.moneyguru
+share/moneyguru/core/tests/testdata/moneyguru/with_references3.moneyguru
+share/moneyguru/core/tests/testdata/ofx/blank_first_line.ofx
+share/moneyguru/core/tests/testdata/ofx/ccstmtrs.ofx
+share/moneyguru/core/tests/testdata/ofx/desjardins.ofx
+share/moneyguru/core/tests/testdata/ofx/desjardins2.ofx
+share/moneyguru/core/tests/testdata/ofx/desjardins3.ofx
+share/moneyguru/core/tests/testdata/ofx/fortis.ofx
+share/moneyguru/core/tests/testdata/ofx/ing.qfx
+share/moneyguru/core/tests/testdata/ofx/invalid.ofx
+share/moneyguru/core/tests/testdata/ofx/invalid_currency.ofx
+share/moneyguru/core/tests/testdata/qif/accountless.qif
+share/moneyguru/core/tests/testdata/qif/accountless_with_splits.qif
+share/moneyguru/core/tests/testdata/qif/ambiguous_date.qif
+share/moneyguru/core/tests/testdata/qif/autoswitch.qif
+share/moneyguru/core/tests/testdata/qif/autoswitch_buggy.qif
+share/moneyguru/core/tests/testdata/qif/autoswitch_none.qif
+share/moneyguru/core/tests/testdata/qif/checkbook.qif
+share/moneyguru/core/tests/testdata/qif/chr13_line_sep.qif
+share/moneyguru/core/tests/testdata/qif/credit_card.qif
+share/moneyguru/core/tests/testdata/qif/ddmmyy.qif
+share/moneyguru/core/tests/testdata/qif/ddmmyyyy.qif
+share/moneyguru/core/tests/testdata/qif/ddmmyyyy_with_dots.qif
+share/moneyguru/core/tests/testdata/qif/empty_accounts.qif
+share/moneyguru/core/tests/testdata/qif/export_ref_transfer.qif
+share/moneyguru/core/tests/testdata/qif/extra_dline.qif
+share/moneyguru/core/tests/testdata/qif/first_field_not_account.qif
+share/moneyguru/core/tests/testdata/qif/four_digit_year.qif
+share/moneyguru/core/tests/testdata/qif/invalid.qif
+share/moneyguru/core/tests/testdata/qif/missing_fields.qif
+share/moneyguru/core/tests/testdata/qif/missing_line_sep.qif
+share/moneyguru/core/tests/testdata/qif/only_accounts.qif
+share/moneyguru/core/tests/testdata/qif/other_sections.qif
+share/moneyguru/core/tests/testdata/qif/quicken_split_duplicate.qif
+share/moneyguru/core/tests/testdata/qif/same_date_same_amount.qif
+share/moneyguru/core/tests/testdata/qif/same_date_same_amount_transfer.qif
+share/moneyguru/core/tests/testdata/qif/transfer.qif
+share/moneyguru/core/tests/testdata/qif/transfer_space_in_account_names.qif
+share/moneyguru/core/tests/testdata/qif/transfer_splits.qif
+share/moneyguru/core/tests/testdata/qif/with_cat.qif
+share/moneyguru/core/tests/testdata/qif/yyyymmdd_with_sep.qif
+share/moneyguru/core/tests/testdata/qif/yyyymmdd_without_sep.qif
+share/moneyguru/core/tests/testdata/randomfile
+share/moneyguru/core/tests/testdata/zerofile
+share/moneyguru/core/tests/undo_test.py
+share/moneyguru/data/example.moneyguru
+share/moneyguru/data/stylesheet_lnx.css
+share/moneyguru/data/stylesheet_win.css
+share/moneyguru/help/__init__.py
+share/moneyguru/help/changelog
+share/moneyguru/help/conf.tmpl
+share/moneyguru/help/cs/basics.rst
+share/moneyguru/help/cs/cash.rst
+share/moneyguru/help/cs/changelog.tmpl
+share/moneyguru/help/cs/credits.rst
+share/moneyguru/help/cs/currencies.rst
+share/moneyguru/help/cs/editing.rst
+share/moneyguru/help/cs/faq.rst
+share/moneyguru/help/cs/forecast.rst
+share/moneyguru/help/cs/image
+share/moneyguru/help/cs/import.rst
+share/moneyguru/help/cs/index.rst
+share/moneyguru/help/cs/reconciliation.rst
+share/moneyguru/help/de/basics.rst
+share/moneyguru/help/de/cash.rst
+share/moneyguru/help/de/changelog.tmpl
+share/moneyguru/help/de/credits.rst
+share/moneyguru/help/de/currencies.rst
+share/moneyguru/help/de/editing.rst
+share/moneyguru/help/de/faq.rst
+share/moneyguru/help/de/forecast.rst
+share/moneyguru/help/de/image
+share/moneyguru/help/de/import.rst
+share/moneyguru/help/de/index.rst
+share/moneyguru/help/de/reconciliation.rst
+share/moneyguru/help/en/basics.rst
+share/moneyguru/help/en/cash.rst
+share/moneyguru/help/en/changelog.rst
+share/moneyguru/help/en/changelog.tmpl
+share/moneyguru/help/en/conf.py
+share/moneyguru/help/en/credits.rst
+share/moneyguru/help/en/currencies.rst
+share/moneyguru/help/en/developer/api/document.rst
+share/moneyguru/help/en/developer/api/index.rst
+share/moneyguru/help/en/developer/architecture.rst
+share/moneyguru/help/en/developer/build.rst
+share/moneyguru/help/en/developer/conf.py
+share/moneyguru/help/en/developer/devprocess.rst
+share/moneyguru/help/en/developer/index.rst
+share/moneyguru/help/en/developer/refactorings.rst
+share/moneyguru/help/en/editing.rst
+share/moneyguru/help/en/faq.rst
+share/moneyguru/help/en/forecast.rst
+share/moneyguru/help/en/image
+share/moneyguru/help/en/import.rst
+share/moneyguru/help/en/index.rst
+share/moneyguru/help/en/plugins.rst
+share/moneyguru/help/en/reconciliation.rst
+share/moneyguru/help/fr/basics.rst
+share/moneyguru/help/fr/cash.rst
+share/moneyguru/help/fr/changelog.tmpl
+share/moneyguru/help/fr/credits.rst
+share/moneyguru/help/fr/currencies.rst
+share/moneyguru/help/fr/editing.rst
+share/moneyguru/help/fr/faq.rst
+share/moneyguru/help/fr/forecast.rst
+share/moneyguru/help/fr/image
+share/moneyguru/help/fr/import.rst
+share/moneyguru/help/fr/index.rst
+share/moneyguru/help/fr/reconciliation.rst
+share/moneyguru/help/image_osx/backward_16.png
+share/moneyguru/help/image_osx/basics_account.png
+share/moneyguru/help/image_osx/basics_account_in.png
+share/moneyguru/help/image_osx/basics_account_out.png
+share/moneyguru/help/image_osx/basics_date_range.png
+share/moneyguru/help/image_osx/basics_net_worth.png
+share/moneyguru/help/image_osx/basics_show_account_arrow.png
+share/moneyguru/help/image_osx/basics_transactions.png
+share/moneyguru/help/image_osx/clock.png
+share/moneyguru/help/image_osx/edition_account_panel.png
+share/moneyguru/help/image_osx/edition_buttons.png
+share/moneyguru/help/image_osx/edition_mass_edition_panel.png
+share/moneyguru/help/image_osx/edition_three_way_split.png
+share/moneyguru/help/image_osx/edition_transaction_panel.png
+share/moneyguru/help/image_osx/edition_transaction_panel_split.png
+share/moneyguru/help/image_osx/forward_16.png
+share/moneyguru/help/image_osx/hs_title.png
+share/moneyguru/help/image_osx/import_csv_options.png
+share/moneyguru/help/image_osx/import_match_table.png
+share/moneyguru/help/image_osx/import_window.png
+share/moneyguru/help/image_osx/reconciliation_checkmark.png
+share/moneyguru/help/image_win/backward_16.png
+share/moneyguru/help/image_win/basics_account.png
+share/moneyguru/help/image_win/basics_account_in.png
+share/moneyguru/help/image_win/basics_account_out.png
+share/moneyguru/help/image_win/basics_date_range.png
+share/moneyguru/help/image_win/basics_net_worth.png
+share/moneyguru/help/image_win/basics_show_account_arrow.png
+share/moneyguru/help/image_win/basics_transactions.png
+share/moneyguru/help/image_win/clock.png
+share/moneyguru/help/image_win/edition_account_panel.png
+share/moneyguru/help/image_win/edition_buttons.png
+share/moneyguru/help/image_win/edition_mass_edition_panel.png
+share/moneyguru/help/image_win/edition_three_way_split.png
+share/moneyguru/help/image_win/edition_transaction_panel.png
+share/moneyguru/help/image_win/edition_transaction_panel_split.png
+share/moneyguru/help/image_win/forward_16.png
+share/moneyguru/help/image_win/hs_title.png
+share/moneyguru/help/image_win/import_csv_options.png
+share/moneyguru/help/image_win/import_match_table.png
+share/moneyguru/help/image_win/import_window.png
+share/moneyguru/help/image_win/reconciliation_checkmark.png
+share/moneyguru/help/it/basics.rst
+share/moneyguru/help/it/cash.rst
+share/moneyguru/help/it/changelog.tmpl
+share/moneyguru/help/it/credits.rst
+share/moneyguru/help/it/currencies.rst
+share/moneyguru/help/it/editing.rst
+share/moneyguru/help/it/faq.rst
+share/moneyguru/help/it/forecast.rst
+share/moneyguru/help/it/image
+share/moneyguru/help/it/import.rst
+share/moneyguru/help/it/index.rst
+share/moneyguru/help/it/reconciliation.rst
+share/moneyguru/hscommon/.gitignore
+share/moneyguru/hscommon/.tx/config
share/moneyguru/hscommon/LICENSE
share/moneyguru/hscommon/README
share/moneyguru/hscommon/__init__.py
@@ -276,33 +829,57 @@ share/moneyguru/hscommon/__init__.pyc
share/moneyguru/hscommon/build.py
share/moneyguru/hscommon/build.pyc
share/moneyguru/hscommon/conflict.py
-share/moneyguru/hscommon/conflict.pyc
share/moneyguru/hscommon/currency.py
-share/moneyguru/hscommon/currency.pyc
share/moneyguru/hscommon/debug.py
-share/moneyguru/hscommon/debug.pyc
+share/moneyguru/hscommon/docs/build.rst
+share/moneyguru/hscommon/docs/conf.py
+share/moneyguru/hscommon/docs/conflict.rst
+share/moneyguru/hscommon/docs/currency.rst
+share/moneyguru/hscommon/docs/index.rst
+share/moneyguru/hscommon/docs/notify.rst
+share/moneyguru/hscommon/docs/path.rst
+share/moneyguru/hscommon/docs/reg.rst
+share/moneyguru/hscommon/docs/sqlite.rst
+share/moneyguru/hscommon/docs/util.rst
share/moneyguru/hscommon/geometry.py
-share/moneyguru/hscommon/geometry.pyc
share/moneyguru/hscommon/gui/__init__.py
-share/moneyguru/hscommon/gui/__init__.pyc
share/moneyguru/hscommon/gui/base.py
-share/moneyguru/hscommon/gui/base.pyc
share/moneyguru/hscommon/gui/column.py
-share/moneyguru/hscommon/gui/column.pyc
+share/moneyguru/hscommon/gui/progress_window.py
share/moneyguru/hscommon/gui/selectable_list.py
-share/moneyguru/hscommon/gui/selectable_list.pyc
share/moneyguru/hscommon/gui/table.py
-share/moneyguru/hscommon/gui/table.pyc
share/moneyguru/hscommon/gui/text_field.py
-share/moneyguru/hscommon/gui/text_field.pyc
share/moneyguru/hscommon/gui/tree.py
-share/moneyguru/hscommon/gui/tree.pyc
share/moneyguru/hscommon/io.py
share/moneyguru/hscommon/io.pyc
share/moneyguru/hscommon/loc.py
share/moneyguru/hscommon/loc.pyc
+share/moneyguru/hscommon/locale/cs/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/cs/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/de/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/de/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/es/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/es/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/fr/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/fr/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/hscommon.pot
+share/moneyguru/hscommon/locale/hy/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/hy/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/it/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/it/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/nl/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/nl/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/pt_BR/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/pt_BR/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/ru/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/ru/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/uk/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/uk/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/vi/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/vi/LC_MESSAGES/hscommon.po
+share/moneyguru/hscommon/locale/zh_CN/LC_MESSAGES/hscommon.mo
+share/moneyguru/hscommon/locale/zh_CN/LC_MESSAGES/hscommon.po
share/moneyguru/hscommon/notify.py
-share/moneyguru/hscommon/notify.pyc
share/moneyguru/hscommon/path.py
share/moneyguru/hscommon/path.pyc
share/moneyguru/hscommon/plat.py
@@ -310,248 +887,302 @@ share/moneyguru/hscommon/plat.pyc
share/moneyguru/hscommon/pygettext.py
share/moneyguru/hscommon/pygettext.pyc
share/moneyguru/hscommon/reg.py
-share/moneyguru/hscommon/reg.pyc
share/moneyguru/hscommon/sphinxgen.py
share/moneyguru/hscommon/sphinxgen.pyc
share/moneyguru/hscommon/sqlite.py
-share/moneyguru/hscommon/sqlite.pyc
+share/moneyguru/hscommon/tests/__init__.py
+share/moneyguru/hscommon/tests/conflict_test.py
+share/moneyguru/hscommon/tests/currency_test.py
+share/moneyguru/hscommon/tests/notify_test.py
+share/moneyguru/hscommon/tests/path_test.py
+share/moneyguru/hscommon/tests/reg_test.py
+share/moneyguru/hscommon/tests/selectable_list_test.py
+share/moneyguru/hscommon/tests/sqlite_test.py
+share/moneyguru/hscommon/tests/table_test.py
+share/moneyguru/hscommon/tests/tree_test.py
+share/moneyguru/hscommon/tests/util_test.py
share/moneyguru/hscommon/testutil.py
-share/moneyguru/hscommon/testutil.pyc
share/moneyguru/hscommon/trans.py
-share/moneyguru/hscommon/trans.pyc
share/moneyguru/hscommon/util.py
share/moneyguru/hscommon/util.pyc
+share/moneyguru/images/account_in_12.png
+share/moneyguru/images/account_in_16.png
+share/moneyguru/images/account_out_12.png
+share/moneyguru/images/account_out_16.png
+share/moneyguru/images/backward_16.png
+share/moneyguru/images/backward_32.png
+share/moneyguru/images/balance_sheet_16.png
+share/moneyguru/images/balance_sheet_48.png
+share/moneyguru/images/budget_16.png
+share/moneyguru/images/budget_48.png
+share/moneyguru/images/cashculator_16.png
+share/moneyguru/images/cashculator_48.png
+share/moneyguru/images/check_16.png
+share/moneyguru/images/columns_16.png
+share/moneyguru/images/doc_icon.icns
+share/moneyguru/images/entry_table_16.png
+share/moneyguru/images/forward_16.png
+share/moneyguru/images/forward_32.png
+share/moneyguru/images/gledger_16.png
+share/moneyguru/images/gledger_48.png
+share/moneyguru/images/graph_visibility_off_16.png
+share/moneyguru/images/graph_visibility_on_16.png
+share/moneyguru/images/income_statement_16.png
+share/moneyguru/images/income_statement_48.png
+share/moneyguru/images/info_gray_12.png
+share/moneyguru/images/lock_12.png
+share/moneyguru/images/logo_big.png
+share/moneyguru/images/logo_small.png
+share/moneyguru/images/main_icon.icns
+share/moneyguru/images/main_icon.ico
+share/moneyguru/images/minus_8.png
+share/moneyguru/images/nav_down_6.png
+share/moneyguru/images/nav_left_9.png
+share/moneyguru/images/nav_right_9.png
+share/moneyguru/images/piechart_visibility_off_16.png
+share/moneyguru/images/piechart_visibility_on_16.png
+share/moneyguru/images/plus_8.png
+share/moneyguru/images/popup_arrows.png
+share/moneyguru/images/recurrent_16.png
+share/moneyguru/images/right_arrow_gray_12.png
+share/moneyguru/images/right_arrow_white_12.png
+share/moneyguru/images/schedules_16.png
+share/moneyguru/images/schedules_48.png
+share/moneyguru/images/transaction_table_16.png
+share/moneyguru/images/transaction_table_48.png
+share/moneyguru/images/tree_minus_9.png
+share/moneyguru/images/tree_plus_9.png
+share/moneyguru/locale/columns.pot
+share/moneyguru/locale/core.pot
share/moneyguru/locale/cs/LC_MESSAGES/columns.mo
+share/moneyguru/locale/cs/LC_MESSAGES/columns.po
share/moneyguru/locale/cs/LC_MESSAGES/core.mo
+share/moneyguru/locale/cs/LC_MESSAGES/core.po
share/moneyguru/locale/cs/LC_MESSAGES/hscommon.mo
share/moneyguru/locale/cs/LC_MESSAGES/qtlib.mo
share/moneyguru/locale/cs/LC_MESSAGES/ui.mo
+share/moneyguru/locale/cs/LC_MESSAGES/ui.po
share/moneyguru/locale/de/LC_MESSAGES/columns.mo
+share/moneyguru/locale/de/LC_MESSAGES/columns.po
share/moneyguru/locale/de/LC_MESSAGES/core.mo
+share/moneyguru/locale/de/LC_MESSAGES/core.po
share/moneyguru/locale/de/LC_MESSAGES/hscommon.mo
share/moneyguru/locale/de/LC_MESSAGES/qtlib.mo
share/moneyguru/locale/de/LC_MESSAGES/ui.mo
+share/moneyguru/locale/de/LC_MESSAGES/ui.po
+share/moneyguru/locale/es/LC_MESSAGES/columns.mo
+share/moneyguru/locale/es/LC_MESSAGES/columns.po
+share/moneyguru/locale/es/LC_MESSAGES/core.mo
+share/moneyguru/locale/es/LC_MESSAGES/core.po
+share/moneyguru/locale/es/LC_MESSAGES/hscommon.mo
+share/moneyguru/locale/es/LC_MESSAGES/qtlib.mo
+share/moneyguru/locale/es/LC_MESSAGES/ui.mo
+share/moneyguru/locale/es/LC_MESSAGES/ui.po
share/moneyguru/locale/fr/LC_MESSAGES/columns.mo
+share/moneyguru/locale/fr/LC_MESSAGES/columns.po
share/moneyguru/locale/fr/LC_MESSAGES/core.mo
+share/moneyguru/locale/fr/LC_MESSAGES/core.po
share/moneyguru/locale/fr/LC_MESSAGES/hscommon.mo
share/moneyguru/locale/fr/LC_MESSAGES/qtlib.mo
share/moneyguru/locale/fr/LC_MESSAGES/ui.mo
+share/moneyguru/locale/fr/LC_MESSAGES/ui.po
share/moneyguru/locale/it/LC_MESSAGES/columns.mo
+share/moneyguru/locale/it/LC_MESSAGES/columns.po
share/moneyguru/locale/it/LC_MESSAGES/core.mo
+share/moneyguru/locale/it/LC_MESSAGES/core.po
share/moneyguru/locale/it/LC_MESSAGES/hscommon.mo
share/moneyguru/locale/it/LC_MESSAGES/qtlib.mo
share/moneyguru/locale/it/LC_MESSAGES/ui.mo
+share/moneyguru/locale/it/LC_MESSAGES/ui.po
share/moneyguru/locale/nl/LC_MESSAGES/columns.mo
+share/moneyguru/locale/nl/LC_MESSAGES/columns.po
share/moneyguru/locale/nl/LC_MESSAGES/core.mo
+share/moneyguru/locale/nl/LC_MESSAGES/core.po
share/moneyguru/locale/nl/LC_MESSAGES/hscommon.mo
share/moneyguru/locale/nl/LC_MESSAGES/qtlib.mo
share/moneyguru/locale/nl/LC_MESSAGES/ui.mo
-share/moneyguru/logo_big.png
+share/moneyguru/locale/nl/LC_MESSAGES/ui.po
+share/moneyguru/locale/ui.pot
share/moneyguru/plugin_examples/__init__.py
-share/moneyguru/plugin_examples/__init__.pyc
share/moneyguru/plugin_examples/account_list.py
-share/moneyguru/plugin_examples/account_list.pyc
share/moneyguru/plugin_examples/currency_rates.py
-share/moneyguru/plugin_examples/currency_rates.pyc
share/moneyguru/plugin_examples/payee_breakdown.py
-share/moneyguru/plugin_examples/payee_breakdown.pyc
+share/moneyguru/plugin_examples/yahoo_currency_provider.py
+share/moneyguru/psmtabbarcontrol/.gitignore
+share/moneyguru/psmtabbarcontrol/Info.plist
+share/moneyguru/psmtabbarcontrol/NSBezierPath_AMShading.h
+share/moneyguru/psmtabbarcontrol/NSBezierPath_AMShading.m
+share/moneyguru/psmtabbarcontrol/PSMAquaTabStyle.h
+share/moneyguru/psmtabbarcontrol/PSMAquaTabStyle.m
+share/moneyguru/psmtabbarcontrol/PSMMetalTabStyle.h
+share/moneyguru/psmtabbarcontrol/PSMMetalTabStyle.m
+share/moneyguru/psmtabbarcontrol/PSMOverflowPopUpButton.h
+share/moneyguru/psmtabbarcontrol/PSMOverflowPopUpButton.m
+share/moneyguru/psmtabbarcontrol/PSMProgressIndicator.h
+share/moneyguru/psmtabbarcontrol/PSMProgressIndicator.m
+share/moneyguru/psmtabbarcontrol/PSMRolloverButton.h
+share/moneyguru/psmtabbarcontrol/PSMRolloverButton.m
+share/moneyguru/psmtabbarcontrol/PSMTabBarCell.h
+share/moneyguru/psmtabbarcontrol/PSMTabBarCell.m
+share/moneyguru/psmtabbarcontrol/PSMTabBarControl.h
+share/moneyguru/psmtabbarcontrol/PSMTabBarControl.m
+share/moneyguru/psmtabbarcontrol/PSMTabDragAssistant.h
+share/moneyguru/psmtabbarcontrol/PSMTabDragAssistant.m
+share/moneyguru/psmtabbarcontrol/PSMTabStyle.h
+share/moneyguru/psmtabbarcontrol/PSMUnifiedTabStyle.h
+share/moneyguru/psmtabbarcontrol/PSMUnifiedTabStyle.m
+share/moneyguru/psmtabbarcontrol/ReadMe.rtfd/TXT.rtf
+share/moneyguru/psmtabbarcontrol/ReadMe.rtfd/startpage.gif
+share/moneyguru/psmtabbarcontrol/images/AquaTabClose_Front.tif
+share/moneyguru/psmtabbarcontrol/images/AquaTabClose_Front_Pressed.tif
+share/moneyguru/psmtabbarcontrol/images/AquaTabClose_Front_Rollover.tif
+share/moneyguru/psmtabbarcontrol/images/AquaTabNew.png
+share/moneyguru/psmtabbarcontrol/images/AquaTabNewPressed.png
+share/moneyguru/psmtabbarcontrol/images/AquaTabNewRollover.png
+share/moneyguru/psmtabbarcontrol/images/AquaTabsBackground.png
+share/moneyguru/psmtabbarcontrol/images/AquaTabsDown.png
+share/moneyguru/psmtabbarcontrol/images/AquaTabsDownGraphite.png
+share/moneyguru/psmtabbarcontrol/images/AquaTabsDownNonKey.png
+share/moneyguru/psmtabbarcontrol/images/AquaTabsSeparator.png
+share/moneyguru/psmtabbarcontrol/images/AquaTabsSeparatorDown.png
+share/moneyguru/psmtabbarcontrol/images/TabClose_Front.tif
+share/moneyguru/psmtabbarcontrol/images/TabClose_Front_Pressed.tif
+share/moneyguru/psmtabbarcontrol/images/TabClose_Front_Rollover.tif
+share/moneyguru/psmtabbarcontrol/images/TabControlRep.tif
+share/moneyguru/psmtabbarcontrol/images/TabIcon.tif
+share/moneyguru/psmtabbarcontrol/images/TabNewMetal.png
+share/moneyguru/psmtabbarcontrol/images/TabNewMetalPressed.png
+share/moneyguru/psmtabbarcontrol/images/TabNewMetalRollover.png
+share/moneyguru/psmtabbarcontrol/images/overflowImage.tiff
+share/moneyguru/psmtabbarcontrol/images/overflowImagePressed.tif
+share/moneyguru/psmtabbarcontrol/images/pi.png
+share/moneyguru/psmtabbarcontrol/waf
+share/moneyguru/psmtabbarcontrol/wscript
share/moneyguru/qt/ABOUT_LICENSE
share/moneyguru/qt/__init__.py
-share/moneyguru/qt/__init__.pyc
share/moneyguru/qt/app.py
-share/moneyguru/qt/app.pyc
share/moneyguru/qt/const.py
-share/moneyguru/qt/const.pyc
share/moneyguru/qt/controller/__init__.py
-share/moneyguru/qt/controller/__init__.pyc
share/moneyguru/qt/controller/account/__init__.py
-share/moneyguru/qt/controller/account/__init__.pyc
share/moneyguru/qt/controller/account/filter_bar.py
-share/moneyguru/qt/controller/account/filter_bar.pyc
share/moneyguru/qt/controller/account/table.py
-share/moneyguru/qt/controller/account/table.pyc
share/moneyguru/qt/controller/account/view.py
-share/moneyguru/qt/controller/account/view.pyc
share/moneyguru/qt/controller/account_panel.py
-share/moneyguru/qt/controller/account_panel.pyc
share/moneyguru/qt/controller/account_reassign_panel.py
-share/moneyguru/qt/controller/account_reassign_panel.pyc
share/moneyguru/qt/controller/account_sheet.py
-share/moneyguru/qt/controller/account_sheet.pyc
share/moneyguru/qt/controller/account_sheet_view.py
-share/moneyguru/qt/controller/account_sheet_view.pyc
share/moneyguru/qt/controller/base_view.py
-share/moneyguru/qt/controller/base_view.pyc
share/moneyguru/qt/controller/budget/__init__.py
-share/moneyguru/qt/controller/budget/__init__.pyc
share/moneyguru/qt/controller/budget/table.py
-share/moneyguru/qt/controller/budget/table.pyc
share/moneyguru/qt/controller/budget/view.py
-share/moneyguru/qt/controller/budget/view.pyc
share/moneyguru/qt/controller/budget_panel.py
-share/moneyguru/qt/controller/budget_panel.pyc
share/moneyguru/qt/controller/chart.py
-share/moneyguru/qt/controller/chart.pyc
share/moneyguru/qt/controller/custom_date_range_panel.py
-share/moneyguru/qt/controller/custom_date_range_panel.pyc
share/moneyguru/qt/controller/date_range_selector.py
-share/moneyguru/qt/controller/date_range_selector.pyc
share/moneyguru/qt/controller/docprops_view.py
-share/moneyguru/qt/controller/docprops_view.pyc
share/moneyguru/qt/controller/document.py
-share/moneyguru/qt/controller/document.pyc
share/moneyguru/qt/controller/export_account_table.py
-share/moneyguru/qt/controller/export_account_table.pyc
share/moneyguru/qt/controller/export_panel.py
-share/moneyguru/qt/controller/export_panel.pyc
share/moneyguru/qt/controller/filter_bar.py
-share/moneyguru/qt/controller/filter_bar.pyc
share/moneyguru/qt/controller/general_ledger/__init__.py
-share/moneyguru/qt/controller/general_ledger/__init__.pyc
share/moneyguru/qt/controller/general_ledger/table.py
-share/moneyguru/qt/controller/general_ledger/table.pyc
share/moneyguru/qt/controller/general_ledger/view.py
-share/moneyguru/qt/controller/general_ledger/view.pyc
share/moneyguru/qt/controller/import_/__init__.py
-share/moneyguru/qt/controller/import_/__init__.pyc
share/moneyguru/qt/controller/import_/csv_options.py
-share/moneyguru/qt/controller/import_/csv_options.pyc
share/moneyguru/qt/controller/import_/table.py
-share/moneyguru/qt/controller/import_/table.pyc
share/moneyguru/qt/controller/import_/window.py
-share/moneyguru/qt/controller/import_/window.pyc
share/moneyguru/qt/controller/lookup.py
-share/moneyguru/qt/controller/lookup.pyc
share/moneyguru/qt/controller/main_window.py
-share/moneyguru/qt/controller/main_window.pyc
share/moneyguru/qt/controller/mass_edition_panel.py
-share/moneyguru/qt/controller/mass_edition_panel.pyc
share/moneyguru/qt/controller/networth/__init__.py
-share/moneyguru/qt/controller/networth/__init__.pyc
share/moneyguru/qt/controller/networth/sheet.py
-share/moneyguru/qt/controller/networth/sheet.pyc
share/moneyguru/qt/controller/networth/view.py
-share/moneyguru/qt/controller/networth/view.pyc
share/moneyguru/qt/controller/new_view.py
-share/moneyguru/qt/controller/new_view.pyc
share/moneyguru/qt/controller/panel.py
-share/moneyguru/qt/controller/panel.pyc
share/moneyguru/qt/controller/preferences_panel.py
-share/moneyguru/qt/controller/preferences_panel.pyc
share/moneyguru/qt/controller/profit/__init__.py
-share/moneyguru/qt/controller/profit/__init__.pyc
share/moneyguru/qt/controller/profit/sheet.py
-share/moneyguru/qt/controller/profit/sheet.pyc
share/moneyguru/qt/controller/profit/view.py
-share/moneyguru/qt/controller/profit/view.pyc
share/moneyguru/qt/controller/readonly_table_plugin_view.py
-share/moneyguru/qt/controller/readonly_table_plugin_view.pyc
share/moneyguru/qt/controller/schedule/__init__.py
-share/moneyguru/qt/controller/schedule/__init__.pyc
share/moneyguru/qt/controller/schedule/table.py
-share/moneyguru/qt/controller/schedule/table.pyc
share/moneyguru/qt/controller/schedule/view.py
-share/moneyguru/qt/controller/schedule/view.pyc
share/moneyguru/qt/controller/schedule_panel.py
-share/moneyguru/qt/controller/schedule_panel.pyc
share/moneyguru/qt/controller/schedule_scope_dialog.py
-share/moneyguru/qt/controller/schedule_scope_dialog.pyc
share/moneyguru/qt/controller/search_field.py
-share/moneyguru/qt/controller/search_field.pyc
share/moneyguru/qt/controller/split_table.py
-share/moneyguru/qt/controller/split_table.pyc
share/moneyguru/qt/controller/table.py
-share/moneyguru/qt/controller/table.pyc
share/moneyguru/qt/controller/table_with_transactions.py
-share/moneyguru/qt/controller/table_with_transactions.pyc
share/moneyguru/qt/controller/transaction/__init__.py
-share/moneyguru/qt/controller/transaction/__init__.pyc
share/moneyguru/qt/controller/transaction/filter_bar.py
-share/moneyguru/qt/controller/transaction/filter_bar.pyc
share/moneyguru/qt/controller/transaction/table.py
-share/moneyguru/qt/controller/transaction/table.pyc
share/moneyguru/qt/controller/transaction/view.py
-share/moneyguru/qt/controller/transaction/view.pyc
share/moneyguru/qt/controller/transaction_panel.py
-share/moneyguru/qt/controller/transaction_panel.pyc
share/moneyguru/qt/installer.aip
-share/moneyguru/qt/lang/qt_cs.qm
-share/moneyguru/qt/lang/qt_de.qm
-share/moneyguru/qt/lang/qt_fr.qm
+share/moneyguru/qt/installer64.aip
share/moneyguru/qt/mg.qrc
share/moneyguru/qt/mg_rc.py
-share/moneyguru/qt/mg_rc.pyc
share/moneyguru/qt/plat.py
-share/moneyguru/qt/plat.pyc
share/moneyguru/qt/preferences.py
-share/moneyguru/qt/preferences.pyc
share/moneyguru/qt/print_/__init__.py
-share/moneyguru/qt/print_/__init__.pyc
share/moneyguru/qt/print_/item_view.py
-share/moneyguru/qt/print_/item_view.pyc
share/moneyguru/qt/print_/layout.py
-share/moneyguru/qt/print_/layout.pyc
share/moneyguru/qt/support/__init__.py
-share/moneyguru/qt/support/__init__.pyc
share/moneyguru/qt/support/bar_graph_view.py
-share/moneyguru/qt/support/bar_graph_view.pyc
share/moneyguru/qt/support/chart_view.py
-share/moneyguru/qt/support/chart_view.pyc
share/moneyguru/qt/support/completable_edit.py
-share/moneyguru/qt/support/completable_edit.pyc
share/moneyguru/qt/support/date_edit.py
-share/moneyguru/qt/support/date_edit.pyc
share/moneyguru/qt/support/date_range_selector_view.py
-share/moneyguru/qt/support/date_range_selector_view.pyc
share/moneyguru/qt/support/graph_view.py
-share/moneyguru/qt/support/graph_view.pyc
share/moneyguru/qt/support/item_delegate.py
-share/moneyguru/qt/support/item_delegate.pyc
share/moneyguru/qt/support/item_view.py
-share/moneyguru/qt/support/item_view.pyc
share/moneyguru/qt/support/line_graph_view.py
-share/moneyguru/qt/support/line_graph_view.pyc
share/moneyguru/qt/support/pie_chart_view.py
-share/moneyguru/qt/support/pie_chart_view.pyc
+share/moneyguru/qtlib/.gitignore
+share/moneyguru/qtlib/.tx/config
share/moneyguru/qtlib/LICENSE
share/moneyguru/qtlib/__init__.py
-share/moneyguru/qtlib/__init__.pyc
share/moneyguru/qtlib/about_box.py
-share/moneyguru/qtlib/about_box.pyc
share/moneyguru/qtlib/app.py
-share/moneyguru/qtlib/app.pyc
share/moneyguru/qtlib/column.py
-share/moneyguru/qtlib/column.pyc
share/moneyguru/qtlib/error_report_dialog.py
-share/moneyguru/qtlib/error_report_dialog.pyc
share/moneyguru/qtlib/images/search_clear_13.png
+share/moneyguru/qtlib/locale/cs/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/cs/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/de/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/de/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/es/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/es/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/fr/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/fr/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/hy/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/hy/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/it/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/it/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/nl/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/nl/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/pt_BR/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/pt_BR/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/qtlib.pot
+share/moneyguru/qtlib/locale/ru/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/ru/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/uk/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/uk/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/vi/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/vi/LC_MESSAGES/qtlib.po
+share/moneyguru/qtlib/locale/zh_CN/LC_MESSAGES/qtlib.mo
+share/moneyguru/qtlib/locale/zh_CN/LC_MESSAGES/qtlib.po
share/moneyguru/qtlib/preferences.py
-share/moneyguru/qtlib/preferences.pyc
+share/moneyguru/qtlib/progress_window.py
share/moneyguru/qtlib/radio_box.py
-share/moneyguru/qtlib/radio_box.pyc
share/moneyguru/qtlib/recent.py
-share/moneyguru/qtlib/recent.pyc
share/moneyguru/qtlib/reg.py
-share/moneyguru/qtlib/reg.pyc
share/moneyguru/qtlib/reg_demo_dialog.py
-share/moneyguru/qtlib/reg_demo_dialog.pyc
-share/moneyguru/qtlib/reg_fairware_dialog.py
-share/moneyguru/qtlib/reg_fairware_dialog.pyc
share/moneyguru/qtlib/reg_submit_dialog.py
-share/moneyguru/qtlib/reg_submit_dialog.pyc
share/moneyguru/qtlib/search_edit.py
-share/moneyguru/qtlib/search_edit.pyc
share/moneyguru/qtlib/selectable_list.py
-share/moneyguru/qtlib/selectable_list.pyc
share/moneyguru/qtlib/table.py
-share/moneyguru/qtlib/table.pyc
share/moneyguru/qtlib/text_field.py
-share/moneyguru/qtlib/text_field.pyc
share/moneyguru/qtlib/tree_model.py
-share/moneyguru/qtlib/tree_model.pyc
share/moneyguru/qtlib/util.py
-share/moneyguru/qtlib/util.pyc
share/moneyguru/run.py
-share/moneyguru/run.pyc
-share/moneyguru/sgmllib.py
-share/moneyguru/sgmllib.pyc
diff --git a/finance/moneyguru/distinfo b/finance/moneyguru/distinfo
index 615c6ab0218..db382c369e5 100644
--- a/finance/moneyguru/distinfo
+++ b/finance/moneyguru/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/10/27 19:43:18 wiz Exp $
+$NetBSD: distinfo,v 1.2 2014/01/25 11:11:20 wiz Exp $
-SHA1 (moneyguru_2.6.1~quantal.tar.gz) = f8ad80d76b540a896f3c13a484b4327e9d6647fc
-RMD160 (moneyguru_2.6.1~quantal.tar.gz) = fe18dfd133a26fd2d341789d7fc41271c47ec38f
-Size (moneyguru_2.6.1~quantal.tar.gz) = 2092947 bytes
+SHA1 (moneyguru/2.7.1.tar.gz) = 3920ac8ba29f83cb9684755efa88a8dd9436dd65
+RMD160 (moneyguru/2.7.1.tar.gz) = 940d964302dcd318cd90b47fdedb6aa839b955dc
+Size (moneyguru/2.7.1.tar.gz) = 3128081 bytes