Git commit 6c5798af2ef71ec7eb348b74f205355baa9481f2 by Robby Stephenson. Committed on 30/04/2023 at 17:56. Pushed by rstephenson into branch 'master'.
Update some menu documentation M +54 -1 doc/menus.docbook https://invent.kde.org/office/tellico/commit/6c5798af2ef71ec7eb348b74f205355baa9481f2 diff --git a/doc/menus.docbook b/doc/menus.docbook index 3d6f26c5..071b80ab 100644 --- a/doc/menus.docbook +++ b/doc/menus.docbook @@ -31,7 +31,7 @@ performs a menu item function, the default shortcut is listed with the menu item </term> <listitem> -<para>This command <action>creates a new collection</action>. &tellico; supports <link linkend="collection-types">12 default collection types</link> along with an empty user-defined custom collection.</para> +<para>This command <action>creates a new collection</action>. &tellico; supports <link linkend="collection-types">12 default collection types</link> along with an empty user-defined custom collection. Any custom-saved collection templates will also be available.</para> </listitem> </varlistentry> @@ -100,6 +100,19 @@ modified.</para> </listitem> </varlistentry> +<varlistentry> +<term> + <menuchoice> + <guimenu>File</guimenu> + <guimenuitem>Save As Template...</guimenuitem> + </menuchoice> +</term> + +<listitem> + <para>This command <action>saves the collection as a new template</action>. Only the fields are saved, and the custom collection type can be created via the <guimenuitem>New Collection</guimenuitem> command.</para> +</listitem> +</varlistentry> + <varlistentry> <term> <menuchoice> @@ -116,6 +129,19 @@ modified.</para> </listitem> </varlistentry> +<varlistentry> +<term> + <menuchoice> + <guimenu>File</guimenu> + <guimenuitem>Print Preview</guimenuitem> + </menuchoice> +</term> + +<listitem> +<para>This command <action>shows a preview of the printed collection</action>.</para> +</listitem> +</varlistentry> + <varlistentry> <term> <menuchoice> @@ -617,6 +643,33 @@ chapter of the &kde; Fundamentals documentation &tellico; has these application </listitem> </varlistentry> +<varlistentry> +<term> + <menuchoice> + <guimenu>Settings</guimenu> + <guimenuitem>Lock Layout</guimenuitem> + </menuchoice> +</term> + +<listitem> +<para>This command <action>locks the layout</action> such that the various collection views cannot be moved. Unlocking the layout allows the user to rearrange them.</para> +</listitem> +</varlistentry> + + +<varlistentry> +<term> + <menuchoice> + <guimenu>Settings</guimenu> + <guimenuitem>Reset Layout</guimenuitem> + </menuchoice> +</term> + +<listitem> +<para>This command <action>resets the layout</action> to the default view, which may be helpful if the various views become hidden or collapsed.</para> +</listitem> +</varlistentry> + </variablelist> </sect2>
