~claydoh/kmymoney/+git/master:23-consider-employing-vcpkg-to-manage-build-dependencies

Last commit made on 2020-11-06
Get this branch:
git clone -b 23-consider-employing-vcpkg-to-manage-build-dependencies https://git.launchpad.net/~claydoh/kmymoney/+git/master

Branch merges

Branch information

Name:
23-consider-employing-vcpkg-to-manage-build-dependencies
Repository:
lp:~claydoh/kmymoney/+git/master

Recent commits

74ae290... by Dawid Wróbel

Merge remote-tracking branch 'origin/master' into 23-consider-employing-vcpkg-to-manage-build-dependencies

1199cdb... by l10n daemon script <email address hidden>

GIT_SILENT made messages (after extraction)

2d062de... by Dawid Wróbel

Add ID to 'Unknown Payee' exception message

cde3b30... by Yuri Chornoivan <email address hidden>

Fix minor typo

237a94e... by Dawid Wróbel

Initial CI/CD configuration

95d7d32... by Dawid Wróbel

Merge remote-tracking branch 'origin/master' into institutions_accounts_views_fixes

37fa055... by Dawid Wróbel

[Docs] fix EOL blanks

7085f33... by Thomas Baumgart <email address hidden>

Add a few custom values to fix https://apps.kde.org/en/kmymoney

2bc5474... by Thomas Baumgart <email address hidden>

Adjust column count in forecast view

A call to QTreeWidget::clear() does not affect the column count. This
needs to be handled separately.

BUG: 428434

7c55640... by Thomas Baumgart <email address hidden>

Fix currency conversion in accountsview

Inadvertently, any valid price information was replaced with a
conversion rate of one. This should only happen if the price is invalid.
Inverting the logic solves the problem.