Git commit 823d82f63632b2503c421f8daa8e185116f85319 by Yuri Chornoivan. Committed on 18/11/2016 at 09:21. Pushed by yurchor into branch 'master'.
Update Konfigurator start page documentation M +- -- doc/kgstartup.png M +31 -43 doc/konfigurator.docbook M +1 -1 doc/menu-commands.docbook http://commits.kde.org/krusader/823d82f63632b2503c421f8daa8e185116f85319 diff --git a/doc/kgstartup.png b/doc/kgstartup.png index d63e7b6..a7c7b78 100644 Binary files a/doc/kgstartup.png and b/doc/kgstartup.png differ diff --git a/doc/konfigurator.docbook b/doc/konfigurator.docbook index 5a73148..412080f 100644 --- a/doc/konfigurator.docbook +++ b/doc/konfigurator.docbook @@ -105,27 +105,38 @@ <itemizedlist> <listitem> <para> - <guilabel>Save settings on exit</guilabel>: If - checked, restores the user interface components to - their condition when last shut-down.</para> + <guilabel>Save last position, size and panel + settings</guilabel>: When launched, + &krusader; resizes itself to the size it + was when last shut-down. &krusader; also + appears in the same location on the screen, having + panels sorted and aligned as they were. If this + option is unchecked, you can use the menu + <menuchoice> + <guimenu>Window</guimenu> + <guimenuitem>Save Position</guimenuitem> + </menuchoice> + option to manually set + &krusader; size and position at + start-up.</para> </listitem> <listitem> <para> - <guilabel>Show statusbar</guilabel>: If checked, the - <link linkend="mainwindow">Statusbar</link> is visible after + <guilabel>Update default panel settings</guilabel>: If checked, + the default panel settings will be updated after start-up.</para> </listitem> - <listitem> + <listitem> <para> - <guilabel>Show actions toolbar</guilabel>: If checked, the - <link linkend="actions_toolbar">Actions Toolbar</link> is visible after - start-up.</para> + <guilabel>Start to tray</guilabel>: if checked, + &krusader; starts to tray (if minimize to + tray is set), without showing the main window.</para> </listitem> - <listitem> + <listitem> <para> - <guilabel>Show toolbar</guilabel>: If checked, - <link linkend="mainwindow">Main Toolbar</link> is visible after - startup.</para> + <guilabel>Save component settings on exit</guilabel>: If + checked, restores the user interface components to + their condition when last shut-down.</para> </listitem> <listitem> <para> @@ -135,44 +146,21 @@ </listitem> <listitem> <para> - <guilabel>Show command line</guilabel>: If checked, - the <link linkend="cmdline">Command Line</link> is visible after - start-up.</para> + <guilabel>Show statusbar</guilabel>: If checked, the + <link linkend="mainwindow">Statusbar</link> is visible after + start-up. Available only if the <guilabel>Save component settings on exit</guilabel> item is unchecked.</para> </listitem> <listitem> <para> - <guilabel>Update default panel settings</guilabel>: If checked, - the default panel settings will be updated after - start-up.</para> + <guilabel>Show command line</guilabel>: If checked, + the <link linkend="cmdline">Command Line</link> is visible after + start-up. Available only if the <guilabel>Save component settings on exit</guilabel> item is unchecked.</para> </listitem> <listitem> <para> <guilabel>Show terminal emulator</guilabel>: If checked, the <link linkend="termemu">Terminal emulator</link> is visible - after start-up.</para> - </listitem> - <listitem> - <para> - <guilabel>Save last position, size and panel - settings</guilabel>: When launched, - &krusader; resizes itself to the size it - was when last shut-down. &krusader; also - appears in the same location on the screen, having - panels sorted and aligned as they were. If this - option is unchecked, you can use the menu - <menuchoice> - <guimenu>Window</guimenu> - <guimenuitem>Save Position</guimenuitem> - </menuchoice> - option to manually set - &krusader; size and position at - start-up.</para> - </listitem> - <listitem> - <para> - <guilabel>Start to tray</guilabel>: if checked, - &krusader; starts to tray (if minimize to - tray is set), without showing the main window.</para> + after start-up. Available only if the <guilabel>Save component settings on exit</guilabel> item is unchecked.</para> </listitem> </itemizedlist></para> </listitem> diff --git a/doc/menu-commands.docbook b/doc/menu-commands.docbook index bc88fb6..fdd7b34 100644 --- a/doc/menu-commands.docbook +++ b/doc/menu-commands.docbook @@ -1652,7 +1652,7 @@ <para>Saves the current size and position of the &krusader; main window. This action can be automated with - <guilabel>Save settings on exit</guilabel> in + <guilabel>Save last position, size and panel settings</guilabel> in <link linkend="konfigurator">Konfigurator Startup page</link></para> </listitem> </varlistentry>
