Projects/Oxygen/StyleWinDec: Difference between revisions

From KDE TechBase
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The current Oxygen style and window decoration for KDE4 can be found in SVN under http://websvn.kde.org/trunk/KDE/kdebase/runtime/kstyles/oxygen and http://websvn.kde.org/trunk/KDE/kdebase/workspace/kwin/clients/oxygen
The current Oxygen style and window decoration for KDE4 can be found in kde-workspace git repository (https://projects.kde.org/projects/kde/kdebase/kde-workspace). The relevant subdirectories are:
* libs/oxygen/
* kstyles/oxygen
* kwin/clients/oxygen


== Visitors ==
== Visitors ==
Add new bugs to [[#Incoming_New_Bugs|Incoming New Bugs]], and we (the developers) will move it down and prioritize.
We no longer accept bugs here.


Note: invalid bugs may be moved to the discussion page, along with a reason why they won't be fixed [by us].
Please use bugs.kde.org under Oxygen


<b>DO NOT EDIT OTHER SECTIONS WITHOUT PERMISSION</b>. This page has now been protected due to unauthorized edits. If you need to leave a comment anonymously, do it on the discussion page and/or talk to us on #oxygen.
We strongly suggest that you come to #oxygen on irc first to discuss the bug.
 
== Incoming New Bugs ==
* The application icons on the kicker compete with K-button in taking attention. This will addle novice who isn't familiar with its appearance. I think, K-button should look as a part of kicker, not be just a simple icon, but there are maybe other solutions. See http://lh5.google.com/mmauder/R4DPHTrn_GI/AAAAAAAAAFU/fraQpZdQ0M4/krunner_disappearing.png?imgmax=912
* Plasma's button in right-top corner looks like spider web. It needs to have more respectable appearance.
* docked dockers might need a nicer frame
* Mouse handling in menus: When the mouse pointer goes below the visible selection decoration of the last item in a menu, the item does not get deselected but a click or release event will not trigger the item. The item does not get deselected until the pointer leaves the menu. The correct behavior would be to deselect the item once the pointer leaves its selection decoration and enters the bezel, as e.g. in similar KDE 3 styles (e.g. Domino). Or to trigger the item despite the pointer being outside its selection decoration, given that it is still shown as selected. As it stands, you can go to the last item in a menu, not notice that you overshoot it because it doesn't go deselected, and your click/release will do nothing, which is jarring.
* The arrow buttons (go back/go forward) don't fit at all with the others icons. They seem to have been taken from a bad GNOME icon set...
* The trash is not really usable, since it is just too hard to see if it empty or not. Furthermore, because the colors are exactly the same, it seems to be part of the hard drives (see this screenshot (http://picasaweb.google.com/mmauder/KDE400/photo#5152345685276228690) for example).
* Why are the hard drives inclined, and the usb key all vertical ? I mean, they are all volumes, so why not make them look similar ? It would be far more intuitive.
* A few comment about this screenshot (http://picasaweb.google.com/mmauder/KDE400/photo#5152342502705462338) :
** See the splashscreen window ? It has square black edges on the top coming out of the round white outline.
** The white outline suddenly disappear on the right side but continue on the left side
** Why are the bottom edges square while the top edges are round ?


== Rejected Bugs ==
== Rejected Bugs ==
Line 26: Line 16:
* KMenu::addTitle() adds a widget action to display a title in a popup menu. This is not specific to Oxygen, but the widget it creates could use some polishing. (to see this, right click any icon in the system tray)<b>not a style bug report to kmenu maintainer - and don't ever add things to "accepted bugs" below again - this went unnoticed because of that </b>
* KMenu::addTitle() adds a widget action to display a title in a popup menu. This is not specific to Oxygen, but the widget it creates could use some polishing. (to see this, right click any icon in the system tray)<b>not a style bug report to kmenu maintainer - and don't ever add things to "accepted bugs" below again - this went unnoticed because of that </b>
* "flat" buttons drawn same as regular buttons <b>we may not want flat buttons - considering</b>
* "flat" buttons drawn same as regular buttons <b>we may not want flat buttons - considering</b>
* With everything around it styled nicely, having just a plain colour for selected items, e.g. in the speedbar, looks a bit disconnect from the rest of the GUI. Thus any effect that polishes this bit is welcome, such as a frame or even translucency.<b>unfortunately that part of qt is not stylable</b>


== Artists todo ==
== Things we'd like to do ==
* progress bars still not like the artist wants <span style="color: orange">priority</span>
* progress bars still not like the artist wants <span style="color: orange">priority</span>
* should repaint on globalChange signal (how?) <span style="color: green">releasable</span>
* should repaint on globalChange signal (how?) <span style="color: green">releasable</span>
Line 34: Line 23:
*headers in tables
*headers in tables
**not really done - but the plain color look is acceptable for now <span style="color: green">releasable</span>
**not really done - but the plain color look is acceptable for now <span style="color: green">releasable</span>
== Accepted Enhancements ==
* Rounded corners of floatables (windows,menus dockers) should be done with alpha
* Rounded corners of floatables (windows,menus dockers) should be done with alpha
* Windeco should use alpha for corners (need kwin improvements?)
* Windeco should use alpha for corners (need kwin improvements?)
* groupboxes
* groupboxes
** make flat more homogeneous in look with normal (very short regular?)
** make flat more homogeneous in look with normal (very short regular?)
* docked dockers might need a nicer frame


== QA ==
== QA ==

Latest revision as of 09:03, 18 May 2011

The current Oxygen style and window decoration for KDE4 can be found in kde-workspace git repository (https://projects.kde.org/projects/kde/kdebase/kde-workspace). The relevant subdirectories are:

  • libs/oxygen/
  • kstyles/oxygen
  • kwin/clients/oxygen

Visitors

We no longer accept bugs here.

Please use bugs.kde.org under Oxygen

We strongly suggest that you come to #oxygen on irc first to discuss the bug.

Rejected Bugs

  • In (double) spinboxes the font is positioned one pixel too high. Lowering it one makes it baseline-aligned with labels in front. Unfortunately not possible. We want them to be the same size as editable comboboxes and lineedits and buttons so those line up. The 1px wrong placement of text is a qt weirdness that gives visual bugs when we try to work around it
  • Centered group titles pose several problems. Left align group titles instead. See Discussion for more details.
  • KMenu::addTitle() adds a widget action to display a title in a popup menu. This is not specific to Oxygen, but the widget it creates could use some polishing. (to see this, right click any icon in the system tray)not a style bug report to kmenu maintainer - and don't ever add things to "accepted bugs" below again - this went unnoticed because of that
  • "flat" buttons drawn same as regular buttons we may not want flat buttons - considering

Things we'd like to do

  • progress bars still not like the artist wants priority
  • should repaint on globalChange signal (how?) releasable
    • this seems to only be a problem for the colors kcm, may not even be a style bug
  • headers in tables
    • not really done - but the plain color look is acceptable for now releasable
  • Rounded corners of floatables (windows,menus dockers) should be done with alpha
  • Windeco should use alpha for corners (need kwin improvements?)
  • groupboxes
    • make flat more homogeneous in look with normal (very short regular?)
  • docked dockers might need a nicer frame

QA

This is helpful checklist to use when looking for bugs in a style:

  • reverse layout
  • high-contrast color schemes (i.e. all fg/bg black or white)
  • reverse-light/dark color schemes (e.g. light-on-dark buttons with dark-on-light views, etc.)
  • QA color scheme
  • sliders, scrollbars, progress - in all orientations and good cross section of values
  • content padding works for all controls, does not break sizeToContents functionality
  • controls align nicely and controls that should be the same size, are
  • no obvious glitches in uidemo