[Kmymoney-devel] [kmymoney4] [Bug 344412] Another build fails - different system - "ui_onlinejobmessagesview.h: No such file or directory"

2015-02-20 Thread allan
https://bugs.kde.org/show_bug.cgi?id=344412 allan changed: What|Removed |Added Summary|Another build fails - |Another build fails - |different syst

[Kmymoney-devel] [kmymoney4] [Bug 344405] Build fails

2015-02-20 Thread allan
https://bugs.kde.org/show_bug.cgi?id=344405 allan changed: What|Removed |Added Resolution|--- |DOWNSTREAM Status|UNCONFIRMED

[Kmymoney-devel] [kmymoney4] [Bug 344412] New: Another build fails - different system - different error

2015-02-20 Thread allan
https://bugs.kde.org/show_bug.cgi?id=344412 Bug ID: 344412 Summary: Another build fails - different system - different error Product: kmymoney4 Version: git master Platform: Mint (Ubuntu based) OS: Linux

[Kmymoney-devel] [kmymoney4] [Bug 344409] New: User is asked to create a new category in splits table if change is aborted

2015-02-20 Thread Christian David
https://bugs.kde.org/show_bug.cgi?id=344409 Bug ID: 344409 Summary: User is asked to create a new category in splits table if change is aborted Product: kmymoney4 Version: git master Platform: Compiled Sources

[Kmymoney-devel] [kmymoney4] [Bug 344405] New: Build fails

2015-02-20 Thread allan
https://bugs.kde.org/show_bug.cgi?id=344405 Bug ID: 344405 Summary: Build fails Product: kmymoney4 Version: git master Platform: Mint (Ubuntu based) OS: Linux Status: UNCONFIRMED Severity: crash

[Kmymoney-devel] [kmymoney4] [Bug 344324] Mark reason for disabled OK button in transaction editor more prominent

2015-02-20 Thread Christian David
https://bugs.kde.org/show_bug.cgi?id=344324 --- Comment #5 from Christian David --- I changed this to a wishlist item. Before we start to code we should contact the VDG. But maybe it is enough to set a tool-tip for the OK button. -- You are receiving this mail because: You are the assignee for

[Kmymoney-devel] [kmymoney4] [Bug 344324] Mark reason for disabled OK button in transaction editor more prominent

2015-02-20 Thread Christian David
https://bugs.kde.org/show_bug.cgi?id=344324 Christian David changed: What|Removed |Added Version|4.7.1 |git master Platform|MS Windows

[Kmymoney-devel] Exceptions in MyMoneyFile

2015-02-20 Thread victor
Hi, I have been analyzing the code of mymoneyfile.cpp and I was wondering how some of the exceptions handlers could be accessed. The first one is the exception handler in "QString MyMoneyFile::storageId(void)". "testStorageId" in mymoneyfiletest.cpp is devoted to this method, but the exceptio

Re: [Kmymoney-devel] Improving the test suite for MyMoneyFile

2015-02-20 Thread victor
Hi, I have tried to become familiar with QSignalSpy. For instance, to comply with "After adding a price 'valueChanged()' should be emitted.", I have implemented this: qRegisterMetaType("MyMoneyAccount"); QSignalSpy spy(m, SIGNAL(valueChanged(MyMon