Git commit 2886f50577d717b97714dbcc146578deae36d48e by Yuri Chornoivan. Committed on 05/12/2016 at 15:15. Pushed by yurchor into branch 'master'.
Minor tweaks of docs M +4 -4 doc/faq.docbook M +2 -2 doc/installation.docbook M +1 -1 doc/man-krusader.1.docbook M +8 -5 doc/user-interface.docbook https://commits.kde.org/krusader/2886f50577d717b97714dbcc146578deae36d48e diff --git a/doc/faq.docbook b/doc/faq.docbook index 25d7d981..8c6bba78 100644 --- a/doc/faq.docbook +++ b/doc/faq.docbook @@ -654,7 +654,7 @@ <filename>kio_krarc.so</filename>, <filename>kio_krarc.la</filename> files into <filename class="directory"> - $KDEDIR/lib/kde4</filename></para> + $KDEDIR/lib/qt5/plugins</filename></para> <para>Copy the <filename>krarc.protocol</filename> file into <filename class="directory"> @@ -835,7 +835,7 @@ protocol, why?</para> </question> <answer> - <para>The media:/ protocol was removed from &kde; 4.</para> + <para>The media:/ protocol was removed since &kde; 4. Please use mtp:/ protocol instead.</para> <para></para> <!-- Empty line to make it more readable --> </answer> @@ -1027,10 +1027,10 @@ <listitem> <para>&kde; 3.3- &kde; 3.5 and even on GNOME with - &kde;libs (for &krusader;-2.x &kde; 4) .</para> + &kde;libs (for &krusader;-2.x) .</para> </listitem> <listitem> - <para>GCC 2.95 - GCC 4.1</para> + <para>GCC 2.95 - GCC 5.4</para> </listitem> </itemizedlist>Architecture changes are made by the team only.</para> diff --git a/doc/installation.docbook b/doc/installation.docbook index 824a6633..0a28e999 100644 --- a/doc/installation.docbook +++ b/doc/installation.docbook @@ -19,7 +19,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * * MA 02111-1307, USA. * *********************************************************************** --> - <title>Installation of Krusader on KDE4.x</title> + <title>Installation of Krusader</title> <indexterm> <primary>Installation</primary> </indexterm> @@ -501,7 +501,7 @@ if you only run a Krusader binary you do not need these packages.</para> <para> <screen> <prompt>$</prompt> <userinput><command>tar -xzvf</command> <option>krusader-2.5.0.tar.gz</option></userinput> - <prompt>$</prompt> <userinput><command>cd</command> <option>krusader_kde4</option></userinput> + <prompt>$</prompt> <userinput><command>cd</command> <option>krusader</option></userinput> <prompt>$</prompt> <userinput><command>cmake</command> <option>-DCMAKE_INSTALL_PREFIX=/usr/ -DQT_INCLUDES=/usr/share/qt5/include</option></userinput> <prompt>$</prompt> <userinput><command>make</command></userinput> <prompt>$</prompt> <userinput><command>sudo</command> <option>make install</option></userinput> diff --git a/doc/man-krusader.1.docbook b/doc/man-krusader.1.docbook index f0ae32af..0a84c1aa 100644 --- a/doc/man-krusader.1.docbook +++ b/doc/man-krusader.1.docbook @@ -193,7 +193,7 @@ Supports: ace, arj, bzip2, deb, gzip, iso, lha, rar, rpm, tar, xz, zip, and 7-zi <refsect1><title>i18n</title> <para>Krusader is translated into many languages.</para> -<para><ulink url="http://l10n.kde.org/stats/gui/trunk-kde4/po/krusader.po/">http://l10n.kde.org/stats/gui/trunk-kde4/po/krusader.po/</ulink></para> +<para><ulink url="http://l10n.kde.org/stats/gui/trunk-kkf5/po/krusader.po/">http://l10n.kde.org/stats/gui/trunk-kf5/po/krusader.po/</ulink></para> <para>Read the <ulink url="http://l10n.kde.org/docs/translation-howto/">KDE translation howto</ulink> if you want translate Krusader in your native language.</para> </refsect1> diff --git a/doc/user-interface.docbook b/doc/user-interface.docbook index 3205a52f..e7288adc 100644 --- a/doc/user-interface.docbook +++ b/doc/user-interface.docbook @@ -102,6 +102,10 @@ </sect2> <sect2 id="job_toolbar"> <title>Job Toolbar</title> + <indexterm> + <primary>Toolbar</primary> + <secondary>Job Toolbar</secondary> + </indexterm> <para>By default, the &krusader; Job Toolbar (<link linkend="queue">Queue Manager</link> or simply the JobMan) is located at the right part of the Main Toolbar. This toolbar allows you to view the job progress, to pause @@ -173,11 +177,10 @@ <listitem> <para> <userinput> - <command>ipod:/</command> - </userinput>uses the <ulink url="http://sourceforge.net/projects/kpod">KIOipod-slave</ulink> to - access, upload and organize the music stored on - <trademark>Apple ipod</trademark>.</para> - <!--FIXME last release is from 2007-12-11 so the kio ipodslave will not be usable in kde4--> + <command>mtp:/</command> + </userinput>uses the kio_mtp to + access, upload and organize the multimedia stored on + <trademark>Android</trademark>-based devices.</para> </listitem> <listitem> <para>And last but not least
