Summary: | Date chooser field: keyboard shortcuts do not work | ||
---|---|---|---|
Product: | [Applications] skrooge | Reporter: | Christoph Vogtländer <kde> |
Component: | general | Assignee: | Stephane MANKOWSKI <stephane> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | stephane, vo.publique |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Vogtländer
2010-12-10 09:44:37 UTC
Hi Christoph, In 0.7.3 version of skrooge, "+", "-", "ctrl+" and "ctrl-". In 0.8.0 version of skrooge, we changed to "up" , "down", "ctrl+up" and "ctrl+down". We changed the tooltip too. (remark: "up" and "down" are arrows) I tested it on Skrooge 0.8.0 on kubuntu. It works ! I am not able to test it on OS X. Could you confirm that you are using Skrooge 0.8.0 ? Could you test it with "+" an "-" too ? I'm using svn revision 1205181, skrooge shows version 0.8.1, the tooltip says: Date of operation up or down to add or remove one day CTRL + up or CTRL + down to add or remove one month When pressing one of these keys the input cursor jumps to the end of the date field. Other than that nothing visible seems to be changed. Maybe this is a problem using OS X. As I said earlier, "CTRL" for Qt Apps is mapped to the CMD key (apple key). But I never had any problems with this (and it is done internally by Qt). E.g. pressing CMD+"+" triggers "zoom in". I just figured out that I can use PageDown/PageUp to change the month. Strange. Changing the day of the date does not seem to be possible with a keyboard shortcut. SVN commit 1205544 by smankowski: BUG: 259412: Date chooser field: keyboard shortcuts do not work M +1 -0 CHANGELOG M +6 -6 skgbasegui/kdateedit.cpp M +9 -9 skgbasegui/skgtablewithgraph.h M +47 -25 test.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=1205544 + and - does not work in 1.10. Should they do ? If not, why not allowed +/- and -> <- in same time ? |