Git commit 34defe724aedf6307f2b2cbe2491881a77424b1c by Burkhard Lück. Committed on 04/05/2015 at 12:31. Pushed by lueck into branch 'master'.
update kmenuedit docbook and screenshots to plasma 5.3 REVIEW:123529 M +- -- doc/done.png M +7 -18 doc/index.docbook M +- -- doc/selectinternet.png http://commits.kde.org/kmenuedit/34defe724aedf6307f2b2cbe2491881a77424b1c diff --git a/doc/done.png b/doc/done.png index 202b4e0..6c2350e 100644 Binary files a/doc/done.png and b/doc/done.png differ diff --git a/doc/index.docbook b/doc/index.docbook index ebc1e9d..1e68fe2 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -35,10 +35,10 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2013-09-07</date> -<releaseinfo>0.9 (&kde; 4.11)</releaseinfo> +<date>2015-04-27</date> +<releaseinfo>Plasma 5.3</releaseinfo> -<abstract><para>&kmenuedit; allows editing one of the &kde; application launchers: &kickoff;, the classic &kmenu; or Lancelot Launcher. +<abstract><para>&kmenuedit; allows editing one of the &kde; application launchers. </para></abstract> <keywordset> @@ -56,7 +56,7 @@ <chapter id="introduction"> <title>Introduction</title> -<para>&kmenuedit; allows editing the menu of &kde; application launchers: &kickoff;, classic &kmenu; or Lancelot Launcher.</para> +<para>&kmenuedit; allows editing the menu of &kde; application launchers.</para> <para>&kmenuedit; can be started either by &RMB; clicking the application launcher button on the panel and choosing <guimenuitem>Edit @@ -66,7 +66,7 @@ by typing <userinput>kmenuedit</userinput> in the &krunner; line.</para> <para>&kmenuedit; allows you to:</para> <itemizedlist> -<listitem><para>View and edit the menu used by the current application launcher (&kickoff;, classic menu or Lancelot Launcher)</para></listitem> +<listitem><para>View and edit the menu used by the current application launcher</para></listitem> <listitem><para><guimenuitem>Cut</guimenuitem>, <guimenuitem>Copy</guimenuitem> and <guimenuitem>Paste</guimenuitem> submenus and items</para></listitem> <listitem><para>Create and delete submenus and items</para></listitem> @@ -80,7 +80,7 @@ Empty submenu categories defined in the desktop menu specification will show up but are not visible in application launchers unless you install applications belonging to these categories. </para> -<para>The tree view has three different entry types:</para> +<para>The tree view has two different entry types:</para> <itemizedlist> <listitem><para>Submenu: Only <guilabel>Name</guilabel>, <guilabel>Comment</guilabel> and <guilabel>Description</guilabel> fields and the button to select an icon @@ -90,9 +90,6 @@ Any submenu can hold additional submenus and/or items. <listitem><para>Items: Use this entry to enter the data for the application you want to add. For detailed information see <link linkend="using-kmenuedit">Using &kmenuedit;</link>. </para></listitem> -<listitem><para>Separator: A visual entry to structure the menu. It cannot be modified -and all editing actions are disabled. -</para></listitem> </itemizedlist> <para>&kmenuedit; has two tree view modes - normal and with hidden entries. To see the latter check the option @@ -166,7 +163,7 @@ hide the whole submenu from the view. <sect2 id="use-cases-additems"> <title>Adding Custom Items</title> -<para>To add custom items (submenu, item or separator) use the actions in the menu or toolbar. +<para>To add custom items (submenu or item) use the actions in the menu or toolbar. Items need a Name and a Command, without a command entry an item will not be saved and your addition gets lost. </para> <para>If you add an entry it is inserted as sub entry at the actual highlighted position in the tree. @@ -440,14 +437,6 @@ item.</action></para></listitem> <listitem><para><action>Adds new submenu.</action></para></listitem> </varlistentry> -<varlistentry id="file-new-separator"> -<term><menuchoice><guimenu>File</guimenu><guimenuitem>New -Separator</guimenuitem></menuchoice></term> -<listitem> -<para><action>Adds a new separator to the menu.</action></para> -</listitem> -</varlistentry> - <varlistentry id="file-save"> <term><menuchoice> <shortcut><keycombo diff --git a/doc/selectinternet.png b/doc/selectinternet.png index deeb67c..d819464 100644 Binary files a/doc/selectinternet.png and b/doc/selectinternet.png differ
