~claydoh/kmymoney/+git/master:action-handling

Last commit made on 2020-12-20
Get this branch:
git clone -b action-handling https://git.launchpad.net/~claydoh/kmymoney/+git/master

Branch merges

Branch information

Name:
action-handling
Repository:
lp:~claydoh/kmymoney/+git/master

Recent commits

a4e8936... by Thomas Baumgart <email address hidden>

Merge remote-tracking branch 'origin/master' into action-handling

5053e4e... by Thomas Baumgart <email address hidden>

Fix infinite loop in reports

The exchange algorithm for the total rows always kept exchanging the
last two entries with themselves and never ended. This is caused by
totals for multiple currencies.

This change detects this scenario and avoids the infinite loop.

BUG: 430178
FIXED-IN: 5.1.1

(cherry picked from commit 2e1912fc639f5471f8f57d6979c182cc0b126854)

1a25d48... by l10n daemon script <email address hidden>

GIT_SILENT made messages (after extraction)

74a028b... by Thomas Baumgart <email address hidden>

Merge remote-tracking branch 'origin/master' into action-handling

962bf73... by Thomas Baumgart <email address hidden>

Adjusted names of German tax categories in account templates

BUG: 420016
FIXED-IN: 5.1.1

(cherry picked from commit 8abae0ba775c8133d5f5fc928004740916e5646f)

bbf1b4a... by Thomas Baumgart <email address hidden>

Differentiate errors while writing data file

This is to get a bit more information about the cause of a failure
during a file save operation.

CCBUG: 425752

(cherry picked from commit 4d16fb2d1dab0a833425715091a909795d065466)

855e96a... by l10n daemon script <email address hidden>

SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

c701a45... by Thomas Baumgart <email address hidden>

Pass guiFactory on to plugin during plug

This avoids crashing when the gui factory is not setup up during
creation of menus.

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

Revert "Reverse order of add/plug and remove/unplug"

This reverts commit 9b70f01e6209bd9da8126993306e9e33f3490e3d.

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

Added collapsable filter widget to institutions view