Git commit 1051c02fed9da6b44f7f3550328b977d47ba43f5 by Steve Allewell. Committed on 31/10/2015 at 20:17. Pushed by sallewell into branch 'frameworks'.
Updated documentation and images GUI:Updated documentation and images M +- -- doc/add-page-icon.png M +- -- doc/calibrate-color-dialog.png M +- -- doc/configuration-dialog.png M +- -- doc/delete-page-icon.png M +6 -4 doc/dialogs.docbook M +- -- doc/editor-context-menu.png M +- -- doc/element-resize-handle.png M +- -- doc/element-resize.png M +- -- doc/extend-pattern-dialog.png M +1 -5 doc/features.docbook M +- -- doc/file-properties-dialog.png A +- -- doc/image-element-icon.png M +- -- doc/import-image-dialog.png M +- -- doc/insert-page-icon.png M +1 -1 doc/install.docbook M +- -- doc/key-element-icon.png M +- -- doc/key-element-properties-dialog.png M +- -- doc/key-element.png M +- -- doc/library-manager-dialog.png M +- -- doc/library-pattern-properties-dialog.png M +- -- doc/map-element.png M +- -- doc/new-color-dialog.png M +- -- doc/page-properties-dialog.png M +- -- doc/palette-context-menu.png M +- -- doc/palette-manager-dialog.png M +- -- doc/pattern-element-icon.png A +- -- doc/pattern-element-properties-dialog.png D +- -- doc/pattern-element-selection.png M +- -- doc/print-setup-dialog.png M +- -- doc/printer-template.png M +- -- doc/select-element-icon.png M +- -- doc/symbol-selector-dialog.png M +- -- doc/text-element-icon.png M +- -- doc/text-element-properties-dialog.png M +- -- doc/text-tool-dialog.png M +- -- doc/text-tool-pattern.png M +- -- doc/user-interface.png http://commits.kde.org/kxstitch/1051c02fed9da6b44f7f3550328b977d47ba43f5 diff --git a/doc/add-page-icon.png b/doc/add-page-icon.png index 4fa2bee..fecf6a1 100644 Binary files a/doc/add-page-icon.png and b/doc/add-page-icon.png differ diff --git a/doc/calibrate-color-dialog.png b/doc/calibrate-color-dialog.png index d77ece8..445965d 100644 Binary files a/doc/calibrate-color-dialog.png and b/doc/calibrate-color-dialog.png differ diff --git a/doc/configuration-dialog.png b/doc/configuration-dialog.png index 3b45800..ae934a0 100644 Binary files a/doc/configuration-dialog.png and b/doc/configuration-dialog.png differ diff --git a/doc/delete-page-icon.png b/doc/delete-page-icon.png index 41f9630..4d85257 100644 Binary files a/doc/delete-page-icon.png and b/doc/delete-page-icon.png differ diff --git a/doc/dialogs.docbook b/doc/dialogs.docbook index 60c1000..b2867e9 100644 --- a/doc/dialogs.docbook +++ b/doc/dialogs.docbook @@ -173,7 +173,6 @@ Additional items on the context menu are: <itemizedlist> <listitem><para>Delete: Delete a library item, for which a confirmation dialog is shown.</para></listitem> - <listitem><para>Add to Export List: Allows you to create a list of items to export, perhaps to send to someone.</para></listitem> <listitem><para>Properties: Show the properties dialog for the item.</para></listitem> </itemizedlist> </para> @@ -240,6 +239,8 @@ <para><inlinemediaobject><imageobject><imagedata fileref="select-element-icon.png" format="PNG" /></imageobject></inlinemediaobject>Select an element - Used to select elements for editing or resizing.</para> <para><inlinemediaobject><imageobject><imagedata fileref="text-element-icon.png" format="PNG" /></imageobject></inlinemediaobject>Insert a text element - Used to insert a text element onto the current page.</para> <para><inlinemediaobject><imageobject><imagedata fileref="pattern-element-icon.png" format="PNG" /></imageobject></inlinemediaobject>Insert a pattern element - Used to insert a pattern element onto the current page.</para> + <para><inlinemediaobject><imageobject><imagedata fileref="image-element-icon.png" format="PNG" /></imageobject></inlinemediaobject>Insert an image element - Used to insert an image element onto the current page.</para> + <para><inlinemediaobject><imageobject><imagedata fileref="key-element-icon.png" format="PNG" /></imageobject></inlinemediaobject>Insert a key element - Used to insert a floss key element onto the current page.</para> <para> When adding elements, select the required element icon, then select the area of the page that the element is to occupy by clicking and @@ -247,12 +248,13 @@ accessed by the &RMB; </para> <para> - The elements can be resized by selecting them using the <inlinemediaobject><imageobject><imagedata fileref="select-element-icon.png" format="PNG" /></imageobject></inlinemediaobject>, + The elements can be resized by selecting them using the select tool<inlinemediaobject><imageobject><imagedata fileref="select-element-icon.png" format="PNG" /></imageobject></inlinemediaobject>, this will provide a sizing rectangle around the element. The corners can be dragged around to adjust the size or the whole element can be moved by clicking and dragging using the &LMB;. </para> <para> - The page has an associated properties dialog which allows setting the page margin and the grid size and visibility. + The page has an associated properties dialog which allows setting the page margin and the grid size and visibility. The page margin provides + a guide for the placement of objects but does not prevent elements from being positioned outside the defined margin. <screenshot><mediaobject><imageobject><imagedata fileref="page-properties-dialog.png" format="PNG" /></imageobject></mediaobject></screenshot> </para> <sect2 id="PatternElement" > @@ -264,7 +266,7 @@ <para> The pattern element defaults to showing the whole pattern when it is created. Using the properties dialog a selection of the required area can be made in the preview window by clicking and dragging a selection area. - <screenshot><mediaobject><imageobject><imagedata fileref="pattern-element-selection.png" format="PNG" /></imageobject></mediaobject></screenshot> + <screenshot><mediaobject><imageobject><imagedata fileref="pattern-element-properties-dialog.png" format="PNG" /></imageobject></mediaobject></screenshot> </para> <sect3 id="MapElement"> <title>Map Element</title> diff --git a/doc/editor-context-menu.png b/doc/editor-context-menu.png index e45ccf3..e752ea8 100644 Binary files a/doc/editor-context-menu.png and b/doc/editor-context-menu.png differ diff --git a/doc/element-resize-handle.png b/doc/element-resize-handle.png index a94a37f..e9889fb 100644 Binary files a/doc/element-resize-handle.png and b/doc/element-resize-handle.png differ diff --git a/doc/element-resize.png b/doc/element-resize.png index fd1141c..874e009 100644 Binary files a/doc/element-resize.png and b/doc/element-resize.png differ diff --git a/doc/extend-pattern-dialog.png b/doc/extend-pattern-dialog.png index cd5eabc..772551b 100644 Binary files a/doc/extend-pattern-dialog.png and b/doc/extend-pattern-dialog.png differ diff --git a/doc/features.docbook b/doc/features.docbook index bcaeb27..5c84777 100644 --- a/doc/features.docbook +++ b/doc/features.docbook @@ -5,7 +5,6 @@ <listitem><para>Creation of new patterns <itemizedlist> <listitem><para>User defined size</para></listitem> - <listitem><para>Selection of material type (not yet supported)</para></listitem> <listitem><para>Selection of material color</para></listitem> <listitem><para>Insertion of a background images for tracing</para></listitem> <listitem><para>Importing of various image formats</para></listitem> @@ -14,7 +13,6 @@ <listitem><para>Limiting the number of colors</para></listitem> <listitem><para>Limiting colors to a specific palette</para></listitem> <listitem><para>Scaling to a finished size</para></listitem> - <listitem><para>Cropping of the image (not yet supported)</para></listitem> <listitem><para>Support for transparency in images</para></listitem> <listitem><para>Allow the use of fractional stitches</para></listitem> </itemizedlist></para> @@ -54,14 +52,12 @@ <listitem><para>Create new colors for any floss pallet</para></listitem> <listitem><para>Save / Load current palette</para></listitem> <listitem><para>Use of standard stitches</para></listitem> - <listitem><para>Creation of custom stitches (not yet supported)</para></listitem> <listitem><para>Pattern library manager <itemizedlist> <listitem><para>Create new library patterns</para></listitem> <listitem><para>Insert library patterns into a design</para></listitem> - <listitem><para>Export selected patterns (not yet supported)</para></listitem> - <listitem><para>Import patterns from an external source (not yet supported)</para></listitem> <listitem><para>Drag and drop from the library to the pattern</para></listitem> + <listitem><para>Drag and drop from one library to another</para></listitem> <listitem><para>Assign key press to patterns for use with the Alphabet tool</para></listitem> </itemizedlist></para> </listitem> diff --git a/doc/file-properties-dialog.png b/doc/file-properties-dialog.png index f53fd65..42745a3 100644 Binary files a/doc/file-properties-dialog.png and b/doc/file-properties-dialog.png differ diff --git a/doc/image-element-icon.png b/doc/image-element-icon.png new file mode 100644 index 0000000..2d2b63b Binary files /dev/null and b/doc/image-element-icon.png differ diff --git a/doc/import-image-dialog.png b/doc/import-image-dialog.png index 484655c..a1579db 100644 Binary files a/doc/import-image-dialog.png and b/doc/import-image-dialog.png differ diff --git a/doc/insert-page-icon.png b/doc/insert-page-icon.png index 6d716a6..5a24164 100644 Binary files a/doc/insert-page-icon.png and b/doc/insert-page-icon.png differ diff --git a/doc/install.docbook b/doc/install.docbook index 9582196..35d68bc 100644 --- a/doc/install.docbook +++ b/doc/install.docbook @@ -12,7 +12,7 @@ <sect1 id="requirements" > <title>Requirements</title> <para> - &kapp; has been written for &kde; 4.x with &Qt; 4.x. + &kapp; has been written for &kde; 5.x with &Qt; 5.x. </para> <para> For the image import functions the ImageMagick libraries are required, this includes the development headers ImageMagick and Magick++, diff --git a/doc/key-element-icon.png b/doc/key-element-icon.png index a4cdca6..c7084fa 100644 Binary files a/doc/key-element-icon.png and b/doc/key-element-icon.png differ diff --git a/doc/key-element-properties-dialog.png b/doc/key-element-properties-dialog.png index 19f88ea..31e4b37 100644 Binary files a/doc/key-element-properties-dialog.png and b/doc/key-element-properties-dialog.png differ diff --git a/doc/key-element.png b/doc/key-element.png index 3d697a9..3c383c1 100644 Binary files a/doc/key-element.png and b/doc/key-element.png differ diff --git a/doc/library-manager-dialog.png b/doc/library-manager-dialog.png index ea4e600..4249bda 100644 Binary files a/doc/library-manager-dialog.png and b/doc/library-manager-dialog.png differ diff --git a/doc/library-pattern-properties-dialog.png b/doc/library-pattern-properties-dialog.png index 040f0e9..464eab5 100644 Binary files a/doc/library-pattern-properties-dialog.png and b/doc/library-pattern-properties-dialog.png differ diff --git a/doc/map-element.png b/doc/map-element.png index c9aeef3..53313d7 100644 Binary files a/doc/map-element.png and b/doc/map-element.png differ diff --git a/doc/new-color-dialog.png b/doc/new-color-dialog.png index 30de57e..4bc9741 100644 Binary files a/doc/new-color-dialog.png and b/doc/new-color-dialog.png differ diff --git a/doc/page-properties-dialog.png b/doc/page-properties-dialog.png index 50e7947..312a615 100644 Binary files a/doc/page-properties-dialog.png and b/doc/page-properties-dialog.png differ diff --git a/doc/palette-context-menu.png b/doc/palette-context-menu.png index 729b3b1..6df654b 100644 Binary files a/doc/palette-context-menu.png and b/doc/palette-context-menu.png differ diff --git a/doc/palette-manager-dialog.png b/doc/palette-manager-dialog.png index 2509216..2cff001 100644 Binary files a/doc/palette-manager-dialog.png and b/doc/palette-manager-dialog.png differ diff --git a/doc/pattern-element-icon.png b/doc/pattern-element-icon.png index 3055f68..2171030 100644 Binary files a/doc/pattern-element-icon.png and b/doc/pattern-element-icon.png differ diff --git a/doc/pattern-element-properties-dialog.png b/doc/pattern-element-properties-dialog.png new file mode 100644 index 0000000..3d69a05 Binary files /dev/null and b/doc/pattern-element-properties-dialog.png differ diff --git a/doc/pattern-element-selection.png b/doc/pattern-element-selection.png deleted file mode 100644 index bd4531b..0000000 Binary files a/doc/pattern-element-selection.png and /dev/null differ diff --git a/doc/print-setup-dialog.png b/doc/print-setup-dialog.png index 559c4db..91c13e0 100644 Binary files a/doc/print-setup-dialog.png and b/doc/print-setup-dialog.png differ diff --git a/doc/printer-template.png b/doc/printer-template.png index 174a7b7..a1d705d 100644 Binary files a/doc/printer-template.png and b/doc/printer-template.png differ diff --git a/doc/select-element-icon.png b/doc/select-element-icon.png index 47380d7..d67b752 100644 Binary files a/doc/select-element-icon.png and b/doc/select-element-icon.png differ diff --git a/doc/symbol-selector-dialog.png b/doc/symbol-selector-dialog.png index e97f626..c29a909 100644 Binary files a/doc/symbol-selector-dialog.png and b/doc/symbol-selector-dialog.png differ diff --git a/doc/text-element-icon.png b/doc/text-element-icon.png index 5f31c70..0cd8f4a 100644 Binary files a/doc/text-element-icon.png and b/doc/text-element-icon.png differ diff --git a/doc/text-element-properties-dialog.png b/doc/text-element-properties-dialog.png index 35541eb..2544b6e 100644 Binary files a/doc/text-element-properties-dialog.png and b/doc/text-element-properties-dialog.png differ diff --git a/doc/text-tool-dialog.png b/doc/text-tool-dialog.png index 34b610a..1619e88 100644 Binary files a/doc/text-tool-dialog.png and b/doc/text-tool-dialog.png differ diff --git a/doc/text-tool-pattern.png b/doc/text-tool-pattern.png index 17c53b2..01bb4f4 100644 Binary files a/doc/text-tool-pattern.png and b/doc/text-tool-pattern.png differ diff --git a/doc/user-interface.png b/doc/user-interface.png index 0de03f1..35df228 100644 Binary files a/doc/user-interface.png and b/doc/user-interface.png differ _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
