diff options
Diffstat (limited to 'doc/en')
| -rw-r--r-- | doc/en/digikam/README | 44 | ||||
| -rw-r--r-- | doc/en/digikam/Shortcuts | 52 | ||||
| -rw-r--r-- | doc/en/digikam/TODO | 10 | ||||
| -rw-r--r-- | doc/en/showfoto/README | 38 |
4 files changed, 0 insertions, 144 deletions
diff --git a/doc/en/digikam/README b/doc/en/digikam/README deleted file mode 100644 index dbda8348..00000000 --- a/doc/en/digikam/README +++ /dev/null @@ -1,44 +0,0 @@ -Handbook README: ----------------- -The substructure of the help files that develop as a tree are created by <chapter> tags. - ->>> How to Make Screenshot for Manual with Alpha Blending 3D Border <<< - -- Never use advanced color theme to make screenshots. Always use KDE default color and icon set. - -- Use KSnapshot or Gimp Import to take a shot. Use region selection option to select only - important area. Remove buttons and dialog header to 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,3] script from Gerhard Kulzer can be used to add Alpha Blending 3D Border around screenshots. - Always use default settings. Script can be downloaded from this url: - -http://digikam3rdparty.free.fr/Tools/kde-screenshot-dropshadow.scm - -!----------Important-------------! -Since the documentation is very good it is also very demanding in terms of volume, 99% whereof are screenshots. In order to limit the byte count to the minimum the following command chain shall be used to reduce the png file size. A factor of 2-4 can be gained. From within the folder where the png reside issue this command (requires pngnq and optipng to be installed on the system): - -pngnq -s 1 ./*.png && optipng *-nq8.png && rename -f s/-nq8\.png/.png/ *-nq8.png - - -Gilles Caulier <caulier dot gilles at gmail dot com> -Gerhard Kulzer <gerhard at kulzer dot net> - -
\ No newline at end of file diff --git a/doc/en/digikam/Shortcuts b/doc/en/digikam/Shortcuts deleted file mode 100644 index 1cf31973..00000000 --- a/doc/en/digikam/Shortcuts +++ /dev/null @@ -1,52 +0,0 @@ -m_HSLAction = new KAction(i18n("Hue/Saturation/Lightness..."), "adjusths -./imageplugins/imageplugin_core.cpp: CTRL+Key_U, // NOTE: Photoshop 7 use CTRL+U. -m_RGBAction = new KAction(i18n("Color Balance..."), "adjustrgb", -./imageplugins/imageplugin_core.cpp: CTRL+Key_B, // NOTE: Photoshop 7 use CTRL+B. -m_autoCorrectionAction = new KAction(i18n("Auto-Correction..."), "autocorrection", -./imageplugins/imageplugin_core.cpp: CTRL+SHIFT+Key_B, // NOTE: Photoshop 7 use CTRL+SHIFT+B with 'Auto-Color' option. -m_invertAction = new KAction(i18n("Invert"), "invertimage", -./imageplugins/imageplugin_core.cpp: CTRL+Key_I, // NOTE: Photoshop 7 use CTRL+I. -./digikam/digikamapp.cpp: m_accelerators->insert("Copy Album Items Selection CTRL+Key_C", i18n("Copy Album Items Selection"), -./digikam/digikamapp.cpp: CTRL+Key_C, this, TQ_SIGNAL(signalCopyAlbumItemsSelection()), -./digikam/digikamapp.cpp: m_accelerators->insert("Paste Album Items Selection CTRL+Key_V", i18n("Paste Album Items Selection"), -./digikam/digikamapp.cpp: CTRL+Key_V, this, TQ_SIGNAL(signalPasteAlbumItemsSelection()), -./digikam/digikamapp.cpp: CTRL+Key_I, -./digikam/digikamapp.cpp: CTRL+Key_A, -./digikam/digikamapp.cpp: CTRL+Key_U, -./digikam/digikamapp.cpp: CTRL+Key_Asterisk, -./digikam/digikamapp.cpp: CTRL+Key_Plus, -./digikam/digikamapp.cpp: CTRL+Key_Minus, -./digikam/digikamapp.cpp: CTRL+SHIFT+Key_F, -./digikam/digikamapp.cpp: m_0Star = new KAction(i18n("Assign Rating \"No Star\""), CTRL+Key_0, -./digikam/digikamapp.cpp: m_1Star = new KAction(i18n("Assign Rating \"One Star\""), CTRL+Key_1, -./digikam/digikamapp.cpp: m_2Star = new KAction(i18n("Assign Rating \"Two Stars\""), CTRL+Key_2, -./digikam/digikamapp.cpp: m_3Star = new KAction(i18n("Assign Rating \"Three Stars\""), CTRL+Key_3, -./digikam/digikamapp.cpp: m_4Star = new KAction(i18n("Assign Rating \"Four Stars\""), CTRL+Key_4, -./digikam/digikamapp.cpp: m_5Star = new KAction(i18n("Assign Rating \"Five Stars\""), CTRL+Key_5, -./showfoto/showfoto.cpp: CTRL+SHIFT+Key_O, -./showfoto/showfoto.cpp: CTRL+Key_T, -./utilities/imageeditor/editor/editorwindow.cpp: CTRL+Key_P, -./utilities/imageeditor/editor/editorwindow.cpp: CTRL+SHIFT+Key_A, this, TQ_SLOT(slotToggleAutoZoom()), -./utilities/imageeditor/editor/editorwindow.cpp: CTRL+SHIFT+Key_F, this, -./utilities/imageeditor/editor/editorwindow.cpp: CTRL+Key_X, -./utilities/imageeditor/editor/editorwindow.cpp: d->flipHorzAction = new KAction(i18n("Horizontally"), 0, CTRL+Key_Asterisk, -./utilities/imageeditor/editor/editorwindow.cpp: d->flipVertAction = new KAction(i18n("Vertically"), 0, CTRL+Key_Slash, -./utilities/imageeditor/editor/editorwindow.cpp: 0, CTRL+Key_9, m_canvas, TQ_SLOT(slotRotate90()), -./utilities/imageeditor/editor/editorwindow.cpp: 0, CTRL+Key_8, m_canvas, TQ_SLOT(slotRotate180()), -./utilities/imageeditor/editor/editorwindow.cpp: 0, CTRL+Key_7, m_canvas, TQ_SLOT(slotRotate270()), -./utilities/imageeditor/editor/imagewindow.cpp: d->star0 = new KAction(i18n("Assign Rating \"No Star\""), CTRL+Key_0, -./utilities/imageeditor/editor/imagewindow.cpp: d->star1 = new KAction(i18n("Assign Rating \"One Star\""), CTRL+Key_1, -./utilities/imageeditor/editor/imagewindow.cpp: d->star2 = new KAction(i18n("Assign Rating \"Two Stars\""), CTRL+Key_2, -./utilities/imageeditor/editor/imagewindow.cpp: d->star3 = new KAction(i18n("Assign Rating \"Three Stars\""), CTRL+Key_3, -./utilities/imageeditor/editor/imagewindow.cpp: d->star4 = new KAction(i18n("Assign Rating \"Four Stars\""), CTRL+Key_4, -./utilities/imageeditor/editor/imagewindow.cpp: d->star5 = new KAction(i18n("Assign Rating \"Five Stars\""), CTRL+Key_5, -./utilities/cameragui/cameraui.cpp: d->imageMenu->insertItem(i18n("Select &All"), d->view, TQ_SLOT(slotSelectAll()), CTRL+Key_A, 0); -./utilities/cameragui/cameraui.cpp: d->imageMenu->insertItem(i18n("Select N&one"), d->view, TQ_SLOT(slotSelectNone()), CTRL+Key_U, 1); -./utilities/cameragui/cameraui.cpp: d->imageMenu->insertItem(i18n("&Invert Selection"), d->view, TQ_SLOT(slotSelectInvert()), CTRL+Key_Asterisk, 2); -./utilities/cameragui/cameraui.cpp: d->imageMenu->insertItem(i18n("Increase Thumbs"), this, TQ_SLOT(slotIncreaseThumbSize()), CTRL+Key_Plus, 4); -./utilities/cameragui/cameraui.cpp: d->imageMenu->insertItem(i18n("Decrease Thumbs"), this, TQ_SLOT(slotDecreaseThumbSize()), CTRL+Key_Minus, 5); -./ChangeLog: rotate an image in editor, use CTRL+7, CTRL+8, CTRL+9 to prevent -./ChangeLog: - 2 keyboard shorcuts can be used to change thumbs size : CTRL+ -./ChangeLog: CTRL+0/1/2/3/4/5 from Image Editor -./ChangeLog: CTRL+0/1/2/3/4/5 from main interface -./ChangeLog: Rating image using keyboard shortcuts CTRL+0/1/2/3/4/5 from main diff --git a/doc/en/digikam/TODO b/doc/en/digikam/TODO deleted file mode 100644 index fb8add94..00000000 --- a/doc/en/digikam/TODO +++ /dev/null @@ -1,10 +0,0 @@ -&digikam; handbook TODO list for 0.9.2 release --------------------------------------------- - -- Red eye plugin -- Better descriptions of all startup operations (scan pictures) -- Updated image plugins dialog templates. - - -Gimp script to prepare screenshots for docbook: -Gimp : ftp://digikam3rdparty@ftpperso.free.fr/Tools/kde-screenshot-dropshadow.scm diff --git a/doc/en/showfoto/README b/doc/en/showfoto/README deleted file mode 100644 index 11fdae2d..00000000 --- a/doc/en/showfoto/README +++ /dev/null @@ -1,38 +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: - -http://digikam3rdparty.free.fr/Tools/printscreen-to-manual.scm - - -Gilles Caulier <caulier dot gilles at gmail dot com> -Gerhard Kulzer <gerhard at kulzer dot net> - -
\ No newline at end of file |
