The NetBSD Project

CVS log for pkgsrc/finance/moneyguru/Attic/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / finance / moneyguru

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12, Tue Sep 8 11:48:35 2020 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -1 lines
FILE REMOVED

moneyguru: remove

Does not build in current bulk builds and upstream development has
stopped.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 26 12:55:00 2020 UTC (3 years, 10 months ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

Adjust to python-versioned py-qt5 and/or x11/py-qt5-qscintilla files.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Sep 4 14:45:43 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

Updated moneyguru to 2.11.0.

2.11.0 (2017-08-23)

    Avoid duplicate logging to both stderr and NSLog. [cocoa] #476
    Improve build process on Mac OS. [cocoa] #474
    Fixed year handling in macOS date formats. [cocoa] #477
    Fixed currency fetching for ranges greater than 30 days. #479
    Add an option to enter date elements from left to right instead of the default d -> m -> y order. #480
    Fix crash during pane drag & drop. [qt]
    Fix Bank of Canada currency fetching. It was broken.
    Fix quirks with edition mode during transaction addition. [qt]
    Add UTF-16 support to CSV imports. #486
    Improve autofill by allowing it to autofill more often.
    Improve build process.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Oct 2 18:43:20 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

Updated moneyguru to 2.10.2.

2.10.2 (2016-08-28)

    Fix crash when opening panels on some versions of PyQt. [qt] #456
    Fix misalignment of bold figures in networth/profit sheets. [cocoa] #459

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 21 12:07:51 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

Updated moneyguru to 2.10.1.

2.10.1 (2016-07-30)

    Fix crash on exporting. [qt] #461
    Fix destination path on ãà×´ave asãà [qt] #466
    Fix crash when using filters. [qt] #464

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 3 11:50:29 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

Updated moneyguru to 2.10.0.

2.10.0 (2016-03-13)

    From now on, the changelog is going to be a bit more developer-oriented.
    Drop Windows support, maybe temporarily. Details
    Add plugin management view. #451
    Refuse to load moneyguru files with unsupported currencies. #451
    Add ãà×Ênactiveãàflag to accounts. #412
    Fix transaction duplication bug on undo. #438
    Fix crash on CSV import [qt]. #440
    Fix debit/credit preference so itãàÑÔ properly restored on startup. #421
    Fix ãà×´how Accountãàfor transactions having multiple splits to the same account.
    Make all panels instantiate on-the-fly rather than on startup. #434
    Various minor refactorings. See git log.
    Improve build process, notably on OS X. See git log.
    Convert to Qt5.
    Remove dependency on sgmllib3k.
    Bump Python requirement to 3.4+.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 1 13:32:10 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

Update moneyguru to 2.9.4:


2.9.4 (2015-12-24)

    Fix crash on loading files with inconsistent currencies. (#442)
    Fix Account Lookup up/down keys. [Linux, Windows] (#444)
    Fix crash on saving file to non-existing folder. (#445)

2.9.3 (2015-07-14)

    Fix crash on startup. [Mac] (#437)

2.9.2 (2015-07-09)

    Fix broken currency rates fetching. (#435)
    Fix broken date editing widget [Linux, Windows] (#436)

2.9.1 (2015-07-06)

    Fix import regression introduced in v2.9.0 (#432)
    Fix visual glitch in schedule panel [Linux, Windows] (#430)
    Fix keyboard bindings in all panels [Linux, Windows] (#433)

2.9.0 (2015-07-01)

    Add ãàãàbutton in the tab bar [Linux, Windows] (#424)
    Add API for import plugins (#420)
    Add Russian localization (with documentation!) (Igor Fokusov)
    Improve plugin system by introducing a ãà×Äore pluginsãàconcept (#429)
    Improve currency rates fetching by diversifying sources (#415)
    Improve reliability of automated tests [Windows] (#417)
    Optimize amount column sizes in single-currency cases [Linux, Windows] (#414)
    Remember panels position and size [Linux, Windows] (#364)
    Make Schedule PanelãàÑÔ stop date field clearable (#400)
    Fix various UI glitches [Linux, Windows] (#418, #413, #411)
    Fix crash when importing empty files (#416)

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 3 00:12:12 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Add SHA512 digests for distfiles for finance category

Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 3 09:17:41 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.3: +4 -5 lines
Diff to previous 1.3 (colored)

Update to 2.8.2:

2.8.2 (2015-01-02)

    Fix amount cell painting which didnãàÑÕ work properly. [Windows] (#407)
    Fix import windowãàÑÔ checkbox cell which would sometimes wrongly go in edit mode. [Linux, Windows] (#406)
    Fix chart visibility glitch in account view. [Mac] (#357)
    Add a --no-ext build option. (#408)

2.8.1 (2014-12-14)

    Fix amount deletion bug on drag & drop transaction re-ordering. [Linux, Windows] (#402)
    Fix bug where clicking account-jumping arrows would lead to the wrong place. [Linux, Windows] (#404)

2.8.0 (2014-11-09)

    Make amount fields prettier. Thanks Nelson Brown! [Windows, Linux] (#14 #15)
    In sheets, make totalsãàcurrency explicit when in multi-currency context. (#392)
    Add ãà×¢ssign imbalanceãàbutton to the Transaction panel. (#398)
    Fix glitch in sheets expanded nodes restoration. [Mac] (#388)
    Fix a QIF transaction matching bug.
    Fix account selection glitch causing the account to lose focus. [Windows, Linux]
    Fix IndexError on file switching. [Windows, Linux] (#393)
    Remove Cashculator integration. It was broken anyway. [Mac]
    Greatly improve developer documentation.
    Minimum OS X version is now Lion (10.7).
    Minimum Windows version is now Windows 7. 64-bit required.
    Minimum Ubuntu version is now 14.04.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 17 22:37:04 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.2: +5 -4 lines
Diff to previous 1.2 (colored)

Update to 2.7.2 and fix build with py-sphinx-1.2.3.

2.7.2 (2014-01-25)

    Fixed amount parsing issue. (#379)
    Don't repeatedly fetch currency rates we can never get. (#374)
    Fixed date parsing issue. [Windows, Linux] (#381)
    Fixed view plugins which were broken.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 25 11:11:20 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

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)

Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 27 19:43:18 2012 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4

Import moneyguru-2.6.1 as finance/moneyguru.

moneyGuru is a personal finance management application. With it,
you can evaluate your financial situation so you can make informed
(and thus better) decisions. Most finance applications have the
same goal, but moneyGuru's difference is in the way it achieves
it. Rather than having reports which you have to configure (or find
out which pre-configured report is the right one), your important
financial data (net worth, profit) is constantly up-to-date and
"in your face". This allows you to constantly make informed decision
rather than doing so periodically.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>