Projects/Plasma/Plasmoid-Issues: Difference between revisions

From KDE TechBase
(Created page with 'The following list describe resizing problem for all tested plasmoids.')
 
No edit summary
Line 1: Line 1:
The following list describe resizing problem for all tested plasmoids.
The following list describe resizing problem for all tested plasmoids.
== Some thougths ==
If not already specified, some guidelines should be taken to archieve an uniform behaviour. At least developers should be careful to the following points:
# When size has to be proportional (width and height)?
# How plasmoids with only an icon (or an icons list) should behave?
# When fonts should be scaled with the plasmoid and when not?
# Having multiple type of frames (mainly panels and Desktop views), some plasmoid needs to be painted differently according to the frame (a good example is the folder view plasmoids).
== Notes ==
I don't know how is called the section of the frame which contains the buttons for rotate, resize, configure and remove the plasmoid. I've used the term "menu bar". Please change with the correct term if it exists.
== The list ==
=== Activity Bar ===
* '''Desktop''': The gray element of the plasmoid has a minimum height. If you resize too much vertically, the gray element goes out the frame. If you resize horizontally, some arrows appear to move right or left but they haven't a real usefulness: the plasmoid is too much small. Then both vertical and horizontal minimum size could be assumed.
* '''Panel''': If the horizontal panel is made less high, the name of the Activity Bar is not centered and fade off as in Pager tabs elements. If the vertical panel is set, the name of the Activity Bar doesn't fade off as in Pager tabs elements.
=== Analogue Clock ===
* '''Desktop''': It works fine. If the plasmoid is made larger, the menu bar for resizing, rotating, settings and closing the plasmoid is larger than normal.
[[Image:frame_control_small.png|thumb]]
[[Image:frame_control_big.png|thumb]]
* '''Panel''': It works fine.

Revision as of 20:22, 11 September 2009

The following list describe resizing problem for all tested plasmoids.


Some thougths

If not already specified, some guidelines should be taken to archieve an uniform behaviour. At least developers should be careful to the following points:

  1. When size has to be proportional (width and height)?
  2. How plasmoids with only an icon (or an icons list) should behave?
  3. When fonts should be scaled with the plasmoid and when not?
  4. Having multiple type of frames (mainly panels and Desktop views), some plasmoid needs to be painted differently according to the frame (a good example is the folder view plasmoids).

Notes

I don't know how is called the section of the frame which contains the buttons for rotate, resize, configure and remove the plasmoid. I've used the term "menu bar". Please change with the correct term if it exists.


The list

Activity Bar

  • Desktop: The gray element of the plasmoid has a minimum height. If you resize too much vertically, the gray element goes out the frame. If you resize horizontally, some arrows appear to move right or left but they haven't a real usefulness: the plasmoid is too much small. Then both vertical and horizontal minimum size could be assumed.
  • Panel: If the horizontal panel is made less high, the name of the Activity Bar is not centered and fade off as in Pager tabs elements. If the vertical panel is set, the name of the Activity Bar doesn't fade off as in Pager tabs elements.

Analogue Clock

  • Desktop: It works fine. If the plasmoid is made larger, the menu bar for resizing, rotating, settings and closing the plasmoid is larger than normal.
  • Panel: It works fine.