[kmymoney] [Bug 468010] symbol lookup error in kibkmm_csvimportercore.so.5
https://bugs.kde.org/show_bug.cgi?id=468010 Thomas Baumgart changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED|NEEDSINFO --- Comment #4 from Thomas Baumgart --- Hmm, it's not a compile/link issue in the classical sense during build time but more a link loader problem, as it happens at runtime. The said symbol is not found when the csvimporter lib is loaded. The symbol MyMoneyAccount::currencyId() itself lives in the core library libkmm_mymoney.so.5. All this leads to the conclusion that this is a downstream/packaging issue but certainly not an upstream KDE one. @Jack: Regarding the construction of mangled names see e.g. http://web.mit.edu/tibbetts/Public/inside-c/www/mangling.html. This is not (only) related to Windows. _ZNK14MyMoneyAccount10currencyIdEv _Z name is mangled N nested name indicator K const indicator 14 length of name MyMoneyAccount 10 length of name currencyId Ev argument void and in class MyMoneyAccount you find "QString currencyId() const;" -- You are receiving this mail because: You are the assignee for the bug.
KMyMoney and Qt6
Hi, we are currently discussing about the transition to KF6 of KDE PIM. KMyMoney appears to have a dependency on kde/pim/kidentitymanagement. Therefore, we'd like to know what your plans for Qt6 are? It's perfectly fine if you do not have plans yet because then you can just sit back and wait for the dust to settle. For the time being the master branches of kde/pim will stay using Qt5. The KF6 transition will happen in a different branch. The switch to a KF6-based KDE PIM will happen the earliest with 23.12. Regards, Ingo signature.asc Description: This is a digitally signed message part.
Re: KMyMoney and Qt6
Ingo, On Samstag, 1. April 2023 13:45:57 CEST Ingo Klöcker via KMyMoney-devel wrote: > Hi, > > we are currently discussing about the transition to KF6 of KDE PIM. KMyMoney > appears to have a dependency on kde/pim/kidentitymanagement. Therefore, we'd > like to know what your plans for Qt6 are? > > It's perfectly fine if you do not have plans yet because then you can just > sit > back and wait for the dust to settle. For the time being the master branches > of kde/pim will stay using Qt5. The KF6 transition will happen in a different > branch. The switch to a KF6-based KDE PIM will happen the earliest with 23.12. We currently don't concrete plans to port to Qt6. We did some preparation work though to ease the port. Our current development is happening in Qt5 (only). So we simply sit back and wait as you suggested :) -- Regards Thomas Baumgart - Q: Where did I put my coffee cup? A: dir -R /home/thb | grep 'coffee cup' - signature.asc Description: This is a digitally signed message part.
[kmymoney] [Bug 427868] Report: Double values "Investments Holdings Pie"
https://bugs.kde.org/show_bug.cgi?id=427868 --- Comment #2 from Thomas Baumgart --- Git commit 8c8ba2f817d7d6db439643563d3d46b101efb9ca by Thomas Baumgart. Committed on 01/04/2023 at 14:12. Pushed by tbaumgart into branch 'master'. Don't calculate the running sum for pie chart reports This avoids doubleing the actual value in the chart M +1-2kmymoney/plugins/views/reports/core/pivottable.cpp https://invent.kde.org/office/kmymoney/commit/8c8ba2f817d7d6db439643563d3d46b101efb9ca -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 427868] Report: Double values "Investments Holdings Pie"
https://bugs.kde.org/show_bug.cgi?id=427868 Thomas Baumgart changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED|RESOLVED Latest Commit||https://invent.kde.org/offi ||ce/kmymoney/commit/d3c67739 ||566da030fe2eceac4e08ab22271 ||d6e97 Version Fixed In||5.1.4 --- Comment #3 from Thomas Baumgart --- Git commit d3c67739566da030fe2eceac4e08ab22271d6e97 by Thomas Baumgart. Committed on 01/04/2023 at 14:13. Pushed by tbaumgart into branch '5.1'. Don't calculate the running sum for pie chart reports This avoids doubleing the actual value in the chart FIXED-IN: 5.1.4 (cherry picked from commit 8c8ba2f817d7d6db439643563d3d46b101efb9ca) M +1-2kmymoney/plugins/views/reports/core/pivottable.cpp https://invent.kde.org/office/kmymoney/commit/d3c67739566da030fe2eceac4e08ab22271d6e97 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 468010] symbol lookup error in kibkmm_csvimportercore.so.5
https://bugs.kde.org/show_bug.cgi?id=468010 --- Comment #5 from Jack --- I do realize there is nothing windows specific about this. I also think I found the same page on name mangling. Am I correct that it seems to imply that the names have been mangled differently in the calling and called files, probably due to the two files being compiled by different tool chains, or some similar issue? Might it be that the csvimporter plugin is not part of the newly installed version, but is left over from some earlier version, from a different repo? -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 427868] Report: Double values "Investments Holdings Pie"
https://bugs.kde.org/show_bug.cgi?id=427868 --- Comment #4 from jgfol...@gmail.com --- Thank you, Thomas. We appreciate your hard work. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 424998] Reinvest dividend should include accompanying fee
https://bugs.kde.org/show_bug.cgi?id=424998 --- Comment #7 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are the assignee for the bug.
Screenshot to help me translate
Hello My name is Kjetil and I am translating KMyMoney into Norwegian. I have come to a couple of strings that I can't locate in the program nor grasp the meaning of them so I can make a good translation: * String 2494 *Month of %1 * o reference to kmymoney/plugins/views/reports/core/querytable.cpp:549 kmymoney/plugins/views/reports/core/querytable.cpp:1746 * String 2495 *Week of %1* o Reference to kmymoney/plugins/views/reports/core/querytable.cpp:550 kmymoney/plugins/views/reports/core/querytable.cpp:1747 Is it possible for you to provide screenshots including these 2 strings or guide me to the right screen in the program? Since I'm writing to you I also have question for strin 2033*KMyMoney Hash* with reference to kmymoney/plugins/ofx/import/dialogs/konlinebankingstatusdecl.ui:429and kmymoney/plugins/ofx/import/importoption.ui:83 Does it cover this string to translate it to KMyMoney tilgangsnøkkel (which translates back to Access Key). I have done this as I think this is the purpose of this part of the program. Thank you for your attention -- Kind regards *Kjetil Sørlund* Epost: kje...@sorlund.no Mobil: +47 93 40 11 45