[kmymoney] [Bug 441381] When configuring an investment, we should check if identifier required by Online Source is filled-in
https://bugs.kde.org/show_bug.cgi?id=441381 Dawid Wróbel changed: What|Removed |Added Component|general |ux-ui -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 441381] New: When configuring an investment, we should check if identifier required by Online Source is filled-in
https://bugs.kde.org/show_bug.cgi?id=441381 Bug ID: 441381 Summary: When configuring an investment, we should check if identifier required by Online Source is filled-in Product: kmymoney Version: 5.1.2 Platform: Other OS: Other Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kmymoney-devel@kde.org Reporter: m...@dawidwrobel.com Target Milestone: --- Created attachment 140953 --> https://bugs.kde.org/attachment.cgi?id=140953&action=edit "[No Identifier]" error SUMMARY Some online sources depend on the ticker, while some other on the identification number (ISIN) (see `WebPriceQuoteSource::identifyBy` references in webpricequote.cpp). The wizard should be performing a validation of whether the required field was filled in before allowing to add an investment. Otherwise we end up with a mis-configured investment that will manifest itself with a "[No Identifier]" error in "Update Stock and Currency Prices" dialog (see screenshot attached) STEPS TO REPRODUCE 1. Add an investment and provide a ticker only, but not the identification number 2. Configure it to use an online source that requires identification number (which was not provided in 1.) 3. Open the "Update Stock and Currency Prices" dialog OBSERVED RESULT Notice the "[No Identifier]" error in dialog (see screenshot attached) EXPECTED RESULT It should not be possible to add an investment that has a missing field -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 440692] When importing OFX, the OK and Skip buttons are reversed
https://bugs.kde.org/show_bug.cgi?id=440692 --- Comment #5 from Thomas Baumgart --- Git commit f7e4f29543d4d6bea28f2e0888a1399357f84598 by Thomas Baumgart. Committed on 22/08/2021 at 15:32. Pushed by tbaumgart into branch 'master'. Swap Skip and OK button in account selection dialog (cherry picked from commit c6478e888ad19a54e16ed38fdcc4e260b3c04e9c) M +24 -6kmymoney/dialogs/kaccountselectdlg.ui https://invent.kde.org/office/kmymoney/commit/f7e4f29543d4d6bea28f2e0888a1399357f84598 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 440692] When importing OFX, the OK and Skip buttons are reversed
https://bugs.kde.org/show_bug.cgi?id=440692 Thomas Baumgart changed: What|Removed |Added Version Fixed In||5.1.3 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit||https://invent.kde.org/offi ||ce/kmymoney/commit/c6478e88 ||8ad19a54e16ed38fdcc4e260b3c ||04e9c --- Comment #4 from Thomas Baumgart --- Git commit c6478e888ad19a54e16ed38fdcc4e260b3c04e9c by Thomas Baumgart. Committed on 22/08/2021 at 15:28. Pushed by tbaumgart into branch '5.1'. Swap Skip and OK button in account selection dialog FIXED-IN: 5.1.3 M +24 -6kmymoney/dialogs/kaccountselectdlg.ui https://invent.kde.org/office/kmymoney/commit/c6478e888ad19a54e16ed38fdcc4e260b3c04e9c -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 440692] When importing OFX, the OK and Skip buttons are reversed
https://bugs.kde.org/show_bug.cgi?id=440692 Thomas Baumgart changed: What|Removed |Added Ever confirmed|0 |1 Status|NEEDSINFO |CONFIRMED Resolution|WAITINGFORINFO |--- --- Comment #3 from Thomas Baumgart --- Ah, that one: it is used by all importers not only OFX. Hence my confusion. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 440695] Unable to inspect the Splits when account is closed.
https://bugs.kde.org/show_bug.cgi?id=440695 --- Comment #1 from Dawid Wróbel --- Another issue is that if any of the accounts included in a split transaction is closed, it becomes impossible to edit it. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 440692] When importing OFX, the OK and Skip buttons are reversed
https://bugs.kde.org/show_bug.cgi?id=440692 --- Comment #2 from Dawid Wróbel --- Created attachment 140951 --> https://bugs.kde.org/attachment.cgi?id=140951&action=edit The account selection The account selection one, specifically. See screenshot attached. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 440692] When importing OFX, the OK and Skip buttons are reversed
https://bugs.kde.org/show_bug.cgi?id=440692 Thomas Baumgart changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #1 from Thomas Baumgart --- There are a few dialogs in the context of the OFX importer. Which one do you mean? Screenshot? -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 441292] Impossible to paste into calculator widget
https://bugs.kde.org/show_bug.cgi?id=441292 Thomas Baumgart changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED|RESOLVED Version Fixed In||5.1.3 Latest Commit||https://invent.kde.org/offi ||ce/kmymoney/commit/e8205a3d ||ae8af6b80abc89aeeeb14c66c83 ||84847 --- Comment #2 from Thomas Baumgart --- Git commit e8205a3dae8af6b80abc89aeeeb14c66c8384847 by Thomas Baumgart. Committed on 22/08/2021 at 14:19. Pushed by tbaumgart into branch '5.1'. Support pasting values into calculator FIXED-IN: 5.1.3 (cherry picked from commit 1719720b2e860aa433812cf4ac77f314035bc840) M +72 -37 kmymoney/widgets/kmymoneycalculator.cpp M +0-8kmymoney/widgets/kmymoneycalculator.h https://invent.kde.org/office/kmymoney/commit/e8205a3dae8af6b80abc89aeeeb14c66c8384847 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 441292] Impossible to paste into calculator widget
https://bugs.kde.org/show_bug.cgi?id=441292 --- Comment #1 from Thomas Baumgart --- Git commit 1719720b2e860aa433812cf4ac77f314035bc840 by Thomas Baumgart. Committed on 22/08/2021 at 13:59. Pushed by tbaumgart into branch 'master'. Support pasting values into calculator M +72 -37 kmymoney/widgets/kmymoneycalculator.cpp M +0-8kmymoney/widgets/kmymoneycalculator.h https://invent.kde.org/office/kmymoney/commit/1719720b2e860aa433812cf4ac77f314035bc840 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 441362] New: Pressing TAB after having selected a non-first Payee from the list will actually select the first anyway
https://bugs.kde.org/show_bug.cgi?id=441362 Bug ID: 441362 Summary: Pressing TAB after having selected a non-first Payee from the list will actually select the first anyway Product: kmymoney Version: 5.1.2 Platform: Other OS: Other Status: REPORTED Severity: normal Priority: NOR Component: ux-ui Assignee: kmymoney-devel@kde.org Reporter: m...@dawidwrobel.com Target Milestone: --- SUMMARY STEPS TO REPRODUCE 1. Add a new transaction in ledger 2. Start typing a payee name 3. Scroll down to a position that is not the first on the list 4. Do not select it with mouse but press Tab key instead OBSERVED RESULT The field ends pre-filled with first payee that was on the list, despite having selected another one on the list. EXPECTED RESULT The item selected on the drop-down list should be used. Note that the behavior is correct if the item highlighted on the list is clicked instead. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 441322] 'ghost' font when renaming a category
https://bugs.kde.org/show_bug.cgi?id=441322 Thomas Baumgart changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #2 from Thomas Baumgart --- Changing status -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 441322] 'ghost' font when renaming a category
https://bugs.kde.org/show_bug.cgi?id=441322 --- Comment #1 from Thomas Baumgart --- Created attachment 140936 --> https://bugs.kde.org/attachment.cgi?id=140936&action=edit Showing the same on stock openSUSE 15.2 Could it be, that this is caused by the combination of your local components? I don't see this problem here with a standard KDE install on the breeze theme. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 441296] Fields in Exchange Rate/Price Editor misaligned
https://bugs.kde.org/show_bug.cgi?id=441296 Thomas Baumgart changed: What|Removed |Added Version Fixed In||5.1.3 Latest Commit||https://invent.kde.org/offi ||ce/kmymoney/commit/6d5c657e ||a6c37695fb11983ed58d88e58ce ||269a7 Status|REPORTED|RESOLVED Resolution|--- |FIXED --- Comment #2 from Thomas Baumgart --- Git commit 6d5c657ea6c37695fb11983ed58d88e58ce269a7 by Thomas Baumgart. Committed on 22/08/2021 at 07:18. Pushed by tbaumgart into branch '5.1'. Fix mis-alignment of widgets FIXED-IN: 5.1.3 (cherry picked from commit a5513b681491f3eeea8966018ea14c8ab55203bd) M +18 -18 kmymoney/dialogs/kcurrencycalculator.ui https://invent.kde.org/office/kmymoney/commit/6d5c657ea6c37695fb11983ed58d88e58ce269a7 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 440476] Can not update stock price manually
https://bugs.kde.org/show_bug.cgi?id=440476 Thomas Baumgart changed: What|Removed |Added Latest Commit||https://invent.kde.org/offi ||ce/kmymoney/commit/53e3cbcf ||b115c88114d2c77718c2952b4a8 ||fbcb6 Version Fixed In||5.1.3 Status|REPORTED|RESOLVED Resolution|--- |FIXED --- Comment #6 from Thomas Baumgart --- Git commit 53e3cbcfb115c88114d2c77718c2952b4a8fbcb6 by Thomas Baumgart. Committed on 22/08/2021 at 07:18. Pushed by tbaumgart into branch '5.1'. Update button state immediately when edit field content changes FIXED-IN: 5.1.3 (cherry picked from commit 4e3c133ad3fe1efb3a9dab8078b9dd662731162e) M +2-2kmymoney/dialogs/kcurrencycalculator.cpp https://invent.kde.org/office/kmymoney/commit/53e3cbcfb115c88114d2c77718c2952b4a8fbcb6 -- You are receiving this mail because: You are the assignee for the bug.