Git commit 204ef64358275cb0bce9f9d86938b633df2d9735 by Burkhard L?ck. Committed on 02/07/2013 at 20:03. Pushed by lueck into branch 'master'.
fix wrong name of systemsettings module Manage Notifications spotted by tosky, thanks M +5 -0 doc/fundamentals/install.docbook M +7 -3 doc/fundamentals/tasks.docbook M +5 -4 doc/fundamentals/ui.docbook http://commits.kde.org/kde-runtime/204ef64358275cb0bce9f9d86938b633df2d9735 diff --git a/doc/fundamentals/install.docbook b/doc/fundamentals/install.docbook index 4d25b6e..ffc1f0d 100644 --- a/doc/fundamentals/install.docbook +++ b/doc/fundamentals/install.docbook @@ -116,6 +116,11 @@ Building and Running &kde; Software From Source on &kde; TechBase</ulink>.</para have no trouble compiling it. Should you run into problems please report them to the &kde; mailing lists.</para> </sect2> +<!--Fixme more info: + Where to get sources (git split) + where to get help building from souces + kdesrc-build + --> </sect1> diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook index 93cd636..86f347a 100644 --- a/doc/fundamentals/tasks.docbook +++ b/doc/fundamentals/tasks.docbook @@ -127,7 +127,7 @@ that way.</para> </sect1> - + <!--FIXME Ctrl+Left Mouse Button or Shift+Left Mouse Button to select multiple files--> <sect1 id="files"> <sect1info> <authorgroup> @@ -304,8 +304,8 @@ files.</para></listitem> <guimenu>Options</guimenu><guisubmenu>View</guisubmenu> <guimenuitem>Detailed View</guimenuitem> </menuchoice></term> -<listitem><para>Displays <guilabel>Name</guilabel>, <guilabel>Date</guilabel> and -<guilabel>Size</guilabel> of the files.</para></listitem> +<listitem><para>Displays <guilabel>Name</guilabel>, <guilabel>Date</guilabel>, +<guilabel>Size</guilabel> and <guilabel>Type</guilabel> of the files.</para></listitem> </varlistentry> <varlistentry id="files-ui-toolbar-options-view-tree"> @@ -499,6 +499,10 @@ the path starting with the current places entry. </varlistentry> <!-- add options for places here e.g "Show only in" to have kind a bookmarks special for an application etc. +how to add/edit entries, +mount/unmount devices +show/hide entries +size changes via splitter moving, different in dolhin (context menu with 4 predefined icon sizes) --> <varlistentry id="files-ui-folder-view"> <term>The Folder View</term> diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook index 076b40c..92eb032 100644 --- a/doc/fundamentals/ui.docbook +++ b/doc/fundamentals/ui.docbook @@ -91,7 +91,8 @@ Saves the file. If the file already exists it will be overwritten. <guimenu>File</guimenu><guimenuitem>Save As...</guimenuitem> </menuchoice></term> <listitem><para> -Saves the file with a new filename. + Saves the file with a new filename. + <!--FIXME some apps allow to save in a different format by changing the Filter (gwenview) or encoding (kate) --> </para></listitem> </varlistentry> @@ -419,7 +420,7 @@ dialog, where you can change the notifications (sounds, visible messages, &etc;) used by the application.</para> <para>For more information how to configure notifications please read the documentation for the &systemsettings; module <ulink url="help:/kcontrol/kcmnotify/index.html" ->Settings Notification</ulink>. +>Manage Notifications</ulink>. </para> </listitem> </varlistentry> @@ -482,7 +483,7 @@ function.</para></listitem> <listitem><para><action>Opens the Bug report dialog</action> where you can report a bug or request a <quote>wishlist</quote> feature.</para></listitem> </varlistentry> -<!--two different dialogs, either via web (default if aboutData->bugAddress() == "" or == "submit at bugs.kde.org" ) +<!--FIXME two different dialogs, either via web (default if aboutData->bugAddress() == "" or == "submit at bugs.kde.org" ) or via email (see krecipes doc rev 1306076) --> <varlistentry> @@ -514,7 +515,7 @@ information for the running application.</action></para></listitem> and other basic information.</action></para></listitem> </varlistentry> </variablelist> -<!-- Tip of the Day missing--> +<!--FIXME Tip of the Day missing--> </sect2> <sect2 id="menus-ack">
