[Kmymoney-devel] [kmymoney4] [Bug 332924] Investment view, equity tab, sorts numeric columns by alpha sort instead of numeric

2014-05-30 Thread gh47
https://bugs.kde.org/show_bug.cgi?id=332924 gh47 changed: What|Removed |Added CC||gh47g...@yahoo.com --- Comment #1 from gh47 --- I confi

Re: [Kmymoney-devel] Another locale puzzle - CSV Importer

2014-05-30 Thread Allan
loc->readMoney() is supposed to return a double. Using that one in a debug stream as you do, uses the standard Qt functions to convert it into a string (I doubt they are locale aware). So I expect the problem to be right there. What happens, if you use qDebug() << QLocale::toCurrencyStrin

Re: [Kmymoney-devel] Another locale puzzle - CSV Importer

2014-05-30 Thread Allan
On 30/05/14 16:44, Thomas Baumgart wrote: Allen, On Friday 30 May 2014 14:00:02 Allan wrote: [...] On 30/05/14 13:10, Thomas Baumgart wrote: I need to convert a monetary string to double in order to test if it is zero, or empty. Previously, when there was either a valid debit or credit valu

Re: [Kmymoney-devel] Another locale puzzle - CSV Importer

2014-05-30 Thread Alvaro Soliverez
On Fri, May 30, 2014 at 12:44 PM, Thomas Baumgart wrote: > > Hmm, that still leaves a problem: you never know if the file the user has > matches his locale. I've seen banks in Germany delivering CSV files with a dot > as decimal symbol while we usually use a comma for that purpose. Since the > sa

Re: [Kmymoney-devel] Another locale puzzle - CSV Importer

2014-05-30 Thread Thomas Baumgart
Allen, On Friday 30 May 2014 14:00:02 Allan wrote: [...] > On 30/05/14 13:10, Thomas Baumgart wrote: > > I need to convert a monetary string to double in order to test if it is > zero, or empty. Previously, when there was either a valid debit or > credit value, I didn't take the other field in

Re: [Kmymoney-devel] Another locale puzzle - CSV Importer

2014-05-30 Thread Allan
On 30/05/14 13:10, Thomas Baumgart wrote: Allen, On Friday 30 May 2014 12:25:10 Allan wrote: Hi Thomas On 30/05/14 07:00, Thomas Baumgart wrote: Hi Allen, On Thursday 29 May 2014 12:36:42 Allan wrote: Previously, I dealt successfully with importing with a user's locale, but now I'm hitting

Re: [Kmymoney-devel] KMyMoney Widgets

2014-05-30 Thread Cristian Oneț
2014-05-30 15:13 GMT+03:00 Thomas Baumgart : > Christian, > > On Friday 30 May 2014 12:13:00 Christian Dávid wrote: > >> Hi, >> >> I wanted to add an widget to KMyMoney. But unfortunately I got into big >> trouble with the linker and cannot figure out why (but I am at a point where >> I think some

Re: [Kmymoney-devel] KMyMoney Widgets

2014-05-30 Thread Thomas Baumgart
Christian, On Friday 30 May 2014 12:13:00 Christian Dávid wrote: > Hi, > > I wanted to add an widget to KMyMoney. But unfortunately I got into big > trouble with the linker and cannot figure out why (but I am at a point where > I think some kind of dark magic is involved!). > > What is the diff

Re: [Kmymoney-devel] Another locale puzzle - CSV Importer

2014-05-30 Thread Thomas Baumgart
Allen, On Friday 30 May 2014 12:25:10 Allan wrote: > Hi Thomas > > On 30/05/14 07:00, Thomas Baumgart wrote: > > Hi Allen, > > > > On Thursday 29 May 2014 12:36:42 Allan wrote: > >> Previously, I dealt successfully with importing with a user's locale, > >> but now I'm hitting a problem. > >> >

Re: [Kmymoney-devel] Another locale puzzle - CSV Importer

2014-05-30 Thread Allan
Hi Thomas On 30/05/14 07:00, Thomas Baumgart wrote: Hi Allen, On Thursday 29 May 2014 12:36:42 Allan wrote: Previously, I dealt successfully with importing with a user's locale, but now I'm hitting a problem. I'm working on a patch to fix "[Bug 334995] CSV import Debit/Credit mode only looks

Re: [Kmymoney-devel] Comments about KMyMoney

2014-05-30 Thread Allan
On 30/05/14 09:49, Alec Evans wrote: Liked the look of KMyMoney when I tested it on my old laptop, running Linux Mint. Downloaded the latest version 4.6.4 for my main Windows 7 64-bit computer – seemed to install OK but when I try to run it nothing happens. Tried uninstalling and reinstalling –

Re: [Kmymoney-devel] Comments about KMyMoney

2014-05-30 Thread Alvaro Soliverez
Hello Alec, What's the output if you try to run it from a terminal? Regards, Alvaro On Fri, May 30, 2014 at 5:49 AM, Alec Evans wrote: > Liked the look of KMyMoney when I tested it on my old laptop, running Linux > Mint. > > > > Downloaded the latest version 4.6.4 for my main Windows 7 64-bit c

[Kmymoney-devel] Comments about KMyMoney

2014-05-30 Thread Alec Evans
Liked the look of KMyMoney when I tested it on my old laptop, running Linux Mint. Downloaded the latest version 4.6.4 for my main Windows 7 64-bit computer - seemed to install OK but when I try to run it nothing happens. Tried uninstalling and reinstalling - even on a different drive - stil

[Kmymoney-devel] KMyMoney Widgets

2014-05-30 Thread Christian Dávid
Hi, I wanted to add an widget to KMyMoney. But unfortunately I got into big trouble with the linker and cannot figure out why (but I am at a point where I think some kind of dark magic is involved!). What is the difference between the targets widgets and kmymoney_base? It looks quite useless t