Git commit 58818f69d4f73daab18c42a0f9ddb951f595bc12 by Gilles Caulier. Committed on 25/08/2016 at 11:34. Pushed by cgilles into branch 'master'.
cleanup D +0 -30 showfoto/README M +7 -7 showfoto/index.docbook D +- -- showfoto/introductionplugininterfaces.png R +- -- showfoto/setup-general.png [from: showfoto/setupgeneral.png - 100% similarity] D +- -- showfoto/setupplugins.png D +- -- showfoto/setupslideshow.png http://commits.kde.org/digikam-doc/58818f69d4f73daab18c42a0f9ddb951f595bc12 diff --git a/showfoto/README b/showfoto/README deleted file mode 100644 index 9ff2abd..0000000 --- a/showfoto/README +++ /dev/null @@ -1,30 +0,0 @@ -Handbook README: ----------------- - ->>> How to Make Screenshot for Manual with Alpha Blending 3D Border <<< - -- Never use advanced color theme to make screenshots. Always use KDE default color. - -- Use KSnapshot for take a shot. Use region selection option for take only - important area. Remove buttons and dialog hearder for limit image file size. - _ALWAYS use PNG file format to save image. - -- Open your screenshot in Gimp 2.0 and make operations below: - - * Script-Fu/Decor/Add Border with this options : - -> Border X Size = 1 - -> Border Y Size = 1 - -> Border Color = black (R:0, G:0, B:0) - -> Delata Value on Color = 1 - * Image/Flatten Image - * Script-Fu/Shadow/Drop-Shadow with this options : - -> Offset X = 5 - -> Offset Y = 5 - -> Blur Radius = 10 - -> Color = black (R:0, G:0, B:0) - -> Opacity = 80 - -> Allow Resizing = On - * Save target image in PNG with max compression (Compression Level = 9) - -Note : A gimp2.2 script from Gerhard Kulzer can be use to add Alpha Blending 3D Border around screenshots. - Always use default settings. Script can be downloaded from this url: diff --git a/showfoto/index.docbook b/showfoto/index.docbook index ce22295..5078d00 100644 --- a/showfoto/index.docbook +++ b/showfoto/index.docbook @@ -73,12 +73,12 @@ <!-- *********************************************************************** --> -<chapter id="introduction"> +<chapter id="intro-showfoto"> <title>Introduction</title> - <sect1 id="using-kapp-background"> <title>Background</title> + <sect1 id="using-showfoto-background"> <title>Background</title> - <sect2 id="using-kapp-about"> + <sect2 id="using-showfoto-about"> <title>About &showfoto;</title> <para> @@ -136,7 +136,7 @@ </chapter> -<chapter id="sidebar"> <title>The &showfoto; sidebar</title> +<chapter id="using-showfoto-sidebar"> <title>The &showfoto; sidebar</title> &doc-using-sidebar; @@ -157,7 +157,7 @@ <guimenuitem>Configure &showfoto;</guimenuitem></menuchoice> from the Menu Bar. The configuration dialog is separated into eight pages. You can change between these pages by clicking on the icons on the left-hand side of the dialog. </para> - <sect2 id="setupgeneral"> <title>The Configuration Dialog</title> + <sect2 id="setup-showfoto-general"> <title>The Configuration Dialog</title> <para> The <guilabel>Interface Options</guilabel> section is rather self-explanatory. @@ -169,7 +169,7 @@ <para> <inlinemediaobject> - <imageobject><imagedata fileref="setupgeneral.png" format="PNG"/></imageobject> + <imageobject><imagedata fileref="setup-general.png" format="PNG"/></imageobject> <textobject> <phrase>General Settings</phrase> </textobject> </inlinemediaobject> </para> @@ -197,7 +197,7 @@ </chapter> -<chapter id="menudescriptions"> <title>Menu Descriptions</title> +<chapter id="menu-showfoto-descriptions"> <title>Menu Descriptions</title> &doc-menu-editor; diff --git a/showfoto/introductionplugininterfaces.png b/showfoto/introductionplugininterfaces.png deleted file mode 100644 index 9b9f422..0000000 Binary files a/showfoto/introductionplugininterfaces.png and /dev/null differ diff --git a/showfoto/setupgeneral.png b/showfoto/setup-general.png similarity index 100% rename from showfoto/setupgeneral.png rename to showfoto/setup-general.png diff --git a/showfoto/setupplugins.png b/showfoto/setupplugins.png deleted file mode 100644 index 1459d1f..0000000 Binary files a/showfoto/setupplugins.png and /dev/null differ diff --git a/showfoto/setupslideshow.png b/showfoto/setupslideshow.png deleted file mode 100644 index 47630bb..0000000 Binary files a/showfoto/setupslideshow.png and /dev/null differ
