[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-11-07 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #12 from Jack --- Git commit 5057080335f40e3ef604a8fd129432a2c5101bb4 by Jack Ostroff. Committed on 08/11/2023 at 01:22. Pushed by ostroffjh into branch 'FixCSVExportQtyPrecision'. Fix excess precision of quantity in csv export of

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-10-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=473082 Thomas Baumgart changed: What|Removed |Added CC||gemdan...@fastem.com --- Comment #11 from

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-13 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=473082 Jack changed: What|Removed |Added Version Fixed In||5.1.4 -- You are receiving this mail because: You are

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-13 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=473082 Jack changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-13 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #9 from Jack --- Git commit facd313630e12eae9c754fdb7f4b80e7b6a2a756 by Jack Ostroff. Committed on 13/08/2023 at 19:00. Pushed by ostroffjh into branch 'master'. Improve precision of values in csv export M +29 -19

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-09 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #8 from Thomas Baumgart --- Maybe, because it compiled w/o problems. It's a tricky thing to use the Qt style d-pointers inside lambdas. One must not forget to add the Q_D() macro inside the lambda even though it is present in the enclosing

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-09 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #7 from Jack --- Thanks. I confirm that eliminates the crash. Not sure why I didn't see that as the cause. -- You are receiving this mail because: You are watching all bug changes.

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #6 from Thomas Baumgart --- Git commit 314ece88391aff143842d870d94e1e14a0b7bce1 by Thomas Baumgart. Committed on 09/08/2023 at 06:42. Pushed by tbaumgart into branch 'master'. Fix reported crash in CSV export dialog M +3-0

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #5 from Jack --- It seems pretty consistent about crashing on line 140 of csvexportdlg.cpp. I've added some debug lines there, and they print correctly when called from the end of .CsvExportDlg::CsvExportDlg(QWidget* parent) but segfaults

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #4 from Jack --- This is using the Gentoo generated build from master, just re-rebuilt) and no involvement of my compiled versions from git, which install (when I don't just run from the build dir) into their own locations, not on PATH. It

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #3 from Thomas Baumgart --- Is this an old version of the plugin? Just an idea. -- You are receiving this mail because: You are watching all bug changes.

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #2 from Jack --- Master now segfaults for me clicking about anything in the csv export dialog. Crash seems to be in one of the checkData functions depending on what I click. -- You are receiving this mail because: You are watching all

[kmymoney] [Bug 473082] csv export of investment account uses 2 digits for number of shares and too many digits for price.

2023-08-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=473082 --- Comment #1 from Thomas Baumgart --- Git commit f449d6bf9a1e221f8fddf3d6d147704bf1c0bce0 by Thomas Baumgart. Committed on 08/08/2023 at 08:23. Pushed by tbaumgart into branch 'master'. Rework CSV Export dialog The CSV export dialog was not working