[kde-doc-english] [symboleditor] doc: Move docs one level up for translation, losslessly optimize screenshots

Yuri Chornoivan yurchor at ukr.net
Sun May 25 13:39:21 UTC 2014


Git commit 31f5c5153a2497126eddcea9a73dde50e0dc010c by Yuri Chornoivan.
Committed on 25/05/2014 at 13:38.
Pushed by yurchor into branch 'master'.

Move docs one level up for translation, losslessly optimize screenshots

M  +2    -1    doc/CMakeLists.txt
A  +-    --    doc/charselect-dialog.png
R  +0    -0    doc/commands.docbook [from: doc/en/commands.docbook - 100% similarity]
A  +-    --    doc/configuration-dialog.png
R  +0    -0    doc/credits.docbook [from: doc/en/credits.docbook - 100% similarity]
R  +0    -0    doc/dialogs.docbook [from: doc/en/dialogs.docbook - 100% similarity]
A  +-    --    doc/editor-guides.png
D  +0    -2    doc/en/CMakeLists.txt
D  +-    --    doc/en/charselect-dialog.png
D  +-    --    doc/en/configuration-dialog.png
D  +-    --    doc/en/editor-guides.png
D  +-    --    doc/en/main-toolbar.png
D  +-    --    doc/en/mainwindow-editor.png
D  +-    --    doc/en/mainwindow-library.png
D  +-    --    doc/en/renderer-toolbar.png
D  +-    --    doc/en/tool-toolbar.png
R  +0    -0    doc/index.docbook [from: doc/en/index.docbook - 100% similarity]
R  +0    -0    doc/introduction.docbook [from: doc/en/introduction.docbook - 100% similarity]
A  +-    --    doc/main-toolbar.png
A  +-    --    doc/mainwindow-editor.png
A  +-    --    doc/mainwindow-library.png
A  +-    --    doc/renderer-toolbar.png
R  +0    -0    doc/symbols.docbook [from: doc/en/symbols.docbook - 100% similarity]
A  +-    --    doc/tool-toolbar.png
R  +0    -0    doc/ui.docbook [from: doc/en/ui.docbook - 100% similarity]

http://commits.kde.org/symboleditor/31f5c5153a2497126eddcea9a73dde50e0dc010c

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 3276587..fe4248b 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1 +1,2 @@
-add_subdirectory(en)
+KDE4_CREATE_HANDBOOK(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR SymbolEditor)
+
diff --git a/doc/charselect-dialog.png b/doc/charselect-dialog.png
new file mode 100644
index 0000000..95fae30
Binary files /dev/null and b/doc/charselect-dialog.png differ
diff --git a/doc/en/commands.docbook b/doc/commands.docbook
similarity index 100%
rename from doc/en/commands.docbook
rename to doc/commands.docbook
diff --git a/doc/configuration-dialog.png b/doc/configuration-dialog.png
new file mode 100644
index 0000000..5cca317
Binary files /dev/null and b/doc/configuration-dialog.png differ
diff --git a/doc/en/credits.docbook b/doc/credits.docbook
similarity index 100%
rename from doc/en/credits.docbook
rename to doc/credits.docbook
diff --git a/doc/en/dialogs.docbook b/doc/dialogs.docbook
similarity index 100%
rename from doc/en/dialogs.docbook
rename to doc/dialogs.docbook
diff --git a/doc/editor-guides.png b/doc/editor-guides.png
new file mode 100644
index 0000000..c086823
Binary files /dev/null and b/doc/editor-guides.png differ
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
deleted file mode 100644
index fe4248b..0000000
--- a/doc/en/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE4_CREATE_HANDBOOK(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR SymbolEditor)
-
diff --git a/doc/en/charselect-dialog.png b/doc/en/charselect-dialog.png
deleted file mode 100644
index dc5d591..0000000
Binary files a/doc/en/charselect-dialog.png and /dev/null differ
diff --git a/doc/en/configuration-dialog.png b/doc/en/configuration-dialog.png
deleted file mode 100644
index 935974a..0000000
Binary files a/doc/en/configuration-dialog.png and /dev/null differ
diff --git a/doc/en/editor-guides.png b/doc/en/editor-guides.png
deleted file mode 100644
index 2c3e767..0000000
Binary files a/doc/en/editor-guides.png and /dev/null differ
diff --git a/doc/en/main-toolbar.png b/doc/en/main-toolbar.png
deleted file mode 100644
index 501e11c..0000000
Binary files a/doc/en/main-toolbar.png and /dev/null differ
diff --git a/doc/en/mainwindow-editor.png b/doc/en/mainwindow-editor.png
deleted file mode 100644
index 03fcb04..0000000
Binary files a/doc/en/mainwindow-editor.png and /dev/null differ
diff --git a/doc/en/mainwindow-library.png b/doc/en/mainwindow-library.png
deleted file mode 100644
index a72b47f..0000000
Binary files a/doc/en/mainwindow-library.png and /dev/null differ
diff --git a/doc/en/renderer-toolbar.png b/doc/en/renderer-toolbar.png
deleted file mode 100644
index 403458b..0000000
Binary files a/doc/en/renderer-toolbar.png and /dev/null differ
diff --git a/doc/en/tool-toolbar.png b/doc/en/tool-toolbar.png
deleted file mode 100644
index 3a5a043..0000000
Binary files a/doc/en/tool-toolbar.png and /dev/null differ
diff --git a/doc/en/index.docbook b/doc/index.docbook
similarity index 100%
rename from doc/en/index.docbook
rename to doc/index.docbook
diff --git a/doc/en/introduction.docbook b/doc/introduction.docbook
similarity index 100%
rename from doc/en/introduction.docbook
rename to doc/introduction.docbook
diff --git a/doc/main-toolbar.png b/doc/main-toolbar.png
new file mode 100644
index 0000000..f242875
Binary files /dev/null and b/doc/main-toolbar.png differ
diff --git a/doc/mainwindow-editor.png b/doc/mainwindow-editor.png
new file mode 100644
index 0000000..2b44087
Binary files /dev/null and b/doc/mainwindow-editor.png differ
diff --git a/doc/mainwindow-library.png b/doc/mainwindow-library.png
new file mode 100644
index 0000000..b9f82cc
Binary files /dev/null and b/doc/mainwindow-library.png differ
diff --git a/doc/renderer-toolbar.png b/doc/renderer-toolbar.png
new file mode 100644
index 0000000..7cc90a1
Binary files /dev/null and b/doc/renderer-toolbar.png differ
diff --git a/doc/en/symbols.docbook b/doc/symbols.docbook
similarity index 100%
rename from doc/en/symbols.docbook
rename to doc/symbols.docbook
diff --git a/doc/tool-toolbar.png b/doc/tool-toolbar.png
new file mode 100644
index 0000000..c4cc3de
Binary files /dev/null and b/doc/tool-toolbar.png differ
diff --git a/doc/en/ui.docbook b/doc/ui.docbook
similarity index 100%
rename from doc/en/ui.docbook
rename to doc/ui.docbook


More information about the kde-doc-english mailing list