Blame hig/ru/index.page

Packit 1470ea
Packit 1470ea
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="guide" id="index" xml:lang="ru">
Packit 1470ea
Packit 1470ea
  <info>
Packit 1470ea
    <credit type="author">
Packit 1470ea
      <name>Алан Дэй (Allan Day)</name>
Packit 1470ea
      <email>aday@gnome.org</email>
Packit 1470ea
    </credit>
Packit 1470ea
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
Packit 1470ea
  </info>
Packit 1470ea
Packit 1470ea
<title>Руководство по проектированию пользовательского интерфейса GNOME</title>
Packit 1470ea
<media type="image" its:translate="no" src="figures/hig.png"/>
Packit 1470ea
Packit 1470ea

Whether you are a developer or a designer, these guidelines contain everything you need to design effective applications using GTK+. They cover design principles for GNOME 3, common guidelines such as how to write text and use images and icons, as well as a library of design patterns which you can use in your application.

Packit 1470ea
Packit 1470ea

While the HIG places an emphasis on designing for GNOME 3, it can also be used to create cross-platform applications, as well as for applications that have previously followed the GNOME 2 Human Interface Guidelines. The <link xref="compatibility">compatibility guidelines</link> contain more information on this.

Packit 1470ea
Packit 1470ea
<section id="core-material">
Packit 1470ea
<title>Core material</title>
Packit 1470ea
Packit 1470ea

Patterns and user interface elements form the core of the HIG. Together, they are the building blocks for application design. If you are new to the HIG, it is recommended that you start with the page on design principles and then browse the patterns, before going on to other material.

Packit 1470ea
Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="design-principles">Принципы проектирования</link>

Packit 1470ea

Основные рекомендации и советы по проектированию.

Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="patterns">Patterns</link>

Packit 1470ea

Essential and optional design components.

Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="ui-elements">User interface elements</link>

Packit 1470ea

Guidelines on common elements, such as buttons, progress bars and popovers.

Packit 1470ea
Packit 1470ea
Packit 1470ea
Packit 1470ea
</section>
Packit 1470ea
Packit 1470ea
<section id="common-guidelines">
Packit 1470ea
<title>Основы проектирования</title>
Packit 1470ea
Packit 1470ea

These guidelines apply to the full range of design elements. It is recommended that you familiarize yourself with them.

Packit 1470ea
Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="application-basics">Что такое приложение</link>

Packit 1470ea

Основные черты и характеристики приложений.

Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="compatibility">Совместимость</link>

Packit 1470ea

Кросс-платформенные приложения и приложения в стиле GNOME 2.

Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="visual-layout">Визуальное расположение</link>

Packit 1470ea

Расположение элементов пользовательского интерфейса.

Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="writing-style">Использование текста</link>

Packit 1470ea

Использование текста в пользовательском интерфейсе.

Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="icons-and-artwork">Значки и графика</link>

Packit 1470ea

Рекомендации по выбору и созданию значков.

Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="typography">Типографика</link>

Packit 1470ea

Рекомендации по использованию шрифтов: размеры, начертания, стили, специальные символы.

Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="pointer-and-touch-input">Мышь и сенсорное управление</link>

Packit 1470ea

Работа с мышью, сенсорными панелью и экраном.

Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="keyboard-input">Клавиатурный ввод</link>

Packit 1470ea

Управление с клавиатуры: перемещение, комбинации клавиш, доступ.

Packit 1470ea
Packit 1470ea
Packit 1470ea

<link xref="display-compatibility">Display compatibility</link>

Packit 1470ea

How to support different device and display types.

Packit 1470ea
Packit 1470ea
Packit 1470ea
Packit 1470ea
</section>
Packit 1470ea
Packit 1470ea
</page>