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
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
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
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
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
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