Re: [Kmymoney-devel] CSV Importer - A new problem, crash on import

2014-04-15 Thread Chris
I think I'll go to bed. I must be over tired What I meant to say (in my head I did) When I changed the line 640: m_startLine = profilesGroup.readEntry("StartLine", -1) + 1; to 640: m_startLine = profilesGroup.readEntry("StartLine", 0) + 1; Import worked flawlessly! Chris On 15/04/2014 10:10 PM

Re: [Kmymoney-devel] CSV Importer - A new problem, crash on import

2014-04-15 Thread Chris
About the email. I have checked my logs, apart from the error when I tried to send the "setenv.cmd" file I have no other non deliveries to you. Perhaps something at your end. I know hotmail is blocking me for some unknown reason. but then they have the crappiest spam control system of all the

Re: [Kmymoney-devel] CSV Importer - A new problem, crash on import

2014-04-15 Thread Allan
On 15/04/14 12:12, Chris wrote: Should have read... At line line 1517 it is used to initialise '*m_topLine*' which in turn is used to initialise 'row' at line 1546 Chris Hi Chris I'll look into this, but just to let you know I didn't get your first email. In fact, this one I did get is pro

Re: [Kmymoney-devel] CSV Importer - A new problem, crash on import

2014-04-15 Thread Chris
Should have read... At line line 1517 it is used to initialise '*m_topLine*' which in turn is used to initialise 'row' at line 1546 Chris On 15/04/2014 8:23 PM, Chris wrote: Hi Allan Hoping you can give me some insight here. On windows when trying to import I get an exception. The applicat

[Kmymoney-devel] CSV Importer - A new problem, crash on import

2014-04-15 Thread Chris
Hi Allan Hoping you can give me some insight here. On windows when trying to import I get an exception. The application is trying to dereference a null pointer with the usual consequence. The problem is after loading the table object with the imported file it then tries to reference the cell

Re: [Kmymoney-devel] csv importer new compile

2014-04-14 Thread Chris
Hi Allan I have resent it. and echoed it to this group. Hopefully you get it this time... Chris On 14/04/2014 7:21 PM, Allan wrote: On 14/04/14 10:20, Chris wrote: Cool Looking forward to that patch too. Allan did you get that stuff I sent you about compiling on XP? Chris No Chris, I'v

Re: [Kmymoney-devel] csv importer new compile

2014-04-14 Thread Allan
On 14/04/14 10:20, Chris wrote: Cool Looking forward to that patch too. Allan did you get that stuff I sent you about compiling on XP? Chris No Chris, I've seen no attachments. When was it sent? I take it you are referring to my request for a copy of SetEnv.cmd? I did get a copy from, I

Re: [Kmymoney-devel] csv importer new compile

2014-04-14 Thread Allan
On 13/04/14 17:52, Cristian Oneț wrote: Hi, I'm preparing to deliver a kind of monthly packaging of git master on Windows so I finally got a look into this and can tell you the following: Style has absolutely nothing to do with this bug. The problem is the fact that the CSV importer layout cont

Re: [Kmymoney-devel] csv importer new compile

2014-04-14 Thread Chris
Cool Looking forward to that patch too. Allan did you get that stuff I sent you about compiling on XP? Chris On 14/04/2014 2:38 AM, Allan wrote: On 13/04/14 17:52, Cristian Oneț wrote: Hi, I'm preparing to deliver a kind of monthly packaging of git master on Windows so I finally got a look

Re: [Kmymoney-devel] csv importer new compile

2014-04-13 Thread Allan
On 13/04/14 17:52, Cristian Oneț wrote: Hi, I'm preparing to deliver a kind of monthly packaging of git master on Windows so I finally got a look into this and can tell you the following: Style has absolutely nothing to do with this bug. The problem is the fact that the CSV importer layout cont

Re: [Kmymoney-devel] csv importer new compile

2014-04-11 Thread Allan
On 11/04/14 16:13, Chris wrote: I tried it in kubuntu and it seems fine to me.everything works as expected. On windows the problem is with the aero theme. If I change the style to classic. It works as expected. I added the following code to csvdialog.cpp m_wizard = new QWizard; m_wizard-

Re: [Kmymoney-devel] csv importer new compile

2014-04-11 Thread Chris
I tried it in kubuntu and it seems fine to me.everything works as expected. On windows the problem is with the aero theme. If I change the style to classic. It works as expected. I added the following code to csvdialog.cpp m_wizard = new QWizard; m_wizard->setWizardStyle(QWizard::ClassicS

Re: [Kmymoney-devel] csv importer new compile

2014-04-10 Thread Allan
On 10/04/14 13:52, Chris wrote: You are spot on! It was the whitespace on windows that was causing the issue. I added --ignore-whitespace and the patch applied flawlessly Unfortunately it made very little difference in windows. I haven't tried kubuntu yet, I will do so tomorrow. One thing that

Re: [Kmymoney-devel] csv importer new compile

2014-04-10 Thread Chris
You are spot on! It was the whitespace on windows that was causing the issue. I added --ignore-whitespace and the patch applied flawlessly Unfortunately it made very little difference in windows. I haven't tried kubuntu yet, I will do so tomorrow. One thing that I have found. if I click and

Re: [Kmymoney-devel] csv importer new compile

2014-04-10 Thread Allan
On 10/04/14 09:50, Chris wrote: Hi Allan Thank you for that I get errors when I tried to apply the patch. I thought I might be behind so I pulled in the latest master but it results in the same errors it seems you might be patching a commit or branch I don't have. git apply --check 0001-Modify-

Re: [Kmymoney-devel] csv importer new compile

2014-04-10 Thread Chris
Hi Allan Thank you for that I get errors when I tried to apply the patch. I thought I might be behind so I pulled in the latest master but it results in the same errors it seems you might be patching a commit or branch I don't have. git apply --check 0001-Modify-CSV-importer-settings-and-UI-

Re: [Kmymoney-devel] csv importer new compile

2014-04-08 Thread Allan
Hi Chris Here's the patch for you to try. For me, it looks OK on Ubuntu now, so should be OK for you, too. Windows, we'll see if it helps, but I can't see it making any difference so far as the Title bars are concerned. Let's know how it goes. There are some outstanding issues with scroll

Re: [Kmymoney-devel] csv importer new compile

2014-04-06 Thread Chris
Hi Allan Both Qif AND CSV Exporters work as expected. the dialogues are laid out correctly with no apparent error. It looks like its now just the layout issue. :) I'll play with my new build and see if I can find why those titles are being displayed. Its nice to be making some progress for

Re: [Kmymoney-devel] csv importer new compile

2014-04-06 Thread Allan
On 06/04/14 03:04, Chris wrote: I have recompiled (yet again) my kde environment This time when compiling kmymoney the dialogue works, well sort of. It looks like the attached and at the radio buttons are responsive. previously nothing worked. The "CSV importer" text on the blue background se

Re: [Kmymoney-devel] csv importer new compile

2014-04-06 Thread Allan
On 06/04/14 03:04, Chris wrote: I have recompiled (yet again) my kde environment This time when compiling kmymoney the dialogue works, well sort of. It looks like the attached and at the radio buttons are responsive. previously nothing worked. The "CSV importer" text on the blue background se

Re: [Kmymoney-devel] csv importer

2014-03-23 Thread Chris
Hi Alan Not sure if you are seeing the same thing as I am, but in kubuntu I had to increase the maximum size to 300 not reduce it to 280. After that I was able to successfully import a file (sans scroll bar). But not without some confusion. Firstly if you click cancel it asks you if you wan

Re: [Kmymoney-devel] csv importer

2014-03-22 Thread Chris
Thanks Alan I am hoping the same issue is what is effecting the windows version and the reason its not responsive is because of a layering issue. Now that I know what I am supposed to see it should be easier to get it right. As you say. So much for cross platform ui design! Lately I have bee

Re: [Kmymoney-devel] csv importer

2014-03-22 Thread Allan
On 22/03/14 01:39, Chris wrote: I have just finished installing KUbuntu 12 I compiled the latest kmymoney so I could see what the import dialogue is supposed to look like as opposed to what it actually looks like on my win machine It also doesn't render correctly on kubuntu although it does app

Re: [Kmymoney-devel] csv importer

2014-03-22 Thread Allan
On 22/03/14 01:39, Chris wrote: I have just finished installing KUbuntu 12 I compiled the latest kmymoney so I could see what the import dialogue is supposed to look like as opposed to what it actually looks like on my win machine It also doesn't render correctly on kubuntu although it does app

Re: [Kmymoney-devel] csv importer

2014-03-15 Thread Chris
4 10:47 PM, Cristian Oneț wrote: Forgot to reply trough the list. -- Forwarded message -- From: *Cristian Oneț* mailto:onet.crist...@gmail.com>> Date: 2014-03-13 14:17 GMT+02:00 Subject: Re: [Kmymoney-devel] csv importer To: Chri

Re: [Kmymoney-devel] csv importer

2014-03-15 Thread Allan
rded message -- From: *Cristian Oneț* mailto:onet.crist...@gmail.com>> Date: 2014-03-13 14:17 GMT+02:00 Subject: Re: [Kmymoney-devel] csv importer To: Chris mailto:developerch...@rebel.com.au>> It seems to me that something went wrong t

Re: [Kmymoney-devel] csv importer

2014-03-14 Thread Chris
Hi Allan The importer is unusable. The only element that actually does something is the window close icon DC On 13/03/2014 11:41 PM, Allan wrote: 2014-03-13 14:04 GMT+02:00 Chris mailto:developerch...@rebel.com.au>>: I have just finished building kmymoney 4.6.90 using emerge for kde

Re: [Kmymoney-devel] csv importer

2014-03-13 Thread Allan
2014-03-13 14:04 GMT+02:00 Chris mailto:developerch...@rebel.com.au>>: I have just finished building kmymoney 4.6.90 using emerge for kde on windows 4.10.5 One feature I was most interested in is the CSV importer but it appears to be badly broken. I have attached an image