~claydoh/kmymoney/+git/master:date_input_improvements

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

Branch merges

Branch information

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

Recent commits

c8df34d... by Dawid Wróbel

Date Widget: add additional, GnuCash-compatible keyboard shortcts to control the month, date and year components of the date

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'

8ff112d... by Pino Toscano

remove qPixmapFromMimeSource from ui files

old qt3 relics

431b970... by Thomas Baumgart <email address hidden>

Change download location of Qt sources

9d975d2... by Thomas Baumgart <email address hidden>

Revert "Update Qt version to use for AppImage build"

This reverts commits

1180f2a69bbd5d9fdbbd6b7c161b2b64f648d05c
b367af9cdd37bc3fe900cd2104e9cc144de1d982
0cdde58ebde30f7e490760e641a5c2c5b49cf515
0c8ff2257626c3b4bf0669bed1dc398f9c670f0d

fad2ee7... by Pino Toscano

Merge remote-tracking branch 'origin/5.0'

1180f2a... by Thomas Baumgart <email address hidden>

Try to pass OPENSSL_LIBS as environment variable to configure