[plasma/plasma-desktop] /: Remove the emoticons kcm

2020-07-08 Thread Aleix Pol
Git commit 3cd728de38b771c84c0cfdf68eac84715637e76f by Aleix Pol.
Committed on 08/07/2020 at 12:26.
Pushed by apol into branch 'master'.

Remove the emoticons kcm

Most applications nowadays rely on unicode emoji. This kcm them becomes
more confusing than helpful, only catering to applications that use the
KEmoticons framework, which aren't many and can include the kcm in-app
if they desire as much.

Related:
https://phabricator.kde.org/T7292
https://phabricator.kde.org/T11585

D  +0-3doc/kcontrol/emoticons/CMakeLists.txt
D  +---doc/kcontrol/emoticons/emoticons.png
D  +0-171  doc/kcontrol/emoticons/index.docbook
M  +0-1kcms/CMakeLists.txt
D  +0-18   kcms/emoticons/CMakeLists.txt
D  +0-4kcms/emoticons/Messages.sh
D  +0-197  kcms/emoticons/emoticons.desktop
D  +0-91   kcms/emoticons/emoticons.knsrc
D  +0-490  kcms/emoticons/emoticonslist.cpp
D  +0-85   kcms/emoticons/emoticonslist.h
D  +0-220  kcms/emoticons/emoticonslist.ui
M  +1-1kcms/icons/kcm_icons.desktop

https://invent.kde.org/plasma/plasma-desktop/commit/3cd728de38b771c84c0cfdf68eac84715637e76f

diff --git a/doc/kcontrol/emoticons/CMakeLists.txt 
b/doc/kcontrol/emoticons/CMakeLists.txt
deleted file mode 100644
index 46282dff5..0
--- a/doc/kcontrol/emoticons/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-### install files ###
-#
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kcontrol/emoticons)
diff --git a/doc/kcontrol/emoticons/emoticons.png 
b/doc/kcontrol/emoticons/emoticons.png
deleted file mode 100644
index 99bfd2424..0
Binary files a/doc/kcontrol/emoticons/emoticons.png and /dev/null differ
diff --git a/doc/kcontrol/emoticons/index.docbook 
b/doc/kcontrol/emoticons/index.docbook
deleted file mode 100644
index 3faf912c6..0
--- a/doc/kcontrol/emoticons/index.docbook
+++ /dev/null
@@ -1,171 +0,0 @@
-
-
-  
-]>
-
-
-Emoticons
-
-
-
-
-
-2016-09-21
-Plasma 5.8
-
-
-KDE
-System Settings
-emoticons
-KCMEmoticons
-
-
-
-
-Emoticons Themes Manager
-
-Introduction
-
-
-
-Screenshot of the Emoticons Theme Manager
-  
-
-  
-
- 
-  The Emoticons Theme Manager
-
-  
-
-
-
-Emoticons can be used in several  applications: , 
, ... This module offers you to easily manage your 
emoticons sets. You can:
-
-
-add emoticons themes
-remove emoticons themes
-install an existing theme
-add, remove or edit emoticons within a theme
-
-
-Please note that you will set emoticons themes per 
application.
-
-
-The module is separated in two parts: on the left you can manage your themes 
and on the right you can manage emoticons within themes.
-
-
-
-An emoticon consists in two parts: an icon (typically a 
.png, .mng or 
.gif picture) and a text describing the emoticon. The text 
can be some ASCII symbols like ]:-> or the emoticon 
short description enclosed within * like 
*FRIEND*. The user types the symbol or the text and the 
emoticon icon replaces it.
-
-
-
-The emoticons themes will be saved locally in your home in $(qtpaths --paths GenericDataLocation)/emoticons.
-
-
-
-
-
-Emoticons Themes
-
-
-This section allows you to manage emoticons themes.
-
-
-
-Require spaces around emoticons
-
-
-When this option is checked, you need to separate the emoticon with a white 
space before and after it so it is changed to an icon. If you type "Hello:-)" 
then this string will stay as it is while if you type "Hello :-)" you will get 
"Hello" followed by the :-) emoticon.
-
-
-When this option is not checked (default), each emoticon string will be 
replaced by its icon.
-
-
-
-
-Install from File
-
-
-This action allows you to install a theme you downloaded yourself. A theme 
file is an archive file, usually a .tar.gz or a 
.zip file or any other archive files. A dialog asks you 
for the location of this local archive file and after you entered or dragged 
the URL and clicked OK, the theme is installed and will 
appear in the themes list.
-
-
-
-
-Get New Emoticons...
-
-
-You need to be connected to the Internet to use this action. A dialog displays 
a list of emoticons themes from https://store.kde.org/;>https://store.kde.org/ and you can install 
one by clicking the Install button on the right side of 
the theme description in the list.
-
-
-
-
-New Theme
-
-
-You can create your own new theme from scratch. Clicking on this button brings 
a dialog asking for the name of the new theme. You can then use the 
Add... button on the right to create new emoticons and 
their associated text.
-
-
-
-Remove Theme
-
-
-This action will remove the selected theme from your disk. Select the theme 
you want to remove in the list. Click the Remove Theme 
button. This theme will be removed from the disk if you click 
Apply. 
-
-
-
-
-
-
-
-
-Emoticons Management
-
-
-This section allows you to manage emoticons within the selected theme. The 
list on the right displays a

D26156: [KDocTools] Port QRegExp to QRegularExpression

2019-12-23 Thread Aleix Pol Gonzalez
apol accepted this revision.
apol added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> ahmadsamir wrote in docbookl10nhelper.cpp:184
> I did it that way to indicate match is going to be re-assigned-to later on, 
> but it does look off a bit. :)

The way of saying it will be re-defined is by not making it const ;).

REPOSITORY
  R238 KDocTools

BRANCH
  l-qregularexpression (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D26156

To: ahmadsamir, #documentation, ltoscano, apol
Cc: apol, kde-doc-english, kde-frameworks-devel, LeGast00n, gennad, 
fbampaloukas, GB_2, michaelh, ngraham, bruns, skadinna


D26156: [KDocTools] Port QRegExp to QRegularExpression

2019-12-22 Thread Aleix Pol Gonzalez
apol added a comment.


  LGTM otherwise

INLINE COMMENTS

> docbookl10nhelper.cpp:158
>   **/
> -QRegExp rxEntity, rxEntity2, rxDocType, rxDocType2;
> -
> rxDocType.setPattern(QStringLiteral("^\\s* -
> rxDocType2.setPattern(QStringLiteral("^\\s*$"));
> -
> rxEntity.setPattern(QStringLiteral("^\\s*\\s*$"));
> -rxEntity2.setPattern(QStringLiteral("^\\s* language=\"([^\\s]+)\"\\s+href=\"([^\\s]+)\"/>\\s*$"));
> +QRegularExpression 
> rxDocType(QStringLiteral("^\\s* +QRegularExpression 
> rxDocType2(QStringLiteral("^\\s*$"));

const all of these?

> docbookl10nhelper.cpp:184
>  QString langCode, langFile;
> -if (rxEntity.indexIn(line) != -1 && !foundRxEntity2) {
> +QRegularExpressionMatch match;
> +match = rxEntity.match(line);

Just do `QRegularExpressionMatch match = rxEntity.match(line);`

REPOSITORY
  R238 KDocTools

REVISION DETAIL
  https://phabricator.kde.org/D26156

To: ahmadsamir, #documentation, ltoscano
Cc: apol, kde-doc-english, kde-frameworks-devel, LeGast00n, gennad, 
fbampaloukas, GB_2, michaelh, ngraham, bruns, skadinna


D25342: Mention all fetch project sources in the documentation

2019-11-17 Thread Aleix Pol Gonzalez
apol accepted this revision.

REPOSITORY
  R32 KDevelop

BRANCH
  392550

REVISION DETAIL
  https://phabricator.kde.org/D25342

To: adrianchavesfernandez, yurchor, apol
Cc: yurchor, kdevelop-devel, kde-doc-english, hmitonneau, christiant, gennad, 
fbampaloukas, glebaccon, domson, antismap, iodelay, alexeymin, skadinna, 
geetamc, Pilzschaf, akshaydeo, surgenight, arrowd


D19224: Only report DocBookXML as found if it was actually found

2019-02-22 Thread Aleix Pol Gonzalez
This revision was automatically updated to reflect the committed changes.
apol marked an inline comment as done.
Closed by commit R238:acf8d5352402: Only report DocBookXML as found if it was 
actually found (authored by apol).

REPOSITORY
  R238 KDocTools

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D19224?vs=52296=52305

REVISION DETAIL
  https://phabricator.kde.org/D19224

AFFECTED FILES
  cmake/FindDocBookXML4.cmake

To: apol, #frameworks, ltoscano
Cc: kde-frameworks-devel, kde-doc-english, gennad, michaelh, ngraham, bruns, 
skadinna


D19224: Only report DocBookXML as found if it was actually found

2019-02-22 Thread Aleix Pol Gonzalez
apol marked an inline comment as done.
apol added inline comments.

INLINE COMMENTS

> ltoscano wrote in FindDocBookXML4.cmake:88
> Isn't ${found_dir} undefined at this point?

no, this is an argument to the function and it has to contain the output 
variable, as used in the line 86.

REPOSITORY
  R238 KDocTools

REVISION DETAIL
  https://phabricator.kde.org/D19224

To: apol, #frameworks, ltoscano
Cc: kde-frameworks-devel, kde-doc-english, gennad, michaelh, ngraham, bruns, 
skadinna


D19224: Only report DocBookXML as found if it was actually found

2019-02-22 Thread Aleix Pol Gonzalez
apol added a comment.


  @ltoscano you said that you want changes to happen but didn't mention what 
needs changing?

REPOSITORY
  R238 KDocTools

REVISION DETAIL
  https://phabricator.kde.org/D19224

To: apol, #frameworks, ltoscano
Cc: kde-frameworks-devel, kde-doc-english, gennad, michaelh, ngraham, bruns, 
skadinna


D19224: Only report DocBookXML as found if it was actually found

2019-02-22 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 52296.
apol added a comment.


  Include a warning about how it wasn't found

REPOSITORY
  R238 KDocTools

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D19224?vs=52293=52296

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D19224

AFFECTED FILES
  cmake/FindDocBookXML4.cmake

To: apol, #frameworks
Cc: kde-frameworks-devel, kde-doc-english, gennad, michaelh, ngraham, bruns, 
skadinna


D19224: Only report DocBookXML as found if it was actually found

2019-02-22 Thread Aleix Pol Gonzalez
apol created this revision.
apol added a reviewer: Frameworks.
Herald added projects: Frameworks, Documentation.
Herald added subscribers: kde-doc-english, kde-frameworks-devel.
apol requested review of this revision.

REVISION SUMMARY
  Otherwise we generate files with paths such as 
"searched_dir-NOTFOUND/docbookx.dtd"

REPOSITORY
  R238 KDocTools

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D19224

AFFECTED FILES
  cmake/FindDocBookXML4.cmake

To: apol, #frameworks
Cc: kde-frameworks-devel, kde-doc-english, gennad, michaelh, ngraham, bruns, 
skadinna


D19054: Port cross-compilation support to KF5_HOST_TOOLING

2019-02-15 Thread Aleix Pol Gonzalez
apol accepted this revision.
apol added a comment.
This revision is now accepted and ready to land.


  Thanks!

REPOSITORY
  R238 KDocTools

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D19054

To: vkrause, apol
Cc: apol, ltoscano, habacker, kde-frameworks-devel, kde-doc-english, gennad, 
michaelh, ngraham, bruns, skadinna


D17278: Meson plugin: First working version

2019-01-08 Thread Aleix Pol Gonzalez
apol added a comment.


  Looks good to me, let's get this in master?

REPOSITORY
  R32 KDevelop

BRANCH
  meson_initial_phabricatorSucks (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D17278

To: dmensinger, apol, arrowd
Cc: arrowd, rjvbb, flherne, rizzitello, yurchor, kde-doc-english, 
kdevelop-devel, glebaccon, hase, antismap, iodelay, skadinna, geetamc, 
Pilzschaf, akshaydeo, surgenight


D17466: Fix doxygen markdown rendering

2018-12-10 Thread Aleix Pol Gonzalez
apol accepted this revision.
apol added a comment.
This revision is now accepted and ready to land.


  As discussed or IRC

REPOSITORY
  R264 KApiDox

BRANCH
  fix_yaml_rendering

REVISION DETAIL
  https://phabricator.kde.org/D17466

To: argonel, apol
Cc: apol, kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, 
skadinna


D17466: Fix doxygen markdown rendering

2018-12-10 Thread Aleix Pol Gonzalez
apol added a comment.


  ~~~{.yaml}
  hallo
  ~~~
  
  But then it doesn't work here. Is it maybe possible to force the usage of 
github markdown on it?

REPOSITORY
  R264 KApiDox

REVISION DETAIL
  https://phabricator.kde.org/D17466

To: argonel
Cc: apol, kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, 
skadinna


D17466: Fix doxygen markdown rendering

2018-12-10 Thread Aleix Pol Gonzalez
apol added a comment.


  If we are doing markdown, it could make sense why such common markdown isn't 
working too, otherwise this is bound to happen anyway. I've actually never seen 
this ~~~ thing.

REPOSITORY
  R264 KApiDox

REVISION DETAIL
  https://phabricator.kde.org/D17466

To: argonel
Cc: apol, kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, 
skadinna


D16500: Wait for docbookl10nhelper to be built before building our own manpages

2018-10-28 Thread Aleix Pol Gonzalez
apol accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R238 KDocTools

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D16500

To: aacid, apol
Cc: kde-frameworks-devel, kde-doc-english, ltoscano, michaelh, ngraham, bruns, 
skadinna


D13944: Honor BUILD_TESTING

2018-07-10 Thread Aleix Pol Gonzalez
apol accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R238 KDocTools

REVISION DETAIL
  https://phabricator.kde.org/D13944

To: arojas, ltoscano, apol
Cc: kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, skadinna


D8684: text improvements for Colors, Icons, Style, and Workspace KCMs

2017-11-06 Thread Aleix Pol Gonzalez
apol accepted this revision.
apol added a comment.
This revision is now accepted and ready to land.


  Looks good!

REPOSITORY
  R119 Plasma Desktop

BRANCH
  arcpatch-D8684

REVISION DETAIL
  https://phabricator.kde.org/D8684

To: ngraham, abetts, #vdg, #plasma, #documentation, apol
Cc: apol, plasma-devel, abetts, ZrenBot, progwolff, lesliezhai, ali-mohamed, 
jensreuterberg, sebas, mart


D5275: Kapidox generates qch files

2017-04-03 Thread Aleix Pol Gonzalez
apol added a comment.


  Having qch files should work, yes. If you can generate one, we can easily 
check if it works in KDevelop...

REPOSITORY
  R264 KApiDox

REVISION DETAIL
  https://phabricator.kde.org/D5275

To: ochurlaud, kossebau, #kdevelop, mwolff, apol
Cc: #frameworks, #documentation, skadinna


Re: Review Request 129377: Remove trash kcm docbook from kio-extras

2016-11-11 Thread Aleix Pol Gonzalez

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


Ship it!




Ship It!

- Aleix Pol Gonzalez


On Nov. 11, 2016, 5:12 p.m., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129377/
> ---
> 
> (Updated Nov. 11, 2016, 5:12 p.m.)
> 
> 
> Review request for Documentation, Plasma and Aleix Pol Gonzalez.
> 
> 
> Repository: kio-extras
> 
> 
> Description
> ---
> 
> the trash kcm docbook  will be imported from kde-runtime master with history 
> into frameworks/kio where the code is, see 
> https://git.reviewboard.kde.org/r/128912/
> this docbook was imported into kio-extras with 
> https://cgit.kde.org/kio-extras.git/commit/doc/kcontrol/trash/index.docbook?id=09cd27cca7daa2339960efa0ab852ad492b5ac97
>  but why?
> 
> 
> Diffs
> -
> 
>   doc/CMakeLists.txt 0afa5b5 
>   doc/kcontrol/CMakeLists.txt fe7c777 
>   doc/kcontrol/trash/CMakeLists.txt 6790c61 
>   doc/kcontrol/trash/index.docbook d550b1b 
> 
> Diff: https://git.reviewboard.kde.org/r/129377/diff/
> 
> 
> Testing
> ---
> 
> builds
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Re: Review Request 129335: Fix cmake warking

2016-11-06 Thread Aleix Pol Gonzalez

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

(Updated Nov. 6, 2016, 11:27 p.m.)


Status
--

This change has been marked as submitted.


Review request for Documentation, KDE Frameworks and Luigi Toscano.


Changes
---

Submitted with commit 888cb08e4317befac8c01c6d4f55b4622c340a6c by Aleix Pol to 
branch master.


Repository: kdoctools


Description
---

Now I don't get the error anymore.

```
CMake Warning (dev) at 
/home/apol/devel/kde5/lib64/cmake/KF5DocTools/KF5DocToolsMacros.cmake:121 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "" will no longer be dereferenced when the policy is
  set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  doc/afaras/CMakeLists.txt:1 (kdoctools_create_handbook)
This warning is for project developers.  Use -Wno-dev to suppress it.
```


Diffs
-

  KF5DocToolsMacros.cmake d73201d 

Diff: https://git.reviewboard.kde.org/r/129335/diff/


Testing
---


Thanks,

Aleix Pol Gonzalez



Review Request 129335: Fix cmake warking

2016-11-04 Thread Aleix Pol Gonzalez

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

Review request for Documentation, KDE Frameworks and Luigi Toscano.


Repository: kdoctools


Description
---

Now I don't get the error anymore.

```
CMake Warning (dev) at 
/home/apol/devel/kde5/lib64/cmake/KF5DocTools/KF5DocToolsMacros.cmake:121 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "" will no longer be dereferenced when the policy is
  set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  doc/afaras/CMakeLists.txt:1 (kdoctools_create_handbook)
This warning is for project developers.  Use -Wno-dev to suppress it.
```


Diffs
-

  KF5DocToolsMacros.cmake d73201d 

Diff: https://git.reviewboard.kde.org/r/129335/diff/


Testing
---


Thanks,

Aleix Pol Gonzalez



Re: Review Request 129314: Setup targets for cross compiling.

2016-11-02 Thread Aleix Pol Gonzalez

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




KF5DocToolsMacros.cmake (line 150)
<https://git.reviewboard.kde.org/r/129314/#comment67488>

Doesn't cmake already do this expansion itself? What error are you trying 
to fix?



src/checkXML5.cpp (line 35)
<https://git.reviewboard.kde.org/r/129314/#comment67489>

Reading the documentation these two versions do the exact same thing.


- Aleix Pol Gonzalez


On Nov. 2, 2016, 8:55 p.m., Ralf Habacker wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129314/
> ---
> 
> (Updated Nov. 2, 2016, 8:55 p.m.)
> 
> 
> Review request for Documentation, KDE Frameworks and Luigi Toscano.
> 
> 
> Bugs: 371987
> https://bugs.kde.org/show_bug.cgi?id=371987
> 
> 
> Repository: kdoctools
> 
> 
> Description
> ---
> 
> Fix 'checkXML5 generates html files in workdir for valid docbooks'.
> 
> BUG:371987
> 
> 
> Diffs
> -
> 
>   KF5DocToolsMacros.cmake d73201dbecaf370898f66f807e6d8856d6f88a8d 
>   src/checkXML5.cpp 437296a0b582c5b3e11c72712c62188dbcef5aa7 
> 
> Diff: https://git.reviewboard.kde.org/r/129314/diff/
> 
> 
> Testing
> ---
> 
> tested on opensuse 13.2
> 
> 
> Thanks,
> 
> Ralf Habacker
> 
>



Re: Review Request 129209: Rename subdir kcontrol to kcontrol5

2016-11-02 Thread Aleix Pol Gonzalez

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



+1 if Luigi is happy, I'm happy.

- Aleix Pol Gonzalez


On Oct. 17, 2016, 4:31 p.m., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129209/
> ---
> 
> (Updated Oct. 17, 2016, 4:31 p.m.)
> 
> 
> Review request for Documentation and KDE Frameworks.
> 
> 
> Repository: kdelibs4support
> 
> 
> Description
> ---
> 
> in distributions the doc packages for kdelibs4support and kde-runtime are 
> usually designed to be co-installable, 
> but this fails in some distributions due to conflicting file paths, therefore:
>  
> * subdir kcontrol is renamed to kcontrol5
> * install target for kcm_ssl docbook changed to kcontrol5
> * X-DocPath changed to kcontrol5/kcm_ssl/index.html
> 
> 
> Diffs
> -
> 
>   docs/CMakeLists.txt f90fa81 
>   docs/kcontrol/CMakeLists.txt  
>   docs/kcontrol/kcm_ssl/CMakeLists.txt  
>   docs/kcontrol/kcm_ssl/details.png  
>   docs/kcontrol/kcm_ssl/index.docbook  
>   docs/kcontrol/kcm_ssl/module.png  
>   docs/kcontrol5/kcm_ssl/CMakeLists.txt 4d3bc75 
>   src/kssl/kcm/kcm_ssl.desktop 6ec8be6 
> 
> Diff: https://git.reviewboard.kde.org/r/129209/diff/
> 
> 
> Testing
> ---
> 
> builds and installs properly
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Re: Review Request 129025: Enable cross compilation support for packages depending on normally installed kdoctools tools.

2016-09-26 Thread Aleix Pol Gonzalez


> On Sept. 26, 2016, 4:25 p.m., Aleix Pol Gonzalez wrote:
> > Again, I'll refer to how it's done in KCoreAddons. I don't think it's 
> > really useful to need to define variables for every framework you are 
> > compiling.
> 
> Luigi Toscano wrote:
> Is this last sentence part of another conversation that I missed?
> 
> Ralf Habacker wrote:
> This patch does it the same way as already implemented in kcoreaddons 
> https://github.com/KDE/kcoreaddons/blob/master/KF5CoreAddonsConfig.cmake.in#L11.
> 
> Aleix Pol Gonzalez wrote:
> The part I was referring to is actually:
> ```
> if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
> find_file(TARGETSFILE KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake 
> PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH)
> include("${TARGETSFILE}")
> else()
> ```
> 
> I don't think we should take into account CROSSCOMPILING if 
> KF5_HOST_TOOLING isn't specified. Including the target files should define 
> all the needed targets.
> 
> Ralf Habacker wrote:
> @alex: You remember that I asked about 8 month ago about an example how 
> to implement this way and did not get any answer ? Any now you insist to use 
> a broken way without any help or tutorial ?

My apologies if I haven't been verbose enough. I can try to document 
`KF5_HOST_TOOLING` later tonight. Would that help?

My name is Aleix.


- Aleix


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


On Sept. 26, 2016, 4:23 p.m., Ralf Habacker wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129025/
> ---
> 
> (Updated Sept. 26, 2016, 4:23 p.m.)
> 
> 
> Review request for Documentation, KDE Frameworks and Luigi Toscano.
> 
> 
> Repository: kdoctools
> 
> 
> Description
> ---
> 
> Enable cross compilation support for packages depending on normally installed 
> kdoctools tools.
> 
> 
> Diffs
> -
> 
>   KF5DocToolsConfig.cmake.in 9224fd2788aee5db4340cd0ac8115c1a06ca8ebe 
> 
> Diff: https://git.reviewboard.kde.org/r/129025/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Ralf Habacker
> 
>



Re: Review Request 129025: Enable cross compilation support for packages depending on normally installed kdoctools tools.

2016-09-26 Thread Aleix Pol Gonzalez


> On Sept. 26, 2016, 4:25 p.m., Aleix Pol Gonzalez wrote:
> > Again, I'll refer to how it's done in KCoreAddons. I don't think it's 
> > really useful to need to define variables for every framework you are 
> > compiling.
> 
> Luigi Toscano wrote:
> Is this last sentence part of another conversation that I missed?
> 
> Ralf Habacker wrote:
> This patch does it the same way as already implemented in kcoreaddons 
> https://github.com/KDE/kcoreaddons/blob/master/KF5CoreAddonsConfig.cmake.in#L11.

The part I was referring to is actually:
```
if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
find_file(TARGETSFILE KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake PATHS 
${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH)
include("${TARGETSFILE}")
else()
```

I don't think we should take into account CROSSCOMPILING if KF5_HOST_TOOLING 
isn't specified. Including the target files should define all the needed 
targets.


- Aleix


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


On Sept. 26, 2016, 4:23 p.m., Ralf Habacker wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129025/
> ---
> 
> (Updated Sept. 26, 2016, 4:23 p.m.)
> 
> 
> Review request for Documentation, KDE Frameworks and Luigi Toscano.
> 
> 
> Repository: kdoctools
> 
> 
> Description
> ---
> 
> Enable cross compilation support for packages depending on normally installed 
> kdoctools tools.
> 
> 
> Diffs
> -
> 
>   KF5DocToolsConfig.cmake.in 9224fd2788aee5db4340cd0ac8115c1a06ca8ebe 
> 
> Diff: https://git.reviewboard.kde.org/r/129025/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Ralf Habacker
> 
>



Re: Review Request 129025: Enable cross compilation support for packages depending on normally installed kdoctools tools.

2016-09-26 Thread Aleix Pol Gonzalez

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



Again, I'll refer to how it's done in KCoreAddons. I don't think it's really 
useful to need to define variables for every framework you are compiling.

- Aleix Pol Gonzalez


On Sept. 26, 2016, 4:23 p.m., Ralf Habacker wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129025/
> ---
> 
> (Updated Sept. 26, 2016, 4:23 p.m.)
> 
> 
> Review request for Documentation, KDE Frameworks and Luigi Toscano.
> 
> 
> Repository: kdoctools
> 
> 
> Description
> ---
> 
> Enable cross compilation support for packages depending on normally installed 
> kdoctools tools.
> 
> 
> Diffs
> -
> 
>   KF5DocToolsConfig.cmake.in 9224fd2788aee5db4340cd0ac8115c1a06ca8ebe 
> 
> Diff: https://git.reviewboard.kde.org/r/129025/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Ralf Habacker
> 
>



Re: Review Request 128907: Remove Konqueror kcm docbooks from plasma-desktop repo

2016-09-14 Thread Aleix Pol Gonzalez

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


Ship it!




will you do the move from kde-runtime -> kdebase-apps?

- Aleix Pol Gonzalez


On Sept. 14, 2016, 4:02 p.m., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128907/
> ---
> 
> (Updated Sept. 14, 2016, 4:02 p.m.)
> 
> 
> Review request for Documentation and Plasma.
> 
> 
> Repository: plasma-desktop
> 
> 
> Description
> ---
> 
> Code for these kcms is in kde-baseapps, therefore the docbooks should be 
> deleted here.
> The docbooks are untouched in plasma-desktop, so it is better to move them 
> with history from kde-runtime master to kde-baseapps see kde-baseapps
> 
> 
> Diffs
> -
> 
>   doc/kcontrol/bookmarks/CMakeLists.txt 5fba3a1 
>   doc/kcontrol/bookmarks/index.docbook 173222c 
>   doc/kcontrol/filemanager/CMakeLists.txt dfd6879 
>   doc/kcontrol/filemanager/index.docbook 2ac80b6 
>   doc/kcontrol/history/CMakeLists.txt 6b269dc 
>   doc/kcontrol/history/index.docbook 27f805c 
>   doc/kcontrol/kcmcss/CMakeLists.txt 6f1f7e6 
>   doc/kcontrol/kcmcss/index.docbook c63e83c 
>   doc/kcontrol/khtml-adblock/CMakeLists.txt 651f86d 
>   doc/kcontrol/khtml-adblock/index.docbook 1868626 
>   doc/kcontrol/khtml-behavior/CMakeLists.txt 6f26166 
>   doc/kcontrol/khtml-behavior/index.docbook ca39472 
>   doc/kcontrol/khtml-general/CMakeLists.txt ef6dce6 
>   doc/kcontrol/khtml-general/index.docbook 1b9c80e 
>   doc/kcontrol/khtml-java-js/CMakeLists.txt fabc610 
>   doc/kcontrol/khtml-java-js/index.docbook d707fcb 
>   doc/kcontrol/khtml-plugins/CMakeLists.txt b041b5e 
>   doc/kcontrol/khtml-plugins/index.docbook faa4004 
>   doc/kcontrol/performance/CMakeLists.txt 803a3ce 
>   doc/kcontrol/performance/index.docbook 5ac5055 
> 
> Diff: https://git.reviewboard.kde.org/r/128907/diff/
> 
> 
> Testing
> ---
> 
> builds
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Re: Review Request 128756: Update kamoso docbook to kf5

2016-09-11 Thread Aleix Pol Gonzalez

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


Ship it!




Yes please.

- Aleix Pol Gonzalez


On ago. 26, 2016, 9:21 p.m., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128756/
> ---
> 
> (Updated ago. 26, 2016, 9:21 p.m.)
> 
> 
> Review request for Documentation and Aleix Pol Gonzalez.
> 
> 
> Repository: kamoso
> 
> 
> Description
> ---
> 
> see summary
> new screenshots
> 
> 
> Diffs
> -
> 
>   doc/Face-smile.png e80180a 
>   doc/folder-images.png PRE-CREATION 
>   doc/gallery-actions.png PRE-CREATION 
>   doc/index.docbook b17684b 
>   doc/kamoso-settings.png a671477 
>   doc/mainwindow.png PRE-CREATION 
>   doc/preferences-other.png PRE-CREATION 
>   doc/sc-actions-burst.png PRE-CREATION 
>   doc/sc-actions-record.png PRE-CREATION 
>   doc/sc-actions-shoot.png PRE-CREATION 
>   doc/start-stop.png PRE-CREATION 
> 
> Diff: https://git.reviewboard.kde.org/r/128756/diff/
> 
> 
> Testing
> ---
> 
> passes checkXML5
> 
> 
> File Attachments
> 
> 
> mainwindow.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/cd6d4c44-d399-4506-ba4a-df8e29a877bc__mainwindow.png
> gallery-actions.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/c5a54368-a3a5-479f-971c-b74d82977142__gallery-actions.png
> kamoso-settings.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/16fe0ca0-4eaa-4f23-b9ff-f9293efceb15__kamoso-settings.png
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Re: Review Request 128756: Update kamoso docbook to kf5

2016-08-26 Thread Aleix Pol Gonzalez

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



Other than that, it looks great!


doc/index.docbook (line 20)
<https://git.reviewboard.kde.org/r/128756/#comment66484>

3.2 was the last release.
http://download.kde.org/stable/kamoso/3.2/src/



doc/index.docbook (line 31)
<https://git.reviewboard.kde.org/r/128756/#comment66485>

*the* Internet


- Aleix Pol Gonzalez


On Aug. 25, 2016, 3:41 p.m., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128756/
> ---
> 
> (Updated Aug. 25, 2016, 3:41 p.m.)
> 
> 
> Review request for Documentation and Aleix Pol Gonzalez.
> 
> 
> Repository: kamoso
> 
> 
> Description
> ---
> 
> see summary
> new screenshots
> 
> 
> Diffs
> -
> 
>   doc/Face-smile.png e80180a 
>   doc/folder-images.png PRE-CREATION 
>   doc/gallery-actions.png PRE-CREATION 
>   doc/index.docbook b17684b 
>   doc/kamoso-settings.png a671477 
>   doc/mainwindow.png PRE-CREATION 
>   doc/preferences-other.png PRE-CREATION 
>   doc/sc-actions-burst.png PRE-CREATION 
>   doc/sc-actions-record.png PRE-CREATION 
>   doc/sc-actions-shoot.png PRE-CREATION 
>   doc/start-stop.png PRE-CREATION 
> 
> Diff: https://git.reviewboard.kde.org/r/128756/diff/
> 
> 
> Testing
> ---
> 
> passes checkXML5
> 
> 
> File Attachments
> 
> 
> mainwindow.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/cd6d4c44-d399-4506-ba4a-df8e29a877bc__mainwindow.png
> gallery-actions.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/c5a54368-a3a5-479f-971c-b74d82977142__gallery-actions.png
> kamoso-settings.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/16fe0ca0-4eaa-4f23-b9ff-f9293efceb15__kamoso-settings.png
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Re: Review Request 128756: Update kamoso docbook to kf5

2016-08-26 Thread Aleix Pol Gonzalez

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



Okay, I can change it later I guess...

Thanks!

- Aleix Pol Gonzalez


On Aug. 25, 2016, 3:41 p.m., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128756/
> ---
> 
> (Updated Aug. 25, 2016, 3:41 p.m.)
> 
> 
> Review request for Documentation and Aleix Pol Gonzalez.
> 
> 
> Repository: kamoso
> 
> 
> Description
> ---
> 
> see summary
> new screenshots
> 
> 
> Diffs
> -
> 
>   doc/Face-smile.png e80180a 
>   doc/folder-images.png PRE-CREATION 
>   doc/gallery-actions.png PRE-CREATION 
>   doc/index.docbook b17684b 
>   doc/kamoso-settings.png a671477 
>   doc/mainwindow.png PRE-CREATION 
>   doc/preferences-other.png PRE-CREATION 
>   doc/sc-actions-burst.png PRE-CREATION 
>   doc/sc-actions-record.png PRE-CREATION 
>   doc/sc-actions-shoot.png PRE-CREATION 
>   doc/start-stop.png PRE-CREATION 
> 
> Diff: https://git.reviewboard.kde.org/r/128756/diff/
> 
> 
> Testing
> ---
> 
> passes checkXML5
> 
> 
> File Attachments
> 
> 
> mainwindow.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/cd6d4c44-d399-4506-ba4a-df8e29a877bc__mainwindow.png
> gallery-actions.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/c5a54368-a3a5-479f-971c-b74d82977142__gallery-actions.png
> kamoso-settings.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/16fe0ca0-4eaa-4f23-b9ff-f9293efceb15__kamoso-settings.png
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Re: Review Request 128756: Update kamoso docbook to kf5

2016-08-25 Thread Aleix Pol Gonzalez

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




File Attachment: mainwindow.png - mainwindow.png
<https://git.reviewboard.kde.org//r/128756/#fcomment603>

I would rather use a screenshot with camera, rather than the placeholder...


- Aleix Pol Gonzalez


On Aug. 25, 2016, 3:41 p.m., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128756/
> ---
> 
> (Updated Aug. 25, 2016, 3:41 p.m.)
> 
> 
> Review request for Documentation and Aleix Pol Gonzalez.
> 
> 
> Repository: kamoso
> 
> 
> Description
> ---
> 
> see summary
> new screenshots
> 
> 
> Diffs
> -
> 
>   doc/Face-smile.png e80180a 
>   doc/folder-images.png PRE-CREATION 
>   doc/gallery-actions.png PRE-CREATION 
>   doc/index.docbook b17684b 
>   doc/kamoso-settings.png a671477 
>   doc/mainwindow.png PRE-CREATION 
>   doc/preferences-other.png PRE-CREATION 
>   doc/sc-actions-burst.png PRE-CREATION 
>   doc/sc-actions-record.png PRE-CREATION 
>   doc/sc-actions-shoot.png PRE-CREATION 
>   doc/start-stop.png PRE-CREATION 
> 
> Diff: https://git.reviewboard.kde.org/r/128756/diff/
> 
> 
> Testing
> ---
> 
> passes checkXML5
> 
> 
> File Attachments
> 
> 
> mainwindow.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/cd6d4c44-d399-4506-ba4a-df8e29a877bc__mainwindow.png
> gallery-actions.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/c5a54368-a3a5-479f-971c-b74d82977142__gallery-actions.png
> kamoso-settings.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/08/25/16fe0ca0-4eaa-4f23-b9ff-f9293efceb15__kamoso-settings.png
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Re: Review Request 128678: Install the translated documentation

2016-08-14 Thread Aleix Pol Gonzalez

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


Ship it!




Ship It!

- Aleix Pol Gonzalez


On Aug. 15, 2016, 12:41 a.m., Luigi Toscano wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128678/
> ---
> 
> (Updated Aug. 15, 2016, 12:41 a.m.)
> 
> 
> Review request for Documentation, KDE Frameworks and David Faure.
> 
> 
> Repository: kjs
> 
> 
> Description
> ---
> 
> The kjs man page is translated, so install the translations if available.
> 
> 
> Diffs
> -
> 
>   CMakeLists.txt 450c2b7 
> 
> Diff: https://git.reviewboard.kde.org/r/128678/diff/
> 
> 
> Testing
> ---
> 
> Compiled with and without the po/ directory as in the tarball.
> 
> Side note: we probably don't need the pattern like
>  if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
>  ...
>  endif()
> 
> around ki18n_install and kdoctools_install, as they rely on a glob which, if 
> empty, simply lead to no actions.
> 
> 
> Thanks,
> 
> Luigi Toscano
> 
>



Re: Review Request 128637: Remove obsolete kdepasswd docbook

2016-08-09 Thread Aleix Pol Gonzalez

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


Ship it!




Ship It!

- Aleix Pol Gonzalez


On Aug. 9, 2016, 8:11 p.m., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128637/
> ---
> 
> (Updated Aug. 9, 2016, 8:11 p.m.)
> 
> 
> Review request for Documentation, KDE Base Apps and David Faure.
> 
> 
> Repository: kde-baseapps
> 
> 
> Description
> ---
> 
> this docbook was for the "Password and User Account" KCM in kde4
> code for the KCM was removed in the frameworks branch, so the docbook is no 
> longer used
> 
> 
> Diffs
> -
> 
>   kdepasswd/CMakeLists.txt 7a62270 
>   kdepasswd/docs/CMakeLists.txt 8cf55fb 
>   kdepasswd/docs/index.docbook 557f458 
>   kdepasswd/docs/password.png 90bc47e 
> 
> Diff: https://git.reviewboard.kde.org/r/128637/diff/
> 
> 
> Testing
> ---
> 
> builds
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Re: [kde-doc-english] Review Request 127687: Update kalgebra docbook to 16.04

2016-04-19 Thread Aleix Pol Gonzalez

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


Ship it!




Thanks a lot!! :D

- Aleix Pol Gonzalez


On April 19, 2016, 4:05 p.m., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127687/
> ---
> 
> (Updated April 19, 2016, 4:05 p.m.)
> 
> 
> Review request for Documentation, KDE Edu and Aleix Pol Gonzalez.
> 
> 
> Repository: kalgebra
> 
> 
> Description
> ---
> 
> regenerate commands.docbook, adds functions conjugate, arg, real, imaginary
> bump date + releaseinfo
> proofread
> remove appendix
> new screenshots
> 
> 
> Diffs
> -
> 
>   doc/commands.docbook a4b3747 
>   doc/index.docbook d4b694c 
>   doc/kalgebra-2dgraph-window.png 2853005 
>   doc/kalgebra-3dgraph-window.png 7fe546c 
>   doc/kalgebra-console-window.png 740cc8b 
>   doc/kalgebra-dictionary-window.png bf4ae53 
>   doc/kalgebra-main-window.png 1eefdd1 
>   doc/view-fullscreen.png 7e684b4 
> 
> Diff: https://git.reviewboard.kde.org/r/127687/diff/
> 
> 
> Testing
> ---
> 
> builds
> 
> 
> File Attachments
> 
> 
> kalgebra-2dgraph-window.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/04/19/39f75782-0e56-4072-9bfb-77d233b52126__kalgebra-2dgraph-window.png
> kalgebra-3dgraph-window.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/04/19/0daf88ea-00a6-4619-933a-8203dd37da16__kalgebra-3dgraph-window.png
> kalgebra-console-window.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/04/19/52b73156-37fd-4540-927b-3e54834e441c__kalgebra-console-window.png
> kalgebra-dictionary-window.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/04/19/e9358e40-c6fa-4d7e-b1e3-a08b67db2d9c__kalgebra-dictionary-window.png
> kalgebra-main-window.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/04/19/1257622d-0e69-4cf8-8839-38ccd4cd8f09__kalgebra-main-window.png
> view-fullscreen.png
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/04/19/a46c63d8-6f7e-414a-bef8-1dc69fccfae7__view-fullscreen.png
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>

___
kde-doc-english mailing list
kde-doc-english@kde.org
https://mail.kde.org/mailman/listinfo/kde-doc-english


Re: [kde-doc-english] Review Request 125421: Update documentation (man + doc)

2016-01-28 Thread Aleix Pol Gonzalez

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


Ship it!




LGTM.

And yes, it could definitely use a different version. Or use the same version 
as KDE Applications?

- Aleix Pol Gonzalez


On Sept. 27, 2015, 6:09 p.m., Luigi Toscano wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/125421/
> ---
> 
> (Updated Sept. 27, 2015, 6:09 p.m.)
> 
> 
> Review request for Documentation, KDE Edu and David Narváez.
> 
> 
> Repository: kig
> 
> 
> Description
> ---
> 
> - update version data according the new release (doc and man);
> - remove personal references for reviews and experiences;
> - update the list of authors;
> - remove installation+compilation instruction (as for new doc guideline);
> - remove useless 'package' entity;
> - update options in the man page.
> 
> --
> Maybe time to bump the version of Kig from 1.0 to something else? (at least 
> 1.1!)
> 
> 
> Diffs
> -
> 
>   doc/index.docbook ef3bde1 
>   doc/man-kig.1.docbook 91e8f62 
> 
> Diff: https://git.reviewboard.kde.org/r/125421/diff/
> 
> 
> Testing
> ---
> 
> Compiles
> 
> 
> Thanks,
> 
> Luigi Toscano
> 
>

___
kde-doc-english mailing list
kde-doc-english@kde.org
https://mail.kde.org/mailman/listinfo/kde-doc-english


Re: [kde-doc-english] Review Request 125421: Update documentation (man + doc)

2016-01-28 Thread Aleix Pol Gonzalez


> On Jan. 29, 2016, 12:36 a.m., Aleix Pol Gonzalez wrote:
> > LGTM.
> > 
> > And yes, it could definitely use a different version. Or use the same 
> > version as KDE Applications?
> 
> Luigi Toscano wrote:
> The documentation shows both versions:
>  1.0 (Applications 15.12)
> 
> I was asking about the version of Kig itself, which is 1.0 since the 
> first version part of 4.0 (!). See the history of config-kig.h.cmake. At 
> least 1.1...
> If you want to update the release number of Kig, I will update the 
> documentation as well (and bump to 16.04).

I don't have a strong argument and I'd prefer David to decide.

I was suggesting to just remove the version number and let it follow KDE 
Applications naming instead.


- Aleix


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


On Sept. 27, 2015, 6:09 p.m., Luigi Toscano wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/125421/
> ---
> 
> (Updated Sept. 27, 2015, 6:09 p.m.)
> 
> 
> Review request for Documentation, KDE Edu and David Narváez.
> 
> 
> Repository: kig
> 
> 
> Description
> ---
> 
> - update version data according the new release (doc and man);
> - remove personal references for reviews and experiences;
> - update the list of authors;
> - remove installation+compilation instruction (as for new doc guideline);
> - remove useless 'package' entity;
> - update options in the man page.
> 
> --
> Maybe time to bump the version of Kig from 1.0 to something else? (at least 
> 1.1!)
> 
> 
> Diffs
> -
> 
>   doc/index.docbook ef3bde1 
>   doc/man-kig.1.docbook 91e8f62 
> 
> Diff: https://git.reviewboard.kde.org/r/125421/diff/
> 
> 
> Testing
> ---
> 
> Compiles
> 
> 
> Thanks,
> 
> Luigi Toscano
> 
>

___
kde-doc-english mailing list
kde-doc-english@kde.org
https://mail.kde.org/mailman/listinfo/kde-doc-english


Re: [kde-doc-english] Review Request 125421: Update documentation (man + doc)

2016-01-28 Thread Aleix Pol Gonzalez


> On Jan. 29, 2016, 12:36 a.m., Aleix Pol Gonzalez wrote:
> > LGTM.
> > 
> > And yes, it could definitely use a different version. Or use the same 
> > version as KDE Applications?
> 
> Luigi Toscano wrote:
> The documentation shows both versions:
>  1.0 (Applications 15.12)
> 
> I was asking about the version of Kig itself, which is 1.0 since the 
> first version part of 4.0 (!). See the history of config-kig.h.cmake. At 
> least 1.1...
> If you want to update the release number of Kig, I will update the 
> documentation as well (and bump to 16.04).
> 
> Aleix Pol Gonzalez wrote:
> I don't have a strong argument and I'd prefer David to decide.
> 
> I was suggesting to just remove the version number and let it follow KDE 
> Applications naming instead.
> 
> Luigi Toscano wrote:
> Ah, ok. In any case I need to wait for David decision, and then I will 
> update the review accordingly.

Still, I think these changes make sense as is and probably should get in to 
make sure we don't forget.


- Aleix


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


On Sept. 27, 2015, 6:09 p.m., Luigi Toscano wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/125421/
> ---
> 
> (Updated Sept. 27, 2015, 6:09 p.m.)
> 
> 
> Review request for Documentation, KDE Edu and David Narváez.
> 
> 
> Repository: kig
> 
> 
> Description
> ---
> 
> - update version data according the new release (doc and man);
> - remove personal references for reviews and experiences;
> - update the list of authors;
> - remove installation+compilation instruction (as for new doc guideline);
> - remove useless 'package' entity;
> - update options in the man page.
> 
> --
> Maybe time to bump the version of Kig from 1.0 to something else? (at least 
> 1.1!)
> 
> 
> Diffs
> -
> 
>   doc/index.docbook ef3bde1 
>   doc/man-kig.1.docbook 91e8f62 
> 
> Diff: https://git.reviewboard.kde.org/r/125421/diff/
> 
> 
> Testing
> ---
> 
> Compiles
> 
> 
> Thanks,
> 
> Luigi Toscano
> 
>

___
kde-doc-english mailing list
kde-doc-english@kde.org
https://mail.kde.org/mailman/listinfo/kde-doc-english


[kde-doc-english] [kalgebra] /: Rename Console -> Calculator

2015-11-10 Thread Aleix Pol
Git commit f3686520ab64c4ef4d2d26034fbff8c9f896f56b by Aleix Pol.
Committed on 10/11/2015 at 23:52.
Pushed by apol into branch 'master'.

Rename Console -> Calculator

M  +16   -16   doc/index.docbook
M  +1-1mobile/plugins/kalgebraconsole.json
M  +1-1src/kalgebra.cpp

http://commits.kde.org/kalgebra/f3686520ab64c4ef4d2d26034fbff8c9f896f56b

diff --git a/doc/index.docbook b/doc/index.docbook
index 8746d52..d4b694c 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -40,7 +40,7 @@
 
  is an application that can replace your graphing calculator.
 It has numerical, logical, symbolic, and analysis features that let you 
calculate
-mathematical expressions on the console and graphically plot the results
+mathematical expressions on the calculator and graphically plot the results
 in 2D or 3D.  is rooted in the Mathematical Markup Language
 (MathML); however, one does not need to know MathML to use .
 
@@ -75,7 +75,7 @@ It includes such features as:
 
 
 
-A user console for quick and easy evaluation of math
+A calculator for quick and easy evaluation of math
 functions.
 
 
@@ -119,7 +119,7 @@ Below is a screenshot of the  application in 
action:
 
 
 When the user begins a  session, they are presented with a
-single window consisting of a Console tab,
+single window consisting of a Calculator tab,
 a 2D Graph tab,
 a 3D Graph tab and a
 Dictionary tab. Within each tab, you will find an
@@ -229,11 +229,11 @@ functions are implemented as well, so we can do something 
like or(1,0,0,0,0).
 
-
-Using the Console
-'s console is useful as a calculator on steroids. The
+
+Using the Calculator
+'s calculator is useful as a calculator on steroids. The
 user may enter expressions for evaluation in Calculate
-or Evaluate mode, depending on the 
Console
+or Evaluate mode, depending on the 
Calculator
 menu selection.
 
 
@@ -243,7 +243,7 @@ variable shows an error.
 
 
 In addition to displaying the user entered equations and results in the
-console display, all variables that are declared are displayed in a
+Calculator display, all variables that are declared are displayed in a
 persistent frame to the right. By double clicking on a variable you will see a
 dialog that lets you change their values (just a way to trick the log).
 
@@ -254,7 +254,7 @@ The "ans" variable is special, every time you enter an 
expression, the
 
 
 The following are example functions that can be entered in
-the input field of the console window:
+the input field of the calculator window:
 
 sin(pi)
 k:=33
@@ -264,24 +264,24 @@ the input field of the console window:
 
 
 
-The following shows a screenshot of the console window after entering
+The following shows a screenshot of the calculator window after entering
 the above example expressions:
 
 
-Screenshot of  console window with example 
expressions
+Screenshot of  calculator window with example 
expressions

  

  

-console window
+calculator window
  

 
 
 
 A user can control the execution of a series of calculations
-using the Console menu options:
+using the Calculator menu options:
 
 
 
@@ -289,7 +289,7 @@ using the Console menu options:
 
 
 L
-ConsoleLoad Script
+CalculatorLoad Script
 
 Executes the instructions in a file sequentially.
 Useful if you want to define some libraries or resume some previous 
work.
@@ -299,7 +299,7 @@ Useful if you want to define some libraries or resume some 
previous work.
 
 
 G
-ConsoleSave Script
+CalculatorSave Script
 
 Saves the instructions you have typed since the session began 
to be able to reuse. Generates text files so it should be easy to fix
 using any text editor, like Kate.
@@ -309,7 +309,7 @@ using any text editor, like Kate.
 
 
 S
-ConsoleExport Log
+CalculatorExport Log
 
 Saves the log with all results into an  file to be able 
to print or publish.
 
diff --git a/mobile/plugins/kalgebraconsole.json 
b/mobile/plugins/kalgebraconsole.json
index 87807fe..2386f53 100644
--- a/mobile/plugins/kalgebraconsole.json
+++ b/mobile/plugins/kalgebraconsole.json
@@ -1,7 +1,7 @@
 {
 "Comment": "Scientific calculator",
 "Icon": "utilities-terminal",
-"Name": "Console",
+"Name": "Calculator",
 "ServiceTypes": "KAlgebra/Script",
 "Type": "Service",
 "X-KAlgebra-Priority": "1000",
diff --git a/src/kalgebra.cpp b/src/kalgebra.cpp
index 1880c4d..b5a9a07 100644
--- a/src/kalgebra.cpp
+++ b/src/kalgebra.cpp
@@ -155,7 +155,7 @@ KAlgebra::KAlgebra(QWidget *parent)
 c_exp->setExamples(QStringList() << QStringLiteral("square:=x->x**2") << 
QStringLiteral("fib:=n->piecewise { eq(n,0)?0, eq(n,1)?1, ?fib(n-1)+fib(n-2) 
}"));
 c_dock_vars->setWidget(c_variables);
 
-m_tabs->addTab(console, i18n("&qu

[kde-doc-english] [kdeconnect-kde] doc: Add some slightly more useful documentation

2015-10-20 Thread Aleix Pol
Git commit 2c53d8dcd40ffd5526ffdfbe729d93368d163095 by Aleix Pol.
Committed on 21/10/2015 at 01:00.
Pushed by apol into branch 'master'.

Add some slightly more useful documentation

M  +19   -1doc/index.docbook

http://commits.kde.org/kdeconnect-kde/2c53d8dcd40ffd5526ffdfbe729d93368d163095

diff --git a/doc/index.docbook b/doc/index.docbook
index 1b1e13d..0902418 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -30,7 +30,25 @@
 
 KDE Connect
 
-You can use this dialog to configure which devices we're paired to. It's 
useful since it will specify who we're sharing information with.
+You can use this dialog to configure which devices we're paired to and 
what we're sharing. The UI is divided in 2 main parts:
+
+
+Devices List
+
+It contains a list of devices separet between paired and unpaired. 
Select one to pair it and when it's paired, configure it.
+
+
+
+Device Configuration
+
+It offers a list of the available plugins related to the device. These 
plugins will correspond to the different features available for the device. 
This is useful mainly for knowing what plugins are available and, in case 
there's some information that should not be shared with a device, explicitly 
disable it.
+
+
+
+General interaction with the devices
+
+KDE Connect doesn't offer a central place to interact with your devices. 
It's designed to integrate properly with your operating system, making it 
possible to share files from the different applications or integrating with the 
notification system to display information.
+
 
 
 
___
kde-doc-english mailing list
kde-doc-english@kde.org
https://mail.kde.org/mailman/listinfo/kde-doc-english


[kde-doc-english] [kdeconnect-kde] /: Introduce bare documentation for the KDE Connect kcm

2015-10-18 Thread Aleix Pol
Git commit 661fa098d48606ea87d6fdb8086dabf8df3366f9 by Aleix Pol.
Committed on 19/10/2015 at 01:25.
Pushed by apol into branch 'master'.

Introduce bare documentation for the KDE Connect kcm

M  +4-0CMakeLists.txt
A  +1-0doc/CMakeLists.txt
A  +37   -0doc/index.docbook
M  +1-1kcm/kcm.cpp
M  +2-0kcm/kcm_kdeconnect.desktop

http://commits.kde.org/kdeconnect-kde/661fa098d48606ea87d6fdb8086dabf8df3366f9

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4856bee..c789840 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,6 +12,7 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DI
 
 find_package(Qt5 5.2 REQUIRED COMPONENTS Quick)
 find_package(KF5 REQUIRED COMPONENTS I18n ConfigWidgets DBusAddons IconThemes)
+find_package(KF5DocTools)
 find_package(Qca-qt5 2.1.0 REQUIRED)
 find_package(TelepathyQt5 0.9.5)
 find_package(TelepathyQt5Service 0.9.7)
@@ -54,6 +55,9 @@ add_subdirectory(plugins)
 add_subdirectory(plasmoid)
 add_subdirectory(cli)
 add_subdirectory(fileitemactionplugin)
+if(KF5DocTools_FOUND)
+add_subdirectory(doc)
+endif()
 
 if (TelepathyQt5_FOUND AND TelepathyQt5Service_FOUND)
 add_subdirectory(telepathy-cm)
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 000..df281f5
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1 @@
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kdeconnect)
diff --git a/doc/index.docbook b/doc/index.docbook
new file mode 100644
index 000..1b1e13d
--- /dev/null
+++ b/doc/index.docbook
@@ -0,0 +1,37 @@
+
+
+ 
+]>
+
+
+
+KDE Connect
+
+
+
+
+
+2015-10-19
+0.9
+
+
+KDE
+Connect
+phone
+remote
+device
+pair
+
+
+
+
+
+KDE Connect
+
+You can use this dialog to configure which devices we're paired to. It's 
useful since it will specify who we're sharing information with.
+
+
+
+
diff --git a/kcm/kcm.cpp b/kcm/kcm.cpp
index 98d5bb6..329b168 100644
--- a/kcm/kcm.cpp
+++ b/kcm/kcm.cpp
@@ -85,7 +85,7 @@ KdeConnectKcm::KdeConnectKcm(QWidget *parent, const 
QVariantList&)
 kcmUi->rename_edit->setText(daemon->announcedName());
 setRenameMode(false);
 
-setButtons(KCModule::NoAdditionalButton);
+setButtons(KCModule::Help | KCModule::NoAdditionalButton);
 
 connect(devicesModel, SIGNAL(dataChanged(QModelIndex,QModelIndex)),
 this, SLOT(resetSelection()));
diff --git a/kcm/kcm_kdeconnect.desktop b/kcm/kcm_kdeconnect.desktop
index 83a5968..c9de1fb 100755
--- a/kcm/kcm_kdeconnect.desktop
+++ b/kcm/kcm_kdeconnect.desktop
@@ -91,4 +91,6 @@ X-KDE-Keywords[uk]=Network,Android,Devices,мережа,андроїд,прис
 X-KDE-Keywords[x-test]=xxNetworkxx,xxAndroidxx,xxDevicesxx
 X-KDE-Keywords[zh_CN]=Network,Android,Devices,网络,安卓,设备
 
+X-DocPath=kdeconnect/index.html
+
 Categories=Qt;KDE;X-KDE-settings-kdeconnect;
___
kde-doc-english mailing list
kde-doc-english@kde.org
https://mail.kde.org/mailman/listinfo/kde-doc-english


Re: [kde-doc-english] Review Request 124568: Fix releaseinfo+productname, rm obsolet options in plasmapkg2 docbook

2015-08-02 Thread Aleix Pol Gonzalez

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

Ship it!


Because this one is deprecated, in favor of the other one, that is a fork of 
this one.

- Aleix Pol Gonzalez


On July 31, 2015, 8:43 p.m., Burkhard Lück wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/124568/
 ---
 
 (Updated July 31, 2015, 8:43 p.m.)
 
 
 Review request for Documentation, KDE Frameworks and Marco Martin.
 
 
 Repository: plasma-framework
 
 
 Description
 ---
 
 see summary
 
 why two nearly similar docbooks ?
 
 
 Diffs
 -
 
   docs/plasmapkg/man-plasmapkg2.1.docbook 0838fad 
 
 Diff: https://git.reviewboard.kde.org/r/124568/diff/
 
 
 Testing
 ---
 
 builds
 
 
 Thanks,
 
 Burkhard Lück
 


___
kde-doc-english mailing list
kde-doc-english@kde.org
https://mail.kde.org/mailman/listinfo/kde-doc-english


Re: [kde-doc-english] Review Request 124594: Update dolphin docbook to kf5

2015-08-02 Thread Aleix Pol Gonzalez

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



doc/index.docbook (line 2108)
https://git.reviewboard.kde.org/r/124594/#comment57602

Maybe it should say it's an essential part of Plasma?


- Aleix Pol Gonzalez


On Aug. 2, 2015, 7:34 p.m., Burkhard Lück wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/124594/
 ---
 
 (Updated Aug. 2, 2015, 7:34 p.m.)
 
 
 Review request for Documentation and Dolphin.
 
 
 Repository: dolphin
 
 
 Description
 ---
 
 Proofread + check if the info is still valid, bump date + releaseinfo
 Screenshots werre silently updated to kf5 in the past, see 
 https://docs.kde.org/trunk5/en/applications/dolphin/index.html
 Added Emmanuel as developer
 Removed link to dolphin.kde.org, because this redirects to the userbase page
 Fixed how to get Dolphin
 
 
 Diffs
 -
 
   doc/index.docbook fe3357c 
 
 Diff: https://git.reviewboard.kde.org/r/124594/diff/
 
 
 Testing
 ---
 
 builds
 
 
 Thanks,
 
 Burkhard Lück
 


___
kde-doc-english mailing list
kde-doc-english@kde.org
https://mail.kde.org/mailman/listinfo/kde-doc-english


[kde-doc-english] [kde-runtime/frameworks] /: Clean up the missing crumbs in the repository

2015-04-09 Thread Aleix Pol
Git commit dc894f9437e961d8b19e69a567681d2b27b9229a by Aleix Pol.
Committed on 08/04/2015 at 23:03.
Pushed by apol into branch 'frameworks'.

Clean up the missing crumbs in the repository

It was all split into where it belonged.

M  +1-50   CMakeLists.txt
D  +0-346  COPYING
D  +0-510  COPYING.LIB
D  +0-13   CTestConfig.cmake
D  +0-36   Info.plist.template
D  +0-55   Mainpage.dox
D  +0-27   README.packagers
D  +0-22   cmake/modules/COPYING-CMAKE-SCRIPTS
D  +0-82   cmake/modules/FindLibSSH.cmake
D  +0-70   cmake/modules/FindQNtrack.cmake
D  +0-22   cmake/modules/FindSLP.cmake
D  +0-9cmake/modules/MacroDBusAddActivationService.cmake
D  +0-3kde-runtime.kdev4
D  +0-138  man-plasmaengineexplorer.1.docbook
D  +0-144  man-plasmoidviewer.1.docbook

http://commits.kde.org/kde-runtime/dc894f9437e961d8b19e69a567681d2b27b9229a

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d797b8..2340333 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,50 +1 @@
-project(KDEBASE_RUNTIME)
-
-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(QT_MIN_VERSION 5.2.0)
-
-# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
-set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules 
${CMAKE_MODULE_PATH} )
-
-# set KDE specific information #
-
-find_package(ECM 0.0.8 REQUIRED NO_MODULE)
-
-include(CMakePackageConfigHelpers)
-include(FeatureSummary)
-include(CheckIncludeFiles)
-include(WriteBasicConfigVersionFile)
-
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0)
-
-# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
-
-include(KDEInstallDirs)
-include(KDECMakeSettings)
-include(KDECompilerSettings)
-
-include(ECMMarkAsTest)
-include(ECMOptionalAddSubdirectory)
-include(ECMMarkNonGuiExecutable)
-include(ECMInstallIcons)
-
-find_package(Qt5Core REQUIRED NO_MODULE)
-find_package(Qt5DBus REQUIRED NO_MODULE)
-find_package(Qt5PrintSupport REQUIRED NO_MODULE)
-find_package(Qt5Test REQUIRED NO_MODULE)
-find_package(Qt5Svg REQUIRED NO_MODULE)
-find_package(Qt5Quick REQUIRED NO_MODULE)
-find_package(Qt5Widgets REQUIRED NO_MODULE)
-find_package(Qt5X11Extras REQUIRED NO_MODULE)
-find_package(Qt5Concurrent REQUIRED NO_MODULE)
-
-
-# Load CMake, Compiler and InstallDirs settings from KF5 and the following are 
already somewhat done tier1/tier2 libs from kdelibs:
-find_package(KF5 REQUIRED COMPONENTS
-IdleTime ItemModels WidgetsAddons WindowSystem Codecs Archive CoreAddons 
Solid ThreadWeaver
-Config Auth JS Wallet DBusAddons Sonnet Init GlobalAccel WebKit
-I18n GuiAddons Service ConfigWidgets ItemViews Notifications IconThemes 
Completion JobWidgets TextWidgets XmlGui Crash
-KCMUtils UnitConversion Bookmarks KIO Parts Kross Declarative NewStuff 
NotifyConfig Emoticons Sonnet KHtml KCMUtils Su Plasma DNSSD KDE4Support)
-
-feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+message(FATAL_ERROR This repository is not used anymore, it's only kept for 
history reference.)
diff --git a/COPYING b/COPYING
deleted file mode 100644
index 5185fd3..000
--- a/COPYING
+++ /dev/null
@@ -1,346 +0,0 @@
-NOTE! The GPL below is copyrighted by the Free Software Foundation, but
-the instance of code that it refers to (the kde programs) are copyrighted
-by the authors who actually wrote it.
-

-   
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-   Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your

[kde-doc-english] Moving kde-gtk-config and muon

2014-10-03 Thread Aleix Pol
Hi,
I requested the move of those two repositories to kde/workspace.
Translations will need to be moved now.

Thanks, and sorry if I'm sending this too late! .

Aleix
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.kde.org/pipermail/kde-doc-english/attachments/20141002/59f0bb6d/attachment.html


[kde-doc-english] Review Request 119446: Add a simple test for meinproc

2014-07-25 Thread Aleix Pol Gonzalez

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

Ship it!


Ship It!

- Aleix Pol Gonzalez


On July 24, 2014, 11:20 p.m., Luigi Toscano wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/119446/
 ---
 
 (Updated July 24, 2014, 11:20 p.m.)
 
 
 Review request for Documentation, KDE Frameworks and kdelibs.
 
 
 Repository: kdelibs
 
 
 Description
 ---
 
 The summary says it all. Simple meinproc call with the example template.
 
 I propose this change for KDE/4.14 too, and it will be forward-ported to 
 KDocTools/KF5.
 
 
 Diffs
 -
 
   kdoctools/CMakeLists.txt 4dc6d8a 
   kdoctools/tests/CMakeLists.txt PRE-CREATION 
 
 Diff: https://git.reviewboard.kde.org/r/119446/diff/
 
 
 Testing
 ---
 
 Compilation of kdelibs and few modules with documentation.
 
 
 Thanks,
 
 Luigi Toscano
 


-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.kde.org/pipermail/kde-doc-english/attachments/20140724/ac03d67d/attachment.html


[kde-doc-english] [frameworks-kdoctools] [Bug 337442] kdoctools only builds a static lib

2014-07-15 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=337442

Aleix Pol aleixpol at kde.org changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED
 CC||aleixpol at kde.org

--- Comment #3 from Aleix Pol aleixpol at kde.org ---
@Rohan, this commit didn't introduce it, it just renamed the target.

Also what's wrong with it being STATIC?

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


[kde-doc-english] [plasma-desktop] doc/kcontrol: Moved powerdevil documentation to powerdevil repo

2014-06-06 Thread Aleix Pol
Git commit a73f8a7ab91fd5a704f86490bb76627d9203d3e4 by Aleix Pol.
Committed on 06/06/2014 at 16:00.
Pushed by apol into branch 'master'.

Moved powerdevil documentation to powerdevil repo

M  +0-1doc/kcontrol/CMakeLists.txt
D  +0-3doc/kcontrol/powerdevil/CMakeLists.txt
D  +---doc/kcontrol/powerdevil/activity.png
D  +---doc/kcontrol/powerdevil/advanced.png
D  +---doc/kcontrol/powerdevil/energy.png
D  +0-317  doc/kcontrol/powerdevil/index.docbook

http://commits.kde.org/plasma-desktop/a73f8a7ab91fd5a704f86490bb76627d9203d3e4

diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt
index e61ea60..7d800d1 100644
--- a/doc/kcontrol/CMakeLists.txt
+++ b/doc/kcontrol/CMakeLists.txt
@@ -6,7 +6,6 @@ add_subdirectory(kcmaccess)
 add_subdirectory(kcmstyle)
 add_subdirectory(solid-actions)
 add_subdirectory(splashscreen)
-add_subdirectory(powerdevil)
 add_subdirectory(bookmarks)
 add_subdirectory(icons)
 add_subdirectory(cookies)
diff --git a/doc/kcontrol/powerdevil/CMakeLists.txt 
b/doc/kcontrol/powerdevil/CMakeLists.txt
deleted file mode 100644
index 99d7ac7..000
--- a/doc/kcontrol/powerdevil/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-### install files ###
-#
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kcontrol/powerdevil)
diff --git a/doc/kcontrol/powerdevil/activity.png 
b/doc/kcontrol/powerdevil/activity.png
deleted file mode 100644
index 2522903..000
Binary files a/doc/kcontrol/powerdevil/activity.png and /dev/null differ
diff --git a/doc/kcontrol/powerdevil/advanced.png 
b/doc/kcontrol/powerdevil/advanced.png
deleted file mode 100644
index 5b92827..000
Binary files a/doc/kcontrol/powerdevil/advanced.png and /dev/null differ
diff --git a/doc/kcontrol/powerdevil/energy.png 
b/doc/kcontrol/powerdevil/energy.png
deleted file mode 100644
index 1998a57..000
Binary files a/doc/kcontrol/powerdevil/energy.png and /dev/null differ
diff --git a/doc/kcontrol/powerdevil/index.docbook 
b/doc/kcontrol/powerdevil/index.docbook
deleted file mode 100644
index a99dc9b..000
--- a/doc/kcontrol/powerdevil/index.docbook
+++ /dev/null
@@ -1,317 +0,0 @@
-?xml version=1.0 ?
-!DOCTYPE article PUBLIC -//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN
-dtd/kdedbx45.dtd [
-  !ENTITY % addindex IGNORE
-  !ENTITY % English INCLUDE
-]
-article id=powerdevil lang=language;
-articleinfo
-titlePower Management/title
-authorgroup
-authorDario.Freddi;Dario.Freddi.mail;/author
-!-- TRANS:ROLES_OF_TRANSLATORS --
-/authorgroup
-
-date2013-08-18/date
-releaseinfokde; 4.11/releaseinfo
-
-keywordset
-keywordKDE/keyword
-keywordSystem Settings/keyword
-keywordpowerdevil/keyword
-keywordpower management/keyword
-keywordlaptop power/keyword
-/keywordset
-/articleinfo
-
-sect1 id=kcm_powerdevilconfig
-titlePowerDevil, a Power Management Daemon/title
-
-paraThis module is a configuration tool for managing Power Management in 
kde;. It is a configurator for the PowerDevil daemon, that you can start or 
stop from the guilabelService Manager/guilabel module. /para
-
-paraThrough this module, you can define your computer's behavior in various 
situations, allowing you to save as much energy as possible.
-/para
-
-paraPowerdevil works with Solid only and it's integrated in your desktop. 
You won't even notice it is running, apart from notifications. Moreover, 
Powerdevil checks your system capabilities first, so you'll see only options 
available for your system in this module.
-/para
-
-noteparaNote that PowerDevil does not poll your system. This means that it 
will not waste energy while trying to save it, as some other power managers 
do./para/note
-sect2 id=energy-saving-setting
-titleEnergy Saving Settings/title
-para
-This page shows the actual energy saving settings. If a battery is detected 
you have three tabs with different settings for guilabelOn AC 
Power/guilabel, guilabelOn Battery/guilabel and guilabelOn Low 
Battery/guilabel profiles.
-/para
-para
-screenshot
-screeninfoEnergy Saving Settings/screeninfo
-  mediaobject
-imageobject
-  imagedata fileref=energy.png format=PNG/
-/imageobject
-textobject
-  phraseEnergy Saving Settings/phrase
-/textobject
-caption
-  paraEnergy Saving Settings/para
-/caption
-  /mediaobject
-/screenshot
-/para
-para
-There are a lot of options you can configure for each profile:
-/para
-!--FIXME in 4.11/master additional Keyboard Backlight ??--
-variablelist
-varlistentrytermguilabelScreen Brightness/guilabel/term
-listitem
-paraSets the screen's brightness using a slider./para
-/listitem
-/varlistentry
-
-varlistentrytermguilabelDim Screen/guilabel/term
-listitem
-paraIf checked, the display will be progressively dimmed, until reaching 
-brightness 0, in the amount of time you specify in the spin box.
-/para
-/listitem
-/varlistentry
-
-varlistentrytermguilabelScreen Energy Saving/guilabel/term
-listitem
-paraHere you can define power

[kde-doc-english] [powerdevil] doc/kcm: Initial import from the monolithic kde-workspace.

2014-06-06 Thread Aleix Pol
Git commit 7994bb134114cffc21cbec69be1a784489a8fb1a by Aleix Pol.
Committed on 06/06/2014 at 16:00.
Pushed by apol into branch 'master'.

Initial import from the monolithic kde-workspace.

This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
techbase wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:

http://community.kde.org/Frameworks/GitOldHistory

If you have already performed the grafting and you don't see any
history beyond this commit, try running git log with the --follow
argument.

Branched from the monolithic repo kde-workspace, frameworks  branch, at commit
049113e719dd2fc4446d054fa1a3aada330094f0

A  +3-0doc/kcm/CMakeLists.txt
A  +---doc/kcm/activity.png
A  +---doc/kcm/advanced.png
A  +---doc/kcm/energy.png
A  +317  -0doc/kcm/index.docbook

http://commits.kde.org/powerdevil/7994bb134114cffc21cbec69be1a784489a8fb1a

diff --git a/doc/kcm/CMakeLists.txt b/doc/kcm/CMakeLists.txt
new file mode 100644
index 000..99d7ac7
--- /dev/null
+++ b/doc/kcm/CMakeLists.txt
@@ -0,0 +1,3 @@
+### install files ###
+#
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kcontrol/powerdevil)
diff --git a/doc/kcm/activity.png b/doc/kcm/activity.png
new file mode 100644
index 000..2522903
Binary files /dev/null and b/doc/kcm/activity.png differ
diff --git a/doc/kcm/advanced.png b/doc/kcm/advanced.png
new file mode 100644
index 000..5b92827
Binary files /dev/null and b/doc/kcm/advanced.png differ
diff --git a/doc/kcm/energy.png b/doc/kcm/energy.png
new file mode 100644
index 000..1998a57
Binary files /dev/null and b/doc/kcm/energy.png differ
diff --git a/doc/kcm/index.docbook b/doc/kcm/index.docbook
new file mode 100644
index 000..a99dc9b
--- /dev/null
+++ b/doc/kcm/index.docbook
@@ -0,0 +1,317 @@
+?xml version=1.0 ?
+!DOCTYPE article PUBLIC -//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN
+dtd/kdedbx45.dtd [
+  !ENTITY % addindex IGNORE
+  !ENTITY % English INCLUDE
+]
+article id=powerdevil lang=language;
+articleinfo
+titlePower Management/title
+authorgroup
+authorDario.Freddi;Dario.Freddi.mail;/author
+!-- TRANS:ROLES_OF_TRANSLATORS --
+/authorgroup
+
+date2013-08-18/date
+releaseinfokde; 4.11/releaseinfo
+
+keywordset
+keywordKDE/keyword
+keywordSystem Settings/keyword
+keywordpowerdevil/keyword
+keywordpower management/keyword
+keywordlaptop power/keyword
+/keywordset
+/articleinfo
+
+sect1 id=kcm_powerdevilconfig
+titlePowerDevil, a Power Management Daemon/title
+
+paraThis module is a configuration tool for managing Power Management in 
kde;. It is a configurator for the PowerDevil daemon, that you can start or 
stop from the guilabelService Manager/guilabel module. /para
+
+paraThrough this module, you can define your computer's behavior in various 
situations, allowing you to save as much energy as possible.
+/para
+
+paraPowerdevil works with Solid only and it's integrated in your desktop. 
You won't even notice it is running, apart from notifications. Moreover, 
Powerdevil checks your system capabilities first, so you'll see only options 
available for your system in this module.
+/para
+
+noteparaNote that PowerDevil does not poll your system. This means that it 
will not waste energy while trying to save it, as some other power managers 
do./para/note
+sect2 id=energy-saving-setting
+titleEnergy Saving Settings/title
+para
+This page shows the actual energy saving settings. If a battery is detected 
you have three tabs with different settings for guilabelOn AC 
Power/guilabel, guilabelOn Battery/guilabel and guilabelOn Low 
Battery/guilabel profiles.
+/para
+para
+screenshot
+screeninfoEnergy Saving Settings/screeninfo
+  mediaobject
+imageobject
+  imagedata fileref=energy.png format=PNG/
+/imageobject
+textobject
+  phraseEnergy Saving Settings/phrase
+/textobject
+caption
+  paraEnergy Saving Settings/para
+/caption
+  /mediaobject
+/screenshot
+/para
+para
+There are a lot of options you can configure for each profile:
+/para
+!--FIXME in 4.11/master additional Keyboard Backlight ??--
+variablelist
+varlistentrytermguilabelScreen Brightness/guilabel/term
+listitem
+paraSets the screen's brightness using a slider./para
+/listitem
+/varlistentry
+
+varlistentrytermguilabelDim Screen/guilabel/term
+listitem
+paraIf checked, the display will be progressively dimmed, until reaching 
+brightness 0, in the amount of time you specify in the spin box.
+/para
+/listitem
+/varlistentry
+
+varlistentrytermguilabelScreen Energy Saving/guilabel/term
+listitem
+paraHere you can define power saving for your monitor.
+The check box defines if DPMS support should be enabled or disabled. 
+If you choose to activate it, set the timeouts in the spin boxes below.
+/para
+/listitem
+/varlistentry
+
+varlistentrytermguilabelSuspend Session/guilabel

[kde-doc-english] Review Request 118156: Make SUBDIR argument mandatory in kdoctools_create_handbook

2014-05-16 Thread Aleix Pol Gonzalez

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

(Updated May 15, 2014, 11:20 p.m.)


Status
--

This change has been marked as submitted.


Review request for Documentation and KDE Frameworks.


Repository: kdoctools


Description
---

As discussed in https://git.reviewboard.kde.org/r/118149/, it creates 
inconsistencies. Let's always use it.


Diffs
-

  KF5DocToolsMacros.cmake ab45ce7 

Diff: https://git.reviewboard.kde.org/r/118156/diff/


Testing
---

Makes some builds fail that didn't fail before but were incorrect.


Thanks,

Aleix Pol Gonzalez

-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.kde.org/pipermail/kde-doc-english/attachments/20140515/be6be3b7/attachment.html


[kde-doc-english] Review Request 118149: Make sure KHelpCenter documentation goes to its own subdirectory

2014-05-15 Thread Aleix Pol Gonzalez

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

Review request for Documentation and KDE Frameworks.


Repository: khelpcenter


Description
---

Otherwise we end up with various share/doc/HTML/en/index.cache.bz2 files.

If this change is correct, I'll apply it too to kate, plasma-workspace and 
kde-cli-tools that have the same problem.


Diffs
-

  doc/fundamentals/CMakeLists.txt 0921d20 
  doc/khelpcenter/CMakeLists.txt f1d88d2 

Diff: https://git.reviewboard.kde.org/r/118149/diff/


Testing
---


Thanks,

Aleix Pol Gonzalez

-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.kde.org/pipermail/kde-doc-english/attachments/20140515/c8930e1b/attachment.html


[kde-doc-english] Review Request 118149: Make sure KHelpCenter documentation goes to its own subdirectory

2014-05-15 Thread Aleix Pol Gonzalez

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


By the way, I found the offending entries with: find . -name CMakeLists.txt | 
xargs grep kdoctools_create_handbook | grep -v SUBDIR

Maybe kdoctools_create_handbook should fail if it doesn't get a SUBDIR?

- Aleix Pol Gonzalez


On May 15, 2014, 2:40 p.m., Aleix Pol Gonzalez wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/118149/
 ---
 
 (Updated May 15, 2014, 2:40 p.m.)
 
 
 Review request for Documentation and KDE Frameworks.
 
 
 Repository: khelpcenter
 
 
 Description
 ---
 
 Otherwise we end up with various share/doc/HTML/en/index.cache.bz2 files.
 
 If this change is correct, I'll apply it too to kate, plasma-workspace and 
 kde-cli-tools that have the same problem.
 
 
 Diffs
 -
 
   doc/fundamentals/CMakeLists.txt 0921d20 
   doc/khelpcenter/CMakeLists.txt f1d88d2 
 
 Diff: https://git.reviewboard.kde.org/r/118149/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Aleix Pol Gonzalez
 


-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.kde.org/pipermail/kde-doc-english/attachments/20140515/f68f4c9a/attachment.html


[kde-doc-english] Review Request 118156: Make SUBDIR argument mandatory in kdoctools_create_handbook

2014-05-15 Thread Aleix Pol Gonzalez

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

Review request for Documentation and KDE Frameworks.


Repository: kdoctools


Description
---

As discussed in https://git.reviewboard.kde.org/r/118149/, it creates 
inconsistencies. Let's always use it.


Diffs
-

  KF5DocToolsMacros.cmake ab45ce7 

Diff: https://git.reviewboard.kde.org/r/118156/diff/


Testing
---

Makes some builds fail that didn't fail before but were incorrect.


Thanks,

Aleix Pol Gonzalez

-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.kde.org/pipermail/kde-doc-english/attachments/20140515/56c4b68b/attachment.html


[kde-doc-english] Review Request 118149: Make sure KHelpCenter documentation goes to its own subdirectory

2014-05-15 Thread Aleix Pol Gonzalez

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

(Updated May 15, 2014, 3:19 p.m.)


Status
--

This change has been marked as submitted.


Review request for Documentation and KDE Frameworks.


Repository: khelpcenter


Description
---

Otherwise we end up with various share/doc/HTML/en/index.cache.bz2 files.

If this change is correct, I'll apply it too to kate, plasma-workspace and 
kde-cli-tools that have the same problem.


Diffs
-

  doc/fundamentals/CMakeLists.txt 0921d20 
  doc/khelpcenter/CMakeLists.txt f1d88d2 

Diff: https://git.reviewboard.kde.org/r/118149/diff/


Testing
---


Thanks,

Aleix Pol Gonzalez

-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.kde.org/pipermail/kde-doc-english/attachments/20140515/24923536/attachment.html


[kde-doc-english] [khotkeys] doc/kcm: Initial import from the monolithic kde-workspace.

2014-04-25 Thread Aleix Pol
Git commit d72c7ed62a0e0f00e423dc731f1bacae336b04a4 by Aleix Pol.
Committed on 25/04/2014 at 11:23.
Pushed by apol into branch 'master'.

Initial import from the monolithic kde-workspace.

This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
techbase wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:

http://community.kde.org/Frameworks/GitOldHistory

If you have already performed the grafting and you don't see any
history beyond this commit, try running git log with the --follow
argument.

Branched from the monolithic repo kde-workspace, frameworks  branch, at commit
049113e719dd2fc4446d054fa1a3aada330094f0

A  +2-0doc/kcm/CMakeLists.txt
A  +---doc/kcm/groups-comment.png
A  +751  -0doc/kcm/index.docbook
A  +---doc/kcm/manage-export.png
A  +---doc/kcm/oxygen-22x22-edit-clear-locationbar-rtl.png
A  +---doc/kcm/settings.png
A  +---doc/kcm/shortcuts-action-command.png
A  +---doc/kcm/shortcuts-action-keyboard.png
A  +---doc/kcm/shortcuts-trigger-keyboard.png
A  +---doc/kcm/shortcuts-trigger-mouse.png

http://commits.kde.org/khotkeys/d72c7ed62a0e0f00e423dc731f1bacae336b04a4

diff --git a/doc/kcm/CMakeLists.txt b/doc/kcm/CMakeLists.txt
new file mode 100644
index 000..3873b36
--- /dev/null
+++ b/doc/kcm/CMakeLists.txt
@@ -0,0 +1,2 @@
+### install files ###
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kcontrol/khotkeys)
diff --git a/doc/kcm/groups-comment.png b/doc/kcm/groups-comment.png
new file mode 100644
index 000..8ef80c3
Binary files /dev/null and b/doc/kcm/groups-comment.png differ
diff --git a/doc/kcm/index.docbook b/doc/kcm/index.docbook
new file mode 100644
index 000..17df861
--- /dev/null
+++ b/doc/kcm/index.docbook
@@ -0,0 +1,751 @@
+?xml version=1.0 ?
+!DOCTYPE article PUBLIC -//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN
+dtd/kdedbx45.dtd [
+  !ENTITY % addindex IGNORE
+  !ENTITY % English INCLUDE
+]
+article id=khotkeys lang=language;
+titleCustom Shortcuts/title
+
+articleinfo
+authorgroup
+authorfirstnameSubhashish/firstname surnamePradhan/surname/author
+authorTC.Hollingsworth; TC.Hollingsworth.mail;/author
+!-- TRANS:ROLES_OF_TRANSLATORS --
+/authorgroup
+
+copyright
+year2011/year
+holderSubhashish Pradhan/holder
+/copyright
+copyright
+year2012/year
+holderTC.Hollingsworth;/holder
+/copyright
+legalnoticeFDLNotice;/legalnotice
+
+date2013-12-05/date
+releaseinfokde; 4.12/releaseinfo
+
+keywordset
+keywordKDE/keyword
+keywordSystemsettings/keyword
+keywordshortcuts/keyword
+keywordhotkeys/keyword
+keywordCustom Shortcuts/keyword
+keywordkhotkeys/keyword
+/keywordset
+/articleinfo
+
+sect1 id=intro
+titleIntroduction/title
+
+paraThe applicationCustom Shortcuts/application systemsettings; module
+allows you to configure custom keyboard shortcuts and mouse gestures.  You can
+use them to control applications, run specific commands, and more./para
+
+/sect1
+
+
+sect1 id=manage
+titleManaging Shortcuts and Groups/title
+
+sect2 id=manage-add-group
+titleAdding Groups/title
+
+paraThe module allows to you to sort related shortcuts into Groups.  For
+instance, if you have some shortcuts that relate to your music player, you
+could create a group for them called replaceableMusic Player/replaceable.
+/para
+
+paraTo add a new group, click on the guibuttonEdit/guibutton button below
+the left pane and select the guimenuitemNew Group/guimenuitem 
option./para
+
+/sect2
+
+sect2 id=manage-add-shortcut
+titleAdding Shortcuts/title
+
+paraTo add a new shortcut, click on the guibuttonEdit/guibutton button
+below the left pane and select the guisubmenuNew/guisubmenu option./para
+
+paraThe first menu that appears allows you to select the type of trigger.  
The
+following options are available:/para
+
+variablelist
+
+varlistentry id=manage-add-shortcut-global
+termguisubmenuGlobal Shortcut/guisubmenu/term
+listitemparaThese are standard keyboard shortcuts that will be recognized
+anywhere, as long as a kde; plasma; Workspace is running./para/listitem
+/varlistentry
+
+varlistentry id=manage-add-shortcut-window-action
+termguisubmenuWindow Action/guisubmenu/term
+listitemparaWindow Actions are triggers that occur when something happens
+to a particular window, like when it appears, gains focus, or is closed./para
+/listitem
+/varlistentry
+
+varlistentry id=manage-add-shortcut-mouse-gesture
+termguisubmenuMouse Gesture Action/guisubmenu/term
+listitemparaA mouse gesture action is triggered when a particular movement
+of the mouse (or touchpad or touchscreen) is performed./para/listitem
+/varlistentry
+
+/variablelist
+
+paraOnce you've selected the type of trigger, another submenu appears that 
allows
+you to select an action type.  The following types are available:/para
+
+variablelist
+
+varlistentry id=manage-add-shortcut

[kde-doc-english] [plasma-desktop] doc/kcontrol: Moved kcontrol/khotkeys documentation to khotkeys repository

2014-04-25 Thread Aleix Pol
Git commit 642bc0f8f397dcbd62f9213e0a3c6349a8be0ac6 by Aleix Pol.
Committed on 25/04/2014 at 11:24.
Pushed by apol into branch 'master'.

Moved kcontrol/khotkeys documentation to khotkeys repository

M  +0-1doc/kcontrol/CMakeLists.txt
D  +0-2doc/kcontrol/khotkeys/CMakeLists.txt
D  +---doc/kcontrol/khotkeys/groups-comment.png
D  +0-751  doc/kcontrol/khotkeys/index.docbook
D  +---doc/kcontrol/khotkeys/manage-export.png
D  +---doc/kcontrol/khotkeys/oxygen-22x22-edit-clear-locationbar-rtl.png
D  +---doc/kcontrol/khotkeys/settings.png
D  +---doc/kcontrol/khotkeys/shortcuts-action-command.png
D  +---doc/kcontrol/khotkeys/shortcuts-action-keyboard.png
D  +---doc/kcontrol/khotkeys/shortcuts-trigger-keyboard.png
D  +---doc/kcontrol/khotkeys/shortcuts-trigger-mouse.png

http://commits.kde.org/plasma-desktop/642bc0f8f397dcbd62f9213e0a3c6349a8be0ac6

diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt
index a7430ec..c6715af 100644
--- a/doc/kcontrol/CMakeLists.txt
+++ b/doc/kcontrol/CMakeLists.txt
@@ -32,7 +32,6 @@ if ( Q_WS_X11 )
 add_subdirectory(mouse)
 add_subdirectory(paths)
 add_subdirectory(kcmsmserver)
-add_subdirectory(khotkeys)
 add_subdirectory(cache)
 add_subdirectory(filemanager)
 add_subdirectory(filetypes)
diff --git a/doc/kcontrol/khotkeys/CMakeLists.txt 
b/doc/kcontrol/khotkeys/CMakeLists.txt
deleted file mode 100644
index 3873b36..000
--- a/doc/kcontrol/khotkeys/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-### install files ###
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kcontrol/khotkeys)
diff --git a/doc/kcontrol/khotkeys/groups-comment.png 
b/doc/kcontrol/khotkeys/groups-comment.png
deleted file mode 100644
index 8ef80c3..000
Binary files a/doc/kcontrol/khotkeys/groups-comment.png and /dev/null differ
diff --git a/doc/kcontrol/khotkeys/index.docbook 
b/doc/kcontrol/khotkeys/index.docbook
deleted file mode 100644
index 17df861..000
--- a/doc/kcontrol/khotkeys/index.docbook
+++ /dev/null
@@ -1,751 +0,0 @@
-?xml version=1.0 ?
-!DOCTYPE article PUBLIC -//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN
-dtd/kdedbx45.dtd [
-  !ENTITY % addindex IGNORE
-  !ENTITY % English INCLUDE
-]
-article id=khotkeys lang=language;
-titleCustom Shortcuts/title
-
-articleinfo
-authorgroup
-authorfirstnameSubhashish/firstname surnamePradhan/surname/author
-authorTC.Hollingsworth; TC.Hollingsworth.mail;/author
-!-- TRANS:ROLES_OF_TRANSLATORS --
-/authorgroup
-
-copyright
-year2011/year
-holderSubhashish Pradhan/holder
-/copyright
-copyright
-year2012/year
-holderTC.Hollingsworth;/holder
-/copyright
-legalnoticeFDLNotice;/legalnotice
-
-date2013-12-05/date
-releaseinfokde; 4.12/releaseinfo
-
-keywordset
-keywordKDE/keyword
-keywordSystemsettings/keyword
-keywordshortcuts/keyword
-keywordhotkeys/keyword
-keywordCustom Shortcuts/keyword
-keywordkhotkeys/keyword
-/keywordset
-/articleinfo
-
-sect1 id=intro
-titleIntroduction/title
-
-paraThe applicationCustom Shortcuts/application systemsettings; module
-allows you to configure custom keyboard shortcuts and mouse gestures.  You can
-use them to control applications, run specific commands, and more./para
-
-/sect1
-
-
-sect1 id=manage
-titleManaging Shortcuts and Groups/title
-
-sect2 id=manage-add-group
-titleAdding Groups/title
-
-paraThe module allows to you to sort related shortcuts into Groups.  For
-instance, if you have some shortcuts that relate to your music player, you
-could create a group for them called replaceableMusic Player/replaceable.
-/para
-
-paraTo add a new group, click on the guibuttonEdit/guibutton button below
-the left pane and select the guimenuitemNew Group/guimenuitem 
option./para
-
-/sect2
-
-sect2 id=manage-add-shortcut
-titleAdding Shortcuts/title
-
-paraTo add a new shortcut, click on the guibuttonEdit/guibutton button
-below the left pane and select the guisubmenuNew/guisubmenu option./para
-
-paraThe first menu that appears allows you to select the type of trigger.  
The
-following options are available:/para
-
-variablelist
-
-varlistentry id=manage-add-shortcut-global
-termguisubmenuGlobal Shortcut/guisubmenu/term
-listitemparaThese are standard keyboard shortcuts that will be recognized
-anywhere, as long as a kde; plasma; Workspace is running./para/listitem
-/varlistentry
-
-varlistentry id=manage-add-shortcut-window-action
-termguisubmenuWindow Action/guisubmenu/term
-listitemparaWindow Actions are triggers that occur when something happens
-to a particular window, like when it appears, gains focus, or is closed./para
-/listitem
-/varlistentry
-
-varlistentry id=manage-add-shortcut-mouse-gesture
-termguisubmenuMouse Gesture Action/guisubmenu/term
-listitemparaA mouse gesture action is triggered when a particular movement
-of the mouse (or touchpad or touchscreen) is performed./para/listitem
-/varlistentry
-
-/variablelist

[kde-doc-english] [kio-extras] doc/kcontrol: Initial import from the monolithic kde-workspace.

2014-04-25 Thread Aleix Pol
Git commit 09cd27cca7daa2339960efa0ab852ad492b5ac97 by Aleix Pol.
Committed on 25/04/2014 at 11:31.
Pushed by apol into branch 'master'.

Initial import from the monolithic kde-workspace.

This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
techbase wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:

http://community.kde.org/Frameworks/GitOldHistory

If you have already performed the grafting and you don't see any
history beyond this commit, try running git log with the --follow
argument.

Branched from the monolithic repo kde-workspace, frameworks  branch, at commit
049113e719dd2fc4446d054fa1a3aada330094f0

A  +2-0doc/kcontrol/kcmcgi/CMakeLists.txt
A  +44   -0doc/kcontrol/kcmcgi/index.docbook
A  +2-0doc/kcontrol/trash/CMakeLists.txt
A  +65   -0doc/kcontrol/trash/index.docbook

http://commits.kde.org/kio-extras/09cd27cca7daa2339960efa0ab852ad492b5ac97

diff --git a/doc/kcontrol/kcmcgi/CMakeLists.txt 
b/doc/kcontrol/kcmcgi/CMakeLists.txt
new file mode 100644
index 000..37af3f3
--- /dev/null
+++ b/doc/kcontrol/kcmcgi/CMakeLists.txt
@@ -0,0 +1,2 @@
+### install files ###
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kcontrol/kcmcgi)
diff --git a/doc/kcontrol/kcmcgi/index.docbook 
b/doc/kcontrol/kcmcgi/index.docbook
new file mode 100644
index 000..b5d6d7f
--- /dev/null
+++ b/doc/kcontrol/kcmcgi/index.docbook
@@ -0,0 +1,44 @@
+?xml version=1.0 ?
+!DOCTYPE article PUBLIC -//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN
+dtd/kdedbx45.dtd [
+!ENTITY % addindex IGNORE
+!ENTITY % English INCLUDE  !-- change language only here --
+]
+
+article id=kcmcgi lang=language;
+articleinfo
+
+titleCGI Scripts/title
+authorgroup
+authorpersonnamefirstnameBurkhard/firstnamesurnameL?ck/surname/personname
+emaillueck at hube-lueck.de/email
+/author
+!-- TRANS:ROLES_OF_TRANSLATORS --
+/authorgroup
+
+date2009-11-20/date
+releaseinfokde; 4.4/releaseinfo
+
+keywordset
+keywordKDE/keyword
+keywordSystemsettings/keyword
+keywordcgi/keyword
+/keywordset
+/articleinfo
+
+para
+The CGI KIO slave lets you execute local CGI programs 
+without the need to run a web server./para 
+
+paraIn this system settings module you can 
+configure the paths that are searched for CGI scripts.
+/para
+
+paraPaths to CGI scripts are displayed in the list box at the
+bottom of this dialog.
+/para
+
+paraUse the buttons below the list box to add or remove paths from the 
search.
+/para
+
+/article
diff --git a/doc/kcontrol/trash/CMakeLists.txt 
b/doc/kcontrol/trash/CMakeLists.txt
new file mode 100644
index 000..6790c61
--- /dev/null
+++ b/doc/kcontrol/trash/CMakeLists.txt
@@ -0,0 +1,2 @@
+### install files ###
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kcontrol/trash)
diff --git a/doc/kcontrol/trash/index.docbook b/doc/kcontrol/trash/index.docbook
new file mode 100644
index 000..d550b1b
--- /dev/null
+++ b/doc/kcontrol/trash/index.docbook
@@ -0,0 +1,65 @@
+?xml version=1.0 ?
+!DOCTYPE article PUBLIC -//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN
+dtd/kdedbx45.dtd [
+  !ENTITY % addindex IGNORE
+  !ENTITY % English INCLUDE
+]
+article id=trash lang=language;
+titleTrash/title
+articleinfo
+authorgroup
+authorBurkhard.Lueck;/author
+!-- TRANS:ROLES_OF_TRANSLATORS --
+/authorgroup
+
+date2009-11-24/date
+releaseinfokde; 4.4/releaseinfo
+
+keywordset
+keywordKDE/keyword
+keywordSystemsettings/keyword
+keywordtrash/keyword
+/keywordset
+/articleinfo
+
+para
+This module allows you to configure the settings for the trash.
+/para
+
+variablelist
+varlistentrytermguilabelDelete files older than/guilabel/term
+listitempara
+Check this box to allow automatic deletion of files that are 
+older than the value specified. Leave this disabled to 
emphasisnot/emphasis 
+automatically delete any items after a certain timespan.
+Set the number of days that files can remain in the trash. Any files 
+older than this will be automatically deleted.
+/para/listitem
+/varlistentry
+
+varlistentrytermguilabelLimit to maximum size/guilabel/term
+listitempara
+Check this box to limit the trash to the maximum amount of disk space 
+that you specify below. Otherwise, it will be unlimited.
+/para/listitem
+/varlistentry
+
+varlistentrytermguilabelMaximum size/guilabel/term
+listitempara
+This is the maximum percent of disk space that will be used for the 
+trash. The calculated amount of disk space that will be allowed for 
+the trash is displayed right of the spinbox.
+/para/listitem
+/varlistentry
+
+varlistentrytermguilabelWhen limit reached/guilabel/term
+listitempara
+When the size limit is reached, the selected action will be performed, 
+either the oldest or biggest files will be deleted automatically
+or you will be warned.
+/para/listitem
+/varlistentry
+
+/variablelist

[kde-doc-english] [plasma-desktop] doc/kcontrol: Moved some documentation to kio-extras, with the documented components

2014-04-25 Thread Aleix Pol
Git commit 705447017f960c87f1b2de78fb9faf3a637d511d by Aleix Pol.
Committed on 25/04/2014 at 11:33.
Pushed by apol into branch 'master'.

Moved some documentation to kio-extras, with the documented components

M  +0-2doc/kcontrol/CMakeLists.txt
D  +0-2doc/kcontrol/kcmcgi/CMakeLists.txt
D  +0-44   doc/kcontrol/kcmcgi/index.docbook
D  +0-2doc/kcontrol/trash/CMakeLists.txt
D  +0-65   doc/kcontrol/trash/index.docbook

http://commits.kde.org/plasma-desktop/705447017f960c87f1b2de78fb9faf3a637d511d

diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt
index c6715af..7eb3706 100644
--- a/doc/kcontrol/CMakeLists.txt
+++ b/doc/kcontrol/CMakeLists.txt
@@ -35,7 +35,6 @@ if ( Q_WS_X11 )
 add_subdirectory(cache)
 add_subdirectory(filemanager)
 add_subdirectory(filetypes)
-add_subdirectory(kcmcgi)
 add_subdirectory(kcmcss)
 add_subdirectory(kcmlaunch)
 add_subdirectory(kcmnotify)
@@ -46,7 +45,6 @@ if ( Q_WS_X11 )
 add_subdirectory(spellchecking)
 add_subdirectory(componentchooser)
 add_subdirectory(kded)
-add_subdirectory(trash)
 add_subdirectory(history)
 add_subdirectory(solid-device-automounter)
 add_subdirectory(phonon)
diff --git a/doc/kcontrol/kcmcgi/CMakeLists.txt 
b/doc/kcontrol/kcmcgi/CMakeLists.txt
deleted file mode 100644
index 37af3f3..000
--- a/doc/kcontrol/kcmcgi/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-### install files ###
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kcontrol/kcmcgi)
diff --git a/doc/kcontrol/kcmcgi/index.docbook 
b/doc/kcontrol/kcmcgi/index.docbook
deleted file mode 100644
index b5d6d7f..000
--- a/doc/kcontrol/kcmcgi/index.docbook
+++ /dev/null
@@ -1,44 +0,0 @@
-?xml version=1.0 ?
-!DOCTYPE article PUBLIC -//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN
-dtd/kdedbx45.dtd [
-!ENTITY % addindex IGNORE
-!ENTITY % English INCLUDE  !-- change language only here --
-]
-
-article id=kcmcgi lang=language;
-articleinfo
-
-titleCGI Scripts/title
-authorgroup
-authorpersonnamefirstnameBurkhard/firstnamesurnameL?ck/surname/personname
-emaillueck at hube-lueck.de/email
-/author
-!-- TRANS:ROLES_OF_TRANSLATORS --
-/authorgroup
-
-date2009-11-20/date
-releaseinfokde; 4.4/releaseinfo
-
-keywordset
-keywordKDE/keyword
-keywordSystemsettings/keyword
-keywordcgi/keyword
-/keywordset
-/articleinfo
-
-para
-The CGI KIO slave lets you execute local CGI programs 
-without the need to run a web server./para 
-
-paraIn this system settings module you can 
-configure the paths that are searched for CGI scripts.
-/para
-
-paraPaths to CGI scripts are displayed in the list box at the
-bottom of this dialog.
-/para
-
-paraUse the buttons below the list box to add or remove paths from the 
search.
-/para
-
-/article
diff --git a/doc/kcontrol/trash/CMakeLists.txt 
b/doc/kcontrol/trash/CMakeLists.txt
deleted file mode 100644
index 6790c61..000
--- a/doc/kcontrol/trash/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-### install files ###
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kcontrol/trash)
diff --git a/doc/kcontrol/trash/index.docbook b/doc/kcontrol/trash/index.docbook
deleted file mode 100644
index d550b1b..000
--- a/doc/kcontrol/trash/index.docbook
+++ /dev/null
@@ -1,65 +0,0 @@
-?xml version=1.0 ?
-!DOCTYPE article PUBLIC -//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN
-dtd/kdedbx45.dtd [
-  !ENTITY % addindex IGNORE
-  !ENTITY % English INCLUDE
-]
-article id=trash lang=language;
-titleTrash/title
-articleinfo
-authorgroup
-authorBurkhard.Lueck;/author
-!-- TRANS:ROLES_OF_TRANSLATORS --
-/authorgroup
-
-date2009-11-24/date
-releaseinfokde; 4.4/releaseinfo
-
-keywordset
-keywordKDE/keyword
-keywordSystemsettings/keyword
-keywordtrash/keyword
-/keywordset
-/articleinfo
-
-para
-This module allows you to configure the settings for the trash.
-/para
-
-variablelist
-varlistentrytermguilabelDelete files older than/guilabel/term
-listitempara
-Check this box to allow automatic deletion of files that are 
-older than the value specified. Leave this disabled to 
emphasisnot/emphasis 
-automatically delete any items after a certain timespan.
-Set the number of days that files can remain in the trash. Any files 
-older than this will be automatically deleted.
-/para/listitem
-/varlistentry
-
-varlistentrytermguilabelLimit to maximum size/guilabel/term
-listitempara
-Check this box to limit the trash to the maximum amount of disk space 
-that you specify below. Otherwise, it will be unlimited.
-/para/listitem
-/varlistentry
-
-varlistentrytermguilabelMaximum size/guilabel/term
-listitempara
-This is the maximum percent of disk space that will be used for the 
-trash. The calculated amount of disk space that will be allowed for 
-the trash is displayed right of the spinbox.
-/para/listitem
-/varlistentry
-
-varlistentrytermguilabelWhen limit reached/guilabel

[kde-doc-english] [khelpcenter] doc/khelpcenter: Move the documentation into a subdirectory

2014-04-17 Thread Aleix Pol
Git commit 96c9ea103fdabc9bd428d2531c2add0b2701f19e by Aleix Pol.
Committed on 17/04/2014 at 15:17.
Pushed by apol into branch 'master'.

Move the documentation into a subdirectory

This way we can introduce more documentation not directly related to
khelpcenter, but required.

R  +0-0doc/khelpcenter/CMakeLists.txt [from: doc/CMakeLists.txt - 100% 
similarity]
R  +---doc/khelpcenter/background.png [from: doc/background.png - 100% 
similarity]
R  +---doc/khelpcenter/bgtable.png [from: doc/bgtable.png - 100% 
similarity]
R  +0-0doc/khelpcenter/index.docbook [from: doc/index.docbook - 100% 
similarity]
R  +---doc/khelpcenter/kdelogo2.png [from: doc/kdelogo2.png - 100% 
similarity]
R  +---doc/khelpcenter/khelpcenter.png [from: doc/khelpcenter.png - 
100% similarity]
R  +0-0doc/khelpcenter/konq.css [from: doc/konq.css - 100% similarity]
R  +---doc/khelpcenter/lines.png [from: doc/lines.png - 100% similarity]
R  +---doc/khelpcenter/lines2.png [from: doc/lines2.png - 100% 
similarity]
R  +---doc/khelpcenter/pointers.png [from: doc/pointers.png - 100% 
similarity]
R  +---doc/khelpcenter/shadow1.png [from: doc/shadow1.png - 100% 
similarity]

http://commits.kde.org/khelpcenter/96c9ea103fdabc9bd428d2531c2add0b2701f19e

diff --git a/doc/CMakeLists.txt b/doc/khelpcenter/CMakeLists.txt
similarity index 100%
rename from doc/CMakeLists.txt
rename to doc/khelpcenter/CMakeLists.txt
diff --git a/doc/background.png b/doc/khelpcenter/background.png
similarity index 100%
rename from doc/background.png
rename to doc/khelpcenter/background.png
diff --git a/doc/bgtable.png b/doc/khelpcenter/bgtable.png
similarity index 100%
rename from doc/bgtable.png
rename to doc/khelpcenter/bgtable.png
diff --git a/doc/index.docbook b/doc/khelpcenter/index.docbook
similarity index 100%
rename from doc/index.docbook
rename to doc/khelpcenter/index.docbook
diff --git a/doc/kdelogo2.png b/doc/khelpcenter/kdelogo2.png
similarity index 100%
rename from doc/kdelogo2.png
rename to doc/khelpcenter/kdelogo2.png
diff --git a/doc/khelpcenter.png b/doc/khelpcenter/khelpcenter.png
similarity index 100%
rename from doc/khelpcenter.png
rename to doc/khelpcenter/khelpcenter.png
diff --git a/doc/konq.css b/doc/khelpcenter/konq.css
similarity index 100%
rename from doc/konq.css
rename to doc/khelpcenter/konq.css
diff --git a/doc/lines.png b/doc/khelpcenter/lines.png
similarity index 100%
rename from doc/lines.png
rename to doc/khelpcenter/lines.png
diff --git a/doc/lines2.png b/doc/khelpcenter/lines2.png
similarity index 100%
rename from doc/lines2.png
rename to doc/khelpcenter/lines2.png
diff --git a/doc/pointers.png b/doc/khelpcenter/pointers.png
similarity index 100%
rename from doc/pointers.png
rename to doc/khelpcenter/pointers.png
diff --git a/doc/shadow1.png b/doc/khelpcenter/shadow1.png
similarity index 100%
rename from doc/shadow1.png
rename to doc/khelpcenter/shadow1.png


[kde-doc-english] [khelpcenter] doc/glossary: cleanup

2014-04-17 Thread Aleix Pol
Git commit 33311e86788c2ab033e7a81fd61228bacaac91e5 by Aleix Pol, on behalf of 
Harald Sitter.
Committed on 15/08/2008 at 23:01.
Pushed by apol into branch 'master'.

cleanup

svn path=/trunk/KDE/kdebase/runtime/; revision=847670

M  +11   -30   doc/glossary/index.docbook

http://commits.kde.org/khelpcenter/33311e86788c2ab033e7a81fd61228bacaac91e5

diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
index 9992e86..c4f49c8 100644
--- a/doc/glossary/index.docbook
+++ b/doc/glossary/index.docbook
@@ -83,48 +83,31 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
glossentry id=gloss-kbuildsycoca

glosstermapplicationKBuildSycoca/application/glossterm

glossdefparaapplicationKBuildSycoca4/application is a command line 
-program and regenerates the
-   so-called acronymKSycoca/acronym. 
This is useful, for example, if some 
-or all modules in
-   kcontrol; are missing./para
-   glossseealso 
-otherterm=gloss-ksycocaacronymKSycoca/acronym/glossseealso
-   glossseealso 
otherterm=gloss-kcontrolkcontrol;/glossseealso
+   program and regenerates the
+   so-called acronymKSycoca/acronym. This is 
useful, for example, if some
+   or all modules in
+   systemsettings; are missing./para
+   glossseealso 
otherterm=gloss-ksycocaacronymKSycoca/acronym/glossseealso
+   glossseealso 
otherterm=gloss-systemsettingssystemsettings;/glossseealso
/glossdef
/glossentry
-   glossentry id=gloss-kcontrol
-   glosstermkcontrol;/glossterm
+   glossentry id=gloss-systemsettings
+   glosstermsystemsettings;/glossterm
glossdefparaThis is the project and filename of the 
kde; control
-   center. kcontrolcenter; allows you to 
customize virtually
+   center. systemsettings; allows you to 
customize virtually
every configuration option of kde;./para
glossseealso 
otherterm=gloss-kdekde;/glossseealso
/glossdef
/glossentry
-   glossentry id=gloss-kicker
-   glosstermkicker;/glossterm
-   glossdefparakicker; is the nickname as well as 
project name of the
-   kde; panel./para
-   glossseealso 
otherterm=gloss-kdekde;/glossseealso
-   glossseealso 
otherterm=gloss-panelPanel/glossseealso
-   /glossdef
-   /glossentry
glossentry id=gloss-konqueror
glosstermkonqueror;/glossterm
-   glossdefparakonqueror; is a filemanager, web 
browser, picture viewer
+   glossdefparakonqueror; is a web browser, picture 
viewer, file manager
and more, and a core part of the kde; project. 
You can
find more information about konqueror; at 
ulink

url=http://www.konqueror.org;www.konqueror.org/ulink./para
glossseealso 
otherterm=gloss-kdekde;/glossseealso
/glossdef
/glossentry
-   glossentry id=gloss-ksirc
-   glosstermksirc;/glossterm
-   glossdefparaksirc; is the default 
acronymIRC/acronym client,
-   which is shipped with kde;. You can use 
ksirc; to chat with anyone on
-   an acronymIRC/acronym network./para
-   glossseealso 
otherterm=gloss-ircacronymIRC/acronym/glossseealso
-   /glossdef
-   /glossentry   
/glossdiv

glossdiv id=glossdiv-desktop-terminology
@@ -169,11 +152,9 @@ 
otherterm=gloss-ksycocaacronymKSycoca/acronym/glossseealso
/glossentry
glossentry id=gloss-panel
glosstermPanel/glossterm
-   glossdefparaRefers to the panel (also known as
-   quotekicker;/quote) which often resides at 
the bottom of the
+   glossdefparaRefers to the panel which often resides 
at the bottom of the
screen./para
glossseealso 
otherterm=gloss-kdekde;/glossseealso
-   glossseealso 
otherterm=gloss-kickerkicker;/glossseealso
/glossdef

[kde-doc-english] [khelpcenter] doc/glossary: Fix typos

2014-04-17 Thread Aleix Pol
Git commit c6ab9f4dd71461742e4bdba345ef1f01a3080e00 by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 08/12/2008 at 21:25.
Pushed by apol into branch 'master'.

Fix typos

svn path=/trunk/KDE/kdebase/runtime/; revision=894556

M  +2-6doc/glossary/kdeprintingglossary.docbook

http://commits.kde.org/khelpcenter/c6ab9f4dd71461742e4bdba345ef1f01a3080e00

diff --git a/doc/glossary/kdeprintingglossary.docbook 
b/doc/glossary/kdeprintingglossary.docbook
index 7a9311c..8c1bf0a 100644
--- a/doc/glossary/kdeprintingglossary.docbook
+++ b/doc/glossary/kdeprintingglossary.docbook
@@ -73,8 +73,8 @@
 glossentry id=gloss-authentication
 glosstermAuthentication/glossterm
 glossdefparaProving the identity of a certain 
person (maybe via username/password
-   or by means of a certificate) is often called 
authentication. Once you are
-   authenticated, you may or may not get access to 
a requested ressource,
+   or by means of a certificate) is often called 
authentication. Once you are
+   authenticated, you may or may not get access to 
a requested resource,
possibly based on ACLs./para
 glossseealso 
otherterm=gloss-aclACLs/glossseealso
 /glossdef
@@ -133,10 +133,6 @@
that it made Line Printing reliably work even 
under these modern
conditions. But time has finally come now to go 
for something new
-- the IPP.
-   

-   It is strong proof of the flexibility of 
UNIX;; that Line Printing works
-   reliably, even under these modern conditions. 
But time has finally come now
-   to go for something new -- the IPP.

/para
glossseealso 
otherterm=gloss-ippIPP/glossseealso



[kde-doc-english] [khelpcenter] doc/onlinehelp: add page with links to online help to khelpcenter CCMAIL:an...@kde.org CCMAIL:ad...@forum.kde.org

2014-04-17 Thread Aleix Pol
Git commit bcc098f2a4a90d34100a720413c32ecef49e707d by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 11/05/2010 at 18:15.
Pushed by apol into branch 'master'.

add page with links to online help to khelpcenter CCMAIL:annew at kde.org 
CCMAIL:admin at forum.kde.org

svn path=/trunk/KDE/kdebase/runtime/; revision=1125558

A  +3-0doc/onlinehelp/CMakeLists.txt
A  +96   -0doc/onlinehelp/index.docbook

http://commits.kde.org/khelpcenter/bcc098f2a4a90d34100a720413c32ecef49e707d

diff --git a/doc/onlinehelp/CMakeLists.txt b/doc/onlinehelp/CMakeLists.txt
new file mode 100644
index 000..f17f580
--- /dev/null
+++ b/doc/onlinehelp/CMakeLists.txt
@@ -0,0 +1,3 @@
+### install files ###
+#
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en 
SUBDIR khelpcenter/onlinehelp)
diff --git a/doc/onlinehelp/index.docbook b/doc/onlinehelp/index.docbook
new file mode 100644
index 000..0aff625
--- /dev/null
+++ b/doc/onlinehelp/index.docbook
@@ -0,0 +1,96 @@
+?xml version=1.0 ?
+!DOCTYPE article PUBLIC -//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN
+dtd/kdex.dtd [
+  !ENTITY % addindex IGNORE
+  !ENTITY % English INCLUDE
+]
+article lang=language;
+titleOnline Help/title
+articleinfo
+
+date2010-03-10/date
+releaseinfokde; 4.4/releaseinfo
+
+/articleinfo
+
+paraOn this page, you can find different ways to find online
+help and additional information provided by the KDE community./para
+
+variablelist
+titleKDE UserBase/title
+varlistentryterm
+ulink url=http://userbase.kde.org/An_introduction_to_KDE;An 
+Introduction to KDE/ulink/term
+listitem
+paraLearn more about the ulink url=http://userbase.kde.org/What_is_KDE;
+KDE community and its software/ulink and find information to help you get 
+started. Also, discover what ulink url=http://userbase.kde.org/UserBase;
+UserBase/ulink is and how it can help you.
+/para
+/listitem
+/varlistentry
+
+varlistentryterm
+ulink url=http://userbase.kde.org/Getting_Help;Getting Help/ulink/term
+listitem
+paraNeed some help? Here are some suggested places where you can get help 
+with  problems, as well some hints on how to improve the quality of answers 
you receive.
+/para
+/listitem
+/varlistentry
+
+varlistentryterm
+ulink url=http://userbase.kde.org/Applications;Applications/ulink/term
+listitem
+paraDiscover the wide variety of applications from the KDE Community, 
+and find out what program suits your needs and preferences.
+/para
+/listitem
+/varlistentry
+
+varlistentryterm
+ulink url=http://userbase.kde.org/Tutorials;Tutorials/ulink/term
+listitem
+paraHow-To's, Tips amp; Tricks that can help make your KDE software 
+experience more enjoyable and productive.
+/para
+/listitem
+/varlistentry
+
+/variablelist
+
+variablelist
+titleKDE Forum/title
+varlistentryterm
+ulink url=http://forum.kde.org/;KDE Community Forums/ulink/term
+listitem
+paraThe KDE Forums offer users, developers and people interested in KDE 
+a place to help each other, discuss KDE-related topics and exchange ideas.
+You can find ulink url=http://forum.kde.org/viewforum.php?f=14/;Tutorials 
amp; 
+Tips/ulink in the forum./para
+/listitem
+/varlistentry
+/variablelist
+
+variablelist
+titleKDE Techbase/title
+varlistentryterm
+ulink url=http://techbase.kde.org/;KDE Techbase/ulink/term
+listitem
+paraInformation for developers and help to set up a KDE development 
environment./para
+/listitem
+/varlistentry
+/variablelist
+
+variablelist
+titleKDE Documentation/title
+varlistentryterm
+ulink url=http://docs.kde.org/;KDE Documentation site/ulink/term
+listitem
+paraThis page holds the complete KDE User Documentation in over 25 languages
+for the released and the development version of KDE SC./para
+/listitem
+/varlistentry
+/variablelist
+
+/article
\ No newline at end of file



[kde-doc-english] [khelpcenter] doc/onlinehelp: enable xml2pot to extract the ulinks in term markup to use localized links

2014-04-17 Thread Aleix Pol
Git commit 4bf1c106f19d81fe17ce0cc9290d542089b0387f by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 13/05/2010 at 15:10.
Pushed by apol into branch 'master'.

enable xml2pot to extract the ulinks in term markup to use localized links

svn path=/trunk/KDE/kdebase/runtime/; revision=1126291

M  +9-9doc/onlinehelp/index.docbook

http://commits.kde.org/khelpcenter/4bf1c106f19d81fe17ce0cc9290d542089b0387f

diff --git a/doc/onlinehelp/index.docbook b/doc/onlinehelp/index.docbook
index 0aff625..a02b73a 100644
--- a/doc/onlinehelp/index.docbook
+++ b/doc/onlinehelp/index.docbook
@@ -8,8 +8,8 @@
 titleOnline Help/title
 articleinfo
 
-date2010-03-10/date
-releaseinfokde; 4.4/releaseinfo
+date2010-05-13/date
+releaseinfokde; 4.5/releaseinfo
 
 /articleinfo
 
@@ -20,7 +20,7 @@ help and additional information provided by the KDE 
community./para
 titleKDE UserBase/title
 varlistentryterm
 ulink url=http://userbase.kde.org/An_introduction_to_KDE;An 
-Introduction to KDE/ulink/term
+Introduction to KDE/ulinknbsp;/term
 listitem
 paraLearn more about the ulink url=http://userbase.kde.org/What_is_KDE;
 KDE community and its software/ulink and find information to help you get 
@@ -31,7 +31,7 @@ UserBase/ulink is and how it can help you.
 /varlistentry
 
 varlistentryterm
-ulink url=http://userbase.kde.org/Getting_Help;Getting Help/ulink/term
+ulink url=http://userbase.kde.org/Getting_Help;Getting 
Help/ulinknbsp;/term
 listitem
 paraNeed some help? Here are some suggested places where you can get help 
 with  problems, as well some hints on how to improve the quality of answers 
you receive.
@@ -40,7 +40,7 @@ with  problems, as well some hints on how to improve the 
quality of answers you
 /varlistentry
 
 varlistentryterm
-ulink url=http://userbase.kde.org/Applications;Applications/ulink/term
+ulink 
url=http://userbase.kde.org/Applications;Applications/ulinknbsp;/term
 listitem
 paraDiscover the wide variety of applications from the KDE Community, 
 and find out what program suits your needs and preferences.
@@ -49,7 +49,7 @@ and find out what program suits your needs and preferences.
 /varlistentry
 
 varlistentryterm
-ulink url=http://userbase.kde.org/Tutorials;Tutorials/ulink/term
+ulink url=http://userbase.kde.org/Tutorials;Tutorials/ulinknbsp;/term
 listitem
 paraHow-To's, Tips amp; Tricks that can help make your KDE software 
 experience more enjoyable and productive.
@@ -62,7 +62,7 @@ experience more enjoyable and productive.
 variablelist
 titleKDE Forum/title
 varlistentryterm
-ulink url=http://forum.kde.org/;KDE Community Forums/ulink/term
+ulink url=http://forum.kde.org/;KDE Community Forums/ulinknbsp;/term
 listitem
 paraThe KDE Forums offer users, developers and people interested in KDE 
 a place to help each other, discuss KDE-related topics and exchange ideas.
@@ -75,7 +75,7 @@ Tips/ulink in the forum./para
 variablelist
 titleKDE Techbase/title
 varlistentryterm
-ulink url=http://techbase.kde.org/;KDE Techbase/ulink/term
+ulink url=http://techbase.kde.org/;KDE Techbase/ulinknbsp;/term
 listitem
 paraInformation for developers and help to set up a KDE development 
environment./para
 /listitem
@@ -85,7 +85,7 @@ Tips/ulink in the forum./para
 variablelist
 titleKDE Documentation/title
 varlistentryterm
-ulink url=http://docs.kde.org/;KDE Documentation site/ulink/term
+ulink url=http://docs.kde.org/;KDE Documentation site/ulinknbsp;/term
 listitem
 paraThis page holds the complete KDE User Documentation in over 25 languages
 for the released and the development version of KDE SC./para



[kde-doc-english] [khelpcenter] doc/glossary: revert to Yuris version

2014-04-17 Thread Aleix Pol
Git commit 6fee1356b95d4a7960140b2d5122c70939b0b56d by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 16/09/2010 at 05:21.
Pushed by apol into branch 'master'.

revert to Yuris version

svn path=/trunk/KDE/kdebase/runtime/; revision=1175905

M  +1-2doc/glossary/index.docbook

http://commits.kde.org/khelpcenter/6fee1356b95d4a7960140b2d5122c70939b0b56d

diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
index f42cc17..0178035 100644
--- a/doc/glossary/index.docbook
+++ b/doc/glossary/index.docbook
@@ -461,8 +461,7 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
/glossentry
glossentry id=gloss-zui
glosstermacronymZUI/acronym/glossterm
-   glossdefparaThe Zooming User Interface.newpara;By 
zooming out, users can get an overview of all the object groupings that they 
have made. These groupings may reflect the projects they are working on, be 
ways to keep different sets of files organized, etc. By hovering or clicking on 
one of these groups when zoomed out, users can either get a preview/snapshot of 
what is in the grouping, or zoom in on that grouping so that it is displayed 
full size on the physical screen.newpara;
-   --Aaron Seigonewpara;
+   glossdefparaThe Zooming User Interface. emstart;By 
zooming out, users can get an overview of all the object groupings that they 
have made. These groupings may reflect the projects they are working on, be 
ways to keep different sets of files organized, etc. By hovering or clicking on 
one of these groups when zoomed out, users can either get a preview/snapshot of 
what is in the grouping, or zoom in on that grouping so that it is displayed 
full size on the physical screen.emend; --Aaron Seigonewpara;
More info:newpara;

linkstart;http://userbase.kde.org/Plasmalinkmid;Plasma FAQlinkend;/para
glossseealso 
otherterm=gloss-kdekde;/glossseealso



[kde-doc-english] [khelpcenter] doc/glossary: typos and bug fixing

2014-04-17 Thread Aleix Pol
Git commit 1840d906a17442a2f4eef048fe34b7fbc0dd976f by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 16/09/2010 at 08:24.
Pushed by apol into branch 'master'.

typos and bug fixing

svn path=/trunk/KDE/kdebase/runtime/; revision=1175950

M  +3-3doc/glossary/index.docbook
M  +1-1doc/glossary/kdeprintingglossary.docbook

http://commits.kde.org/khelpcenter/1840d906a17442a2f4eef048fe34b7fbc0dd976f

diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
index 0178035..2f2114a 100644
--- a/doc/glossary/index.docbook
+++ b/doc/glossary/index.docbook
@@ -123,7 +123,7 @@ Slave/glossseealso
/glossentry
glossentry id=gloss-kiosk
glosstermKiosk/glossterm
-   glossdefparaKiosk is a framework for restricting 
user capabilities on a kde; platform system, ideal for use in locked-down 
environments such as Internet caf?s. It is present in kde; 3 and kde; 4, but 
the adminisration tool, applicationKiosktool/application is kde; 3 only. 
It can be used to configure kde; 4 applicationss, or kiosk configurations can 
be maintained by editing config files manually./para
+   glossdefparaKiosk is a framework for restricting 
user capabilities on a kde; platform system, ideal for use in locked-down 
environments such as Internet caf?s. It is present in kde; 3 and kde; 4, but 
the administration tool, applicationKiosktool/application is kde; 3 only. 
It can be used to configure kde; 4 applications, or kiosk configurations can 
be maintained by editing config files manually./para
glossseealso 
otherterm=gloss-kdekde;/glossseealso
/glossdef
/glossentry
@@ -224,7 +224,7 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
titleApplications/title
glossentry id=gloss-dolphin
glosstermDolphin/glossterm
-   glossdefparaThe default file manager in kde; SC 4. 
It has a side panel (Places), but navigation is mainly by the 'breadcrumb' 
trail above the main window. Split windows are possible, and views can be 
applied to individual windows. Mounting and umounting acronymUSB/acronym 
devices can be done in the side panel. Other directories can be added to the 
Places panel. A Tree view is also possible.newpara;
+   glossdefparaThe default file manager in kde; SC 4. 
It has a side panel (Places), but navigation is mainly by the 'breadcrumb' 
trail above the main window. Split windows are possible, and views can be 
applied to individual windows. Mounting and unmounting acronymUSB/acronym 
devices can be done in the side panel. Other directories can be added to the 
Places panel. A Tree view is also possible.newpara;
More info:newpara;

linkstart;http://en.wikipedia.org/wiki/Dolphin_(software)linkmid;Wikipedia: 
Dolphinlinkend;newpara;

linkstart;http://introducingkde4.blogspot.com/2007/12/dolphin.htmllinkmid;Introducing
 KDE 4 Blog - Dolphinlinkend;newpara;
@@ -486,7 +486,7 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
/glossdef
/glossentry
glossentry id=gloss-git
-glosstermacronymGit/acronym/glossterm
+glosstermGit/glossterm
  glossdefparaGit is a free and open source, 
distributed version control system designed to handle everything from small to 
very large projects with speed and efficiency.newpara;
  Every Git clone is a full-fledged repository with 
complete history and full revision tracking capabilities, not dependent on 
network access or a central server. Branching and merging are fast and easy to 
do.newpara;
  Git is used for version control of files, much like 
tools such as Mercurial, Bazaar, Subversion, CVS, Perforce, and Visual 
SourceSafe.newpara;
diff --git a/doc/glossary/kdeprintingglossary.docbook 
b/doc/glossary/kdeprintingglossary.docbook
index 35cb1b9..fffc420 100644
--- a/doc/glossary/kdeprintingglossary.docbook
+++ b/doc/glossary/kdeprintingglossary.docbook
@@ -346,7 +346,7 @@
 glossentry id=gloss-foomatic
 glosstermFoomatic/glossterm
 glossdefparaFoomatic started out as the wrapper 
name for a set of
-   different tools available from linkstart; 
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic;Linuxprinting.orglinkend;
+   different tools available from 
linkstart;http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomaticlinkmid;Linuxprinting.orglinkend;
These tools aimed to make the usage

[kde-doc-english] [khelpcenter] doc/glossary: Move doc for runtime here

2014-04-17 Thread Aleix Pol
Git commit d7d64bb7b3dcf1a14361ff4e70e817817242c04f by Aleix Pol, on behalf of 
Laurent Montel.
Committed on 30/08/2007 at 19:25.
Pushed by apol into branch 'master'.

Move doc for runtime here

svn path=/trunk/KDE/kdebase/runtime/; revision=706565

A  +2-0doc/glossary/CMakeLists.txt
A  +10   -0doc/glossary/checkxrefs
A  +295  -0doc/glossary/index.docbook
A  +1387 -0doc/glossary/kdeprintingglossary.docbook

http://commits.kde.org/khelpcenter/d7d64bb7b3dcf1a14361ff4e70e817817242c04f

diff --git a/doc/glossary/CMakeLists.txt b/doc/glossary/CMakeLists.txt
new file mode 100644
index 000..ac64649
--- /dev/null
+++ b/doc/glossary/CMakeLists.txt
@@ -0,0 +1,2 @@
+### install files ###
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en)
diff --git a/doc/glossary/checkxrefs b/doc/glossary/checkxrefs
new file mode 100755
index 000..6da64c1
--- /dev/null
+++ b/doc/glossary/checkxrefs
@@ -0,0 +1,10 @@
+#!/bin/sh
+DEFINED_ENTRIES=`sed -ne s^.*glossentry id=\\(.*\)\.*^\1^p *.docbook`
+REFERENCED_ENTRIES=`sed -ne s^.*glossseealso otherterm=\\(.*\)\.*^\1^p 
*.docbook | unique`
+
+# Check for entries which are referenced but not defined.
+for ENTRY in $REFERENCED_ENTRIES; do
+   if ! echo $DEFINED_ENTRIES | grep $ENTRY -  /dev/null 21; then
+   echo '$ENTRY' referenced but not defined!
+   fi
+done
diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
new file mode 100644
index 000..9992e86
--- /dev/null
+++ b/doc/glossary/index.docbook
@@ -0,0 +1,295 @@
+?xml version=1.0 ?
+!DOCTYPE glossary PUBLIC -//KDE//DTD DocBook XML V4.2-Based Variant 
V1.1//EN dtd/kdex.dtd [
+!ENTITY % addindex IGNORE
+!ENTITY % English INCLUDE
+!ENTITY glossary-kdeprinting SYSTEM kdeprintingglossary.docbook
+
+
+]
+
+
+glossary id=glossary
+
+glossary-kdeprinting;
+
+   glossdiv id=glossdiv-technologies
+   titleTechnologies/title
+   glossentry id=gloss-ioslave
+   glosstermacronymIO/acronym Slave/glossterm
+   glossdefparaacronymIO/acronym Slaves enable 
kde; applications to
+   access remote resources as easily as local 
resources (making them
+   quotenetwork transparent/quote). Remote 
resources (eg; files) might
+   be stored on acronymSMB/acronym shares or 
similar./para
+   glossseealso 
otherterm=gloss-smbacronymSMB/acronym/glossseealso
+   glossseealso 
otherterm=gloss-kdekde;/glossseealso
+   /glossdef
+   /glossentry
+   glossentry id=gloss-kio
+   glosstermacronymKIO/acronym/glossterm
+   glossdefparaThe kde; Input/Output system which 
makes use of so-called
+   quoteacronymIO/acronym 
Slaves/quote./para
+   glossseealso 
otherterm=gloss-ioslaveacronymIO/acronym 
+Slave/glossseealso
+   glossseealso 
otherterm=gloss-kdekde;/glossseealso
+   /glossdef
+   /glossentry
+   glossentry id=gloss-kparts
+   glosstermKParts/glossterm
+   glossdefparaKParts is an embedding technology which 
allows kde;
+   applications to embed other kde; applications. 
For example, the text
+   view used by konqueror; is a KPart./para
+   glossseealso 
otherterm=gloss-konquerorkonqueror;/glossseealso
+   /glossdef
+   /glossentry
+   glossentry id=gloss-ksycoca
+   glosstermacronymKSycoca/acronym/glossterm
+   glossdefparaacronymKSycoca/acronym (kde; 
emphasisSy/emphasisstem
+   emphasisCo/emphasisnfiguration 
emphasisCa/emphasische) is a
+   configuration cache which, for example, 
guarantees fast access to the menu
+   entries./para
+   glossseealso 
+otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glossseealso
+   /glossdef
+   /glossentry
+   /glossdiv
+   
+   glossdiv id=glossdiv-xfree86
+   titleXFree86/title
+   glossentry id=gloss-antialiasing
+   glosstermAntialiasing/glossterm
+   glossdefparaIf mentioned in context with kde;, 
anti-aliasing often means
+   the smoothing of the fonts visible on the 
screen. Qt; version 2.3.0
+   or higher used together with XFree86 4.x makes 
this possible under kde;
+   as well./para
+   glossseealso 
otherterm=gloss-kdekde;/glossseealso

[kde-doc-english] [khelpcenter] doc/glossary: glossary update by our famous Yuri Chornoivan, thanks a lot CCMAIL:yurc...@ukr.net

2014-04-17 Thread Aleix Pol
Git commit 0cb8343c2cd7107bb77d2d6f587ef72c2bd9f7bd by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 15/09/2010 at 20:50.
Pushed by apol into branch 'master'.

glossary update by our famous Yuri Chornoivan, thanks a lot CCMAIL:yurchor at 
ukr.net

svn path=/trunk/KDE/kdebase/runtime/; revision=1175763

M  +1-1doc/glossary/checkxrefs
M  +433  -63   doc/glossary/index.docbook
M  +137  -579  doc/glossary/kdeprintingglossary.docbook

http://commits.kde.org/khelpcenter/0cb8343c2cd7107bb77d2d6f587ef72c2bd9f7bd

diff --git a/doc/glossary/checkxrefs b/doc/glossary/checkxrefs
index 6da64c1..0805ec6 100755
--- a/doc/glossary/checkxrefs
+++ b/doc/glossary/checkxrefs
@@ -1,6 +1,6 @@
 #!/bin/sh
 DEFINED_ENTRIES=`sed -ne s^.*glossentry id=\\(.*\)\.*^\1^p *.docbook`
-REFERENCED_ENTRIES=`sed -ne s^.*glossseealso otherterm=\\(.*\)\.*^\1^p 
*.docbook | unique`
+REFERENCED_ENTRIES=`sed -ne s^.*glossseealso otherterm=\\(.*\)\.*^\1^p 
*.docbook | uniq`
 
 # Check for entries which are referenced but not defined.
 for ENTRY in $REFERENCED_ENTRIES; do
diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
index c4f49c8..f42cc17 100644
--- a/doc/glossary/index.docbook
+++ b/doc/glossary/index.docbook
@@ -3,17 +3,95 @@
 !ENTITY % addindex IGNORE
 !ENTITY % English INCLUDE
 !ENTITY glossary-kdeprinting SYSTEM kdeprintingglossary.docbook
+!ENTITY newpara lt;/pgt;lt;pgt;
+!ENTITY linkstart lt;a href=
+!ENTITY linkmid ' target=_topgt;'
+!ENTITY linkend lt;/agt;
 
-
+!ENTITY emstart 'lt;span class=emphasisgt;lt;emgt;' 
+!ENTITY emend 'lt;/emgt;lt;/spangt;'
+!-- acronym, systemitem unchanged
+itemizedlist+listitem changed to simple para --
 ]
 
 
-glossary id=glossary
-
-glossary-kdeprinting;
+glossary lang=language; id=glossary
 
glossdiv id=glossdiv-technologies
titleTechnologies/title
+   glossentry id=gloss-akonadi
+   glosstermAkonadi/glossterm
+   glossdefparaThe data storage access mechanism for 
all PIM (Personal Information Manager) data in kde; SC 4. One single
+   storage and retrieval system allows efficiency 
and extensibility not possible under kde; 3, where each PIM component had 
+   its own system. Note that use of Akonadi does 
not change data storage formats (vcard, iCalendar, mbox, maildir etc.) - it 
+   just provides a new way of accessing and 
updating the data.newpara;
+   The main reasons for design and development of 
Akonadi are of technical nature, eg; having a unique way to access PIM-data 
(contacts, calendars, emails..) from different applications (eg; kmail;, 
kword; etc;), thus eliminating the need to write similar code here and 
there.newpara;
+   Another goal is to de-couple GUI applications 
like kmail; from the direct access to external resources like mail-servers - 
which was a major reason for bug-reports/wishes with regard to 
performance/responsiveness in the past.newpara;
+   More info:newpara;
+   
linkstart;http://pim.kde.org/akonadi/linkmid;Akonadi for KDE's 
PIMlinkend;newpara;
+   
linkstart;http://en.wikipedia.org/wiki/Akonadilinkmid;Wikipedia: 
Akonadilinkend;newpara;
+   
linkstart;http://techbase.kde.org/Projects/PIM/Akonadilinkmid;Techbase - 
Akonadilinkend;/para
+   glossseealso 
otherterm=gloss-guiGUI;/glossseealso
+   glossseealso 
otherterm=gloss-kdekde;/glossseealso
+   /glossdef
+   /glossentry
+   glossentry id=gloss-arts
+   glosstermARts/glossterm
+   glossdefparaThe sound framework in kde; 2 and 3. 
Its single-tasking nature caused problems when two sources of sound were 
encountered. In the plasma; desktop it is replaced by Phonon.newpara;
+   More info:newpara;
+   
linkstart;http://en.wikipedia.org/wiki/ARtslinkmid; Wikipedia: 
ARtslinkend;newpara;
+   
linkstart;http://www.arts-project.orglinkmid;ARts home pagelinkend;/para
+   glossseealso 
otherterm=gloss-kdekde;/glossseealso
+   glossseealso 
otherterm=gloss-phononPhonon/glossseealso
+   glossseealso 
otherterm=gloss-plasmaplasma;/glossseealso
+   /glossdef
+   /glossentry
+   glossentry id=gloss-dbus
+   glosstermD-Bus/glossterm
+   glossdefparaD-Bus or Desktop Bus is an 
inter-service messaging system. Developed by RedHat;, it was heavily 
influenced by kde; 3 DCOP, which it supersedes. Most POSIX operating systems 
support D-Bus, and a port for Windows exists. It is used by Qt 4

[kde-doc-english] [khelpcenter] doc/fundamentals: Fix typo

2014-04-17 Thread Aleix Pol
Git commit f5da7bae6bed44f23a08db07fdef17751d9809f6 by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 21/04/2012 at 12:01.
Pushed by apol into branch 'master'.

Fix typo

M  +1-1doc/fundamentals/install.docbook

http://commits.kde.org/khelpcenter/f5da7bae6bed44f23a08db07fdef17751d9809f6

diff --git a/doc/fundamentals/install.docbook b/doc/fundamentals/install.docbook
index 3c90d7f..89b17cf 100644
--- a/doc/fundamentals/install.docbook
+++ b/doc/fundamentals/install.docbook
@@ -18,7 +18,7 @@ to install kde; on a variety of different devices and 
platforms./para
 paraNearly every Linux; distribution provides binary packages for individual
 kappname; applications and the plasma-workspaces; as a whole./para
 
-paraTo install an invididual application, look for its name in your
+paraTo install an individual application, look for its name in your
 distribution's package collection.  To install one of the plasma-workspaces;,
 like plasma-desktop;, look for a metapackage or package
 group, typically literalkde-desktop/literal./para



[kde-doc-english] [khelpcenter] doc/fundamentals: Fix typos

2014-04-17 Thread Aleix Pol
Git commit 9dfe46437ae9ccde569f270a84024112ba19d192 by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 21/04/2012 at 19:24.
Pushed by apol into branch 'master'.

Fix typos

M  +2-2doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/9dfe46437ae9ccde569f270a84024112ba19d192

diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index a4a262f..ffd6296 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -139,7 +139,7 @@ made since it was first loaded or last 
reloaded./para/listitem
 
 varlistentry id=files-ui-toolbar-zoom
 termZoom Slider/term
-listitemparaThis allows to to change the size of the icon or preview
+listitemparaThis allows to change the size of the icon or preview
 shown in the folder view./para/listitem
 /varlistentry
 
@@ -668,7 +668,7 @@ appear at the bottom of the current document that will 
allow you to change your
 dictionary./para
 
 !--FIXME: maybe move kcm handbook here too?--
-paraFor more information on configuring sonnet;. see the
+paraFor more information on configuring sonnet;, see the
 ulink url=help:kcontrol/spellcheckingSpell Checker systemsettings; module
 documentation/ulink/para
 



[kde-doc-english] [khelpcenter] doc/fundamentals: Add missing ampersand.

2014-04-17 Thread Aleix Pol
Git commit 324a87caa3c5d433a69565115be014493f44d48b by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 10/07/2012 at 16:59.
Pushed by apol into branch 'master'.

Add missing ampersand.

M  +1-1doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/324a87caa3c5d433a69565115be014493f44d48b

diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index 5b97333..782eeda 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -886,7 +886,7 @@ Copy documentation from Kate/KWrite here.
 screeninfoThe search bar kate;./screeninfo
 mediaobject
 imageobjectimagedata fileref=find-find-inline.png 
format=PNG//imageobject
-textobjectphraseThe search bar in kate;./phrase/textobject
+textobjectphraseThe search bar in kate;./phrase/textobject
 captionparaSearching for userinputsoftware/userinput in kate;'s 
search bar.
 /para/caption
 /mediaobject



[kde-doc-english] [khelpcenter] doc/fundamentals: fundamentals are for 4.9, sect1-section, png shows file, not find

2014-04-17 Thread Aleix Pol
Git commit 53f7619e091854b2db21241e987cf5e6831f8b9c by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 20/04/2012 at 11:39.
Pushed by apol into branch 'master'.

fundamentals are for 4.9, sect1-section, png shows file, not find

M  +3-3doc/fundamentals/config.docbook
M  +1-1doc/fundamentals/index.docbook

http://commits.kde.org/khelpcenter/53f7619e091854b2db21241e987cf5e6831f8b9c

diff --git a/doc/fundamentals/config.docbook b/doc/fundamentals/config.docbook
index a74d03e..1a2ccf8 100644
--- a/doc/fundamentals/config.docbook
+++ b/doc/fundamentals/config.docbook
@@ -251,7 +251,7 @@ search for the shortcut you want./para
 mediaobject
 imageobjectimagedata fileref=shortcuts-search.png 
format=PNG//imageobject
 textobjectphraseThe Customize Shortcuts window./phrase/textobject
-captionparaSearching for shortcuts with userinputfind/userinput in
+captionparaSearching for shortcuts with userinputfile/userinput in
 ulink url=http://kde.org/applications/system/dolphin/;dolphin;/ulink.
 /para/caption
 /mediaobject
@@ -365,10 +365,10 @@ a name for your new scheme./para/listitem
 titleThanks and Acknowledgments/title
 
 paraSpecial thanks to Google Code-In 2011 participant Alexey Subach for
-writing much of this sect1./para
+writing much of this section./para
 
 /sect2
 
 /sect1
 
-/chapter
\ No newline at end of file
+/chapter
diff --git a/doc/fundamentals/index.docbook b/doc/fundamentals/index.docbook
index d838fd2..4afaceb 100644
--- a/doc/fundamentals/index.docbook
+++ b/doc/fundamentals/index.docbook
@@ -48,7 +48,7 @@
 legalnoticeFDLNotice;/legalnotice
 
 date2012-02-05/date
-releaseinfokde; 4.8.2/releaseinfo
+releaseinfokde; 4.9/releaseinfo
 
 abstract
 paraThis guide provides an introduction to the kde-sc; and describes many



[kde-doc-english] [khelpcenter] doc/fundamentals: Lokalize docs have a link to fundamentals now

2014-04-17 Thread Aleix Pol
Git commit 3705553e2e39540e41458eee627039e2f2703777 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 14/07/2012 at 11:19.
Pushed by apol into branch 'master'.

Lokalize docs have a link to fundamentals now

M  +0-2doc/fundamentals/config.docbook

http://commits.kde.org/khelpcenter/3705553e2e39540e41458eee627039e2f2703777

diff --git a/doc/fundamentals/config.docbook b/doc/fundamentals/config.docbook
index 3916706..cf1c798 100644
--- a/doc/fundamentals/config.docbook
+++ b/doc/fundamentals/config.docbook
@@ -13,7 +13,6 @@
 !--FIXME link from korganizer config-toolbars section--
 !--FIXME link from sect2 id=configtoolbars in tables/config.docbook --
 !--FIXME link from sect2 id=configuration-toolbars in 
extragear/multimedia-git/kplayer/doc/en_US/configuration.docbook --
-!--FIXME link from lokalize --
 screenshot id=screenshot-toolbars-toolbar
 screeninfoThe gwenview; Toolbar/screeninfo
 mediaobject
@@ -232,7 +231,6 @@ of this section./para
  !--FIXME link from
  sect2 id=configshort in tables/config.docbook
  sect2 id=configuration-shortcuts in 
extragear/multimedia-git/kplayer/doc/en_US/configuration.docbook
- lokalize 
  --
 !--FIXME explain Alternate + Global shortcuts in Screenshot and 
 another place to change Global Shortcuts (Systemsettings)--



[kde-doc-english] [khelpcenter] doc/glossary: fix typos

2014-04-17 Thread Aleix Pol
Git commit a3cc74098bf822e27278fa1924bd6711b0ad3dc1 by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 23/09/2010 at 06:25.
Pushed by apol into branch 'master'.

fix typos

svn path=/trunk/KDE/kdebase/runtime/; revision=1178444

M  +1-1doc/glossary/index.docbook

http://commits.kde.org/khelpcenter/a3cc74098bf822e27278fa1924bd6711b0ad3dc1

diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
index 2f2114a..b61a86b 100644
--- a/doc/glossary/index.docbook
+++ b/doc/glossary/index.docbook
@@ -490,7 +490,7 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
  glossdefparaGit is a free and open source, 
distributed version control system designed to handle everything from small to 
very large projects with speed and efficiency.newpara;
  Every Git clone is a full-fledged repository with 
complete history and full revision tracking capabilities, not dependent on 
network access or a central server. Branching and merging are fast and easy to 
do.newpara;
  Git is used for version control of files, much like 
tools such as Mercurial, Bazaar, Subversion, CVS, Perforce, and Visual 
SourceSafe.newpara;
- It was decided that Git will be the main version 
control system of kde;, replacement of SVN. It has been already used for some 
kde; project like Konversation and Amarok.newpara;
+ It was decided that Git will be the main version 
control system of kde;, replacement of SVN. It has been already used for some 
kde; projects like Konversation and Amarok.newpara;
  More info:newpara;
linkstart;http://git-scm.com/linkmid;Git 
Homepagelinkend;/para
glossseealso 
otherterm=gloss-kdekde;/glossseealso



[kde-doc-english] [khelpcenter] doc/fundamentals: document scrollbar context menu

2014-04-17 Thread Aleix Pol
Git commit 2cafbb25fc8efcf5758fc194f0c9f4c47ed3e422 by Aleix Pol, on behalf of 
T.C. Hollingsworth.
Committed on 08/05/2012 at 07:36.
Pushed by apol into branch 'master'.

document scrollbar context menu

M  +64   -4doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/2cafbb25fc8efcf5758fc194f0c9f4c47ed3e422

diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index 592b537..fb8d92e 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -13,10 +13,6 @@
 sect2 id=nav-scroll
 titleScrolling/title
 
-!-- FIXME
-Add Scrollbar context menu items:
-Scroll here, Top, Bottom, Page up, Page down, Scroll up, Scroll down
---
 paraYou're probably familiar with the scrollbar that appears on the right 
side
 (and sometimes the bottom) of documents, allowing you to move within documents.
 However, there are several other ways you can navigate documents, some of which
@@ -42,6 +38,70 @@ and you can control touchpad scrolling behavior in the 
Touchpad module in
 systemsettings;.  Otherwise, look in the configuration area of your operating
 system or desktop environment./para
 
+paraAdditionally, the scrollbar has several options in its context menu.  You
+can access these by right-clicking anywhere on the scrollbar.  The following
+options ar available:/para
+
+variablelist
+
+varlistentry id=nav-scroll-here
+termguimenuitemScroll here/guimenuitem/term
+listitemparaScroll directly to the location represented by where you
+right-clicked on the scrollbar.  This is the equivalent of simply clicking on
+that location on the scrollbar./para/listitem
+/varlistentry
+
+varlistentry id=nav-scroll-top
+termmenuchoice
+shortcutkeycombo 
action=simulCtrl;keycapHome/keycap/keycombo/shortcut
+guimenuitemTop/guimenuitem
+/menuchoice/term
+listitemparaGo to the beginning of the document./para/listitem
+/varlistentry
+
+varlistentry id=nav-scroll-bottom
+termmenuchoice
+shortcutkeycombo 
action=simulCtrl;keycapEnd/keycap/keycombo/shortcut
+guimenuitemBottom/guimenuitem
+/menuchoice/term
+listitemparaGo to the end of the document./para/listitem
+/varlistentry
+
+varlistentry id=nav-scroll-page-up
+termmenuchoice
+shortcutkeycapPgUp/keycap/shortcut
+guimenuitemPage up/guimenuitem
+/menuchoice/term
+listitemparaNavigate to the previous page in a document that represents a
+printed document, or one screen up in other types of 
documents./para/listitem
+/varlistentry
+
+varlistentry id=nav-scroll-page-down
+termmenuchoice
+shortcutkeycapPgDown/keycap/shortcut
+guimenuitemPage down/guimenuitem
+/menuchoice/term
+listitemparaNavigate to the previous pag in a document that represents a
+printed document, or one screen down in other types of documents.
+/para/listitem
+/varlistentry
+
+varlistentry id=nav-scroll-up
+termguilabelScroll up/guilabel/term
+listitemparaScroll up one unit (usually a line) in the document.  This is
+the equivalent of clicking the up arrow at the top of the scrollbar./para
+/listitem
+/varlistentry
+
+varlistentry id=nav-scroll-down
+termguilabelScroll down/guilabel/term
+listitemparaScroll down one unit (usually a line) in the document.  This is
+the equivalent of clicking the down arrow at the bottom of the 
scrollbar./para
+/listitem
+/varlistentry
+
+/variablelist
+
 /sect2
 
 sect2 id=nav-zoom



[kde-doc-english] [khelpcenter] doc/fundamentals: add some FIXME's and a missing whitespace

2014-04-17 Thread Aleix Pol
Git commit 9ec0e589b0136148d6a82ee76a62b53b6297bac3 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 04/05/2012 at 13:00.
Pushed by apol into branch 'master'.

add some FIXME's and a missing whitespace

M  +4-0doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/9ec0e589b0136148d6a82ee76a62b53b6297bac3

diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index 8f0ac1c..5857deb 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -13,6 +13,10 @@
 sect2 id=nav-scroll
 titleScrolling/title
 
+!-- FIXME
+Add Scrollbar context menu items:
+Scroll here, Top, Bottom, Page up, Page down, Scroll up, Scroll down
+--
 paraYou're probably familiar with the scrollbar that appears on the right 
side
 (and sometimes the bottom) of documents, allowing you to move within documents.
 However, there are several other ways you can navigate documents, some of which



[kde-doc-english] [khelpcenter] doc/fundamentals: bump version

2014-04-17 Thread Aleix Pol
Git commit 79c89bd229d0d428481a6328d10cf5211229e981 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 08/07/2013 at 03:37.
Pushed by apol into branch 'master'.

bump version

M  +2-2doc/fundamentals/index.docbook

http://commits.kde.org/khelpcenter/79c89bd229d0d428481a6328d10cf5211229e981

diff --git a/doc/fundamentals/index.docbook b/doc/fundamentals/index.docbook
index 28a0776..e5def05 100644
--- a/doc/fundamentals/index.docbook
+++ b/doc/fundamentals/index.docbook
@@ -47,8 +47,8 @@
 /copyright
 legalnoticeFDLNotice;/legalnotice
 
-date2012-02-05/date
-releaseinfokde; 4.9/releaseinfo
+date2013-07-03/date
+releaseinfokde; 4.11/releaseinfo
 
 abstract
 paraThis guide provides an introduction to the kde-sc; and describes many



[kde-doc-english] [khelpcenter] doc/fundamentals: change sect2 to sect1 markup to avoid short pages, add some comments for improvements

2014-04-17 Thread Aleix Pol
Git commit ef77c48ba72c1e5a65003fed3e33244233bdb184 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 08/08/2012 at 03:45.
Pushed by apol into branch 'master'.

change sect2 to sect1 markup to avoid short pages, add some comments for 
improvements

M  +4-5doc/fundamentals/install.docbook
M  +3-1doc/fundamentals/tasks.docbook
M  +9-1doc/fundamentals/ui.docbook

http://commits.kde.org/khelpcenter/ef77c48ba72c1e5a65003fed3e33244233bdb184

diff --git a/doc/fundamentals/install.docbook b/doc/fundamentals/install.docbook
index 25e3641..71db09c 100644
--- a/doc/fundamentals/install.docbook
+++ b/doc/fundamentals/install.docbook
@@ -92,9 +92,7 @@ provided for several different devices./para
 
 /sect2
 
-/sect1
-
-sect1 id=install-live
+sect2 id=install-live
 titleLive Media/title
 
 paraSeveral Linux; and BSD; distributions offer live media.  This permits 
you
@@ -105,9 +103,9 @@ like what you see, most offer an option to install it to 
your hard drive./para
 paraThere is ulink url=http://www.kde.org/download/distributions.php;a 
list
 of distributions that offer kde; on live media/ulink on the kde; 
website./para
 
-/sect1
+/sect2
 
-sect1 id=install-source
+sect2 id=install-source
 titleBuilding from Source Code/title
 
 paraFor detailed information on how to compile and install kde;
@@ -118,6 +116,7 @@ Building and Running kde; Software From Source on kde; 
TechBase/ulink./para
 paraSince kde; uses commandcmake/command you should have no
 trouble compiling it. Should you run into problems please report them to the
 kde; mailing lists./para
+/sect2
 
 /sect1
 
diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index f80e191..7cc3e8a 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -497,7 +497,9 @@ the path starting with the current places entry.
 listitemparaThis provides the standard kde; list of Places, shared with
 dolphin; and other file management tools./para/listitem
 /varlistentry
-
+!-- add options for places here 
+e.g Show only in to have kind a bookmarks special for an application etc.
+  --
 varlistentry id=files-ui-folder-view
 termThe Folder View/term
 listitem
diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook
index 8ede8fe..b9f50ce 100644
--- a/doc/fundamentals/ui.docbook
+++ b/doc/fundamentals/ui.docbook
@@ -398,7 +398,15 @@ Allows you to customize the contents, layout, text, and 
icons of toolbars.  For
 more information, see xref linkend=toolbars/.
 /para/listitem
 /varlistentry
-
+!-- missing
+varlistentry
+termmenuchoiceguimenuSettings/guimenuguimenuitemConfigure
+Notifications.../guimenuitem/menuchoice/term
+listitemparaThis item displays a standard kde; notifications configuration
+dialog, where you can change the notifications (sounds, visible messages,
+etc;) used by the application./para/listitem
+/varlistentry
+--
 varlistentry
 termmenuchoice
 guimenuSettings/guimenuguimenuitemConfigure 
replaceableApplication/replaceable.../guimenuitem



[kde-doc-english] [khelpcenter] doc/fundamentals: Fix usage of kappname; (aka kde-sc; ) vs kde; and related fixes

2014-04-17 Thread Aleix Pol
Git commit b9de877e1e617cdde0ed47501f65944863d0ecf8 by Aleix Pol, on behalf of 
Luigi Toscano.
Committed on 12/03/2013 at 00:01.
Pushed by apol into branch 'master'.

Fix usage of kappname; (aka kde-sc;) vs kde; and related fixes

Some instances of kappname;(kde-sc;) were used to refer to generic
functionality of any KDE applications, and on the other side few kde;
instances were used instead of kappname;.
Also the description of the content of About KDE has been fixed.

REVIEW: 109401

M  +1-1doc/fundamentals/config.docbook
M  +5-6doc/fundamentals/install.docbook
M  +2-2doc/fundamentals/tasks.docbook
M  +3-3doc/fundamentals/ui.docbook

http://commits.kde.org/khelpcenter/b9de877e1e617cdde0ed47501f65944863d0ecf8

diff --git a/doc/fundamentals/config.docbook b/doc/fundamentals/config.docbook
index e750dfe..5de09be 100644
--- a/doc/fundamentals/config.docbook
+++ b/doc/fundamentals/config.docbook
@@ -1,5 +1,5 @@
 chapter id=config
-titleCustomizing kde;/title
+titleCustomizing kde; software/title
 
 sect1 id=toolbars
 sect1info
diff --git a/doc/fundamentals/install.docbook b/doc/fundamentals/install.docbook
index 71db09c..672c6f3 100644
--- a/doc/fundamentals/install.docbook
+++ b/doc/fundamentals/install.docbook
@@ -1,7 +1,7 @@
 chapter id=install
-titleInstalling kde;/title
+titleInstalling the kappname;/title
 
-paraYou can install kde; on a variety of different platforms, ranging from
+paraYou can install the kappname; on a variety of different platforms, 
ranging from
 smartphones and tablets to computers running Microsoft; Windows;, MacOS;,
 UNIX;, BSD; or Linux;.  Binary packages are available for many different
 platforms and distributions, or advanced users may build the source 
code./para
@@ -101,8 +101,7 @@ All you have to do insert a CD or connect a USB drive and 
boot from it.  If you
 like what you see, most offer an option to install it to your hard 
drive./para
 
 paraThere is ulink url=http://www.kde.org/download/distributions.php;a 
list
-of distributions that offer kde; on live media/ulink on the kde; 
website./para
-
+of distributions that offer the kappname; on live media/ulink on the kde; 
website./para
 /sect2
 
 sect2 id=install-source
@@ -113,8 +112,8 @@ applications see
 ulink 
url=http://techbase.kde.org/Getting_Started#Building_and_Running_KDE_Software_From_Source;
 Building and Running kde; Software From Source on kde; 
TechBase/ulink./para
 
-paraSince kde; uses commandcmake/command you should have no
-trouble compiling it. Should you run into problems please report them to the
+paraSince kde; software uses commandcmake/command you should
+have no trouble compiling it. Should you run into problems please report them 
to the
 kde; mailing lists./para
 /sect2
 
diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index 71c6288..ec8e5cd 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -140,11 +140,11 @@ that way./para
 sect2 id=files-intro
 titleIntroduction/title
 
-paraMany kappname; applications work with files.  Most applications have a
+paraMany kde; applications work with files.  Most applications have a
 guimenuFile/guimenu menu with options that allow you to open and save 
files.
 For more information on that, see xref linkend=menus-file/.  However,
 there are lots of different operations that require selecting a file. 
Regardless
-of the method, all kappname; applications generally use the same file 
selection
+of the method, all kde; applications generally use the same file selection
 window./para
 
 screenshot id=screenshot-files-open
diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook
index eb962df..8f551da 100644
--- a/doc/fundamentals/ui.docbook
+++ b/doc/fundamentals/ui.docbook
@@ -19,7 +19,7 @@
 
 titleCommon Menus/title
 
-paraMany kappname; applications contain these menus.  However, most
+paraMany kde; applications contain these menus.  However, most
 applications will have more menu entries than those listed here, and others may
 be missing some of the entries listed here./para
 
@@ -493,8 +493,8 @@ information for the running 
application./action/para/listitem
 guimenuHelp/guimenu
 guimenuitemAbout KDE/guimenuitem
 /menuchoice/term
-listitemparaactionThis displays the KDE version and other basic
-information./action/para/listitem
+listitemparaactionThis displays the kde; Development Platform version
+and other basic information./action/para/listitem
 /varlistentry
 /variablelist
 !-- Tip of the Day missing--



[kde-doc-english] [khelpcenter] doc/fundamentals: fundamentals doc: grammar improvement

2014-04-17 Thread Aleix Pol
Git commit e9c3c0bc43dae7f5110b1d1be5881ffbfa3e1e2a by Aleix Pol, on behalf of 
T.C. Hollingsworth.
Committed on 22/04/2012 at 00:17.
Pushed by apol into branch 'master'.

fundamentals doc: grammar improvement

M  +1-1doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/e9c3c0bc43dae7f5110b1d1be5881ffbfa3e1e2a

diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index ffd6296..d0adb5b 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -139,7 +139,7 @@ made since it was first loaded or last 
reloaded./para/listitem
 
 varlistentry id=files-ui-toolbar-zoom
 termZoom Slider/term
-listitemparaThis allows to change the size of the icon or preview
+listitemparaThis allows you to change the size of the icon or preview
 shown in the folder view./para/listitem
 /varlistentry
 



[kde-doc-english] [khelpcenter] doc/fundamentals: rm superflous ; and add some comments

2014-04-17 Thread Aleix Pol
Git commit a5cfb4c7393d4bd10ac6faab14dcd16176ef7587 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 21/07/2012 at 07:26.
Pushed by apol into branch 'master'.

rm superflous ; and add some comments

M  +1-1doc/fundamentals/config.docbook
M  +1-1doc/fundamentals/tasks.docbook
M  +4-2doc/fundamentals/ui.docbook

http://commits.kde.org/khelpcenter/a5cfb4c7393d4bd10ac6faab14dcd16176ef7587

diff --git a/doc/fundamentals/config.docbook b/doc/fundamentals/config.docbook
index cf1c798..8b5966b 100644
--- a/doc/fundamentals/config.docbook
+++ b/doc/fundamentals/config.docbook
@@ -11,7 +11,7 @@
 titleCustomizing Toolbars/title
 
 !--FIXME link from korganizer config-toolbars section--
-!--FIXME link from sect2 id=configtoolbars in tables/config.docbook --
+!--FIXME link from sect2 id=configtoolbars in sheets/config.docbook --
 !--FIXME link from sect2 id=configuration-toolbars in 
extragear/multimedia-git/kplayer/doc/en_US/configuration.docbook --
 screenshot id=screenshot-toolbars-toolbar
 screeninfoThe gwenview; Toolbar/screeninfo
diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index 1c3af14..f80e191 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -657,7 +657,7 @@ writing parts of this section./para
 /sect1info
 titleCheck Spelling/title
 
-parasonnet;; is the spelling checker used by kde; applications such as 
kate;,
+parasonnet; is the spelling checker used by kde; applications such as 
kate;,
 kmail;, and kword;. It is a GUI; frontend to various free spell 
checkers./para
 
 paraTo use sonnet; you need to install a spell checker like
diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook
index b3f2a0f..8ede8fe 100644
--- a/doc/fundamentals/ui.docbook
+++ b/doc/fundamentals/ui.docbook
@@ -457,7 +457,9 @@ function./para/listitem
 listitemparaactionOpens the Bug report dialog/action where you can
 report a bug or request a quotewishlist/quote feature./para/listitem
 /varlistentry
-
+!--two different dialogs, either via web (default if aboutData-bugAddress() 
==  or == submit at bugs.kde.org ) 
+or via email (see krecipes doc rev 1306076)
+--
 varlistentry
 termmenuchoice
 guimenuHelp/guimenu
@@ -487,7 +489,7 @@ information for the running 
application./action/para/listitem
 information./action/para/listitem
 /varlistentry
 /variablelist
-
+!-- Tip of the Day missing--
 /sect2
 
 sect2 id=menus-ack



[kde-doc-english] docbook issues in workspace repos

2014-04-17 Thread Aleix Pol
On Mon, Apr 14, 2014 at 12:57 PM, Burkhard L?ck lueck at hube-lueck.de wrote:

 Hi,

 I found a lot of docbook issues in many workspace repos, i. e. code but no
 corresponding docbook in a repo and vice versa:

 kde-cli-tools:
 mv plasma-desktop/doc/kcontrol/filetypes/
 kde-cli-tools/doc/kcontrol/filetypes/


Are we sure about that? I skimmed through the file and it's describing the
KCM module...



 khelpcenter:
 mv doc/* doc/khelpcenter
 mv kde-runtime/doc/[onlinehelp|fundamentals|glossary] /doc

Done



 /plugins/plasma.desktop X-DocPath=help:/plasma-desktop/index.html???
 mv plasma-desktop/doc/plasma-desktop/ /doc/

I'm unsure what this means, sorry.



 khotkeys:
 mv kde-workspace/doc/kcontrol/khotkeys doc/kcontrol/khotkeys

It's in plasma-desktop/doc/kcontrol/khotkeys



 kio-extras:
 missing docbooks kcontrol/kcmcgi/ + kcontrol/trash/ (from superfluous
 docbook /doc/kioslave/network/ where is the code?

They are both in Plasma-Desktop, with the rest of KControl modules.



 kwindowsaddons:
 missing docbooks kcontrol/platform/+ kwinshutdown/ ? did we ever had
 these docbooks?

I don't think so.



 plasma-desktop:
 Docbooks, but no corresponding X-DocPath entries
   /doc/kcontrol/bookmarks/index.docbook
   /doc/kcontrol/cache/index.docbook
   /doc/kcontrol/clock/index.docbook
   /doc/kcontrol/cookies/index.docbook
   /doc/kcontrol/cursortheme/index.docbook
   /doc/kcontrol/ebrowsing/index.docbook
   /doc/kcontrol/filemanager/index.docbook
   /doc/kcontrol/filetypes/index.docbook
   /doc/kcontrol/history/index.docbook
   /doc/kcontrol/kcm_ssl/index.docbook
   /doc/kcontrol/kcmcgi/index.docbook
   /doc/kcontrol/kcmcss/index.docbook
   /doc/kcontrol/kcmsmserver/index.docbook
   /doc/kcontrol/khotkeys/index.docbook
   /doc/kcontrol/khtml-adblock/index.docbook
   /doc/kcontrol/khtml-behavior/index.docbook
   /doc/kcontrol/khtml-general/index.docbook
   /doc/kcontrol/khtml-java-js/index.docbook
   /doc/kcontrol/khtml-plugins/index.docbook
   /doc/kcontrol/netpref/index.docbook
   /doc/kcontrol/paths/index.docbook
   /doc/kcontrol/performance/index.docbook
   /doc/kcontrol/powerdevil/index.docbook
   /doc/kcontrol/proxy/index.docbook
   /doc/kcontrol/smb/index.docbook
   /doc/kcontrol/solid-device-automounter/index.docbook
   /doc/kcontrol/splashscreen/index.docbook
   /doc/kcontrol/trash/index.docbook
   /doc/kcontrol/useragent/index.docbook

So we want the kcm desktop files to link to those?
For example, there's the clock kcm, which desktop file is in
plasma-desktop/kcms/dateandtime/clock.desktop. It doesn't have such
X-DocPath but then it doesn't seem to need any move.

Should we add it now? Is it already broken in KDE4?



 plasma-workspace:
 missing docbooks: kcontrol/kcmsmserver/ + kcontrol/splashscreen/
 mv plasma-desktop/doc/[kcontrol/kcmsmserver|kcontrol/splashscreen]
 plasma/workspace/doc/


Actually in these cases, kcmsmserver and the ksplashscreen kcm should go to
plasma-desktop instead.



 superfluous docbooks /doc/PolicyKit-kde/ where is the code?

I think here:
https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1

I don't know if this has been ported yet, but it should probably go to
either frameworksintegration or plasma-workspace.



 --
 Burkhard L?ck

 ___
 Kde-frameworks-devel mailing list
 Kde-frameworks-devel at kde.org
 https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Thanks for your thorough review! :)

Aleix
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.kde.org/pipermail/kde-doc-english/attachments/20140417/6705361e/attachment.html


[kde-doc-english] [khelpcenter] doc/fundamentals: screenshot shows konqueror, not kwrite

2014-04-17 Thread Aleix Pol
Git commit 2b4daedcd192fc58dafc5ab60fbe6bda32ffaed1 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 20/04/2012 at 12:04.
Pushed by apol into branch 'master'.

screenshot shows konqueror, not kwrite

M  +2-2doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/2b4daedcd192fc58dafc5ab60fbe6bda32ffaed1

diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index 6b46fc8..a4a262f 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -540,7 +540,7 @@ that will be used is listed in parenthesis at the end of 
the check box label.
 mediaobject
 imageobjectimagedata fileref=files-save.png format=PNG//imageobject
 textobjectphraseThe File Save window./phrase/textobject
-captionparaSaving a file in ulink url=help:/kwritekwrite;/ulink.
+captionparaSaving a file in ulink 
url=help:/konquerorkonqueror;/ulink.
 /para/caption
 /mediaobject
 /screenshot
@@ -1079,4 +1079,4 @@ palettes, see xref linkend=colors-palette/./para
 
 /sect1
 
-/chapter
\ No newline at end of file
+/chapter



[kde-doc-english] [khelpcenter] doc/fundamentals: fix wrong png name to pull the right screenshot

2014-04-17 Thread Aleix Pol
Git commit 511f5e431e4adcec93b3ba191302d26b3e78d3e9 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 05/05/2012 at 17:54.
Pushed by apol into branch 'master'.

fix wrong png name to pull the right screenshot

M  +1-1doc/fundamentals/config.docbook

http://commits.kde.org/khelpcenter/511f5e431e4adcec93b3ba191302d26b3e78d3e9

diff --git a/doc/fundamentals/config.docbook b/doc/fundamentals/config.docbook
index 2b60055..bb13089 100644
--- a/doc/fundamentals/config.docbook
+++ b/doc/fundamentals/config.docbook
@@ -309,7 +309,7 @@ easily./para
 screenshot id=screenshot-shortcuts-schemes
 screeninfoWorking with Schemes/screeninfo
 mediaobject
-imageobjectimagedata fileref=shortcuts-search.png 
format=PNG//imageobject
+imageobjectimagedata fileref=shortcuts-schemes.png 
format=PNG//imageobject
 textobjectphraseThe Customize Shortcuts window displaying the scheme
 editing tools./phrase/textobject
 captionparaEditing a scheme called 
userinputwork/userinput./para/caption



[kde-doc-english] [khelpcenter] doc/fundamentals: Fix typo

2014-04-17 Thread Aleix Pol
Git commit 0118398d110ba2c7cf20d575d2844af60e6e725f by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 04/07/2013 at 06:42.
Pushed by apol into branch 'master'.

Fix typo

M  +1-1doc/fundamentals/ui.docbook

http://commits.kde.org/khelpcenter/0118398d110ba2c7cf20d575d2844af60e6e725f

diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook
index 5a7..fa1e0ae 100644
--- a/doc/fundamentals/ui.docbook
+++ b/doc/fundamentals/ui.docbook
@@ -282,7 +282,7 @@ A emphasis role=boldlink 
linkend=visualdict-menu-buttonMenu Button/link
 /screenshot
 
 paraThis screenshot, from the systemsettings; Default Applications panel,
-shows even more GUI; elements.  Click onpart of the window to learn more 
about 
+shows even more GUI; elements.  Click on part of the window to learn more 
about 
 it./para
 
 orderedlist



[kde-doc-english] [khelpcenter] doc/fundamentals: add screenshots for inline find and replace needs some explanation in the docbook, see my FIXME's. Any takers? CCMAIL:kde-doc-english@kde.org

2014-04-17 Thread Aleix Pol
Git commit 9ef4eec72617c89965dbb5df0f25e0d8806b544c by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 08/07/2012 at 10:12.
Pushed by apol into branch 'master'.

add screenshots for inline find and replace needs some explanation in the 
docbook, see my FIXME's. Any takers? CCMAIL:kde-doc-english at kde.org

A  +---doc/fundamentals/find-find-inline.png
A  +---doc/fundamentals/find-replace-inline.png
M  +25   -1doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/9ef4eec72617c89965dbb5df0f25e0d8806b544c

diff --git a/doc/fundamentals/find-find-inline.png 
b/doc/fundamentals/find-find-inline.png
new file mode 100644
index 000..58c1ebb
Binary files /dev/null and b/doc/fundamentals/find-find-inline.png differ
diff --git a/doc/fundamentals/find-replace-inline.png 
b/doc/fundamentals/find-replace-inline.png
new file mode 100644
index 000..0bef63a
Binary files /dev/null and b/doc/fundamentals/find-replace-inline.png differ
diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index 462513f..d4f34a7 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -799,7 +799,7 @@ many kde; applications. For more information on this menu, 
see
 imageobjectimagedata fileref=find-find.png format=PNG//imageobject
 textobjectphraseThe Find window./phrase/textobject
 captionparaSearching for userinputsoftware/userinput in
-ulink url=http://kde.org/applications/internet/kmail/;kmail;/ulink.
+ulink url=http://kde.org/applications/internet/kmail/;kmail;'s composer 
window/ulink.
 /para/caption
 /mediaobject
 /screenshot
@@ -878,6 +878,17 @@ or by pressing keycapF3/keycap./para
 /mediaobject
 /screenshot
 
+!--FIXME explain different appearance in kate etc - no seperate window, but a 
find bar--
+screenshot id=screenshot-find-find-inline
+screeninfoThe Find bar kate;./screeninfo
+mediaobject
+imageobjectimagedata fileref=find-find-inline.png 
format=PNG//imageobject
+textobjectphraseThe Find bar in kate;./phrase/textobject
+captionparaSearching for userinputsoftware/userinput in kate;'s Find 
bar.
+/para/caption
+/mediaobject
+/screenshot
+
 /sect2
 
 sect2 id=find-replace
@@ -942,6 +953,19 @@ to replace the found text./para/listitem
 /varlistentry
 
 /variablelist
+
+!--FIXME explain different appearance in kate etc - no separate window, but a 
find + replace bar--
+
+screenshot id=screenshot-find-replace-inline
+screeninfoThe Find and Replace bar./screeninfo
+mediaobject
+imageobjectimagedata fileref=find-replace-inline.png 
format=PNG//imageobject
+textobjectphraseThe Find and Replace bar./phrase/textobject
+captionparaReplacing userinputkmail/userinput with
+userinputkate/userinput in kate;'s Find and Replace bar/para/caption
+/mediaobject
+/screenshot
+
 /sect2
 
 sect2 id=find-ack



[kde-doc-english] [khelpcenter] doc/glossary: quote markup is stripped off in KHC's glossary view

2014-04-17 Thread Aleix Pol
Git commit 9c92f54b2467d1baf98f571466f4d870512c948e by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 24/08/2011 at 20:23.
Pushed by apol into branch 'master'.

quote markup is stripped off in KHC's glossary view

M  +7-7doc/glossary/index.docbook

http://commits.kde.org/khelpcenter/9c92f54b2467d1baf98f571466f4d870512c948e

diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
index b61a86b..e5f4bfc 100644
--- a/doc/glossary/index.docbook
+++ b/doc/glossary/index.docbook
@@ -96,7 +96,7 @@ itemizedlist+listitem changed to simple para --
glosstermacronymIO/acronym Slave/glossterm
glossdefparaacronymIO/acronym Slaves enable 
kde; applications to
access remote resources as easily as local 
resources (making them
-   quotenetwork transparent/quote). Remote 
resources (eg; files) might
+   network transparent). Remote resources (eg; 
files) might
be stored on acronymSMB/acronym shares or 
similar./para
glossseealso 
otherterm=gloss-smbacronymSMB/acronym/glossseealso
glossseealso 
otherterm=gloss-kdekde;/glossseealso
@@ -115,7 +115,7 @@ itemizedlist+listitem changed to simple para --
glossentry id=gloss-kio
glosstermacronymKIO/acronym/glossterm
glossdefparaThe kde; Input/Output system which 
makes use of so-called
-   quoteacronymIO/acronym 
Slaves/quote./para
+   acronymIO/acronym Slaves./para
glossseealso 
otherterm=gloss-ioslaveacronymIO/acronym 
 Slave/glossseealso
glossseealso 
otherterm=gloss-kdekde;/glossseealso
@@ -338,7 +338,7 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
files from one place to another by a certain 
mouse movement, eg;
clicking on an icon in a konqueror; window, 
moving the mouse to another
window while keeping the mouse button pressed, 
and releasing the mouse
-   button (quotedropping/quote the object) 
copies files./para
+   button (dropping the object) copies 
files./para
glossseealso 
otherterm=gloss-konquerorkonqueror;/glossseealso
/glossdef
/glossentry
@@ -380,7 +380,7 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
/glossentry
glossentry id=gloss-kde
glosstermkde;/glossterm
-   glossdefparaAbbreviation for quoteK Desktop 
Environment/quote, a
+   glossdefparaAbbreviation for K Desktop 
Environment, a
leading GUI; for UNIX;-based systems. You can 
find more
detailed information at linkstart;

http://www.kde.orglinkmid;www.kde.orglinkend;.newpara;
@@ -477,7 +477,7 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
glosstermQt;/glossterm
glossdefparaThe GUI; of kde; is built on top of
the Qt; toolkit, which provides many graphical 
elements (so-called
-   quoteWidgets/quote) which are used to 
construct the desktop. You
+   Widgets) which are used to construct the 
desktop. You
can find more information about Qt; at 
linkstart;

http://qt.nokia.com/linkmid;http://qt.nokia.com/linkend;./para
glossseealso 
otherterm=gloss-kdekde;/glossseealso
@@ -499,7 +499,7 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
/glossentry
glossentry id=gloss-i18n
glosstermi18n/glossterm
-   glossdefparaAbbreviation for 
quoteinternationalization/quote. kde;
+   glossdefparaAbbreviation for 
internationalization. kde;
supports many different languages, and several 
i18n techniques make it
easy to translate the GUI; as well as the 
accompanying
documents of kde; into all these languages. 
More information about the
@@ -542,7 +542,7 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
/glossentry
glossentry id=gloss-l10n
glossterml10n/glossterm
-   glossdefparaAbbreviation for 
quotelocalization/quote, the process

[kde-doc-english] [khelpcenter] doc/glossary: Fix link, get rid of KOffice entry (it is not installed by modern distributions)

2014-04-17 Thread Aleix Pol
Git commit 1ee31835132b1cc768fd4834a0668f81ab53b4dc by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 09/12/2012 at 16:34.
Pushed by apol into branch 'master'.

Fix link, get rid of KOffice entry (it is not installed by modern distributions)

M  +2-2doc/glossary/index.docbook

http://commits.kde.org/khelpcenter/1ee31835132b1cc768fd4834a0668f81ab53b4dc

diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
index 9a4bb56..4a297b3 100644
--- a/doc/glossary/index.docbook
+++ b/doc/glossary/index.docbook
@@ -69,9 +69,9 @@ itemizedlist+listitem changed to simple para --
/glossentry
glossentry id=gloss-flake
glosstermFlake/glossterm
-   glossdefparaFlake is a programming library to be 
used in koffice; 2. Functionally, it provides Shapes to display content and 
Tools to manipulate content. Shapes can be zoomed or rotated and can be grouped 
to work as a single Shape, around which text flow is possible.newpara;
+   glossdefparaFlake is a programming library to be 
used in koffice;/Calligra. Functionally, it provides Shapes to display content 
and Tools to manipulate content. Shapes can be zoomed or rotated and can be 
grouped to work as a single Shape, around which text flow is possible.newpara;
More info:newpara;
-   
linkstart;http://wiki.koffice.org/index.php?title=Flakelinkmid;KOffice 
Wiki: Flakelinkend;/para
+   
linkstart;http://community.kde.org/Calligra/Libs/Flakelinkmid;kde; 
Community Wiki: Flakelinkend;/para
glossseealso 
otherterm=gloss-kdekde;/glossseealso
glossseealso 
otherterm=gloss-kpartsKParts/glossseealso
/glossdef



[kde-doc-english] [khelpcenter] doc/fundamentals: Fix typo

2014-04-17 Thread Aleix Pol
Git commit 9d529984523a97c916588be56d1cfe1fd50a172d by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 21/04/2012 at 16:16.
Pushed by apol into branch 'master'.

Fix typo

M  +1-1doc/fundamentals/config.docbook

http://commits.kde.org/khelpcenter/9d529984523a97c916588be56d1cfe1fd50a172d

diff --git a/doc/fundamentals/config.docbook b/doc/fundamentals/config.docbook
index 1a2ccf8..2b60055 100644
--- a/doc/fundamentals/config.docbook
+++ b/doc/fundamentals/config.docbook
@@ -141,7 +141,7 @@ the text label will appear underneath each toolbar item's 
icon
 /itemizedlist
 
 paraYou can also show or hide text for individual toolbar items by
-right-clicking on an time and checking or unchecking the item under
+right-clicking on an item and checking or unchecking the item under
 guilabelShow Text/guilabel./para
 
 /sect3



[kde-doc-english] [khelpcenter] doc/fundamentals: typo fix

2014-04-17 Thread Aleix Pol
Git commit 495ab98072e584943cf6f4d6ebd6cd1153ee2495 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 08/05/2012 at 11:27.
Pushed by apol into branch 'master'.

typo fix

M  +5-2doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/495ab98072e584943cf6f4d6ebd6cd1153ee2495

diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index e2c4f41..0045308 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -9,7 +9,10 @@
 /authorgroup
 /sect1info
 titleNavigating Documents/title
-
+!-- FIXME
+Add auto scroll feature Konqueror with KHTML/Okular/more apps here?
+automatic scrolling with Shift+Down Arrow or Shift+Up Arrow
+--
 sect2 id=nav-scroll
 titleScrolling/title
 
@@ -81,7 +84,7 @@ printed document, or one screen up in other types of 
documents./para/listitem
 shortcutkeycapPgDown/keycap/shortcut
 guimenuitemPage down/guimenuitem
 /menuchoice/term
-listitemparaNavigate to the previous pag in a document that represents a
+listitemparaNavigate to the previous page in a document that represents a
 printed document, or one screen down in other types of documents.
 /para/listitem
 /varlistentry



[kde-doc-english] [khelpcenter] doc/fundamentals: fix wrong keycap for Print L-P

2014-04-17 Thread Aleix Pol
Git commit 1890211318ab32de1a5052c278db5270b137aa57 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 21/04/2012 at 07:37.
Pushed by apol into branch 'master'.

fix wrong keycap for Print L-P

M  +2-2doc/fundamentals/ui.docbook

http://commits.kde.org/khelpcenter/1890211318ab32de1a5052c278db5270b137aa57

diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook
index 3efd579..29a4459 100644
--- a/doc/fundamentals/ui.docbook
+++ b/doc/fundamentals/ui.docbook
@@ -125,7 +125,7 @@ Reloads all open files.
 
 varlistentry
 termmenuchoice
-shortcutkeycombo 
action=simulCtrl;keycapL/keycap/keycombo/shortcut
+shortcutkeycombo 
action=simulCtrl;keycapP/keycap/keycombo/shortcut
 guimenuFile/guimenuguimenuitemPrint/guimenuitem
 /menuchoice/term
 listitempara
@@ -488,4 +488,4 @@ much of this documentation./para
 
 /sect1
 
-/chapter
\ No newline at end of file
+/chapter



[kde-doc-english] [khelpcenter] doc/fundamentals: s/sect1/section/ in prose (sed during reorg went too far ; -)

2014-04-17 Thread Aleix Pol
Git commit c5b9600a6905f23010c977498cac3ef86ea21708 by Aleix Pol, on behalf of 
T.C. Hollingsworth.
Committed on 08/05/2012 at 07:51.
Pushed by apol into branch 'master'.

s/sect1/section/ in prose (sed during reorg went too far ;-)

M  +2-2doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/c5b9600a6905f23010c977498cac3ef86ea21708

diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index 8b5e391..e2c4f41 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -635,7 +635,7 @@ dialog without performing any action./para/listitem
 titleThanks and Acknowledgments/title
 
 paraSpecial thanks to Google Code-In 2011 participant Alexey Subach for
-writing parts of this sect1./para
+writing parts of this section./para
 
 /sect2
 
@@ -754,7 +754,7 @@ documentation/ulink/para
 titleThanks and Acknowledgments/title
 
 paraSpecial thanks to Google Code-In 2011 Participant Salma Sultana for 
writing
-much of this sect1./para
+much of this section./para
 
 /sect2
 



[kde-doc-english] [khelpcenter] doc/fundamentals: fix cp error 'text box' - 'Radio Button'

2014-04-17 Thread Aleix Pol
Git commit 0ba7794a279ff886fe15c5af010f78963e2b by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 07/08/2013 at 10:33.
Pushed by apol into branch 'master'.

fix cp error 'text box' - 'Radio Button'

M  +1-1doc/fundamentals/ui.docbook

http://commits.kde.org/khelpcenter/0ba7794a279ff886fe15c5af010f78963e2b

diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook
index fa1e0ae..e44fc42 100644
--- a/doc/fundamentals/ui.docbook
+++ b/doc/fundamentals/ui.docbook
@@ -292,7 +292,7 @@ A emphasis role=boldlink 
linkend=visualdict-list-boxList Box/link/emp
 /para/listitem
 
 listitempara
-A pair of emphasis role=boldlink linkend=visualdict-text-boxtext 
box/link/emphasis
+A pair of emphasis role=boldlink linkend=visualdict-radio-buttonRadio 
Buttons/link/emphasis
 /para/listitem
 
 listitempara



[kde-doc-english] [khelpcenter] doc/fundamentals: Fix typos

2014-04-17 Thread Aleix Pol
Git commit 8deccd79cf88b9f1a556c84a1127f6355d289c7d by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 22/04/2012 at 10:36.
Pushed by apol into branch 'master'.

Fix typos

M  +3-3doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/8deccd79cf88b9f1a556c84a1127f6355d289c7d

diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index f77bbc5..ecb2a70 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -522,7 +522,7 @@ arrow button./para
 
 paraWhen saving a file, the guilabelFilter/guilabel entry will instead
 display a drop down box that allows you to select from all the file types the
-applications supports.  Select one to save a file in that format./para
+application supports.  Select one to save a file in that format./para
 /listitem
 /varlistentry
 
@@ -616,7 +616,7 @@ replace the misspelled word with that selected word. With 
the help of the
 guibuttonSuggest/guibutton button, you can add more suggestions from the
 dictionary to the suggestions list./para
 
-paraClick on guibuttonIgnore/guibutton, to change your original 
spelling./para
+paraClick on guibuttonIgnore/guibutton, to keep your original 
spelling./para
 
 paraClick on guibuttonFinished/guibutton, to stop spellchecking and
 emphasiskeep/emphasis the changes made./para
@@ -757,7 +757,7 @@ return results even in the middle of other text.  For 
instance, if you search
 for quoteis/quote it will stop on every word that contains that,
 like quotethemphasisis/emphasis/quote or
 quotehemphasisis/emphasistory/quote. If you check this option, the
-application will only return results when the the search text a word by itself,
+application will only return results when the search text a word by itself,
 that is, surrounded by whitespace./para/listitem
 /varlistentry
 



[kde-doc-english] [khelpcenter] doc/fundamentals: add KDE Fundamentals documentation (formerly code-named building blocks)

2014-04-17 Thread Aleix Pol
Git commit 76103cf0d7336b8645d322bb4efd1e16d23b95cc by Aleix Pol, on behalf of 
T.C. Hollingsworth.
Committed on 20/04/2012 at 08:34.
Pushed by apol into branch 'master'.

add KDE Fundamentals documentation (formerly code-named building blocks)

A  +1-0doc/fundamentals/CMakeLists.txt
A  +---doc/fundamentals/colors.png
A  +374  -0doc/fundamentals/config.docbook
A  +---doc/fundamentals/files-locationbar-breadcrumb.png
A  +---doc/fundamentals/files-locationbar-context-menu.png
A  +---doc/fundamentals/files-locationbar-editable.png
A  +---doc/fundamentals/files-locationbar-places-icon.png
A  +---doc/fundamentals/files-open.png
A  +---doc/fundamentals/files-save.png
A  +---doc/fundamentals/find-find.png
A  +---doc/fundamentals/find-found.png
A  +---doc/fundamentals/find-replace.png
A  +---doc/fundamentals/fonts.png
A  +141  -0doc/fundamentals/index.docbook
A  +124  -0doc/fundamentals/install.docbook
A  +---doc/fundamentals/menus.png
A  +---doc/fundamentals/shortcuts-schemes.png
A  +---doc/fundamentals/shortcuts-search.png
A  +---doc/fundamentals/shortcuts-set.png
A  +1082 -0doc/fundamentals/tasks.docbook
A  +---doc/fundamentals/toolbars-configure.png
A  +---doc/fundamentals/toolbars-toolbar.png
A  +491  -0doc/fundamentals/ui.docbook

http://commits.kde.org/khelpcenter/76103cf0d7336b8645d322bb4efd1e16d23b95cc

diff --git a/doc/fundamentals/CMakeLists.txt b/doc/fundamentals/CMakeLists.txt
new file mode 100644
index 000..dd75aec
--- /dev/null
+++ b/doc/fundamentals/CMakeLists.txt
@@ -0,0 +1 @@
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en)
diff --git a/doc/fundamentals/colors.png b/doc/fundamentals/colors.png
new file mode 100644
index 000..7059435
Binary files /dev/null and b/doc/fundamentals/colors.png differ
diff --git a/doc/fundamentals/config.docbook b/doc/fundamentals/config.docbook
new file mode 100644
index 000..a74d03e
--- /dev/null
+++ b/doc/fundamentals/config.docbook
@@ -0,0 +1,374 @@
+chapter id=config
+titleCustomizing kde;/title
+
+sect1 id=toolbars
+sect1info
+authorgroup
+authorTC.Hollingsworth; TC.Hollingsworth.mail;/author
+!-- TRANS:ROLES_OF_TRANSLATORS --
+/authorgroup
+/sect1info
+titleCustomizing Toolbars/title
+
+!--FIXME link from korganizer config-toolbars section--
+!--FIXME link from sect2 id=configtoolbars in tables/config.docbook --
+!--FIXME link from sect2 id=configuration-toolbars in 
extragear/multimedia-git/kplayer/doc/en_US/configuration.docbook --
+
+screenshot id=screenshot-toolbars-toolbar
+screeninfoThe gwenview; Toolbar/screeninfo
+mediaobject
+imageobjectimagedata fileref=toolbars-toolbar.png 
format=PNG//imageobject
+textobjectphraseThe gwenview; toolbar./phrase/textobject
+captionparaThe toolbar in
+ulink url=http://kde.org/applications/graphics/gwenview/;gwenview;/ulink.
+/para/caption
+/mediaobject
+/screenshot
+
+sect2 id=toolbars-items
+titleModifying Toolbar Items/title
+
+paraTo customize an application's toolbars, go to
+menuchoiceguimenuSettings/guimenuguimenuitemConfigure
+Toolbars.../guimenuitem/menuchoice or right-click on a toolbar and select
+guimenuitemConfigure Toolbars.../guimenuitem./para
+
+paraOn the left side of the toolbar configuration panel, the available items
+that you can put in you toolbar are shown. On the right, the ones that already
+appear on the toolbar are shown.  At the top, you can select the toolbar
+you wish to modify or view./para
+
+paraAbove each side of the panel there is a guilabelFilter/guilabel text
+box you can use to easily find items in the list./para
+
+screenshot id=screenshot-toolbars-customize
+screeninfoThe Customize Toolbars Window/screeninfo
+mediaobject
+imageobjectimagedata fileref=toolbars-configure.png 
format=PNG//imageobject
+textobjectphraseThe Customize Toolbars window./phrase/textobject
+captionparaThe Customize Toolbars window in gwenview; with the
+guibuttonPrevious/guibutton button selected./para/caption
+/mediaobject
+/screenshot
+
+sect3 id=toolbars-items-add
+titleAdding an Item/title
+paraYou can add an item to your toolbar by selecting it from the left side 
and
+clicking on the right arrow button./para
+/sect3
+
+sect3 id=toolbars-items-remove
+titleRemoving an Item/title
+paraYou can remove an item by selecting it and clicking the left arrow
+button./para
+/sect3
+
+
+sect3 id=toolbars-items-rearrange
+titleChanging the Position of Items/title
+
+paraYou can change the position of the items by moving them lower or higher 
in
+the list.  To move items lower, press the down arrow button, while to move 
items
+higher press the up arrow button. You can also change items' position by
+dragging and dropping them./para
+
+paraOn horizontal toolbars, the item that's on top will be the one on the 
left.
+On vertical toolbars, items are arranged as they appear in the toolbar./para
+
+/sect3
+
+sect3 id

[kde-doc-english] [khelpcenter] doc/glossary: Remove all traces of Nepomuk

2014-04-17 Thread Aleix Pol
Git commit b43fba91e82f46005d852070121039a4580d1ab2 by Aleix Pol, on behalf of 
Vishesh Handa.
Committed on 17/03/2014 at 17:02.
Pushed by apol into branch 'master'.

Remove all traces of Nepomuk

M  +0-24   doc/glossary/index.docbook

http://commits.kde.org/khelpcenter/b43fba91e82f46005d852070121039a4580d1ab2

diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
index 6b024d4..3732d95 100644
--- a/doc/glossary/index.docbook
+++ b/doc/glossary/index.docbook
@@ -145,18 +145,6 @@ Slave/glossseealso
 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glossseealso
/glossdef
/glossentry
-   glossentry id=gloss-nepomuk
-   glosstermNepomuk/glossterm
-   glossdefparaNepomuk is the acronym of 
emstart;Nemend;etworked emstart;Eemend;nvironment for 
emstart;Pemend;ersonalized, emstart;Oemend;ntology-based 
emstart;Memend;anagement of emstart;Uemend;nified 
emstart;Kemend;nowledge. Nepomuk aims to remove artificial barriers between 
information to allow dynamic classification, organization and presentation of 
data to the user. Whether downloaded from the Internet, received in an email or 
scribbled in a note, information is globally searchable and tagged with 
intelligent data.newpara;
-   More info:newpara;
-   
linkstart;http://en.wikipedia.org/wiki/Semantic_desktoplinkmid;Wikipedia: 
Semantic Desktoplinkend;newpara;
-   
linkstart;http://en.wikipedia.org/wiki/NEPOMUK_(framework)linkmid;Wikipedia:
 NEPOMUK frameworklinkend;newpara;
-   
linkstart;http://nepomuk.semanticdesktop.org/xwiki/bin/view/Main1/linkmid;NEPOMUK
 websitelinkend;newpara;
-   
linkstart;http://nepomuk.kde.org/discover/userlinkmid;NEPOMUK 
KDElinkend;newpara;
-   
linkstart;http://userbase.kde.org/Nepomuklinkmid;Userbase Nepomuk 
pagelinkend;/para
-   glossseealso 
otherterm=gloss-kdekde;/glossseealso
-   /glossdef
-   /glossentry
glossentry id=gloss-phonon
glosstermPhonon/glossterm
glossdefparaA cross-platform multimedia API, 
interfacing with existing frameworks, such as gstreamer and xine engines. kde; 
2 and 3 depended on aRts for sound. Phonon replaces it.newpara;
@@ -538,24 +526,12 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
glossseealso 
otherterm=gloss-i18ni18n/glossseealso
 /glossdef
/glossentry
-   glossentry id=gloss-soprano
-   glosstermSoprano/glossterm
-   glossdefparaSoprano is a sub-project of Nepomuk, 
providing a repository for gathered information such as tags, ratings, etc; 
This makes the information available to Strigi.newpara;
-   More info:newpara;
-   
linkstart;http://en.wikipedia.org/wiki/Soprano_(KDE)linkmid;Wikipedia: 
Sopranolinkend;/para
-   glossseealso 
otherterm=gloss-kdekde;/glossseealso
-   glossseealso 
otherterm=gloss-nepomukNepomuk/glossseealso
-   glossseealso 
otherterm=gloss-strigiStrigi/glossseealso
-   /glossdef
-   /glossentry   
glossentry id=gloss-strigi
glosstermStrigi/glossterm
glossdefparaA deep-indexed search daemon, Strigi 
aims to be fast and light-weight. It also uses SHA-1 hash which will help in 
the identification of duplicate files.newpara;
More info:newpara;

linkstart;http://en.wikipedia.org/wiki/Strigilinkmid;Wikipedia: 
Strigilinkend;/para
glossseealso 
otherterm=gloss-kdekde;/glossseealso
-   glossseealso 
otherterm=gloss-nepomukNepomuk/glossseealso
-   glossseealso 
otherterm=gloss-sopranoSoprano/glossseealso
/glossdef
/glossentry
glossentry id=gloss-widget



[kde-doc-english] [khelpcenter] doc/glossary: Use qt-project links

2014-04-17 Thread Aleix Pol
Git commit 7e057254e4c395db5976d97bce4b71c3cfaa6f9b by Aleix Pol, on behalf of 
Yuri Chornoivan.
Committed on 19/07/2013 at 14:47.
Pushed by apol into branch 'master'.

Use qt-project links

M  +1-1doc/glossary/index.docbook

http://commits.kde.org/khelpcenter/7e057254e4c395db5976d97bce4b71c3cfaa6f9b

diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
index 4a297b3..8e082ba 100644
--- a/doc/glossary/index.docbook
+++ b/doc/glossary/index.docbook
@@ -469,7 +469,7 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
the Qt; toolkit, which provides many graphical 
elements (so-called
Widgets) which are used to construct the 
desktop. You
can find more information about Qt; at 
linkstart;
-   
http://qt.nokia.com/linkmid;http://qt.nokia.com/linkend;./para
+   
http://qt-project.org/linkmid;http://qt-project.org/linkend;./para
glossseealso 
otherterm=gloss-kdekde;/glossseealso
glossseealso 
otherterm=gloss-guiGUI;/glossseealso
glossseealso 
otherterm=gloss-widgetWidget/glossseealso



[kde-doc-english] [khelpcenter] doc/fundamentals: fix wrong name of systemsettings module Manage Notifications spotted by tosky, thanks

2014-04-17 Thread Aleix Pol
Git commit 1ce3ef5c611ec82c0c9d8a51720e183d8ccac373 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 02/07/2013 at 20:03.
Pushed by apol into branch 'master'.

fix wrong name of systemsettings module Manage Notifications spotted by tosky, 
thanks

M  +5-0doc/fundamentals/install.docbook
M  +7-3doc/fundamentals/tasks.docbook
M  +5-4doc/fundamentals/ui.docbook

http://commits.kde.org/khelpcenter/1ce3ef5c611ec82c0c9d8a51720e183d8ccac373

diff --git a/doc/fundamentals/install.docbook b/doc/fundamentals/install.docbook
index 4d25b6e..ffc1f0d 100644
--- a/doc/fundamentals/install.docbook
+++ b/doc/fundamentals/install.docbook
@@ -116,6 +116,11 @@ Building and Running kde; Software From Source on kde; 
TechBase/ulink./para
 have no trouble compiling it. Should you run into problems please report them 
to the
 kde; mailing lists./para
 /sect2
+!--Fixme more info:
+  Where to get sources (git split) 
+  where to get help building from souces
+  kdesrc-build
+  --
 
 /sect1
 
diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index 93cd636..86f347a 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -127,7 +127,7 @@ that way./para
 
 /sect1
 
-
+ !--FIXME  Ctrl+Left Mouse Button or Shift+Left Mouse Button to select 
multiple files--
 sect1 id=files
 sect1info
 authorgroup
@@ -304,8 +304,8 @@ files./para/listitem
 guimenuOptions/guimenuguisubmenuView/guisubmenu
 guimenuitemDetailed View/guimenuitem
 /menuchoice/term
-listitemparaDisplays guilabelName/guilabel, guilabelDate/guilabel 
and
-guilabelSize/guilabel of the files./para/listitem
+listitemparaDisplays guilabelName/guilabel, guilabelDate/guilabel,
+guilabelSize/guilabel and guilabelType/guilabel of the 
files./para/listitem
 /varlistentry
 
 varlistentry id=files-ui-toolbar-options-view-tree
@@ -499,6 +499,10 @@ the path starting with the current places entry.
 /varlistentry
 !-- add options for places here 
 e.g Show only in to have kind a bookmarks special for an application etc.
+how to add/edit entries, 
+mount/unmount devices 
+show/hide entries
+size changes via splitter moving, different in dolhin (context menu with 4 
predefined icon sizes)
   --
 varlistentry id=files-ui-folder-view
 termThe Folder View/term
diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook
index 076b40c..92eb032 100644
--- a/doc/fundamentals/ui.docbook
+++ b/doc/fundamentals/ui.docbook
@@ -91,7 +91,8 @@ Saves the file. If the file already exists it will be 
overwritten.
 guimenuFile/guimenuguimenuitemSave As.../guimenuitem
 /menuchoice/term
 listitempara
-Saves the file with a new filename.
+  Saves the file with a new filename. 
+  !--FIXME some apps allow to save in a different format by changing the 
Filter (gwenview) or encoding (kate) --
 /para/listitem
 /varlistentry
 
@@ -419,7 +420,7 @@ dialog, where you can change the notifications (sounds, 
visible messages,
 etc;) used by the application./para
 paraFor more information how to configure notifications please read the 
documentation for
 the systemsettings; module ulink url=help:/kcontrol/kcmnotify/index.html
-Settings Notification/ulink.
+Manage Notifications/ulink.
 /para
 /listitem
 /varlistentry
@@ -482,7 +483,7 @@ function./para/listitem
 listitemparaactionOpens the Bug report dialog/action where you can
 report a bug or request a quotewishlist/quote feature./para/listitem
 /varlistentry
-!--two different dialogs, either via web (default if aboutData-bugAddress() 
==  or == submit at bugs.kde.org ) 
+!--FIXME two different dialogs, either via web (default if 
aboutData-bugAddress() ==  or == submit at bugs.kde.org ) 
 or via email (see krecipes doc rev 1306076)
 --
 varlistentry
@@ -514,7 +515,7 @@ information for the running 
application./action/para/listitem
 and other basic information./action/para/listitem
 /varlistentry
 /variablelist
-!-- Tip of the Day missing--
+!--FIXME Tip of the Day missing--
 /sect2
 
 sect2 id=menus-ack



[kde-doc-english] [khelpcenter] doc/fundamentals: add missing screenshot of check spelling window

2014-04-17 Thread Aleix Pol
Git commit 64566d3e31b4b9de5b85de32079d67db04321b87 by Aleix Pol, on behalf of 
T.C. Hollingsworth.
Committed on 08/05/2012 at 07:49.
Pushed by apol into branch 'master'.

add missing screenshot of check spelling window

M  +12   -1doc/fundamentals/tasks.docbook

http://commits.kde.org/khelpcenter/64566d3e31b4b9de5b85de32079d67db04321b87

diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index fb8d92e..8b5e391 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -665,7 +665,18 @@ dictionaries for the languages that you wish to use./para
 sect2 id=spellcheck-check
 titleCheck Spelling/title
 
-!--FIXME: screenshot--
+screenshot id=screenshot-spellcheck-check
+screeninfoThe Check Spelling Window/screeninfo
+mediaobject
+imageobject
+imagedata fileref=spellcheck-check.png format=PNG/
+/imageobject
+textobject
+phraseThe Check spelling window./phrase
+/textobject
+captionparaCorrecting a mispelling./para/caption
+/mediaobject
+/screenshot
 
 paraTo check spelling, go to menuchoiceguimenuTools/guimenu
 guimenuitemSpelling/guimenuitem/menuchoice./para



[kde-doc-english] [khelpcenter] doc/fundamentals: the exported scheme, not the file is available

2014-04-17 Thread Aleix Pol
Git commit 0a19f8c17fbfe284b93fc7ef639f19cfd306f6cf by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 08/07/2012 at 09:05.
Pushed by apol into branch 'master'.

the exported scheme, not the file is available

M  +1-1doc/fundamentals/config.docbook

http://commits.kde.org/khelpcenter/0a19f8c17fbfe284b93fc7ef639f19cfd306f6cf

diff --git a/doc/fundamentals/config.docbook b/doc/fundamentals/config.docbook
index 733405d..3916706 100644
--- a/doc/fundamentals/config.docbook
+++ b/doc/fundamentals/config.docbook
@@ -361,7 +361,7 @@ a name for your new scheme./para/listitem
 listitemparaExports the current scheme to a file named 
filenamereplaceableapplicationname/replaceablereplaceableschemename/replaceableshortcuts.rc/filename./para
 para
 Move this file to the folder filename 
class=directory$KDEDIR/apps/applicationname//filename 
-and it will be available in the drop down box labelled guilabelCurrent 
Scheme/guilabel
+and the exported scheme will be available in the drop down box labelled 
guilabelCurrent Scheme/guilabel
 /para/listitem
 /varlistentry
 



[kde-doc-english] [khelpcenter] doc/glossary: ZUI was replaced by an Activity Manager in kde 4.5

2014-04-17 Thread Aleix Pol
Git commit b9c951e088c485364077b08b6a9672e68b896065 by Aleix Pol, on behalf of 
Burkhard L?ck.
Committed on 15/04/2012 at 14:41.
Pushed by apol into branch 'master'.

ZUI was replaced by an Activity Manager in kde 4.5

M  +0-10   doc/glossary/index.docbook

http://commits.kde.org/khelpcenter/b9c951e088c485364077b08b6a9672e68b896065

diff --git a/doc/glossary/index.docbook b/doc/glossary/index.docbook
index e5f4bfc..9a4bb56 100644
--- a/doc/glossary/index.docbook
+++ b/doc/glossary/index.docbook
@@ -459,16 +459,6 @@ 
otherterm=gloss-kbuildsycocaapplicationKBuildSycoca/application/glosssee
glossseealso 
otherterm=gloss-pagerPager/glossseealso
/glossdef
/glossentry
-   glossentry id=gloss-zui
-   glosstermacronymZUI/acronym/glossterm
-   glossdefparaThe Zooming User Interface. emstart;By 
zooming out, users can get an overview of all the object groupings that they 
have made. These groupings may reflect the projects they are working on, be 
ways to keep different sets of files organized, etc. By hovering or clicking on 
one of these groups when zoomed out, users can either get a preview/snapshot of 
what is in the grouping, or zoom in on that grouping so that it is displayed 
full size on the physical screen.emend; --Aaron Seigonewpara;
-   More info:newpara;
-   
linkstart;http://userbase.kde.org/Plasmalinkmid;Plasma FAQlinkend;/para
-   glossseealso 
otherterm=gloss-kdekde;/glossseealso
-   glossseealso 
otherterm=gloss-ksvgKSVG/glossseealso
-   glossseealso 
otherterm=gloss-plasmaplasma;/glossseealso
-   /glossdef
-   /glossentry
/glossdiv

glossdiv id=kde-development



[kde-doc-english] [khelpcenter] doc/fundamentals: Add missing ... where needed

2014-04-17 Thread Aleix Pol
Git commit 90ddb0c55c2002fbede1b9f292df9337c39fe784 by Aleix Pol, on behalf of 
Luigi Toscano.
Committed on 27/01/2013 at 14:30.
Pushed by apol into branch 'master'.

Add missing ... where needed

M  +1-1doc/fundamentals/config.docbook
M  +4-4doc/fundamentals/tasks.docbook
M  +4-4doc/fundamentals/ui.docbook

http://commits.kde.org/khelpcenter/90ddb0c55c2002fbede1b9f292df9337c39fe784

diff --git a/doc/fundamentals/config.docbook b/doc/fundamentals/config.docbook
index 8b5966b..2ab8c8d 100644
--- a/doc/fundamentals/config.docbook
+++ b/doc/fundamentals/config.docbook
@@ -355,7 +355,7 @@ a name for your new scheme./para/listitem
 /varlistentry
 
 varlistentry
-termguimenuitemExport Scheme/guimenuitem/term
+termguimenuitemExport Scheme.../guimenuitem/term
 listitemparaExports the current scheme to a file named 
filenamereplaceableapplicationname/replaceablereplaceableschemename/replaceableshortcuts.rc/filename./para
 para
 Move this file to the folder filename 
class=directory$KDEDIR/apps/applicationname//filename 
diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook
index 7cc3e8a..71c6288 100644
--- a/doc/fundamentals/tasks.docbook
+++ b/doc/fundamentals/tasks.docbook
@@ -685,7 +685,7 @@ dictionaries for the languages that you wish to use./para
 /screenshot
 
 paraTo check spelling, go to menuchoiceguimenuTools/guimenu
-guimenuitemSpelling/guimenuitem/menuchoice./para
+guimenuitemSpelling.../guimenuitem/menuchoice./para
 
 paraIf a word is possibly misspelled in your document, it is displayed in the
 top line in the dialog. sonnet; tries to appropriate word(s) for replacement.
@@ -745,7 +745,7 @@ personal dictionary./para
 titleConfiguring sonnet;/title
 
 paraTo change your dictionary, go to menuchoiceguimenuTools/guimenu
-guimenuitemChange Dictionary/guimenuitem/menuchoice. A small window will
+guimenuitemChange Dictionary.../guimenuitem/menuchoice. A small window 
will
 appear at the bottom of the current document that will allow you to change your
 dictionary./para
 
@@ -807,7 +807,7 @@ many kde; applications. For more information on this menu, 
see
 /screenshot
 
 paraTo use Find in many applications, go to 
menuchoiceguimenuEdit/guimenu
-guimenuitemFind/guimenuitem/menuchoice or press
+guimenuitemFind.../guimenuitem/menuchoice or press
 keycombo action=simulCtrl;keycapF/keycap/keycombo. Then, in the
 guilabelText to find:/guilabel text box, enter the text that you want to
 find./para
@@ -901,7 +901,7 @@ Copy documentation from Kate/KWrite here.
 
 paraThe Replace function searches for text in a document and replaces it with
 other text. You can find it in many application at
-menuchoiceguimenuEdit/guimenuguisubmenuReplace/guisubmenu/menuchoice
+menuchoiceguimenuEdit/guimenuguisubmenuReplace.../guisubmenu/menuchoice
 or by pressing keycombo 
action=simulCtrl;keycapR/keycap/keycombo./para
 
 screenshot id=screenshot-find-replace
diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook
index b9f50ce..eb962df 100644
--- a/doc/fundamentals/ui.docbook
+++ b/doc/fundamentals/ui.docbook
@@ -69,7 +69,7 @@ Opens a new window.
 varlistentry
 termmenuchoice
 shortcutkeycombo 
action=simulCtrl;keycapO/keycap/keycombo/shortcut
-guimenuFile/guimenuguimenuitemOpen/guimenuitem
+guimenuFile/guimenuguimenuitemOpen.../guimenuitem
 /menuchoice/term
 listitempara
 Opens an already existing file.
@@ -88,7 +88,7 @@ Saves the file. If the file already exists it will be 
overwritten.
 
 varlistentry
 termmenuchoice
-guimenuFile/guimenuguimenuitemSave As/guimenuitem
+guimenuFile/guimenuguimenuitemSave As.../guimenuitem
 /menuchoice/term
 listitempara
 Saves the file with a new filename.
@@ -126,7 +126,7 @@ Reloads all open files.
 varlistentry
 termmenuchoice
 shortcutkeycombo 
action=simulCtrl;keycapP/keycap/keycombo/shortcut
-guimenuFile/guimenuguimenuitemPrint/guimenuitem
+guimenuFile/guimenuguimenuitemPrint.../guimenuitem
 /menuchoice/term
 listitempara
 Prints the file.
@@ -340,7 +340,7 @@ text in the document.  For more information, see xref 
linkend=spellcheck-check
 
 varlistentry
 termmenuchoice
-guimenuTools/guimenuguimenuitemChange Dictionary/guimenuitem
+guimenuTools/guimenuguimenuitemChange Dictionary.../guimenuitem
 /menuchoice/term
 listitempara
 This allows you to change the dictionary used to check spellings.  For more



  1   2   >