Summary: | Apply button remains disabled when changing calendar | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Grósz Dániel <groszdanielpub> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | winter |
Priority: | NOR | ||
Version First Reported In: | 6.3.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/akonadi/-/commit/b9b15aab47ce620bb4fb37ec982059578daefd20 | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
Grósz Dániel
2025-01-12 08:43:41 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/akonadi/-/merge_requests/235 Git commit 9305dcf7fcbde4accf11fd78be95077144ac4355 by Allen Winter. Committed on 11/03/2025 at 11:39. Pushed by winterz into branch 'master'. collectioncombobox.cpp - add a connect to deal with the combobox changes Don't ignore the combobox signal indicating that the selection index has changed. We'll emit the currentChanged signal in that event. Then users of this widget can connect to that currentChanged signal and do something useful. Specifically in the case of the incidenceeditor dialog, we can enable/disable the Apply button. M +3 -0 src/widgets/collectioncombobox.cpp https://invent.kde.org/pim/akonadi/-/commit/9305dcf7fcbde4accf11fd78be95077144ac4355 Git commit b9b15aab47ce620bb4fb37ec982059578daefd20 by Allen Winter. Committed on 11/03/2025 at 11:40. Pushed by winterz into branch 'release/25.04'. collectioncombobox.cpp - add a connect to deal with the combobox changes Don't ignore the combobox signal indicating that the selection index has changed. We'll emit the currentChanged signal in that event. Then users of this widget can connect to that currentChanged signal and do something useful. Specifically in the case of the incidenceeditor dialog, we can enable/disable the Apply button. (cherry picked from commit 9305dcf7fcbde4accf11fd78be95077144ac4355) Co-authored-by: Allen Winter <winter@kde.org> M +3 -0 src/widgets/collectioncombobox.cpp https://invent.kde.org/pim/akonadi/-/commit/b9b15aab47ce620bb4fb37ec982059578daefd20 |