Next | Query returned 376 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2023-11-09 09:41:30 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
gnucash: update to 5.4.1.

Version history:
------- -------
5.4  - 24 September 2023
The following bugs have been fixed:

    Bug 728875 - Back button does not work in QIF import assistant
    Bug 797507 - GnuCash Splash screen may disappear before the main window
                 appears
    Bug 798709 - Total(Period) column does not refresh period's value after
                 update of the period in settings.a>
    Bug 798904 - GnuCash on Windows opens a CMD window at startup.
    Bug 798925 - Python bindings: "invalid unclassed pointer in cast to
                 'QofInstance'".
    Bug 798944 - Program crashes when matching transactions
    Bug 798950 - Bug Report: Incorrect Currency Conversion and Provider
                 Invoice Payment Recording
                 * When balancing lots use the split amount, not the value
                 * Recalculate the values using deduced exchange rates after
                   adjusting split amounts.
                 * Be conservative when recalculating values after breaking
                   up a split to avoid imbalances caused by rounding.
    Bug 798958 - gncScrubLotLinks will infinite loop in some conditions
    Bug 798982 - GetQuotes crashes if Finance::Quote returns an empty date.
    Bug 798983 - Empty Orphan account appears after entering transactions in 5.3
    Bug 798990 - Notes No Longer Autofills
    Bug 798991 - Incorrect Account Name Order in Transaction Report
    Bug 798995 - Keystrokes ignored during ledger entry
    Bug 798998 - Job Report Not Working
    Bug 799004 - Update of Prices attaches incorrect Date
    Bug 799010 - gnc-register-account-sel-limited-option errors doesn't work
    Bug 799020 - widget of gnc-register-list-option disregards user's clicks
    Bug 799021 - Saved report renders default of gnc-register-list-option
    Bug 799036 - Import prices from a CSV date problem
    Bug 799039 - gnc:strify produces unusual results or crashes GnuCash when
                 fed an option from gnc-lookup-option
    Bug 799048 - Hover on tab not correct
    Bug 799051 - Shortcut Ctrl + Tab not working in 5.3
    Bug 799054 - Stock Assist not functioning
    Bug 799060 - Consistent Crash in Invoices
    Bug 799068 - csv export active register not working
    Bug 799069 - Multicurrency Invoice Payment
    Bug 799075 - Saving display tab changes in Report Options does not work.
    Bug 799084 - Unable to create new scheduled transaction

Other repairs or enhancements not marked as bugs:

    [import-main-matcher.cpp] After clicking/toggling A/U+C/C checkbox,
        reselect the row because it'll be much faster to use keyboard
        navigation -- use up/down/left/right to target desired checkbox,
        hit <down> <space> repeatedly to repeat the same action over \ 
several
        consecutive rows.
    Implement support for !Type:Prices records in the QIF importer.
    Modernize construction of GObjects using G_DECLARE_DERIVABLE, \ 
G_DECLARE_FINAL, etc.
    Fix yet more leaks.
    [DBI backend] Change DBI test URLs to environment variables from cmake
        configuration definitions.
    Restore the Stock Transaction Assistant to full operation.
    Fix the Fancy Date file property so that it saves.
    Fix formatting error in po files project-id line.
    [simple-business-create.py] Overwrite an existing file instead of crashing.
    Update github action package versions.
    Add parsing mixed number and fraction (e.g. 10 1/2) to the gnc_numeric
        string constructor.
    Bump minimum cmake version to 3.14 and drop some conditionals for older
        versions
    Major speedup in the SQLBackend by replacing C++ exceptions with
        std::optional for null values.
    Refresh the GUI on completion of the import matcher so that the imports
        are immediately reflected in the register.
    Improve online quote retrieval error reporting.
    Test loading and saving XML files with and without compression
    [import-main-matcher] always defer_bal_computation during import to speed
        up both importing new transactions, and destroying existing ones.
    GncGtkListUIItem::set_option_from_ui_item: Iterate over selected items
        Instead of all possible items.
    Convert gnc-ofx-import.c, import-parse.c, import-utilities.c,
        import-format-dialog.c, import-account-matcher.c,
        import-commodity-matcher.c, import-settings.c,
        import-pending-matches.c, import-match-picker.c, import-main-matcher.c,
        and gnc-pricedb.c to .cpp
    By default, filter out online_wiggle in test-gnc-quotes.
        Running ./bin/test-gnc-quotes from the command line will still include
        online_wiggle
    Replace yahoo_json with alphavantage in test-gnc-quotes. yahoo_json is too
        unstable.
    Include timezone in price-quote date diagnostic messages.
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-28 12:00:40 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
gnucash: update to 5.3.

5.3  - 26 June 2023

The following bugs have been fixed:
    Bug 798967 - Cannot Save to Any Path After Upgrading to 5.2 Fix
		 inverted if statement condition for save success flag

Other repairs or enhancements not marked as bugs:

      Some memory cleanup by Chris Lam.

      Missing from the 5.2 release notes is that Chris streamlined the
      transaction scrubbing so that each transaction gets scrubbed
      only once. This improves--in some cases substantially--the time
      to load and to run Check and Repair.

New and Updated Translations: Hungarian, Dutch, Portuguese, French, Italian

5.2  - 25 June 2023

Between 5.1 and 5.2, the following bugfixes were accomplished:

    Bug 777472 - reconcile does not work if transaction selected
        Check that there's no outstanding activity in the current register page
        before starting a reconciliation. It is still possible to start
        modifying a transaction after the reconciliation window is open but
        this will stop the most common issue with the process. Starting a
        reconciliation from the account tree is left unprotected.
    Bug 798564 - GnuCash is slow when there are a lot of open tabs/registers
        Lazily load registers as is already done with reports.
    Bug 798597 - The word "Separators" needs two separate versions
        Use "Character-separated" when it's a choice between that and fixed
        field width and "Select Separator Character" when it's a heading.
    Bug 798695 - Deleting everything from the "Transfer" cell after \ 
suggestions
                 pop-up restricts search to the first 30 accounts
        Skip the search on an empty value and return all accounts in the combo
        box as it normally does if the account list is opened without searching
        for something.
    Bug 798796 - Account list incomplete in report options
        Allow stock/fund accounts that are descendants of Bank accounts to be
        selected for the Advanced Portfolio, Investment Lots and Investment
        Portfolio reports.
    Bug 798809 - Multicolumn report error when reopened after saving.
    Bug 798839 - Edit -> Preferences string not translatable (reopened)
    Bug 798862 - Merge identical strings (reopened)
        Ensure similar strings are identical and use double line view instead
        of double line mode.
    Bug 798879 - RFE: [Transaction Report] add Running Total option
    Bug 798885 - Accented character in folder name on Account Export (reopened)
    Bug 798899 - Gnucash crashes during CSV import when using a template if the
                 destination account is changed from one used in the template
    Bug 798901 - Wrong value for very small prices from Finance::Quote.
    Bug 798916 - Exchange rates fetched from openexchange off by factor of 10
    Bug 798919 - Inconsistent signs in creating budget
    Bug 798923 - OFX import is no longer matching security nor asking for
                 stock account.
    Bug 798930 - invoices won't sequence to the next number
    Bug 798948 - XML file corrupted by saving twice in extremely short period
    Bug 798952 - Unable to set day threshold or counters in properties.
    Bug 798960 - Transaction completion horizontal scrolling opens without the
                 new text being visible and remembers previous position/width
    Bug 798966 - Uninitialised variable used in
                 dialog-account-picker.c:dialog_response_cb()

The following fixes and improvements were not associated with bug reports:

    The type-ahead selection of transaction descriptions has been substantially
        overhauled based on extensive user feedback. Matches are now only on
        the beginning of words and are now sorted by age since last use. This
        both substantially reduces the number of matches and prioritizes the
        most recently used as being the most likely candidates for re-use. To
        help distinguish cases of long descriptions where the match would be
        outside the popup's viewport the viewport is automatically scrolled
        horizontally so that the end of the left-most (right-most in rtl
        languages) matches is centered in the view. Completion can be aborted
        with the <escape> key or a new Don't autocomplete selection that's the
        first entry in the popup.
    Fix lockup on Windows in type-ahead selection of transaction descriptions.
    More budget-module sign fixes and improvements.
    Lots of memory-leak fixes, GLib modernization, and code cleanup by
        Richard Cohen, Simon Arlott, & Chris Lam.
    Bugfix xaccTransGetTxnType: avoid returning TXN_TYPE_LINK incorrectly:
        A TXN_TYPE_PAYMENT will have non-APAR splits; a TXN_TYPE_LINK will not
        have non-APAR splits. This bug manifests as a regular TXN_TYPE_PAYMENT
        transaction being later voided being incorrectly changed to
        TXN_TYPE_LINK.
    Including brokerage fees in Money Out calculation (if not ignoring them)
        in advanced-portfolio.scm report and updating the "advanced" \ 
tests to
        reflect selling fees being included into the money out value.
    [stock-txn-asst] Don't use the initial value in amount edit widgets unless
        they're valid. Otherwise the invalid value will log an error that will
        prevent later valid input from working.
    Bugfix: Actions > Online Actions > Show log Window does not open when it
        is first clicked.
    cmake: check gdk only when building GUI
    Get the tooltip working on "Online Banking Setup"

New and Updated Translations: Chinese (Simplified), Chinese (Traditional),
    Croatian, English (Australia), English (New Zealand),
    English (United Kingdom), Estonian, French, German, Hungarian, Lithuanian,
    Marathi, Norwegian Bokmål, Polish, Portuguese, Romanian, Spanish, Swedish,
    Ukrainian
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-05-02 12:16:56 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
gnucash: update to 5.1.

Between 5.0 and 5.1, the following bugfixes were accomplished:

    Bug 765920 - Running balance not accurate when sorted different ways

        Renamed option to "Account Balance" to avoid confusion with \ 
running total.
        Added helper function to ensure running balance and balance forward are \ 
only shown when transaction are grouped by account and sorted as in register. In \ 
that case column heading remains "Running Balance" and balance forward \ 
is shown. Otherwwise column heading is renamed "Account Balance" and \ 
balance forward is not shown.
        Also added missing code for Common Currency conversion.

    Bug 797879 - [Transaction Report] running balance column not consistent with \ 
amount column for SAME transaction date
    Bug 798461 - balance sheet shows positions with zero balances despite report \ 
options
    Bug 798775 - Why is General Journal called "Register" in the tabs?
    Bug 798802 - Online Price quote - Stocks not working GNU 5.0 Windows Bis
    Bug 798802 - Online Price quote - Stocks not working GNU 5.0 Windows
    Bug 798807 - Keyboard shortcuts not working
    Bug 798808 - Saved reports shown on main menu
    Bug 798810 - Income Statement (multicolumn) - account sorting is 'reversed' \ 
each time you restart.
    Bug 798812 - crashes after I open a customer report and select…
    Bug 798813 - Under File->Import, Missing OFX/QFX menu item
    Bug 798815 - flatpak run --command=gnucash-cli cannot download quotes since 5.0.
    Bug 798821 - Crash when running report in window
    Bug 798834 - CSS-based Stylesheet Help Button not working
    Bug 798839 - Edit -> Preferences string not translatable
    Bug 798844 - "Assign as Payment" does nothing in 4.14 & 5.0
    Bug 798845 - User Config and User Data link broken
    Bug 798851 - Account Balance 'include subaccounts' not saved
    Bug 798854 - Softkey 'Save Config' remains dark
    Bug 798862 - Merge identical strings
    Bug 798863 - Crash on clicking Settings button second time
    Bug 798864 - Budget Reporting on select reports are wrong
    Bug 798869 - Transaction Import MAP
    Bug 798872 - Reload inoperative for reports
    Bug 798877 - Program crashes upon selection of CSV profile
    Bug 798885 - Accented character in folder name on Account Export
    Bug 798886 - [Transaction Report] Subtotal upper headings do not follow font \ 
style of lower headings
    Bug 798893 - several menu tip messages in reports are marked translatable \ 
but unused.
    Bug 798894 - TOTD with ellipsis broken.

The following fixes and improvements were not associated with bug reports:

    Add filters to the File>Open dialog in File mode to show only files with
        GnuCash extensions, only those matching GnuCash's backup file pattern,
        or any extension.
    Select the first result in the Customer/Vendor search dialog. This allows
        faster keyboard navigation -- Find Customer, input search string, press
        ENTER, use up/down to select desired object, press ENTER to open object.
    Improve foreign currency handling in budget report
    Improve handling of the blank transaction when the register is sorted in
        reverse:
        * Change the preference option 'Future transactions after blank
          transaction'
        * Change tooltip for 'Blank Transaction' in register to mention moving
          to the blank transaction.
        * Show the blank transaction at top of register
    Prevent infinite recursion from gnucash_item_edit_focus_out when using an
        input method.
    Create obsolete features list with first member book_currency.
    Obsolete features set in the book will be removed from the book's KVP and
        ignored.
    Restore existence, but not implementation, of GNC_FEATURE_BOOK_CURRENCY.
        At least one user has managed to get it set on their book so even
        though it was supposed to be unimplemented it got through somehow.
        Restoring it allows books with it set to load.
    Offer to force edit non-identical fields when multiple matches are selected
        in the import matcher window. Previously, only identical
        Desc/Notes/Memo were unlocked for editing.
    Guard against there being no namespaces in the new security dialog
    Fix Finance::Quote use on Win32 by dealing with Win32 \r\n newlines on
        return from finance-quote-wrapper.
    Fix some menu labels that were not marked for translation
    Fix category in CSV export with simple layout.
        If Trading accounts is enabled, and the transaction is a transfer
        between two accounts of differing commodities, the CSV simple-layout
        export would incorrectly show "--Split Transaction--" as the \ 
category.
    When configuring Guile use pkg-config before searching for binaries.
   2023-04-23 16:26:33 by Adam Ciarcinski | Files touched by this commit (271)
Log message:
revbump for boost
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-04-12 17:55:59 by Thomas Klausner | Files touched by this commit (1)
Log message:
gnucash: switch to swig4

Bump PKGREVISION.

Next | Query returned 376 messages, browsing 21 to 30 | Previous