Projects/Usability/HIG: Difference between revisions

From KDE TechBase
No edit summary
(Index for mobile added)
(167 intermediate revisions by 11 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] and [http://developer.kde.org/documentation/design/ui/ KDE User Interface Guidelines] and the [[Projects/Usability/HIG/SOU_Workspace|Season of Usability HIG & Design Patterns Workspace]].
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.  


==Index==
== 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.


===B===
== Behaviour ==
* [[Projects/Usability/HIG/Buttons|Buttons]]
This section contains guidelines for application behaviour.


===C===
* [[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/Capitalization|Capitalization]]
* [[Projects/Usability/HIG/EditingAndManipulation|Editing and Manipulation]] - Guidelines on controls and patterns to use for selection and input.
* [[Projects/Usability/HIG/Contractions|Contractions (don't, there's, etc.)]]
* [[Projects/Usability/HIG/UserAssistance|User Assistance]] - Guidelines on tooltips, notifications, messages and help.
* [[Projects/Usability/HIG/Check_Box|Check Box]]
* [[Projects/Usability/HIG/Patterns|Patterns]] - Guidelines on how to use controls in different combinations to accomplish specific behaviors.
* [[Projects/Usability/HIG/Combo_Box|Combo Box]]


===D===
== Presentation ==
* [[Projects/Usability/HIG/Date_Time|Date and Time]]
Presentation deals with the visual design of the user interface.
* [[Projects/Usability/HIG/Dialogs|Dialogs]]


===E===
* [[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/Ellipsis|Ellipsis]]
* [[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/Exclamation_points|Exclamation Points]]
* [[Projects/Usability/HIG/Text|Text]] - Guidelines for the written, language-based elements of the interface. Includes guidelines on wording, capitalization and localization.


===F===
== Tools and Resources ==
* [[Projects/Usability/HIG/Form_Label_Alignment|Forms: Label Alignment]]
The following tools and resources are offered to help with following these guidelines.


===K===
* [[Projects/Usability/HIG/ControlsList|Controls List]] - A complete listing of all user interface controls and their guidelines in alphabetical order.
* [[Projects/Usability/HIG/KNS|KNewStuff Button 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/Keyboard_Accelerators|Keyboard Accelerators]]
* [[/About|About the HIG]] - Learn more about the philosophy behind the KDE HIG.
* [[Projects/Usability/HIG/Keyboard_Shortcuts|Keyboard Shortcuts]]
* [http://forum.kde.org/viewforum.php?f=285 Visual Design Group forum] - Ask for help and share your design ideas.


===L===
== Quick index for the new mobile-oriented HIG (work in progress) ==
* [[Projects/Usability/HIG/Labels|Labels]]
=== Drawers & FAB ===
* [[Projects/Usability/HIG/Lists_Rich_Lists|Lists and Rich Lists]]
* [[Projects/Usability/HIG/GlobalDrawer | Global Drawer]]
* [[Projects/Usability/HIG/ContextDrawer | Context Drawer]]
* [[Projects/Usability/HIG/FloatingActionButton | Floating Action Button]]
* [[Projects/Usability/HIG/QuickContentActions | Quick actions on contents]]


===M===
=== Navigation ===
* [[Projects/Usability/HIG/Menu_Bar|Menu Bar]]
* [[Projects/Usability/HIG/ViewsByColumns | Views-by-columns approach]]
* [[Projects/Usability/HIG/Messages|Messages]]
* [[Projects/Usability/HIG/ContentsFilter | Contents filter]]
===R===
* [[Projects/Usability/HIG/Views-by-tabs | Simpler views by tabs]]
* [[Projects/Usability/HIG/Radio Buttons|Radio Buttons]]
===S===
* [[Projects/Usability/HIG/Slider|Slider]]
* [[Projects/Usability/HIG/Spin_Box|Spin Box]]


===T===
=== Editing ===
* [[Projects/Usability/HIG/Tabs_Pages|Tabs and Pages in Dialogs]]
* [[Projects/Usability/HIG/RearrangeListItems | Rearrange list's items]]
* [[Projects/Usability/HIG/Toggle_Buttons|Toggle Buttons]]


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


=== Cross-apps interactions ===
* [[Projects/Usability/HIG/SharingContents | Sharing contents to an other app]]


Didn't find what you were looking for?
=== Complete app examples ===
 
* App store (to be applied to Muon Mobile)
Our Human Interface Guidelines are a work in progress and we need your help. If you found an area that was unclear or is not even covered in our HIG, tell us about it. You'll find everything you need on our mailing list: [mailto:kde-[email protected] [email protected]] or in [http://techbase.kde.org/Projects/Usability/HIG/UI_Files our little tutorial].
* 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