[frameworks-kwidgetsaddons] [Bug 399681] allow date picker date to roll across month boundaries
https://bugs.kde.org/show_bug.cgi?id=399681 --- Comment #9 from Jack --- cfeck: see Comment #4. It turns out to be a custom widget in KMM, which is why in Comment 6 I asked if it would be more appropriate to reassign this to KMM, but I'd prefer Thomas respond before I do that. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwidgetsaddons] [Bug 399681] allow date picker date to roll across month boundaries
https://bugs.kde.org/show_bug.cgi?id=399681 --- Comment #8 from Christoph Feck --- I am still not sure which widget class you are using. It might even be a simple QDateTimeEdit, making this ticket an upstream request. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwidgetsaddons] [Bug 399681] allow date picker date to roll across month boundaries
https://bugs.kde.org/show_bug.cgi?id=399681 --- Comment #7 from Jack --- I just discovered that the current behavior is only partly what I want. I had not realized that the +/- change day, no matter where the cursor is in the line edit, where the up and down arrows work on the specific part of the date showing the cursor (day, month, or year). I would like to be able to go up from December, landing on January of the next year, with the day unchanged. I suppose that would take a bit more "magic" and thus moving this off to an even further "eventually." -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwidgetsaddons] [Bug 399681] allow date picker date to roll across month boundaries
https://bugs.kde.org/show_bug.cgi?id=399681 --- Comment #6 from Jack --- OK, my bad for not digging deeper. The + and - do exactly what I want. The doc which you link to is also identical in stable5, which just reminds me how far behind I am in updating the manual for 5.x. This is already a wishlist - should I reassign to KMM specifically to extend the +/- behavior to the up and down arrow keys, and optionally, the up and down arrows to the right of the line edit. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwidgetsaddons] [Bug 399681] allow date picker date to roll across month boundaries
https://bugs.kde.org/show_bug.cgi?id=399681 --- Comment #5 from Jack --- Thomas - that's not the widget I'm talking about, unless it also covers the case in the transaction editor when it's only the line edit portion visible. Also, I've only tried the up and down arrows (including the arrows to the right of the date.) If +/- does what I want (I'll test later) I might just change this to also recognizing the arrow keys. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwidgetsaddons] [Bug 399681] allow date picker date to roll across month boundaries
https://bugs.kde.org/show_bug.cgi?id=399681 --- Comment #4 from Thomas Baumgart --- Jack refers to the KMyMoneyDateInput widget which is based on QDateEdit with a bit of magic around it. One of the magical things it provides is the feature Jack asks for by simply using the + and - key. This is even documented in the paragraph below the date widget shown on https://docs.kde.org/stable4/en/extragear-office/kmymoney/reference.widgets.html#reference.widgets.datepicker -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwidgetsaddons] [Bug 399681] allow date picker date to roll across month boundaries
https://bugs.kde.org/show_bug.cgi?id=399681 --- Comment #3 from Jack --- It looks like the lineedit date entry below the calendar in "kcmshell5 clock" but behaves differently. It looks like a line edit, but acts as if the date, month, and year are separate widgets. I thought it might be the KDateWidget, but as I search the KMyMoney source, it looks like it might actually be a custom widget. I'll have to confirm with the KMyMoney developers. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwidgetsaddons] [Bug 399681] allow date picker date to roll across month boundaries
https://bugs.kde.org/show_bug.cgi?id=399681 --- Comment #2 from Jack --- No, but that one has a similar effect. If you click into the seconds part of the time display, then the up or down arrow circles from 0 -> 59 -> 0 but when it goes from 59 to 0, the minutes don't go up by one. (I don't think that's really a problem in this case, I'm just trying to explain.) My use case is with the transaction date in KMyMoney. I'll have to go dig into the code to see exactly which widget is being used. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwidgetsaddons] [Bug 399681] allow date picker date to roll across month boundaries
https://bugs.kde.org/show_bug.cgi?id=399681 --- Comment #1 from Christoph Feck --- Are you talking about the date field that you get when running "kcmshell5 clock"? -- You are receiving this mail because: You are watching all bug changes.