KDE Visual Design Group/HIG: Difference between revisions

From KDE Community Wiki
(Created page with "__NOTOC__ = KDE Human Interface Guidelines = The KDE Human Interface Guidelines (HIG) offer application designers and developers a set of recommendations for designing and de...")
 
No edit summary
Line 5: Line 5:


== Getting Started ==
== 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.
* [[/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.
* [[/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.
*  [[/Organization|Organization]] - Guidelines on how an application’s content and functionality are ordered and categorized.


== Behaviour ==
== Behaviour ==
This section contains guidelines for application behaviour.
This section contains guidelines for application behaviour.


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


== Presentation ==
== Presentation ==
Presentation deals with the visual design of the user interface.
Presentation deals with the visual design of the user interface.


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


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


* [[Projects/Usability/HIG/ControlsList|Controls List]] - A complete listing of all user interface controls and their guidelines in alphabetical order.
* [[/ControlsList|Controls List]] - A complete listing of all user interface controls and their guidelines in alphabetical order.
* [[Projects/Usability/HIG/MockupToolkit|Mockup Toolkit]] - Includes UI controls stencils, color swatches and fonts to help create the visual design your application.
* [[/MockupToolkit|Mockup Toolkit]] - Includes UI controls stencils, color swatches and fonts to help create the visual design your application.
* [[/About|About the HIG]] - Learn more about the philosophy behind the KDE HIG.
* [[/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.
* [http://forum.kde.org/viewforum.php?f=285 Visual Design Group forum] - Ask for help and share your design ideas.
Line 34: Line 34:
== Quick index for the new mobile-oriented HIG (work in progress) ==
== Quick index for the new mobile-oriented HIG (work in progress) ==
=== Drawers & FAB ===
=== Drawers & FAB ===
* [[Projects/Usability/HIG/GlobalDrawer | Global Drawer]]
* [[/GlobalDrawer | Global Drawer]]
* [[Projects/Usability/HIG/ContextDrawer | Context Drawer]]
* [[/ContextDrawer | Context Drawer]]
* [[Projects/Usability/HIG/FloatingActionButton | Floating Action Button]]
* [[/FloatingActionButton | Floating Action Button]]
* [[Projects/Usability/HIG/QuickContentActions | Quick actions on contents]]
* [[/QuickContentActions | Quick actions on contents]]


=== Navigation ===
=== Navigation ===
* [[Projects/Usability/HIG/ViewsByColumns | Views-by-columns approach]]
* [[/ViewsByColumns | Views-by-columns approach]]
* [[Projects/Usability/HIG/ContentsFilter | Contents filter]]
* [[/ContentsFilter | Contents filter]]
* [[Projects/Usability/HIG/Views-by-tabs | Simpler views by tabs]]
* [[/Views-by-tabs | Simpler views by tabs]]


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


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


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


=== Complete app examples ===
=== Complete app examples ===

Revision as of 12:30, 30 March 2016

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