gimp-help-2 r2761 - in trunk: . images/C/math po/de/menus src/menus/view src/using/preferences stylesheets
- From: ulfehlert svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-help-2 r2761 - in trunk: . images/C/math po/de/menus src/menus/view src/using/preferences stylesheets
- Date: Sun, 22 Feb 2009 19:02:22 +0000 (UTC)
Author: ulfehlert
Date: Sun Feb 22 19:02:22 2009
New Revision: 2761
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2761&view=rev
Log:
2009-02-22 Ulf-D. Ehlert <ulfehlert svn gnome org>
* src/using/preferences/prefs-interface.xml
* src/menus/view/display-filters.xml
* src/menus/view/padding-color.xml
* src/menus/view/snap-to-canvas.xml
* src/menus/view/snap-to-path.xml
* src/menus/view/zoom.xml: minor changes
* src/menus/view/dot-for-dot.xml: adapted Axel's example
* stylesheets/gimp22.css: set informalequation background
* images/C/math/dot-for-dot.png: new
* po/de/menus/view.po: updated
Added:
trunk/images/C/math/dot-for-dot.png (contents, props changed)
Modified:
trunk/ChangeLog
trunk/po/de/menus/view.po
trunk/src/menus/view/display-filters.xml
trunk/src/menus/view/dot-for-dot.xml
trunk/src/menus/view/padding-color.xml
trunk/src/menus/view/snap-to-canvas.xml
trunk/src/menus/view/snap-to-path.xml
trunk/src/menus/view/zoom.xml
trunk/src/using/preferences/prefs-interface.xml
trunk/stylesheets/gimp22.css
Added: trunk/images/C/math/dot-for-dot.png
==============================================================================
Binary file. No diff available.
Modified: trunk/src/menus/view/display-filters.xml
==============================================================================
--- trunk/src/menus/view/display-filters.xml (original)
+++ trunk/src/menus/view/display-filters.xml Sun Feb 22 19:02:22 2009
@@ -128,10 +128,9 @@
</imageobject>
</mediaobject>
</figure>
+
<sect4>
- <title>
- <phrase>Options</phrase>
- </title>
+ <title>Options</title>
<variablelist>
<varlistentry>
<term>Color Deficiency Type</term>
@@ -141,17 +140,22 @@
</para>
<variablelist>
<varlistentry>
- <term>Protanopia (insensitivity to red)</term>
+ <term>
+ Protanopia<footnote>
+ <para>
+ Greek:
+ <foreignphrase>proto</foreignphrase>: first (color in
+ the <link linkend="glossary-colormodel">RGB Color
+ System</link>):
+ <foreignphrase>an</foreignphrase>: negation;
+ <foreignphrase>op</foreignphrase>: eye, vision.
+ </para>
+ </footnote> (insensitivity to red)
+ </term>
<listitem>
<para>
- Do not be afraid of this odd name. It is made up from
- three Greek roots: <quote>op</quote> for eye, vision;
- <quote>an</quote> for negation; <quote>proto</quote>
- for first, the first color in the
- <link linkend="glossary-colormodel">RGB Color
- System</link>.
- So, protanopia is a visual deficiency of the color red.
- It's the well-known daltonism (red-green color blindness).
+ Protanopia is a visual deficiency of the color red. It's
+ the well-known daltonism (red-green color blindness).
</para>
<para>
Protanopia is actually more complex than this; a person
@@ -189,6 +193,7 @@
</varlistentry>
</variablelist>
</sect4>
+
<sect4>
<title>
<phrase>Examples</phrase>
Modified: trunk/src/menus/view/dot-for-dot.xml
==============================================================================
--- trunk/src/menus/view/dot-for-dot.xml (original)
+++ trunk/src/menus/view/dot-for-dot.xml Sun Feb 22 19:02:22 2009
@@ -1,22 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
+ 2009-02-22 ude: adapted Axel's (German) example
2009-01-16 j.h: reviewed for v2.6
2005/10/17 reviewed; de added by axel.wernicke
-->
<sect2 id="gimp-view-dot-for-dot">
- <!--<sect2info role="cvs">
- <revhistory>
- <revision>
- <revnumber>$Revision$</revnumber>
- <date>2006-08-10</date>
- <authorinitials>scb</authorinitials>
- </revision>
- </revhistory>
- </sect2info>-->
- <title>
- <phrase>Dot for Dot</phrase>
- </title>
+ <title>Dot for Dot</title>
+
<indexterm>
<primary>Display</primary>
<secondary>Dot for Dot</secondary>
@@ -24,6 +16,7 @@
<indexterm>
<primary>Dot for Dot</primary>
</indexterm>
+
<para>
The <guimenuitem>Dot for Dot</guimenuitem> command enables and disables
<quote>Dot for Dot</quote> mode. If it is enabled (checked) and the
@@ -32,6 +25,36 @@
<quote>real</quote> size, the size it will have when it is printed.
</para>
<para>
+ The example below will illustrate this. Imagine the following image
+ properties:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>Image size: 100x100 pixels</para>
+ </listitem>
+ <listitem>
+ <para>Image resolution: 300dpi (dots per inch)</para>
+ </listitem>
+ <listitem>
+ <para>
+ Image displayed with Zoom=100%, <quote>Dot for Dot</quote>
+ <emphasis>enabled</emphasis>: 100x100 pixels
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Image displayed with Zoom=100%, <quote>Dot for Dot</quote>
+ <emphasis>disabled</emphasis>:
+ </para>
+ <informalequation>
+ <alt role="latex">
+ $100pixels \div 300dpi = \frac{1}{3} inch \approx 0.85cm$
+ </alt>
+ <graphic fileref="images/math/dot-for-dot.png" />
+ </informalequation>
+ </listitem>
+ </itemizedlist>
+ <para>
For Dot for Dot mode to work properly, the resolution of the image
must be the same as the screen resolution in the
<link linkend="gimp-prefs-display">Preferences menu</link>.
@@ -41,10 +64,9 @@
graphics. If you are working on images intended to be printed, you should
disable Dot-for-Dot mode.
</para>
+
<sect3>
- <title>
- <phrase>Activating the Command</phrase>
- </title>
+ <title>Activating the Command</title>
<itemizedlist>
<listitem>
<para>
Modified: trunk/src/menus/view/padding-color.xml
==============================================================================
--- trunk/src/menus/view/padding-color.xml (original)
+++ trunk/src/menus/view/padding-color.xml Sun Feb 22 19:02:22 2009
@@ -1,44 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
2009-01-16 j.h: reviewed for v2.6
2007-05-22 Added Spanish translation by AntI
2005-10-24 reviewed; de added by axel.wernicke
-->
<sect2 id="gimp-view-padding-color">
- <!--<sect2info role="cvs">
- <revhistory>
- <revision>
- <revnumber>$Revision$</revnumber>
- <date>2006-08-10</date>
- <authorinitials>scb</authorinitials>
- </revision>
- </revhistory>
- </sect2info>-->
- <title>
- <phrase>Padding Color</phrase>
- </title>
+ <title>Padding Color</title>
+
<indexterm>
<primary>View</primary>
<secondary>Padding color of canvas</secondary>
</indexterm>
<indexterm>
<primary>Canvas</primary>
- <secondary>Padding color of canvas</secondary>
+ <secondary>Padding color</secondary>
</indexterm>
<indexterm>
- <primary>Padding Color</primary>
+ <primary>Padding color</primary>
</indexterm>
<indexterm>
<primary>Color</primary>
<secondary>Padding color of canvas</secondary>
</indexterm>
+
<figure>
- <title>
- <phrase>
- Contents of the <quote>Padding Color</quote> submenu
- </phrase>
- </title>
+ <title>Contents of the <quote>Padding Color</quote> submenu</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/menus/view-padding-color.png" format="PNG"/>
@@ -54,10 +42,9 @@
image itself. Please note that this color is not the same as the color
used by the Fill tool.
</para>
+
<sect3>
- <title>
- <phrase>Activating the submenu</phrase>
- </title>
+ <title>Activating the submenu</title>
<itemizedlist>
<listitem>
<para>
@@ -69,34 +56,47 @@
</listitem>
</itemizedlist>
</sect3>
+
<sect3>
- <title>
- <phrase><quote>Padding Color</quote> Options</phrase>
- </title>
- <itemizedlist>
- <listitem>
- <para><emphasis>From Theme</emphasis>:
- The color of the theme defined in
- <link linkend="gimp-prefs-theme">Preferences Theme</link> is used.
- </para>
- </listitem>
- <listitem>
- <para><emphasis>Light/Dark Check Color</emphasis>:
- The check representing transparency, which is defined in <link linkend="gimp-prefs-display">Preferences Display</link> is used.
- </para>
- </listitem>
- <listitem>
- <para><emphasis>Select Custom Color</emphasis>:
- Opens the Color Selector window to let you choose a color to use.
- </para>
- </listitem>
- <listitem>
- <para><emphasis>As in Preferences</emphasis>:
- The color selected in the
- <link linkend="gimp-prefs-image-window-appearance">Image
- Window Appearance</link> is used.
- </para>
- </listitem>
- </itemizedlist>
+ <title><quote>Padding Color</quote> Options</title>
+ <variablelist>
+ <varlistentry>
+ <term>From Theme</term>
+ <listitem>
+ <para>
+ The color of the theme defined in
+ <link linkend="gimp-prefs-theme">Preferences Theme</link> is used.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Light/Dark Check Color</term>
+ <listitem>
+ <para>
+ The check representing transparency, which is defined in
+ <link linkend="gimp-prefs-display">Preferences Display</link> is
+ used.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Select Custom Color</term>
+ <listitem>
+ <para>
+ Opens the Color Selector window to let you choose a color to use.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>As in Preferences</term>
+ <listitem>
+ <para>
+ The color selected in the
+ <link linkend="gimp-prefs-image-window-appearance">Image Window
+ Appearance</link> is used.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
</sect3>
</sect2>
Modified: trunk/src/menus/view/snap-to-canvas.xml
==============================================================================
--- trunk/src/menus/view/snap-to-canvas.xml (original)
+++ trunk/src/menus/view/snap-to-canvas.xml Sun Feb 22 19:02:22 2009
@@ -1,27 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
2009-01-16 j.h: created
-->
<sect2 id="gimp-view-snap-to-canvas">
- <title>
- <phrase>Snap to Canvas</phrase>
- </title>
+ <title>Snap to Canvas</title>
+
+ <!-- different title/indexterm spelling intended (for translations) -->
<indexterm>
<primary>Canvas</primary>
- <secondary>Snap to Canvas</secondary>
+ <secondary>Snap to canvas</secondary>
</indexterm>
<indexterm>
- <primary>Snap to Canvas</primary>
+ <primary>Snap to canvas</primary>
</indexterm>
+
<para>
If this option is enabled, when you move a selection or a layer, they
appear to pull on the canvas edges when it approaches. This is useful for
accurate placement of image elements.
</para>
-
<note>
<para>
Canvas edges are usually mingled with image edges: the canvas has, then,
@@ -34,9 +35,7 @@
</note>
<sect3>
- <title>
- <phrase>Activating the Command</phrase>
- </title>
+ <title>Activating the Command</title>
<itemizedlist>
<listitem>
<para>
Modified: trunk/src/menus/view/snap-to-path.xml
==============================================================================
--- trunk/src/menus/view/snap-to-path.xml (original)
+++ trunk/src/menus/view/snap-to-path.xml Sun Feb 22 19:02:22 2009
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
2009-01-16 j.h: created
-->
<sect2 id="gimp-view-snap-to-vectors">
- <title>
- <phrase>Snap to Active Path</phrase>
- </title>
+ <title>Snap to Active Path</title>
+
+ <!-- different title/indexterm spelling intended (for translations) -->
<indexterm>
<primary>Path</primary>
- <secondary>Snap to Active Path</secondary>
+ <secondary>Snap to active path</secondary>
</indexterm>
<indexterm>
- <primary>Snap to Active Path</primary>
+ <primary>Snap to active path</primary>
</indexterm>
<para>
If this option is enabled, when you move a selection or a layer, they
appear to pull on the next anchor point of the active path when it
approaches. This is useful for accurate placement of image elements.
</para>
+
<sect3>
- <title>
- <phrase>Activating the Command</phrase>
- </title>
+ <title>Activating the Command</title>
<itemizedlist>
<listitem>
<para>
Modified: trunk/src/menus/view/zoom.xml
==============================================================================
--- trunk/src/menus/view/zoom.xml (original)
+++ trunk/src/menus/view/zoom.xml Sun Feb 22 19:02:22 2009
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
2009-01-16 j.h: updated to v2.6
2007-12-19 ude: renamed id "gimp-view-zoom-fit-to" to "gimp-view-zoom-fill"
@@ -7,26 +8,15 @@
2005/10/23 reviewed; de added by axel.wernicke
-->
<sect2 id="gimp-view-zoom">
- <!--<sect2info role="cvs">
- <revhistory>
- <revision>
- <revnumber>$Revision$</revnumber>
- <date>2006-08-10</date>
- <authorinitials>scb</authorinitials>
- </revision>
- </revhistory>
- </sect2info>-->
- <title>
- <phrase>Zoom</phrase>
- </title>
+ <title>Zoom</title>
+
<indexterm>
<primary>Zoom</primary>
</indexterm>
+
<figure>
<title>
- <phrase>
- The <quote>Zoom</quote> submenu of the <quote>View</quote> menu
- </phrase>
+ The <quote>Zoom</quote> submenu of the <quote>View</quote> menu
</title>
<mediaobject>
<imageobject>
@@ -47,12 +37,10 @@
</para>
<tip>
<para>
- Besides the entries in this submenu, there is also a zoom pull-down
- menu at the bottom edge of the image window (if the
+ Besides the entries in this submenu, there is also a zoom pull-down menu
+ at the bottom edge of the image window (if the
<link linkend="gimp-view-show-statusbar">status bar</link> is
- displayed). Several preset zoom levels are available there and,
- since <acronym>GIMP-2.6</acronym>, you can enter the zoom level you
- want in the text box.
+ displayed), where several preset zoom levels are available.
</para>
<para>
You can also make settings regarding zooming in the
@@ -61,10 +49,9 @@
which lets you zoom a particular area of the image.
</para>
</tip>
+
<sect3>
- <title>
- <phrase>Activate the Submenu</phrase>
- </title>
+ <title>Activate the Submenu</title>
<itemizedlist>
<listitem>
<para>
@@ -80,21 +67,16 @@
</listitem>
</itemizedlist>
</sect3>
+
<sect3>
- <title>
- <phrase>
- Contents of the <quote>Zoom</quote> submenu
- </phrase>
- </title>
+ <title>Contents of the <quote>Zoom</quote> submenu</title>
<para>
The various <quote>Zoom</quote> submenu commands are described below,
along with their default keyboard shortcuts, if any.
</para>
<variablelist>
<varlistentry>
- <term>
- <phrase>Revert Zoom</phrase>
- </term>
+ <term>Revert Zoom</term>
<listitem>
<anchor id="gimp-view-zoom-revert"/>
<para>
@@ -157,12 +139,9 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>
- <anchor id="gimp-view-zoom-fit-to" xreflabel="Fit Image to Window"/>
- <phrase>Fit Image to Window</phrase>
- </term>
+ <term>Fit Image to Window</term>
<listitem>
- <anchor id="gimp-view-zoom-fill" xreflabel="Fill Window"/>
+ <anchor id="gimp-view-zoom-fill" xreflabel="Fit Image to Window"/>
<para>
This command zooms the image as large as possible without
requiring any padding to be shown. This means that the image
@@ -196,7 +175,7 @@
</varlistentry>
</variablelist>
<tip>
- <para><!-- TODO: cs zh_CN content missing -->
+ <para>
When you are working at the pixel level, you can use the
<link linkend="gimp-view-new">New view</link> command. This
allows you to see what is happening to the image at its normal size
Modified: trunk/src/using/preferences/prefs-interface.xml
==============================================================================
--- trunk/src/using/preferences/prefs-interface.xml (original)
+++ trunk/src/using/preferences/prefs-interface.xml Sun Feb 22 19:02:22 2009
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd">
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
2008-04-08 Mr.Dust : added 'ko'
2006-11-01 lexa: made the file docbook compliant
2008-01-28 jpl: update text & images
-->
<sect2 id="gimp-prefs-interface">
- <title>
- <phrase>Interface</phrase>
- </title>
+ <title>Interface</title>
+
<indexterm>
<primary>Dialogs</primary>
<secondary>Preferences</secondary>
@@ -26,13 +26,13 @@
<primary>Preview</primary>
<secondary>Navigation preview size</secondary>
</indexterm>
+
<figure>
- <title>
- <phrase>Assorted Interface Preferences</phrase>
- </title>
+ <title>Assorted Interface Preferences</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/preferences/prefs-interface.png" format="PNG"/>
+ <imagedata format="PNG"
+ fileref="images/preferences/prefs-interface.png"/>
</imageobject>
<caption>
<para>
@@ -42,10 +42,9 @@
</caption>
</mediaobject>
</figure>
+
<variablelist>
- <title>
- <phrase>Options</phrase>
- </title>
+ <title>Options</title>
<indexterm>
<primary>Previews</primary>
</indexterm>
@@ -67,7 +66,7 @@
</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry id="prefs-kbd-shortcuts" xreflabel="Keyboard Shortcuts">
<term>Keyboard Shortcuts</term>
<listitem>
<para>
Modified: trunk/stylesheets/gimp22.css
==============================================================================
--- trunk/stylesheets/gimp22.css (original)
+++ trunk/stylesheets/gimp22.css Sun Feb 22 19:02:22 2009
@@ -541,6 +541,13 @@
div.navfooter {
border-color: black;
}
+ /* make white color visible */
+ div.equation-contents img, div.informalequation img {
+ background-color: #004010;
+ padding: 1em;
+ border: 0.75ex ridge rgb(139,115,85);
+ display: inline-block;
+ }
/*********** /
/ graphics /
/ ***********/
@@ -597,14 +604,4 @@
b.keycap,.keycap {
-moz-border-radius: 0.3em;
}
- /**************************************** /
- / later (non-GIMP-2.2) changes /
- / ****************************************/
- /* make white color visible */
- div.equation-contents img {
- background-color: #004010;
- padding: 1em;
- border: 0.75ex ridge rgb(139,115,85);
- display: inline-block;
- }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]