Projects/Usability/HIG: Difference between revisions

From KDE TechBase
(Link ends in 'Object not found!')
(Index for mobile added)
(170 intermediate revisions by 12 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
Please add any guidelines questions or requests to the [[Projects/Usability/HIG_Questions|HIG Questions]] page.
= KDE Human Interface Guidelines =


Also see the  [http://developer.kde.org/documentation/standards/kde/style/basics/index.html KDE3 User Interface Guidelines].
The KDE Human Interface Guidelines (HIG) offer application designers and developers a set of recommendations for designing and developing user interfaces. Their aim is to improve the experience for users by making application interfaces more consistent and hence more intuitive and learnable.  


[[Projects/Usability/HIG/SOU_Workspace|Season of Usability HIG & Design Patterns Workspace]].
== Getting Started ==
* [[Projects/Usability/HIG/Presentation/DesignVisionPrinciples|Design Vision and Principles]] - The overall vision and principles that guide the design and development of user interfaces for KDE software.
* [[Projects/Usability/HIG/Concept|Concept]] -  Creating a project vision, determining the users, and the scenarios of use.
*  [[Projects/Usability/HIG/Organization|Organization]] - Guidelines on how an application’s content and functionality are ordered and categorized.


==Index==
== Behaviour ==
===C===
This section contains guidelines for application behaviour.
* [[Projects/Usability/HIG/Capitalization|Capitalization]]
* [[Projects/Usability/HIG/Contractions|Contractions (don't, there's, etc.)]]
* [[Projects/Usability/HIG/Check_Box|Check Box]]
* [[Projects/Usability/HIG/Combo_Box|Combo Box]]


===D===
* [[Projects/Usability/HIG/ViewingAndNavigation|Viewing and Navigation]] - Guidelines on controls and patterns to use for viewing, navigating and performing actions on application content.
* [[Projects/Usability/HIG/Date_Time|Date and Time]]
* [[Projects/Usability/HIG/EditingAndManipulation|Editing and Manipulation]] - Guidelines on controls and patterns to use for selection and input.
* [[Projects/Usability/HIG/Dialogs|Dialogs]]
* [[Projects/Usability/HIG/UserAssistance|User Assistance]] - Guidelines on tooltips, notifications, messages and help.
* [[Projects/Usability/HIG/Patterns|Patterns]] - Guidelines on how to use controls in different combinations to accomplish specific behaviors.


===E===
== Presentation ==
* [[Projects/Usability/HIG/Ellipsis|Ellipsis]]
Presentation deals with the visual design of the user interface.
* [[Projects/Usability/HIG/Exclamation_points|Exclamation Points]]


===F===
* [[Projects/Usability/HIG/Layout|Layout]] - Guidelines regarding the placement and ordering of onscreen elements. Includes guidance on layout patterns, alignment, size and spacing.
* [[Projects/Usability/HIG/Form_Label_Alignment|Forms: Label Alignment]]
* [[Projects/Usability/HIG/Style|Style]] - Guidelines on the use of colour, icon design and the typography to communicate with a consistent visual vocabulary.
* [[Projects/Usability/HIG/Text|Text]] - Guidelines for the written, language-based elements of the interface. Includes guidelines on wording, capitalization and localization.


===K===
== Tools and Resources ==
* [[Projects/Usability/HIG/KNS|KNewStuff Button Labels]]
The following tools and resources are offered to help with following these guidelines.
* [[Projects/Usability/HIG/Keyboard_Accelerators|Keyboard Accelerators]]
* [[Projects/Usability/HIG/Keyboard_Shortcuts|Keyboard Shortcuts]]


===L===
* [[Projects/Usability/HIG/ControlsList|Controls List]] - A complete listing of all user interface controls and their guidelines in alphabetical order.
* [[Projects/Usability/HIG/Labels|Labels]]
* [[Projects/Usability/HIG/MockupToolkit|Mockup Toolkit]] - Includes UI controls stencils, color swatches and fonts to help create the visual design your application.
* [[Projects/Usability/HIG/Lists_Rich_Lists|Lists and Rich Lists]]
* [[/About|About the HIG]] - Learn more about the philosophy behind the KDE HIG.
* [http://forum.kde.org/viewforum.php?f=285 Visual Design Group forum] - Ask for help and share your design ideas.


===M===
== Quick index for the new mobile-oriented HIG (work in progress) ==
* [[Projects/Usability/HIG/Menu_Bar|Menu Bar]]
=== Drawers & FAB ===
* [[Projects/Usability/HIG/Messages|Messages]]
* [[Projects/Usability/HIG/GlobalDrawer | Global Drawer]]
===R===
* [[Projects/Usability/HIG/ContextDrawer | Context Drawer]]
* [[Projects/Usability/HIG/Radio Buttons|Radio Buttons]]
* [[Projects/Usability/HIG/FloatingActionButton | Floating Action Button]]
===S===
* [[Projects/Usability/HIG/QuickContentActions | Quick actions on contents]]
* [[Projects/Usability/HIG/Slider|Slider]]
* [[Projects/Usability/HIG/Spin_Box|Spin Box]]


===T===
=== Navigation ===
* [[Projects/Usability/HIG/Tabs_Pages|Tabs and Pages in Dialogs]]
* [[Projects/Usability/HIG/ViewsByColumns | Views-by-columns approach]]
* [[Projects/Usability/HIG/Toggle_Buttons|Toggle Buttons]]
* [[Projects/Usability/HIG/ContentsFilter | Contents filter]]
* [[Projects/Usability/HIG/Views-by-tabs | Simpler views by tabs]]


===W===
=== Editing ===
* [[Projects/Usability/HIG/Wording|Wording]]
* [[Projects/Usability/HIG/RearrangeListItems | Rearrange list's items]]


=== App settings ===
* [[Projects/Usability/HIG/VBCtoSettings | Views-by-columns approach applied to settings]]


=== Cross-apps interactions ===
* [[Projects/Usability/HIG/SharingContents | Sharing contents to an other app]]
=== Complete app examples ===
* App store (to be applied to Muon Mobile)
* E-mail client
* Media player


[[Category:Usability]]
[[Category:Usability]]

Revision as of 10:27, 24 November 2015

KDE Human Interface Guidelines

The KDE Human Interface Guidelines (HIG) offer application designers and developers a set of recommendations for designing and developing user interfaces. Their aim is to improve the experience for users by making application interfaces more consistent and hence more intuitive and learnable.

Getting Started

  • Design Vision and Principles - The overall vision and principles that guide the design and development of user interfaces for KDE software.
  • Concept - Creating a project vision, determining the users, and the scenarios of use.
  • Organization - Guidelines on how an application’s content and functionality are ordered and categorized.

Behaviour

This section contains guidelines for application behaviour.

  • Viewing and Navigation - Guidelines on controls and patterns to use for viewing, navigating and performing actions on application content.
  • Editing and Manipulation - Guidelines on controls and patterns to use for selection and input.
  • User Assistance - Guidelines on tooltips, notifications, messages and help.
  • Patterns - Guidelines on how to use controls in different combinations to accomplish specific behaviors.

Presentation

Presentation deals with the visual design of the user interface.

  • Layout - Guidelines regarding the placement and ordering of onscreen elements. Includes guidance on layout patterns, alignment, size and spacing.
  • Style - Guidelines on the use of colour, icon design and the typography to communicate with a consistent visual vocabulary.
  • Text - Guidelines for the written, language-based elements of the interface. Includes guidelines on wording, capitalization and localization.

Tools and Resources

The following tools and resources are offered to help with following these guidelines.

  • Controls List - A complete listing of all user interface controls and their guidelines in alphabetical order.
  • Mockup Toolkit - Includes UI controls stencils, color swatches and fonts to help create the visual design your application.
  • About the HIG - Learn more about the philosophy behind the KDE HIG.
  • Visual Design Group forum - Ask for help and share your design ideas.

Quick index for the new mobile-oriented HIG (work in progress)

Drawers & FAB

Navigation

Editing

App settings

Cross-apps interactions

Complete app examples

  • App store (to be applied to Muon Mobile)
  • E-mail client
  • Media player