[kde-doc-english] [artikulate/frameworks] doc: Correctly update DTD version.

2014-08-10 Thread Andreas Cord-Landwehr
Git commit 9c39c518d4fae654e72fa8f39be88c4fce5d78fa by Andreas Cord-Landwehr.
Committed on 10/08/2014 at 20:50.
Pushed by cordlandwehr into branch 'frameworks'.

Correctly update DTD version.

M  +1-1doc/index.docbook

http://commits.kde.org/artikulate/9c39c518d4fae654e72fa8f39be88c4fce5d78fa

diff --git a/doc/index.docbook b/doc/index.docbook
index e77e4a3..8cbe129 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1,5 +1,5 @@
 
-
   



[kde-doc-english] [artikulate/frameworks] /: Port docbook.

2014-08-10 Thread Andreas Cord-Landwehr
Git commit 35095a9ad96e9b2486a662bf02f0730ef5dd07be by Andreas Cord-Landwehr.
Committed on 10/08/2014 at 20:09.
Pushed by cordlandwehr into branch 'frameworks'.

Port docbook.

M  +2-1CMakeLists.txt
M  +25   -1doc/CMakeLists.txt
M  +1-1doc/index.docbook

http://commits.kde.org/artikulate/35095a9ad96e9b2486a662bf02f0730ef5dd07be

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 047fdce..403d04b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,7 @@ project(artikulate)
 
 cmake_minimum_required(VERSION 2.8.12)
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(KF5DocTools)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -57,7 +58,7 @@ find_package(KF5 CONFIG REQUIRED COMPONENTS
 # subdirectories to build
 ecm_optional_add_subdirectory(data)
 ecm_optional_add_subdirectory(schemes)
-# ecm_optional_add_subdirectory(doc) //FIXME
+ecm_optional_add_subdirectory(doc)
 ecm_optional_add_subdirectory(src)
 ecm_optional_add_subdirectory(sounds)
 ecm_optional_add_subdirectory(images)
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 5d1563b..2be8f2f 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,2 +1,26 @@
-kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en 
SUBDIR artikulate)
+###
+#  Copyright 2013-2014  Andreas Cord-Landwehr 
+#
+#  Redistribution and use in source and binary forms, with or without
+#  modification, are permitted provided that the following conditions
+#  are met:
+#
+#  1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#  2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+#
+#  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+#  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+#  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+#  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+#  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+#  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+#  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+#  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+#  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+#  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+###
 
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR artikulate)
diff --git a/doc/index.docbook b/doc/index.docbook
index b5f9ba1..e77e4a3 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1,5 +1,5 @@
 
-
   



[kde-doc-english] Review Request 119567: Also find catalog files that are symlinks

2014-08-10 Thread Luigi Toscano


> On Aug. 2, 2014, 1:25 a.m., Luigi Toscano wrote:
> > src/xslt.cpp, line 426
> > <https://git.reviewboard.kde.org/r/119567/diff/1/?file=294860#file294860line426>
> >
> > Uhm, but that's strange. Just to be sure, do I understand it correctly 
> > that every file in customization is sym-linked? O.o
> 
> Harald Fernengel wrote:
> Yes, homebrew on Mac OS X is a packager that works like GoboLinux, where 
> each file is installed in a temp area, and then symlinked into the actual 
> file system

I see, thanks; what about the other comment (for docbookkl10nhelper)?


- Luigi


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119567/#review63656
---


On Aug. 1, 2014, 7:58 p.m., Harald Fernengel wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/119567/
> ---
> 
> (Updated Aug. 1, 2014, 7:58 p.m.)
> 
> 
> Review request for Documentation, KDE Frameworks and Luigi Toscano.
> 
> 
> Repository: kdoctools
> 
> 
> Description
> ---
> 
> When building KF5 on Mac OS X with homebrew, the catalog and
> other files are symlinked from the 'Cellar' (install dir) to the
> homebrew prefix. After that, meinproc5 wouldn't find its catalog
> because it decides to ignore symbolic links. Removing that option
> fixes the build on Mac OS X.
> 
> 
> Diffs
> -
> 
>   src/docbookl10nhelper.cpp 6eecb376cab6e3ba03e9548b3402eaa5e5530198 
>   src/xslt.cpp 3c81a172b00458419fc2f310cbdf76eb357336fc 
> 
> Diff: https://git.reviewboard.kde.org/r/119567/diff/
> 
> 
> Testing
> ---
> 
> Builds on Mac OS X
> 
> 
> Thanks,
> 
> Harald Fernengel
> 
>

-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mail.kde.org/pipermail/kde-doc-english/attachments/20140810/37a37fc0/attachment.html>


[kde-doc-english] Review Request 119567: Also find catalog files that are symlinks

2014-08-10 Thread Harald Fernengel


> On Aug. 1, 2014, 11:25 p.m., Luigi Toscano wrote:
> > src/xslt.cpp, line 426
> > <https://git.reviewboard.kde.org/r/119567/diff/1/?file=294860#file294860line426>
> >
> > Uhm, but that's strange. Just to be sure, do I understand it correctly 
> > that every file in customization is sym-linked? O.o

Yes, homebrew on Mac OS X is a packager that works like GoboLinux, where each 
file is installed in a temp area, and then symlinked into the actual file system


- Harald


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119567/#review63656
---


On Aug. 1, 2014, 5:58 p.m., Harald Fernengel wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/119567/
> ---
> 
> (Updated Aug. 1, 2014, 5:58 p.m.)
> 
> 
> Review request for Documentation, KDE Frameworks and Luigi Toscano.
> 
> 
> Repository: kdoctools
> 
> 
> Description
> ---
> 
> When building KF5 on Mac OS X with homebrew, the catalog and
> other files are symlinked from the 'Cellar' (install dir) to the
> homebrew prefix. After that, meinproc5 wouldn't find its catalog
> because it decides to ignore symbolic links. Removing that option
> fixes the build on Mac OS X.
> 
> 
> Diffs
> -
> 
>   src/docbookl10nhelper.cpp 6eecb376cab6e3ba03e9548b3402eaa5e5530198 
>   src/xslt.cpp 3c81a172b00458419fc2f310cbdf76eb357336fc 
> 
> Diff: https://git.reviewboard.kde.org/r/119567/diff/
> 
> 
> Testing
> ---
> 
> Builds on Mac OS X
> 
> 
> Thanks,
> 
> Harald Fernengel
> 
>

-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mail.kde.org/pipermail/kde-doc-english/attachments/20140810/2b07e949/attachment.html>


[kde-doc-english] [kate] doc/katepart: scripting: drop i18n-catalog

2014-08-10 Thread Dominik Haumann
Git commit 64677e1d36853f29b2bb48b1194918d6f0136c0f by Dominik Haumann.
Committed on 10/08/2014 at 12:39.
Pushed by dhaumann into branch 'master'.

scripting: drop i18n-catalog

M  +5-10   doc/katepart/development.docbook

http://commits.kde.org/kate/64677e1d36853f29b2bb48b1194918d6f0136c0f

diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook
index c840bd7..a8620c5 100644
--- a/doc/katepart/development.docbook
+++ b/doc/katepart/development.docbook
@@ -1028,7 +1028,6 @@ var katescript = {
 "required-syntax-style": "javascript",
 "indent-languages": ["javascript"],
 "priority": 0,
-"i18n-catalog": "mycatalog"
 }; // kate-script-header, must be at the start of the file without comments
 
 
@@ -1060,7 +1059,6 @@ and in the configuration dialog.
 
 priority [optional]: If several indenters are suited for a 
certain highlighted file, the priority decides which indenter is chosen as 
default indenter.
 
-i18n-catalog [optional]: Additional message 
catalog (po file) loaded for translation of 3rd-party 
indenters.
 
 
 
@@ -1179,7 +1177,6 @@ var katescript = {
 "revision": 1,
 "kate-version": "5.1",
 "functions": ["sort", "moveLinesDown"],
-"i18n-catalog": "mycatalog",
 "actions": [
 {   "function": "sort",
 "name": "Sort Selected Text",
@@ -1203,7 +1200,6 @@ Each entry is explained in detail now:
 revision [required]: The revision of the 
script. This number should be increased whenever the script is 
modified.
 kate-version [required]: Minimum required 
&kappname; version.
 functions [required]: JSON array of 
commands in the script.
-i18n-catalog [optional]: Additional message 
catalog (po file) loaded for translation of 3rd-party 
scripts.
 actions [optional]: JSON Array of JSON 
objects that defines the actions that appear in the application menu. Detailed 
information is provided in the section Binding 
Shortcuts.
 
 
@@ -1747,12 +1743,11 @@ exactly like http://techbase.kde.org/Development/Tutorials/Localizat
 translation system to the language used in the application. Strings in scripts
 being developed in the official &kappname; sources are automatically extracted 
and
 translatable. In other words, as a &kappname; developer you do not have to 
bother with
-message extraction and translation. However, for 3rd-party scripts developed
-outside of &kde;, you have to extract and translate the messages yourself. 
Along
-with your scripts you have to also distribute a translation catalog, that
-includes all translated strings. Further, your script header then must
-explicitly state the catalog to load by specifying
-i18n-catalog.
+message extraction and translation. It should be noted though, that the 
translation
+only works inside the &kde; infrastructure, &ie;, new strings in 3rd-party
+scripts developed outside of &kde; are not translated.
+Therefore, please consider contributing your scripts to &kate; such that
+proper translation is possible.
 
 
 


[kde-doc-english] [konqueror] [Bug 338158] Selecting some items in the index of digikam opens a strange location

2014-08-10 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=338158

Luigi Toscano  changed:

   What|Removed |Added

  Component|general |khtml
Version|unspecified |4.13.3
   Assignee|kde-doc-english at kde.org |konq-bugs at kde.org
Product|docs|konqueror

--- Comment #7 from Luigi Toscano  ---
Reassigning to khtml then.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kde-doc-english] [docs] [Bug 338158] Selecting some items in the index of digikam opens a strange location

2014-08-10 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=338158

--- Comment #6 from Freek de Kruijf  ---
I can confirm your observation that khtml selected in Konqueror gives the wrong
view.
Strange thing is that when I start Konqueror typing konqueror after 
and entering help:/digikam/photographic-editing.html#editor-correct-tools in
the text line does NOT give me the option to change the View Mode, however
giving this URL after  does give me a Konqueror with this option.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kde-doc-english] [docs] [Bug 338158] Selecting some items in the index of digikam opens a strange location

2014-08-10 Thread Freek de Kruijf
Op zaterdag 9 augustus 2014 21:04:46 schreef Luigi Toscano:
> https://bugs.kde.org/show_bug.cgi?id=338158
> 
> Luigi Toscano  changed:
> 
>What|Removed |Added
> 
> CC||luigi.toscano at tiscali.it Ever confirmed|0  
> |1
>  Status|UNCONFIRMED |CONFIRMED
> 
> --- Comment #3 from Luigi Toscano  ---
> I tried both khtml and webkit-kde engines in Konqueror. Webkit works (the
> correct point is loaded) while khtml fails, as it seems (just my guess!) it
> tries to compute the position of the anchors before loading the images. If
> you confirm that Webkit works for you, I will reassing to khtml.

Don't know how to change the engine. calling "konqueror --part [khtml|
webkitpart]" did not seem to help.

-- 
fr.gr.

Freek de Kruijf



[kde-doc-english] [docs] [Bug 338158] Selecting some items in the index of digikam opens a strange location

2014-08-10 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=338158

Yuri Chornoivan  changed:

   What|Removed |Added

 CC||yurchor at ukr.net

--- Comment #5 from Yuri Chornoivan  ---
(In reply to Freek de Kruijf from comment #4)
> Don't know how to change the engine. calling "konqueror --part [khtml|
> webkitpart]" did not seem to help.

Konqueror window: "View -> View Mode -> WebKit"

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kde-doc-english] [docs] [Bug 338158] Selecting some items in the index of digikam opens a strange location

2014-08-10 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=338158

--- Comment #4 from Freek de Kruijf  ---
Op zaterdag 9 augustus 2014 21:04:46 schreef Luigi Toscano:
> https://bugs.kde.org/show_bug.cgi?id=338158
> 
> Luigi Toscano  changed:
> 
>What|Removed |Added
> 
> CC||luigi.toscano at tiscali.it Ever confirmed|0  
> |1
>  Status|UNCONFIRMED |CONFIRMED
> 
> --- Comment #3 from Luigi Toscano  ---
> I tried both khtml and webkit-kde engines in Konqueror. Webkit works (the
> correct point is loaded) while khtml fails, as it seems (just my guess!) it
> tries to compute the position of the anchors before loading the images. If
> you confirm that Webkit works for you, I will reassing to khtml.

Don't know how to change the engine. calling "konqueror --part [khtml|
webkitpart]" did not seem to help.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kde-doc-english] [gwenview] doc: Add missing words

2014-08-10 Thread Yuri Chornoivan
Git commit 91a5aa4dbc164f6ae9abfc658532758f502068d0 by Yuri Chornoivan.
Committed on 10/08/2014 at 06:22.
Pushed by yurchor into branch 'master'.

Add missing words

M  +1-1doc/index.docbook

http://commits.kde.org/gwenview/91a5aa4dbc164f6ae9abfc658532758f502068d0

diff --git a/doc/index.docbook b/doc/index.docbook
index 972e1c5..e0a8e3a 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -272,7 +272,7 @@ This is very similar to the behavior provided by phones or 
digital cameras.
 
-You can define what happens when going to image B after having zoomed in 
on an area of image A using the options in the Zoom mode 
on the Image View of the &kappname; configuration 
window which can be reached using the 
SettingsConfigure 
&kappname;
+You can define what happens when going to image B after having zoomed in 
on an area of image A using the options in the Zoom mode 
group on the Image View page of the &kappname; 
configuration window which can be reached using the 
SettingsConfigure 
&kappname;
 
 
 If set to Autofit each image, image B 
is zoomed out to fit the screen.