Re: [Kmymoney-devel] csv importer

2014-03-15 Thread Chris
Thanks Allan I think I can ignore the unit test warnings. Hopefully Cristian can shed some more light. I have been unable to compile kdevelop :( it uses cpp 11 features which msvc 2010 cant deal with and cause an internal error in msvc 2013. I'll try using qt development environment and see

Re: [Kmymoney-devel] csv importer

2014-03-15 Thread Allan
On 15/03/14 23:52, Chris wrote: This patch did indeed fix the slowness related problems. Thanks for the advice. With respect to the csv importer. I am looking at the code changes since 4.6.4 and will advise what I find. I am new to QT so a lot of the code has mystical qualities :) I can tell

Re: [Kmymoney-devel] Fwd: csv importer

2014-03-15 Thread Chris
This patch did indeed fix the slowness related problems. Thanks for the advice. With respect to the csv importer. I am looking at the code changes since 4.6.4 and will advise what I find. I am new to QT so a lot of the code has mystical qualities :) I have compiled version 4.6.4 and the csv

[Kmymoney-devel] [kmymoney4] [Bug 275455] The KMyMoney selector is not moved when the combo it belongs to is move together with the containing window

2014-03-15 Thread allan
https://bugs.kde.org/show_bug.cgi?id=275455 --- Comment #3 from allan --- Partially answering my own question, the only way I can see for a fix to be confined to the category selector/completor is to detect when the cursor moves out of the drop-down and to hide the drop-down. This will avoid the

Re: [Kmymoney-devel] Review Request 116819: SQLCipher as database driver for encrypted SQLite databeses

2014-03-15 Thread Christian David
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116819/ --- (Updated March 15, 2014, 7:46 p.m.) Review request for KMymoney. Reposi

[Kmymoney-devel] Review Request 116819: SQLCipher as database driver for encrypted SQLite databeses

2014-03-15 Thread Christian David
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116819/ --- Review request for KMymoney. Repository: kmymoney Description ---

[Kmymoney-devel] [kmymoney4] [Bug 275455] The KMyMoney selector is not moved when the combo it belongs to is move together with the containing window

2014-03-15 Thread allan
https://bugs.kde.org/show_bug.cgi?id=275455 --- Comment #2 from allan --- I've been working away on this for a while now and have fixed three problem areas - reassign category, import file selector and ledger view editing a category. I was beginning to think I'd finished, but then found that edi