User:Andrew/HIG: Difference between revisions

From KDE UserBase Wiki
No edit summary
Line 4: Line 4:
The KDE Human interface guidelines (HIG) offer application designers and developers a set of recommendations. Their aim is to improve the experience for users by making application interfaces more consistent and hence more intuitive and learnable.  
The KDE Human interface guidelines (HIG) offer application designers and developers a set of recommendations. Their aim is to improve the experience for users by making application interfaces more consistent and hence more intuitive and learnable.  


== Structure ==
== Getting Started ==
This section helps to answer questions like: ''What constitutes KDE software?'', ''Who are the users of an application and what tasks are they trying to accomplish?'', and ''How is the content and functionality of the software structured with all that in mind?''
* [https://techbase.kde.org/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.
 
* [[User:Andrew/HIG/ConceptualModel|Concept]] -  Covers creating a project vision, determining the users, and the scenarios of use.
* [https://techbase.kde.org/Projects/Usability/HIG/Presentation/DesignVisionPrinciples Design Vision and Principles] - Covers the overall vision and principles that guide the design and development of user interfaces for KDE software
*  [[User:Andrew/HIG/OrganizationalModel|Organization]] - Provides guidance on how the application’s content and functionality are ordered and categorized.
* [[User:Andrew/HIG/ConceptualModel|Conceptual Model]] -  Covers the specific vision of a particular application, determining the users, and the scenarios of use.
*  [[User:Andrew/HIG/OrganizationalModel|Organizational Model]] - Provides guidance on how the system’s content and functionality are ordered and categorized.


== Behaviour ==
== Behaviour ==
Line 15: Line 13:


* [[User:Andrew/HIG/ViewAndNavigation|Viewing and Navigation]] - Encompasses the wide variety of behaviors and operations that allow users to navigate the interface and affect its presentation.
* [[User:Andrew/HIG/ViewAndNavigation|Viewing and Navigation]] - Encompasses the wide variety of behaviors and operations that allow users to navigate the interface and affect its presentation.
* [[User:Andrew/HIG/EditingAndManipulation|Editing and Manipulation]] - Considers the behaviors that result in permanent changes to user’s stored information.
* [[User:Andrew/HIG/EditingAndManipulation|Editing and Manipulation]] - Covers the behaviors that result in permanent changes to user’s stored information.
* [[User:Andrew/HIG/UserAssistance|User Assistance]] - Considers behaviours that inform users of the application’s activity and status. This includes help, error alerts, and status alerts.
* [[User:Andrew/HIG/UserAssistance|User Assistance]] - Considers behaviours that inform users of the application’s activity and status. This includes help, error alerts, and status alerts.


Line 21: Line 19:
Presentation deals with visual design of the user interface. It’s all about the appearance of the application including layout, spacing, colours, fonts, icon designs, etc.  
Presentation deals with visual design of the user interface. It’s all about the appearance of the application including layout, spacing, colours, fonts, icon designs, etc.  


* [https://techbase.kde.org/Projects/Usability/HIG/Layout Layout] - Guidance regarding the placement and ordering of onscreen elements. In addition to providing an ordered visual flow, the Layout guidance also supports the Behavior guidance by arranging elements in a manner that helps communicate behavior, importance, and usage.
* [https://techbase.kde.org/Projects/Usability/HIG/Layout Layout] - Guidance regarding the placement and ordering of onscreen elements. Includes guidance on layout patterns, alignment, size and spacing.
* [[User:Andrew/HIG/Style|Style]] - Style is concerned with emotion, tone, and visual vocabulary. Style is influenced by the use of colour, the design of icons throughout the interface and the typography.
* [[User:Andrew/HIG/Style|Style]] - Style is concerned with emotion, tone, and visual vocabulary. Style is influenced by the use of colour, the design of icons throughout the interface and the typography.
* [[User:Andrew/HIG/Text|Text]] - Guidance for the written, language-based elements of the interface.
* [[User:Andrew/HIG/Text|Text]] - Guidance for the written, language-based elements of the interface. Includes guidance on wording, capitalization and localization.
 
== Tools and Resources ==
The following tools and resources are offered to help with implementing these guidelines.
 
* [https://techbase.kde.org/Projects/Usability/HIG/MockupToolkit Mockup Toolkit] - Includes UI controls stencils, color swatches and fonts to help create the visual design your application.
* [http://forum.kde.org/viewforum.php?f=285 Visual Design Group forum] - Ask for help and share your design ideas.

Revision as of 05:52, 25 September 2014

KDE User Interface Guidelines

The KDE Human interface guidelines (HIG) offer application designers and developers a set of recommendations. 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 - Covers creating a project vision, determining the users, and the scenarios of use.
  • Organization - Provides guidance on how the application’s content and functionality are ordered and categorized.

Behaviour

This section contains guidelines for application behaviour.

  • Viewing and Navigation - Encompasses the wide variety of behaviors and operations that allow users to navigate the interface and affect its presentation.
  • Editing and Manipulation - Covers the behaviors that result in permanent changes to user’s stored information.
  • User Assistance - Considers behaviours that inform users of the application’s activity and status. This includes help, error alerts, and status alerts.

Presentation

Presentation deals with visual design of the user interface. It’s all about the appearance of the application including layout, spacing, colours, fonts, icon designs, etc.

  • Layout - Guidance regarding the placement and ordering of onscreen elements. Includes guidance on layout patterns, alignment, size and spacing.
  • Style - Style is concerned with emotion, tone, and visual vocabulary. Style is influenced by the use of colour, the design of icons throughout the interface and the typography.
  • Text - Guidance for the written, language-based elements of the interface. Includes guidance on wording, capitalization and localization.

Tools and Resources

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