https://bugs.kde.org/show_bug.cgi?id=313237
--- Comment #7 from Christian David ---
Hi, with that patch the regular expression
^(?:Ueberweisung|SEPA-Ueberweisung|Dauerauftrag) an[^\n]*\n([^\n]+)\n
is able to extract the payee in a few cases (transfers initiated by you, as you
can read from the
https://bugs.kde.org/show_bug.cgi?id=313237
--- Comment #6 from Christian David ---
Created attachment 78267
--> https://bugs.kde.org/attachment.cgi?id=78267&action=edit
KBanking patch to keep line breaks in purpose during regexp evaluation
The added line breaks are removed after evaluating th
On Thu, 21 Mar 2013 14:55:58 +0200
Cristian Oneț wrote:
> 2013/3/21 aga :
> > On Thu, 21 Mar 2013 14:06:45 +0200
> > Cristian Oneț wrote:
> >
> >> The 'void timetrace(const char *txt)' function is defined in
> >> main.cpp so you obviously have no way to link to it since that
> >> file gets linke
2013/3/21 aga :
> On Thu, 21 Mar 2013 14:06:45 +0200
> Cristian Oneț wrote:
>
>> The 'void timetrace(const char *txt)' function is defined in main.cpp
>> so you obviously have no way to link to it since that file gets linked
>> in the application binary. If you really need to link the plugin to
>>
On Thu, 21 Mar 2013 14:06:45 +0200
Cristian Oneț wrote:
> The 'void timetrace(const char *txt)' function is defined in main.cpp
> so you obviously have no way to link to it since that file gets linked
> in the application binary. If you really need to link the plugin to
> libraries containing UI
The 'void timetrace(const char *txt)' function is defined in main.cpp
so you obviously have no way to link to it since that file gets linked
in the application binary. If you really need to link the plugin to
libraries containing UI elements like 'dialogs widgets' you need to
create a definition fo
I'm working on a new plugin, for CSV export. As I'd based it on
mymoneyqifwriter.cpp, which I'd recently worked on, and without too
much thought, I built it in kmymoney/kmymoney/converter/ and had it
working nicely, with just some tidying up to do, or so I thought.
Then I moved it all to kmymoney