https://bugs.kde.org/show_bug.cgi?id=332924
gh47 changed:
What|Removed |Added
CC||gh47g...@yahoo.com
--- Comment #1 from gh47 ---
I confi
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
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
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
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
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
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
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
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.
> >>
>
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
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 –
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
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
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
14 matches
Mail list logo