Revision 720346

Go back to digest for 7th October 2007

Features in Graphics

Clarence Dang committed changes in /trunk/KDE/kdegraphics/kolourpaint/dialogs/imagelib/transforms:

Focus KNumInput's on creation instead of the OK button for the Skew and Rotate dialogs. This allows the user to edit values without an extra mouse click.

For the Resize / Scale dialog, focus the "Width:" KNumInput instead of the Operation Group Box for 2 reasons:

1. Focusing the group box in Qt4 really focuses the group box rather than the currently active button inside the group box.

2. Users probably want to start editing the dimensions straight away rather than the operation (the buttons inside the group box), which were obscure to change via keyboard anyway (did you know that you had to use the Left and Right arrow keys, rather than Tab?). It is easy to select the operation afterwards with the mouse since the buttons are huge.

File Changes

Modified 3 files
  • /trunk/KDE/kdegraphics/kolourpaint/dialogs/imagelib/transforms
  •   /kpTransformResizeScaleDialog.cpp
  •   /kpTransformRotateDialog.cpp
  •   /kpTransformSkewDialog.cpp
3 files changed in total