Remove unnecessary files. The images in the 'es' folder are copied of those in the 'en' folder, just saved in 32bits instead of 8 bits

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/32/head
Michele Calgaro 7 days ago
parent 349e546530
commit af59222a13
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

@ -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

@ -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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 841 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Loading…
Cancel
Save