Re: plugin problem with newly compiled KMM from git master

2018-09-25 Thread Ralf Habacker
Am 09.05.18 um 00:47 schrieb Jack: > In trying to track down the printing problem recently filed as a bug, > I'm having a problem debugging plugins.  As far as I can tell, printing > of reports is handled by KReportsView::slotPrintView() in > kmymoney/plugins/views/reports/kreportsview.cpp.  Unfort

Re: plugin problem with newly compiled KMM from git master

2018-05-11 Thread Thomas Capricelli
On 10/05/2018 18:25, Jack wrote: > Below is one of the scripts I use to do this, but right now, I suspect > it may need further changes to completely avoid using installed files > instead of newly compiled versions. Ah, thanks, that's a start ! I'm only concerned about plugins, I don't intend to

Re: plugin problem with newly compiled KMM from git master

2018-05-10 Thread Jack
On 2018.05.10 08:26, Thomas Capricelli wrote: On 09/05/2018 15:44, Christian Dávid wrote: > there is a high chance that KMyMoney is not loading the plugin you compiled but one that was shipped with your distribution. This also explains why the debugger is not working (it should work without a

Re: plugin problem with newly compiled KMM from git master

2018-05-10 Thread Thomas Capricelli
On 09/05/2018 15:44, Christian Dávid wrote: > there is a high chance that KMyMoney is not loading the plugin you compiled > but one that was shipped with your distribution. This also explains why the > debugger is not working (it should work without any problems). I had the same > problem and my

Re: plugin problem with newly compiled KMM from git master

2018-05-09 Thread Christian Dávid
Hi Jack, there is a high chance that KMyMoney is not loading the plugin you compiled but one that was shipped with your distribution. This also explains why the debugger is not working (it should work without any problems). I had the same problem and my (bad) solution was to uninstall the versi

plugin problem with newly compiled KMM from git master

2018-05-08 Thread Jack
In trying to track down the printing problem recently filed as a bug, I'm having a problem debugging plugins. As far as I can tell, printing of reports is handled by KReportsView::slotPrintView() in kmymoney/plugins/views/reports/kreportsview.cpp. Unfortunately, I can't figure out how to