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
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
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
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
---
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
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116819/
---
Review request for KMymoney.
Repository: kmymoney
Description
---
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