~claydoh/kmymoney/+git/master:qt5sqlcipher

Last commit made on 2020-03-24
Get this branch:
git clone -b qt5sqlcipher https://git.launchpad.net/~claydoh/kmymoney/+git/master

Branch merges

Branch information

Name:
qt5sqlcipher
Repository:
lp:~claydoh/kmymoney/+git/master

Recent commits

3413c79... by Dawid Wróbel

Build qt5sqlcipher

c0e60a0... by Dawid Wróbel

Also install QT SQL libs, libsqlcipher

6ce59a0... by Dawid Wróbel

Also install default plasma breeze-icon-theme

b768399... by Dawid Wróbel

Add .aqbanking, .config/kmymoney and persistent /build folder volume mappings

41e4b4d... by Dawid Wróbel

Fix sed regex, also uncomment PermitRootLogin line if commented-out

b3c5e05... by Dawid Wróbel

Add Dockerfile and docker-compose.yaml allowing remote builds and debugging

57d5c38... by Thomas Baumgart <email address hidden>

Merge remote-tracking branch 'origin/5.0'

029de47... by Thomas Baumgart <email address hidden>

Fix autofill to use latest transaction not earliest

The logic to auto fill a transaction with data from a previous
transaction to the same payee was using the first transaction when the
option "With previously most often used transaction for the payee" was
selected.

This change will instruct KMyMoney to use the latest transaction
instead.

BUG: 418334
FIXED-IN: 5.0.9

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

Allow local script files as price update sources in AppImage

The price update service in KMyMoney allows to start local scripts to
fetch price information. This did not work when started as AppImage.
This change brings that functionality to the AppImage version.

Within the AppImage version a configured URL such as

 "file:///home/user/bin/price.sh %1"

is called as "/bin/sh" "-c" "/home/user/bin/price.sh %1" where %1 will
be replaced with the actual investment symbol.

BUG: 418823
FIXED-IN: 5.0.9

6f63cd6... by Pino Toscano

Merge remote-tracking branch 'origin/5.0'