Summary: | Clicking on transaction dates in the reports is no longer doing anything | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | lp.allard.1 |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version First Reported In: | 5.2.1 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/b23ffc24e570fd0c69f0892c9a2d63233e919be8 | Version Fixed In: | 5.2.2 |
Sentry Crash Report: |
Description
lp.allard.1
2025-09-06 20:48:11 UTC
Git commit d91b4f36c29079012a4ec8a5914e6d7789b6edb5 by Thomas Baumgart. Committed on 07/09/2025 at 11:14. Pushed by tbaumgart into branch 'master'. Add helper method to trigger QActions On Qt6 QActions are disabled by default. This adds a helper method that enables the action temporarily before triggering to gain Qt5 behavior where needed. FIXED-IN: 5.2.2 M +1 -4 kmymoney/kmymoney.cpp M +11 -0 kmymoney/mymoney/mymoneyutils.cpp M +10 -0 kmymoney/mymoney/mymoneyutils.h M +1 -1 kmymoney/plugins/views/reports/kreportsview.cpp M +1 -4 kmymoney/views/kinvestmentview.cpp M +2 -1 kmymoney/views/ksearchtransactiondlg.cpp M +1 -4 kmymoney/views/reconciliationledgerviewpage.cpp https://invent.kde.org/office/kmymoney/-/commit/d91b4f36c29079012a4ec8a5914e6d7789b6edb5 Git commit b23ffc24e570fd0c69f0892c9a2d63233e919be8 by Thomas Baumgart. Committed on 09/09/2025 at 06:01. Pushed by tbaumgart into branch '5.2'. Add helper method to trigger QActions On Qt6 QActions are disabled by default. This adds a helper method that enables the action temporarily before triggering to gain Qt5 behavior where needed. FIXED-IN: 5.2.2 (cherry picked from commit d91b4f36c29079012a4ec8a5914e6d7789b6edb5) M +1 -4 kmymoney/kmymoney.cpp M +11 -0 kmymoney/mymoney/mymoneyutils.cpp M +10 -0 kmymoney/mymoney/mymoneyutils.h M +1 -1 kmymoney/plugins/views/reports/kreportsview.cpp M +1 -4 kmymoney/views/kinvestmentview.cpp M +2 -1 kmymoney/views/ksearchtransactiondlg.cpp M +1 -4 kmymoney/views/reconciliationledgerviewpage.cpp https://invent.kde.org/office/kmymoney/-/commit/b23ffc24e570fd0c69f0892c9a2d63233e919be8 |