[libalkimia] [Bug 440868] Online quote source cannot be deleted if the previously selected source is of type GHNS

2022-04-07 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=440868 Ralf Habacker changed: What|Removed |Added Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi

[kmymoney] [Bug 452392] New: give flexibility on how to match a scheduled transaction

2022-04-07 Thread Jonatan Cloutier via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452392 Bug ID: 452392 Summary: give flexibility on how to match a scheduled transaction Product: kmymoney Version: 5.1.2 Platform: Other OS: Linux Status:

[kmymoney] [Bug 452391] New: ofx import account selection buttons are broken/misleading

2022-04-07 Thread Jonatan Cloutier via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452391 Bug ID: 452391 Summary: ofx import account selection buttons are broken/misleading Product: kmymoney Version: 5.1.2 Platform: Other OS: Linux Status:

[kmymoney] [Bug 452389] New: Give the option not to prompt for scheduled found

2022-04-07 Thread Jonatan Cloutier via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452389 Bug ID: 452389 Summary: Give the option not to prompt for scheduled found Product: kmymoney Version: 5.1.2 Platform: Other OS: Linux Status: REPORTED Severity:

[kmymoney] [Bug 452386] New: Payee should be able to be matched on memo

2022-04-07 Thread Jonatan Cloutier via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452386 Bug ID: 452386 Summary: Payee should be able to be matched on memo Product: kmymoney Version: 5.1.2 Platform: Other OS: Linux Status: REPORTED Severity:

[kmymoney] [Bug 452385] New: Category get automatically assigned even if no default category in the payee.

2022-04-07 Thread Jonatan Cloutier via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452385 Bug ID: 452385 Summary: Category get automatically assigned even if no default category in the payee. Product: kmymoney Version: 5.1.2 Platform: Other OS: Linux

Re: debugging plugins

2022-04-07 Thread Jack via KMyMoney-devel
On 2022.04.07 19:14, Chris via KMyMoney-devel wrote: Hi I am compiling kmymoney to run the debugger over a couple of plugins. When I do so setting a breakpoint fails in the source code of the plugin I want to debug (csv import). I read that its best to statically link the plugins for

debugging plugins

2022-04-07 Thread Chris via KMyMoney-devel
Hi I am compiling kmymoney to run the debugger over a couple of plugins. When I do so setting a breakpoint fails in the source code of the plugin I want to debug (csv import). I read that its best to statically link the plugins for debugging purposes so I recompiled using -DBUILD_SHARED=OFF