[sdk/kdesrc-build/docbook_historied_per_file] doc/using-kdesvn-build: change obsolete branch 3.3 to 4.4, git for qt-copy is still missing, but at least everything is for kde4

2024-05-10 Thread Burkhard Lück
Git commit 4d1376d43f905eff6b59e5a8af3fcba301a474fe by Burkhard Lück.
Committed on 27/05/2010 at 04:54.
Pushed by ashark into branch 'docbook_historied_per_file'.

change obsolete branch 3.3 to 4.4, git for qt-copy is still missing, but at 
least everything is for kde4
CCMAIL:mp...@kde.org

svn path=/trunk/KDE/kdesdk/doc/scripts/kdesvn-build/; revision=1131050

Original commit: 08f7893d
https://invent.kde.org/sdk/kdesrc-build/-/commit/08f7893d82d4a29a1b73b5b94c515abf1a81c624

M  +8-8doc/using-kdesvn-build/advanced-features.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/4d1376d43f905eff6b59e5a8af3fcba301a474fe

diff --git a/doc/using-kdesvn-build/advanced-features.docbook 
b/doc/using-kdesvn-build/advanced-features.docbook
index 79fef174..0b35d3bf 100644
--- a/doc/using-kdesvn-build/advanced-features.docbook
+++ b/doc/using-kdesvn-build/advanced-features.docbook
@@ -21,7 +21,7 @@ option for a module, which will specify a list of directories 
to download.
 
 If you do not already know what to download from a module, it may be a good 
idea
 to browse the  layout for a module first, using
-http://websvn.kde.org/branches/KDE/3.5/;>WebSVN.
+http://websvn.kde.org/branches/KDE/4.4/;>WebSVN.
 
 
 
@@ -136,21 +136,21 @@ and  will try to determine the appropriate 
location within the
 well.
 
 
-To download kdelibs from  3.5 (which is simply known as the 3.5 
branch):
+To download kdelibs from  4.4 (which is simply known as the 4.4 
branch):
 
 
 
 module kdelibs
-  branch 3.5
+  branch 4.4
   # other options...
 end module
 
 
-Or, to download kdemultimedia as it was released with  3.4.3:
+Or, to download kdemultimedia as it was released with  4.4.3:
 
 
 module kdemultimedia
-  tag 3.4.3
+  tag 4.4.3
   # other options...
 end module
 
@@ -182,12 +182,12 @@ can figure out the appropriate middle part by itself. 
When it cannot, you can us
 
 module qt-copy
   # branch does not work here yet
-  module-base-path branches/qt/3.3
+  module-base-path branches/qt/4.4
 end module
 
 
 This would cause  to download qt-copy from (in this 
example),
-svn://anonsvn.kde.org/home/kde/branches/qt/3.3/qt-copy.
+svn://anonsvn.kde.org/home/kde/branches/qt/4.4/qt-copy.
 
 
 
@@ -201,7 +201,7 @@ paths that  would have no hope of downloading 
from.
 
 module qt-copy
   # Specify exact path to grab.
-  override-url svn://anonsvn.kde.org/home/kde/branches/qt/3.3/qt-copy
+  override-url svn://anonsvn.kde.org/home/kde/branches/qt/4.4/qt-copy
 end module
 
 



[sdk/kdesrc-build/docbook_historied_per_file] doc/introduction: Remove extra dots after entity

2024-05-10 Thread Burkhard Lück
Git commit 97258efb3e18ca3d8b70d4b36425ba0bc9c94114 by Burkhard Lück.
Committed on 25/04/2013 at 20:48.
Pushed by ashark into branch 'docbook_historied_per_file'.

Remove extra dots after entity 

Original commit: 073ca508
https://invent.kde.org/sdk/kdesrc-build/-/commit/073ca508e30b24ecdb2fa246506eee66feb41fbb

M  +1-1doc/introduction/brief-intro.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/97258efb3e18ca3d8b70d4b36425ba0bc9c94114

diff --git a/doc/introduction/brief-intro.docbook 
b/doc/introduction/brief-intro.docbook
index ac82d1c6..98b880a4 100644
--- a/doc/introduction/brief-intro.docbook
+++ b/doc/introduction/brief-intro.docbook
@@ -34,7 +34,7 @@ sequence is followed:
  reads in the command
 line and configuration file, to
 determine what to build, compile options to use, where to install,
-.
+
 
  performs a source update for each module. The update continues until all modules



[sdk/kdesrc-build/docbook_historied_per_file] doc: Fix kdesrc-build docbook

2024-05-10 Thread Burkhard Lück
Git commit 42276b71fddd9893f1e016d0b4128f45a9132913 by Burkhard Lück.
Committed on 26/05/2016 at 06:32.
Pushed by ashark into branch 'docbook_historied_per_file'.

Fix kdesrc-build docbook

adapt header to doctools.git / src / templates
fix wrong + outdated links
use new repo address scheme
set date to 16.05
use http://code.qt.io/cgit/qt/ for Qt repo
add some fixme's where the docbook seems to be wrong or outdated
REVIEW:127820

Original commit: 2d6f3c8a
https://invent.kde.org/sdk/kdesrc-build/-/commit/2d6f3c8a5208f91165c0b73de2633d3792686a83

M  +1-1doc/appendix-modules/module-concept.docbook
M  +10   -10   doc/getting-started/before-building.docbook
M  +2-2doc/getting-started/building-and-troubleshooting.docbook
M  +2-2doc/getting-started/configure-data.docbook
M  +3-3doc/getting-started/index.docbook
M  +8-8doc/getting-started/kde-modules-and-selection.docbook
M  +1-1doc/index.docbook
M  +1-1doc/kde-cmake/kde-cmake-intro.docbook
M  +3-3doc/kdesrc-buildrc/conf-options-table.docbook [INFRASTRUCTURE]
M  +1-1doc/using-kdesrc-build/advanced-features.docbook
M  +1-1doc/using-kdesrc-build/basic-features.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/42276b71fddd9893f1e016d0b4128f45a9132913

diff --git a/doc/appendix-modules/module-concept.docbook 
b/doc/appendix-modules/module-concept.docbook
index 47ec9dc5..9b874fd2 100644
--- a/doc/appendix-modules/module-concept.docbook
+++ b/doc/appendix-modules/module-concept.docbook
@@ -4,7 +4,7 @@
  groups its software into modules of various size.
 This was initially a loose grouping of a few large modules, but with the
 introduction of the http://git-scm.com/;>Git-based https://projects.kde.org/;>source code repositories, these large
+url=" https://commits.kde.org/;>source code repositories, these large
 modules were further split into many smaller modules.
 
 
diff --git a/doc/getting-started/before-building.docbook 
b/doc/getting-started/before-building.docbook
index 9cf6f142..1fd82554 100644
--- a/doc/getting-started/before-building.docbook
+++ b/doc/getting-started/before-building.docbook
@@ -31,8 +31,8 @@ in order to prepare and use the system installation correctly.
 Before using the  script (or any other building
 strategy) you must install the development tools and libraries needed for 
.
 The nearly complete list of required tools can be found from
-the http://techbase.kde.org/Getting_Started/Build/Requirements;>KDE
-TechBase Build Requirements page.
+the https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source#Install_required_devel_packages;>
+Community Wiki Build Requirements page.
 
 
 Here is a list of some of the things you will need:
@@ -56,8 +56,8 @@ if you have it by running svn
 
 You will need the http://gitscm.org/;>Git
 source control manager installed as well, for 's http://projects.kde.org/;>git-based projects.
-.
+url=" https://commits.kde.org/;>git-based projects.
+
 
 Although it is not required, the http://bazaar.canonical.com/;>Bazaar source control manager is
@@ -68,7 +68,7 @@ build libdbusmenu-qt, you must have Bazaar 
installed.
 
 
 
-You will need a full C++ development environment. GCC 4.6 or
+You will need a full C++ development environment. GCC 4.6 or 

 later is recommended.
 
 Finally, you will need a make tool. GNU Make is
@@ -80,9 +80,9 @@ why it is required.
 
 
 Most operating system distributions include a method of easily
-installing required development tools. Consult the TechBase http://techbase.kde.org/Getting_Started/Build/KDE4;>Getting 
Started
-page's Required Packages from your Distribution section to see
+installing required development tools. Consult the Community Wiki page https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source#Install_required_devel_packages;
+>Required devel packages to see
 if these instructions are already available.
 
 One exception to the required libraries is the  library.
@@ -122,8 +122,8 @@ and development packages. You will need at least the 
program or library
 and its development package. The libraries you need will
 change depending on the modules you intend to build, as each module has its own
 requirements. The http://techbase.kde.org/Getting_Started/Build/KDE4#Required_packages_from_your_distribution;>
-TechBase has more details about the specific tools and techniques used
+url="https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source;>
+Community wiki has more details about the specific tools and 
techniques used
 to install and find the required software.
 
 
diff --git a/doc/getting-started/building-and-troubleshooting.docbook 
b/doc/getting-started/building-and-troubleshooting.docbook
index b1e2a2e6..2cee55a0 100644
--- a/doc/getting-started/building-and-troubleshooting.docbook
+++ b/doc/getting-started/building-and-troubleshooting.docbook
@@ -75,8 +75,8 @@ required first) in order to report the build f

[sdk/kdesrc-build/docbook_historied_per_file] doc: qt-copy is gone, replace it with qt

2024-05-10 Thread Burkhard Lück
Git commit d438cade4b6b605a8ab4e6241b9b410868257c4c by Burkhard Lück.
Committed on 02/05/2012 at 05:48.
Pushed by ashark into branch 'docbook_historied_per_file'.

qt-copy is gone, replace it with qt
CCMAIL:mp...@kde.org

Original commit: 60139c74
https://invent.kde.org/sdk/kdesrc-build/-/commit/60139c74bb310d0df7b18813737b2511d7b8eeb2

M  +3-3doc/features/features-overview.docbook
M  +1-1doc/getting-started/before-building.docbook
M  +3-3doc/getting-started/configure-data.docbook
M  +3-3doc/getting-started/environment.docbook
M  +1-1doc/getting-started/kde-modules-and-selection.docbook
M  +8-8doc/kdesrc-buildrc/conf-options-table.docbook
M  +6-6doc/using-kdesrc-build/basic-features.docbook
M  +1-1doc/using-kdesrc-build/other-features.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/d438cade4b6b605a8ab4e6241b9b410868257c4c

diff --git a/doc/features/features-overview.docbook 
b/doc/features/features-overview.docbook
index b35af68c..586966e2 100644
--- a/doc/features/features-overview.docbook
+++ b/doc/features/features-overview.docbook
@@ -48,8 +48,8 @@ including optionally applying -recommended bugfix and 
optimization patches
 to the module.
 
 For historical reasons, the  module used to build
- should be called qt-copy. See also .
+ should be called qt. See also .
 
 
 
@@ -150,7 +150,7 @@ a base  single-user installation from the anonymous 
source repositories.
 
 Tilde-expansion for your configuration options. For example, you can
 specify:
-qtdir ~/kdesrc/build/qt-copy
+qtdir ~/kdesrc/build/qt
 
 
 
diff --git a/doc/getting-started/before-building.docbook 
b/doc/getting-started/before-building.docbook
index bd13f7f0..934dd803 100644
--- a/doc/getting-started/before-building.docbook
+++ b/doc/getting-started/before-building.docbook
@@ -68,7 +68,7 @@ to use the  copy, you need to do these things:
 
 
 
-  Make sure to remove the qt-copy module from your Make sure to remove the qt module from your configuration file, as you will not need it,
   and having it would add extra time to your build.
 
diff --git a/doc/getting-started/configure-data.docbook 
b/doc/getting-started/configure-data.docbook
index cb4fb42b..e14cf784 100644
--- a/doc/getting-started/configure-data.docbook
+++ b/doc/getting-started/configure-data.docbook
@@ -43,11 +43,11 @@ destination directory that  is installed to. This 
defaults to
 
 qtdir, which controls the
 path to the installation of  to use. The default is to use a  compiled
-by , using the special qt-copy module and the latest available
+by , using the special qt module and the latest available
 source code.
-(~/kdesrc/build/qt-copy).
+(~/kdesrc/build/qt).
 
-This also controls where to install qt-copy.
+This also controls where to install qt.
 
 
 svn-server, which
diff --git a/doc/getting-started/environment.docbook 
b/doc/getting-started/environment.docbook
index 6d5463b2..8cfb707c 100644
--- a/doc/getting-started/environment.docbook
+++ b/doc/getting-started/environment.docbook
@@ -20,10 +20,10 @@ samples given in this section for your particular 
shell.
 Open or create the .bash_profile file in the home 
directory with your favorite editor,
 and add to the end of the file:
 
-If you are building the qt-copy module (you are by default), add instead:
+If you are building the qt module (you are by default), add instead:
 
 
-QTDIR=(path to qtdir)   # Such as ~/kdesrc/build/qt-copy by default.
+QTDIR=(path to qtdir)   # Such as ~/kdesrc/build/qt by default.
 KDEDIR=(path to kdedir) # Such as ~/kde by default.
 KDEDIRS=$KDEDIR
 PATH=$KDEDIR/bin:$QTDIR/bin:$PATH
@@ -39,7 +39,7 @@ fi
 export QTDIR KDEDIRS PATH MANPATH LD_LIBRARY_PATH
 
 
-or, if you are not building qt-copy (and are using your system  instead), 
add
+or, if you are not building qt (and are using your system  instead), add
 this instead:
 
 
diff --git a/doc/getting-started/kde-modules-and-selection.docbook 
b/doc/getting-started/kde-modules-and-selection.docbook
index 918c6159..54948cb6 100644
--- a/doc/getting-started/kde-modules-and-selection.docbook
+++ b/doc/getting-started/kde-modules-and-selection.docbook
@@ -139,7 +139,7 @@ global
 git-repository-base 
kde-git kde:
 end global
 
-module qt-copy
+module qt
 # Options removed for brevity
 end module
 
diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook 
b/doc/kdesrc-buildrc/conf-options-table.docbook
index 6fa1..4bf565ad 100644
--- a/doc/kdesrc-buildrc/conf-options-table.docbook
+++ b/doc/kdesrc-buildrc/conf-options-table.docbook
@@ -49,7 +49,7 @@ for older modules of course.
 apply-qt-patches
 
 This option was removed in kdesrc-build 1.10. To get the same effect,
-see  and the  and the repository option.
 
 
@@ -144,7 +144,7 @@ time, especially if you run  daily, or more 
frequently.
 
 This feature is provided as an optimization only. Like many
 other optimizations, there are trade-offs for the correctness of your
-installation. For instance, changes to the qt

[sdk/kdesrc-build/docbook_historied_per_file] doc/getting-started: kdebase is in git already since quite a long time

2024-05-10 Thread Burkhard Lück
Git commit 18608482164f2eec369f44a6bda7320a15808576 by Burkhard Lück.
Committed on 29/04/2012 at 20:10.
Pushed by ashark into branch 'docbook_historied_per_file'.

kdebase is in git already since quite a long time
more patches to come

CCMAIL:mp...@kde.org

Original commit: f1677487
https://invent.kde.org/sdk/kdesrc-build/-/commit/f1677487509bec0134686025b24248f726f9c677

M  +2-7doc/getting-started/kde-modules-and-selection.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/18608482164f2eec369f44a6bda7320a15808576

diff --git a/doc/getting-started/kde-modules-and-selection.docbook 
b/doc/getting-started/kde-modules-and-selection.docbook
index 34f0d889..918c6159 100644
--- a/doc/getting-started/kde-modules-and-selection.docbook
+++ b/doc/getting-started/kde-modules-and-selection.docbook
@@ -34,12 +34,7 @@ full desktop environment is not provided by the Platform 
however.
 
 
 For , the Platform layer consists of the 
kdelibs,
-kdepimlibs, and kdebase modules.
-
-Technically, only the /runtime directory of kdebase
-is part of the  Platform. This will be corrected when kdebase is converted
-to use .
+kdepimlibs, and kde-runtime 
modules.
 
 
 On top of the Platform, come several different things:
@@ -51,7 +46,7 @@ to use .
 A full workspace desktop environment.
 This is what users normally see when they log-in to
 .  This is provided by the  Desktop, mostly in
-kdebase/workspace.  
+kde-workspace.  
 
 The  Software Compilation. This is a collection of
 useful software included with the Platform and  Desktop,



[sdk/kdesrc-build/docbook_historied_per_file] doc: typo fix

2024-05-10 Thread Burkhard Lück
Git commit 14ef8ab7afcf2b59972c77dba614bcacd98f237f by Burkhard Lück.
Committed on 10/07/2009 at 15:15.
Pushed by ashark into branch 'docbook_historied_per_file'.

typo fix

svn path=/trunk/KDE/kdesdk/doc/scripts/kdesvn-build/; revision=994434

Original commit: ef2d90b4
https://invent.kde.org/sdk/kdesrc-build/-/commit/ef2d90b4169a266b127e7d8b96ec07c2825463ba

M  +1-1doc/getting-started/before-building.docbook
M  +5-0doc/index.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/14ef8ab7afcf2b59972c77dba614bcacd98f237f

diff --git a/doc/getting-started/before-building.docbook 
b/doc/getting-started/before-building.docbook
index 93ec6f1a..365e6ad2 100644
--- a/doc/getting-started/before-building.docbook
+++ b/doc/getting-started/before-building.docbook
@@ -46,7 +46,7 @@ TechBase for specifics.
 The  client program, including support for Secure
 HTTP (https). To ensure needed support, you can run
 svn --version.
-If the the output says that it handles the https scheme (for write access to 
svn.kde.org)
+If the output says that it handles the https scheme (for write access to 
svn.kde.org)
 or svn scheme (for readonly access to anonsvn.kde.org) then you should be
 set to go.
 
diff --git a/doc/index.docbook b/doc/index.docbook
index 1d147d7c..ea4b3c17 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -75,6 +75,11 @@
   
 ]>
 
+
 
 
 



[sdk/kdesrc-build/docbook_historied_per_file] doc: doc update approved by mpyne

2024-05-10 Thread Burkhard Lück
Git commit f8d4440c4e22f6a1a9378b1d7b5b981187257fe8 by Burkhard Lück.
Committed on 14/03/2009 at 22:30.
Pushed by ashark into branch 'docbook_historied_per_file'.

doc update approved by mpyne

svn path=/trunk/KDE/kdesdk/doc/scripts/kdesvn-build/; revision=939461

Original commit: 99c07640
https://invent.kde.org/sdk/kdesrc-build/-/commit/99c07640ceb4fd75d331fcc15f12a05c07662693

M  +2-2doc/cmdline/index.docbook
M  +1-0doc/credits-and-licenses/index.docbook
M  +1-5doc/features/features-overview.docbook
M  +3-2doc/getting-started/before-building.docbook
M  +2-2doc/getting-started/building-and-troubleshooting.docbook
M  +1-1doc/getting-started/configure-data.docbook
M  +3-10   doc/getting-started/index.docbook
M  +2-4doc/index.docbook
M  +1-1doc/kde-cmake/kde-cmake-intro.docbook
M  +5-34   doc/kdesvn-buildrc/index.docbook
M  +4-70   doc/using-kdesvn-build/advanced-features.docbook
M  +0-11   doc/using-kdesvn-build/basic-features.docbook
M  +2-2doc/using-kdesvn-build/other-features.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/f8d4440c4e22f6a1a9378b1d7b5b981187257fe8

diff --git a/doc/cmdline/index.docbook b/doc/cmdline/index.docbook
index 0c964a8d..931d48eb 100644
--- a/doc/cmdline/index.docbook
+++ b/doc/cmdline/index.docbook
@@ -265,9 +265,9 @@ linkend="conf-log-dir">log-dir option, you would do:
 --module-name,option-name=
 
 You can use this option to override an option in your configuration file for
-a specific module. For instance, to override the use-unsermake option for kdemultimedia, you
-would do: --kdemultimedia,use-unsermake=false.
+would do: - -kdemultimedia,use-unsermake=false.-->
 
 
 
diff --git a/doc/credits-and-licenses/index.docbook 
b/doc/credits-and-licenses/index.docbook
index b4135a8a..15c2db44 100644
--- a/doc/credits-and-licenses/index.docbook
+++ b/doc/credits-and-licenses/index.docbook
@@ -1,6 +1,7 @@
 
 Credits And Licenses
 
+
 
 
 
diff --git a/doc/features/features-overview.docbook 
b/doc/features/features-overview.docbook
index 0c090070..f2acfc21 100644
--- a/doc/features/features-overview.docbook
+++ b/doc/features/features-overview.docbook
@@ -141,7 +141,7 @@ for qt-copy or  4 modules.
 
 
  will show the progress of your
-build when using  and , and will always time the build
+build when using , and will always time the build
 process so you know after the fact how long it took.
 
 
@@ -155,10 +155,6 @@ Comes built-in with a sane set of default options 
appropriate for building
 a base  single-user installation from the anonymous  
repository.
 
 
-
-Comes with  support.
-
-
 
 Tilde-expansion for your configuration options. For example, you can
 specify:
diff --git a/doc/getting-started/before-building.docbook 
b/doc/getting-started/before-building.docbook
index 10586be2..93ec6f1a 100644
--- a/doc/getting-started/before-building.docbook
+++ b/doc/getting-started/before-building.docbook
@@ -46,7 +46,8 @@ TechBase for specifics.
 The  client program, including support for Secure
 HTTP (https). To ensure needed support, you can run
 svn --version.
-If the ra_dav module says that it handles the https scheme then you should be
+If the the output says that it handles the https scheme (for write access to 
svn.kde.org)
+or svn scheme (for readonly access to anonsvn.kde.org) then you should be
 set to go.
 
 The gcc compiler, with support for 
C++.
@@ -79,7 +80,7 @@ to have it. If you do not want to use the  copy, you need 
to do these things
 
   If you do not already have  installed, install it, including any
   relevant -dev or -devel packages. You will need at least  3.3 if you are
-  building  3.5, or  4.4 if you are building  4.
+  building  3.5, or  4.5 if you are building  4.
 
   If you are building  4 it is highly recommended to use the
   qt-copy version of , making sure to apply recommended patches (this is
diff --git a/doc/getting-started/building-and-troubleshooting.docbook 
b/doc/getting-started/building-and-troubleshooting.docbook
index 721f9bea..a051d26d 100644
--- a/doc/getting-started/building-and-troubleshooting.docbook
+++ b/doc/getting-started/building-and-troubleshooting.docbook
@@ -37,8 +37,8 @@ in order to report the build failure.
 
 You can find more common examples of things that can go wrong and their
 solutions, as well as general tips and strategies to build  in the
-http://quality.kde.org/develop/cvsguide/buildstep.php#step1;>
-Building  from Source Step by Step Guide.
+http://techbase.kde.org/Getting_Started/Build/KDE4;>
+Building  4 from Source.
 
 
 For more information about 's logging features,
diff --git a/doc/getting-started/configure-data.docbook 
b/doc/getting-started/configure-data.docbook
index ebf7c0c4..b5ca56cb 100644
--- a/doc/getting-started/configure-data.docbook
+++ b/doc/getting-started/configure-data.docbook
@@ -49,7 +49,7 @@ install qt-copy.
 
 svn-server, which
 selects what  to download the sources from.

Re: Obsolete Version of KMail Handbook on docs.kde.org

2021-05-07 Thread Burkhard Lück
Am Freitag, 7. Mai 2021, 23:00:08 CEST schrieb Luigi Toscano:
> It was a consequence of the move of l10n-scripty to git, I've fixed the
> scripts. I'm sorry for the inconvenience.

Thanks Luigi

-- 
Burkhard Lück





Obsolete Version of KMail Handbook on docs.kde.org

2021-05-06 Thread Burkhard Lück
Hi,

on docs.kde.org KMail is listed only in stable5 with Revision (KDE 4.12) 
(2013-06-26) and completely missing in trunk5 see

https://docs.kde.org/index.php?application=kmail2=en

whereas trunk/l10n-kf5 and stable/l10n-kf5 both have KMail version 5.14.2 
(Applications 20.04.2)

What's going wrong here?

-- 
Burkhard Lück





Re: Problem Building KMyMoney 5.1.0: translation problem?

2020-06-15 Thread Burkhard Lück
Am Montag, 15. Juni 2020, 01:06:36 CEST schrieb Albert Astals Cid:
> El dilluns, 15 de juny de 2020, a les 0:56:39 CEST, Jack va escriure:
> > On 6/14/20 6:49 PM, Albert Astals Cid wrote:
> > > El dilluns, 15 de juny de 2020, a les 0:22:50 CEST, Jack va escriure:
> > >> KMyMoney just released version 5.1.0, and we received a build failure
> > >> report on the mailing list.  My comments/questions are at the bottom.
> > >> 
> > >>  Forwarded Message 
> > >> With today's release of 5.1.0, decided to upgrade from a home complied
> > >> 5.0.8
> > >> 
> > >> The source link used is:
> > >> 
> > >> https://download.kde.org/stable/kmymoney/5.1.0/src/
> > >> I'm running Kubuntu 18.04 (a.k.a Ubuntu 18.04)
> > >> 
> > >> Downloaded the released tar.xz file and extracted.  Created a
> > >> sub-directory of build and ran the following command from that
> > >> directory
> > >> 
> > >> cmake .. -DCMAKE_INSTALL_PREFIX=/usr
> > >> 
> > >> And got the output text:
> > >> 
> > >> https://pastebin.com/raw/eszNxkDs
> > >> When trying to run make I get:
> > >> 
> > >> Scanning dependencies of target po-uk-docs-kmymoney-kmymoney-1
> > >> [  0%] Generating po/uk/docs/kmymoney/kmymoney.1
> > >> Note: Writing kmymoney.1
> > >> [  0%] Built target po-uk-docs-kmymoney-kmymoney-1
> > >> Scanning dependencies of target po-it-docs-kmymoney-kmymoney-1
> > >> [  0%] Generating po/it/docs/kmymoney/kmymoney.1
> > >> Note: Writing kmymoney.1
> > >> [  0%] Built target po-it-docs-kmymoney-kmymoney-1
> > >> Scanning dependencies of target po-ca-docs-kmymoney-index-cache-bz2
> > >> [  0%] Generating po/ca/docs/kmymoney/index.cache.bz2
> > >> details-formats.docbook:105: parser error : Entity 'ASCII' not defined
> > >> 
> > >>   >armadura  > >>   >
> > >>^
> > >> 
> > >> details-formats.docbook:174: parser error : chunk is not well balanced
> > >> 
> > >> ^
> > >> index.docbook:368: parser error : Failure to process entity
> > >> details-formats
> > >> 
> > >> 
> > >>^
> > >> 
> > >> index.docbook:368: parser error : Entity 'details-formats' not defined
> > >> 
> > >> 
> > >>^
> > >> 
> > >> kf5.kdoctools: Error: `xmllint --noout` outputted text
> > >> CMakeFiles/po-ca-docs-kmymoney-index-cache-bz2.dir/build.make:90:
> > >> recipe
> > >> for target 'po/ca/docs/kmymoney/index.cache.bz2' failed
> > >> make[2]: *** [po/ca/docs/kmymoney/index.cache.bz2] Error 1
> > >> CMakeFiles/Makefile2:173: recipe for target
> > >> 'CMakeFiles/po-ca-docs-kmymoney-index-cache-bz2.dir/all' failed
> > >> make[1]: *** [CMakeFiles/po-ca-docs-kmymoney-index-cache-bz2.dir/all]
> > >> Error 2
> > >> Makefile:140: recipe for target 'all' failed
> > >> make: *** [all] Error 2
> > >> 
> > >> 
> > >> 
> > >> The pastebin cmake output shows he is missing some dependency
> > >> libraries,
> > >> but I see nothing there that should affect the docbook errors.
> > >> 
> > >> His locale is en_US.UTF-8, and he is not trying to build for any other
> > >> locale.  There is no entity ASCII anywhere in any of the original
> > >> docbook files.  The word "ASCII" appears once within the text in
> > >> details-formats.docbook.
> > >> 
> > >> I got no errors when I previously ran checkXML5 on index.docbook, but
> > >> now I get:
> > >> 
> > >> Note: namesp. add : added namespace before processing  The
> > >> KMyMoney Handbook
> > >> Attributed 6226 IDs for element, cleaned up 0
> > >> 
> > >> Have I missed something in the docbook files, or is it possible there
> > >> is
> > >> something wrong somewhere in the translation process?  I'm not home
> > >> now,
> > >> and for irrelevant reasons, cannot actually try the build on my laptop.
> > >> (cmake is failing due to missing some files that should be present, and
> > >> I have not debugged yet.)  I will try compiling when I'm home in some
> > >> days, but hopefully can figure this out before then.
> > > 
> > > The ASCII entity was added to kdoctools in 5.50, Ubuntu 18.04 only ships
> > > 5.44 so it won't work.
> > > 
> > > He can just delete the po folder before running cmake if he's not
> > > interested in any of the translations
> > > 
> > > Cheers,
> > > 
> > >Albert
> > 
> > Hi Albert,
> > 
> > Thanks, but there is no use of the ascii entity in the docbooks.
> 
> Yes there is
> 
> $ wcgrep ASCII
> ./kmymoney-5.1.0/po/ca/docs/kmymoney/details-formats.docbook:105:>armadura
>  > Is it
> > that it is used in the po files, just to translate the word, even though
> > the entity is not used in the original?  Should I be using the entity in
> > the original?
> 
> Not really a documentation writer myself.
> 
> Burkhard is the one that added the entity, maybe he can give you a qualified
> opinion :)
> 
I added it to general.entities in kdoctools for later use, i. e for all 
docbooks depending on kdoctools > 5.50, but this is not true for kmymony  
5.1.0

-- 
Burkhard Lück





[kaddressbook] doc: fix typo 'Pint' -> 'Print'

2019-10-14 Thread Burkhard Lück
Git commit dc5e7c7e0a18cf83b1f197f20977709028f06c2a by Burkhard Lück.
Committed on 14/10/2019 at 18:54.
Pushed by lueck into branch 'master'.

fix typo 'Pint' -> 'Print'

M  +2-2doc/docbook-reference.docbook

https://commits.kde.org/kaddressbook/dc5e7c7e0a18cf83b1f197f20977709028f06c2a

diff --git a/doc/docbook-reference.docbook b/doc/docbook-reference.docbook
index f67510cd..7f5fc8d7 100644
--- a/doc/docbook-reference.docbook
+++ b/doc/docbook-reference.docbook
@@ -180,7 +180,7 @@
 
   
   
-  A third screenshot of 's Pint 
Preview dialog.
+  A third screenshot of 's Print 
Preview dialog.
   
 
   
@@ -202,7 +202,7 @@
 
   
   
-  A screenshot of 's Pint Preview 
dialog.
+  A screenshot of 's Print 
Preview dialog.
   
 
   


D22853: Change in german translation for Kleopatra trunk

2019-08-02 Thread Burkhard Lück
This revision was not accepted when it landed; it landed in state "Needs 
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit R883:1548366: unify translation of passphrase to Passphrase 
(authored by lueck, committed by ).
Herald added a project: Documentation.
Herald added a subscriber: kde-doc-english.

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D22853?vs=62843=62971#toc

REPOSITORY
  R883 Subversion

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D22853?vs=62843=62971

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

AFFECTED FILES
  branches/stable/l10n-kf5-plasma-lts/de/messages/kde-workspace/ksshaskpass.po
  
branches/stable/l10n-kf5-plasma-lts/de/messages/kde-workspace/plasmanetworkmanagement_openconnectui.po
  
branches/stable/l10n-kf5/de/docmessages/extragear-office/kmymoney_details-formats.po
  
branches/stable/l10n-kf5/de/docmessages/extragear-utils/krusader_remote-connections.po
  branches/stable/l10n-kf5/de/docmessages/kdenetwork/kopete.po
  branches/stable/l10n-kf5/de/docmessages/kdenetwork/kopete_jabber.po
  branches/stable/l10n-kf5/de/docmessages/kdeutils/kgpg.po
  branches/stable/l10n-kf5/de/docmessages/kdeutils/kwallet5.po
  branches/stable/l10n-kf5/de/docmessages/pim/kleopatra.po
  branches/stable/l10n-kf5/de/docmessages/pim/kmail2_using-kmail.po
  
branches/stable/l10n-kf5/de/docs/extragear-utils/krusader/remote-connections.docbook
  branches/stable/l10n-kf5/de/docs/kdenetwork/kopete/index.docbook
  branches/stable/l10n-kf5/de/docs/kdenetwork/kopete/jabber.docbook
  branches/stable/l10n-kf5/de/docs/kdeutils/kgpg/index.docbook
  branches/stable/l10n-kf5/de/docs/kdeutils/kwallet5/index.docbook
  branches/stable/l10n-kf5/de/docs/pim/kleopatra/index.docbook
  branches/stable/l10n-kf5/de/docs/pim/kmail2/using-kmail.docbook
  branches/stable/l10n-kf5/de/docs/pim/knotes/index.docbook
  branches/stable/l10n-kf5/de/messages/extragear-base/atcore_qt.po
  branches/stable/l10n-kf5/de/messages/kde-workspace/ksshaskpass.po
  
branches/stable/l10n-kf5/de/messages/kde-workspace/plasmanetworkmanagement_openconnectui.po
  branches/stable/l10n-kf5/de/messages/kdenetwork/kopete.po
  branches/stable/l10n-kf5/de/messages/kdenetwork/ktpchat.po
  branches/stable/l10n-kf5/de/messages/kdeutils/kgpg.po
  branches/stable/l10n-kf5/de/messages/pim/kleopatra.po
  trunk/l10n-kf5/de/docmessages/extragear-office/kmymoney_details-formats.po
  trunk/l10n-kf5/de/docmessages/extragear-utils/krusader_remote-connections.po
  trunk/l10n-kf5/de/docmessages/kdenetwork/kopete.po
  trunk/l10n-kf5/de/docmessages/kdenetwork/kopete_jabber.po
  trunk/l10n-kf5/de/docmessages/kdeutils/kgpg.po
  trunk/l10n-kf5/de/docmessages/kdeutils/kwallet5.po
  trunk/l10n-kf5/de/docmessages/pim/kleopatra.po
  trunk/l10n-kf5/de/docmessages/pim/kmail2_using-kmail.po
  trunk/l10n-kf5/de/docs/extragear-utils/keurocalc/index.docbook
  trunk/l10n-kf5/de/docs/extragear-utils/krusader/remote-connections.docbook
  trunk/l10n-kf5/de/docs/kdenetwork/kopete/index.docbook
  trunk/l10n-kf5/de/docs/kdenetwork/kopete/jabber.docbook
  trunk/l10n-kf5/de/docs/kdeutils/kgpg/index.docbook
  trunk/l10n-kf5/de/docs/kdeutils/kwallet5/index.docbook
  trunk/l10n-kf5/de/docs/pim/kleopatra/index.docbook
  trunk/l10n-kf5/de/docs/pim/kmail2/using-kmail.docbook
  trunk/l10n-kf5/de/messages/applications/lspclient.po
  trunk/l10n-kf5/de/messages/extragear-base/atcore_qt.po
  trunk/l10n-kf5/de/messages/extragear-base/plasma-camera.po
  
trunk/l10n-kf5/de/messages/extragear-base/plasma_applet_org.kde.activeWindowControl.po
  trunk/l10n-kf5/de/messages/extragear-pim/trojita_common.po
  trunk/l10n-kf5/de/messages/extragear-sysadmin/partitionmanager.po
  trunk/l10n-kf5/de/messages/extragear-utils/symmy.po
  trunk/l10n-kf5/de/messages/frameworks/khtml5.po
  trunk/l10n-kf5/de/messages/frameworks/knewstuff5.po
  trunk/l10n-kf5/de/messages/frameworks/kwalletd5.po
  trunk/l10n-kf5/de/messages/kde-workspace/ksshaskpass.po
  
trunk/l10n-kf5/de/messages/kde-workspace/plasmanetworkmanagement_openconnectui.po
  trunk/l10n-kf5/de/messages/kdenetwork/kopete.po
  trunk/l10n-kf5/de/messages/kdenetwork/ktpchat.po
  trunk/l10n-kf5/de/messages/kdeutils/kgpg.po
  trunk/l10n-kf5/de/messages/pim/kleopatra.po
  trunk/l10n-kf5/de/messages/playground-pim/kube_qt.po

To: ltoenning, kde-i18n-de, dakon
Cc: kde-doc-english, lueck, kde-i18n-de, gennad, fbampaloukas, skadinna


D22799: Adding new .docbook for KAddressBook, draft version

2019-07-31 Thread Burkhard Lück
lueck added inline comments.

INLINE COMMENTS

> index.docbook:11
> +
> +
> +

please add a line with:

The  Handbook

REPOSITORY
  R204 KAddressBook

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

To: davidbryant, #documentation, #kde_pim
Cc: lueck, ognarb, kde-pim, kde-doc-english, gennad, fbampaloukas, skadinna, 
dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil


D22799: Adding new .docbook for KAddressBook, draft version

2019-07-31 Thread Burkhard Lück
lueck added inline comments.

INLINE COMMENTS

> index.docbook:435
> +  Program copyright ??? John Q. Hacker j...@kde.org
> +  
> +  

KAddressBook -> Help -> About KAddressBook reads:
"Copyright © 2007–2019 KAddressBook authors", please use it

> index.docbook:437-443
> +  
> +  Contributors:
> +  
> +  Konqui the  Dragon 
> kon...@kde.org
> +  Tux the  Penguin 
> t...@linux.org
> +  
> +  

Please remove these lines, it is just a placeholder from the template

REPOSITORY
  R204 KAddressBook

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

To: davidbryant, #documentation, #kde_pim
Cc: lueck, ognarb, kde-pim, kde-doc-english, gennad, fbampaloukas, skadinna, 
dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil


D22799: Adding new .docbook for KAddressBook, draft version

2019-07-30 Thread Burkhard Lück
lueck added a comment.


  In D22799#504127 , @davidbryant 
wrote:
  
  > Hi, Carl. I got your message, but I'm not sure I understand what you're 
asking me to do. Please clarify. 
  >  Merci beaucoup.
  
  
  docbook and screenshot files should be in a folder called "doc", see e.g  
https://cgit.kde.org/dolphin.git/tree/

REPOSITORY
  R204 KAddressBook

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

To: davidbryant, #documentation, #kde_pim
Cc: lueck, ognarb, kde-pim, kde-doc-english, gennad, fbampaloukas, skadinna, 
dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil


D22799: Adding new .docbook for KAddressBook, draft version

2019-07-28 Thread Burkhard Lück
lueck added a comment.


  Please use checkXML5 index.docbook to validate XML

INLINE COMMENTS

> index.docbook:30
> +
> +
> +

 see https://cgit.kde.org/kdoctools.git/tree/src/template.docbook

> index.docbook:34
> +5.7.3
> +
> +

Plesase use scheme from 
https://cgit.kde.org/kdoctools.git/tree/src/template.docbook

> index.docbook:98
> +  and .vcf (Virtual business Card Format) record formats.
> +  
> +

.csv
.ldif
.vcf

> index.docbook:177
> +  the only difference being in which particular directory the data are 
> saved. The
> +  Personal Contacts and vCard Directory 
> options create a separate file for
> +  each named contact you save; the vCard File option puts all 
> the data into

.vcf

> index.docbook:421
> +
> +
> +

Please add , see 
https://cgit.kde.org/kdoctools.git/tree/src/template.docbook

REPOSITORY
  R204 KAddressBook

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

To: davidbryant, #documentation, #kde_pim
Cc: lueck, ognarb, kde-pim, kde-doc-english, gennad, fbampaloukas, skadinna, 
dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil


[smb4k] doc: fix wrong for smb protokoll

2019-05-24 Thread Burkhard Lück
Git commit d448ee6552c61a1f6e6ea207270985ec1927f2fc by Burkhard Lück.
Committed on 24/05/2019 at 09:38.
Pushed by lueck into branch 'master'.

fix wrong for smb protokoll

M  +1-1doc/index.docbook

https://commits.kde.org/smb4k/d448ee6552c61a1f6e6ea207270985ec1927f2fc

diff --git a/doc/index.docbook b/doc/index.docbook
index df5256d..10534a7 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -2197,7 +2197,7 @@ ntlm auth = yes
 
   
 
-Default: 3.0 (Windows 8/Windows Server 
2016)
+Default: 3.1.1 (Windows Server 
2016)
   
 
 


[plasma-desktop] doc/kcontrol/paths: fix date typo

2018-12-19 Thread Burkhard Lück
Git commit d5bed068f194ff578ed6cccf15c146381521114f by Burkhard Lück.
Committed on 20/12/2018 at 06:04.
Pushed by lueck into branch 'master'.

fix date typo

M  +1-1doc/kcontrol/paths/index.docbook

https://commits.kde.org/plasma-desktop/d5bed068f194ff578ed6cccf15c146381521114f

diff --git a/doc/kcontrol/paths/index.docbook b/doc/kcontrol/paths/index.docbook
index 3400bacb..1aaf549e 100644
--- a/doc/kcontrol/paths/index.docbook
+++ b/doc/kcontrol/paths/index.docbook
@@ -25,7 +25,7 @@
 
 
 
-2016-12-10
+2018-12-10
 Plasma 5.14
 
 


D14542: [kcmkwin/desktop] KCM using new virtual desktops DBus interface

2018-12-17 Thread Burkhard Lück
lueck added a reviewer: Documentation.

REPOSITORY
  R108 KWin

BRANCH
  master

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

To: hein, mart, davidedmundson, ltoscano, zzag, ngraham, #documentation
Cc: ngraham, davidedmundson, broulik, plasma-devel, kwin, GB_2, mkulinski, 
ragreen, jackyalcine, Pitel, iodelay, bwowk, ZrenBot, lesliezhai, ali-mohamed, 
hardening, jensreuterberg, abetts, sebas, apol, mart


D17225: Update translation kcm docbook to plasma 5.14

2018-12-12 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R119:c1b9e8003feb: Update translation kcm docbook to plasma 
5.14 (authored by lueck).

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D17225?vs=46428=47472

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

AFFECTED FILES
  doc/kcontrol/translations/index.docbook

To: lueck, #plasma, #documentation, yurchor
Cc: plasma-devel, kde-doc-english, GB_2, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


[plasma-desktop] doc/kcontrol/translations: Update translation kcm docbook to plasma 5.14

2018-12-12 Thread Burkhard Lück
Git commit c1b9e8003febb1da46b110ff7a92e5b4e036b732 by Burkhard Lück.
Committed on 12/12/2018 at 18:50.
Pushed by lueck into branch 'master'.

Update translation kcm docbook to plasma 5.14

update according port of KCM to Qt Quick with https://phabricator.kde.org/D12102

Differential Revision: https://phabricator.kde.org/D17225

M  +21   -23   doc/kcontrol/translations/index.docbook

https://commits.kde.org/plasma-desktop/c1b9e8003febb1da46b110ff7a92e5b4e036b732

diff --git a/doc/kcontrol/translations/index.docbook 
b/doc/kcontrol/translations/index.docbook
index bd0afe36..377f8c43 100644
--- a/doc/kcontrol/translations/index.docbook
+++ b/doc/kcontrol/translations/index.docbook
@@ -14,8 +14,8 @@
 
  
 
- 2018-03-26
- Plasma 5.12
+ 2018-11-28
+ Plasma 5.14
 
  
KDE
@@ -36,11 +36,7 @@ Applications to be displayed in.
 
 The  Workspace and  Applications are written in American English 
and are
 translated into many different languages by teams of volunteers. These
-translations need to be installed first before you can choose to use them. The
-list of Available Languages shows the localized language 
names of  translations
-installed and available on your system. If the language you want to use is 
-not shown in this list then you will need to install it using the usual method 
-for your system.
+translations need to be installed first before you can choose to use them.
 
 Ensure that you have installed the  language packages or 
translations for the
 languages you want to use.
@@ -48,32 +44,34 @@ languages you want to use.
 languages as well to have a fully localized .
 
 
-The Preferred Languages list shows the localized language 
names that will
+The list shows the localized language names that will
 be used when displaying the  Workspace and Applications. Because not 
all
-of the KDE Workspace and Applications may be translated into every language
+of the  Workspace and Applications may be translated into every 
language
  will try to find suitable translations for you by working down the
-Preferred Languages list until it finds a translation. If
+list until it finds a translation. If
 none of your preferred languages have a required translation then the original
 American English will be used.
 
 
 
-You can add a language to the Preferred Languages list by
-selecting it in the Available Languages and then clicking
-on the Add arrow button. If you have the listbox activated just type the first
-letter of your desired language. Type the first letter again to step through 
all 
-matching entries in the list.
+You can add a language to the main list by clicking the Add 
language
+button.
+The localized language names of  translations
+installed and available on your system are displayed. If the language you want 
to use is
+not shown in this list then you will need to install it using the usual method
+for your system.
+Select one or more languages in the list and click Add.
 
-You can remove a language from the
-Preferred Languages list by selecting it and then clicking
-on the Remove arrow button. You can change the order of preference in the
-Preferred Languages list by selecting a language and
-clicking on the Up or Down arrow button.
+You can remove a language from the main list by selecting it and then 
clicking
+on the 
+ icon. You can change the order of 
preference in the
+list by selecting a language and clicking on the 

+
+ icon.
 
 
-Only languages listed in Preferred Languages and 
-Available Languages will be offered as options  
-for Primary language and Fallback 
language 
+Only languages with installed  translations will be 
offered as options
+for Primary language and Fallback 
language
 in the Switch Application Language dialog of the 
 Help menu.
 


D17225: Update translation kcm docbook to plasma 5.14

2018-12-11 Thread Burkhard Lück
lueck added a comment.


  please review

REPOSITORY
  R119 Plasma Desktop

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

To: lueck, #plasma, #documentation
Cc: plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


Re: Where is the "double-click" option for the mouse setup?

2018-12-10 Thread Burkhard Lück
Am Dienstag, 11. Dezember 2018, 03:28:21 CET schrieb Shaun Andrew:
> Attn KDE developers,
> 
>  Where is the "double-click" option for the mouse setup?
> 
https://docs.kde.org/trunk5/en/kde-workspace/kcontrol/workspaceoptions/
index.html

-- 
Burkhard Lück





D17226: Update kcmsmserver (Desktop Session) docbook to Plasma 5.14

2018-12-02 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R119:eed844a36c5c: Update kcmsmserver (Desktop Session) 
docbook to Plasma 5.14 (authored by lueck).

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D17226?vs=46432=46701

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

AFFECTED FILES
  doc/kcontrol/kcmsmserver/index.docbook

To: lueck, #plasma, #documentation, yurchor
Cc: yurchor, plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


[plasma-desktop] doc/kcontrol/kcmsmserver: Update kcmsmserver (Desktop Session) docbook to Plasma 5.14

2018-12-02 Thread Burkhard Lück
Git commit eed844a36c5cb777dcd20e540a88cb6cd91eb93c by Burkhard Lück.
Committed on 02/12/2018 at 13:16.
Pushed by lueck into branch 'master'.

Update kcmsmserver (Desktop Session) docbook to Plasma 5.14

bump date + releaseinfo
proofread
fix wrong item name in application meu

Differential Revision: https://phabricator.kde.org/D17226

M  +5-5doc/kcontrol/kcmsmserver/index.docbook

https://commits.kde.org/plasma-desktop/eed844a36c5cb777dcd20e540a88cb6cd91eb93c

diff --git a/doc/kcontrol/kcmsmserver/index.docbook 
b/doc/kcontrol/kcmsmserver/index.docbook
index f6805e14..8379e4af 100644
--- a/doc/kcontrol/kcmsmserver/index.docbook
+++ b/doc/kcontrol/kcmsmserver/index.docbook
@@ -13,8 +13,8 @@
 
 
 
-2018-03-30
-Plasma 5.12
+2018-11-28
+Plasma 5.14
 
 
 KDE
@@ -95,8 +95,8 @@ left it.
 Instead of restoring  to the state it was when
 you logged out last, it will be restored to a specific state that you
 have saved manually.
-If this option is checked, the start menu offers an additional item 
-LeaveSave 
Session.
+If this option is checked, the application menu offers an additional 
item 
+Power / SessionSave 
Session.
 
 
 
@@ -107,7 +107,7 @@ have saved manually.
 
 
 Finally, you can enter a colon (:) or comma 
(,)
-separated list of applications that should not be saved in sessions,
+separated list of applications that should be excluded from sessions,
 and therefore will not be started when restoring a session.  For example
 xterm:konsole or 
xterm,konsole.
 


D17277: Add a small section on using KDiff3 as a git diff/merge tool

2018-12-02 Thread Burkhard Lück
lueck accepted this revision.
lueck added a comment.
This revision is now accepted and ready to land.


  lgtm, thanks - for updating the screenshots as well

REPOSITORY
  R983 KDiff3

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

To: yurchor, #documentation, mreeves, lueck
Cc: lueck, kde-doc-english, skadinna


[kbackup] doc/en: clarify which backups will be kept

2018-11-28 Thread Burkhard Lück
Git commit 3f8b9a1ba731357ecd9e5bfd56a85ddd7d71826f by Burkhard Lück.
Committed on 28/11/2018 at 20:08.
Pushed by lueck into branch 'master'.

clarify which backups will be kept

change according 
https://commits.kde.org/kbackup/91c1d455fedc3533f0d34fcb23df59170f2141b1

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

https://commits.kde.org/kbackup/3f8b9a1ba731357ecd9e5bfd56a85ddd7d71826f

diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index dad6d7b..2cfb7f7 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -221,7 +221,7 @@ which limit the size of a slice:
 
 
 
-In the Profile Settings, you can also define a maximum 
number of backups being kept
+In the Profile Settings, you can also define a maximum 
number of full backups being kept
 in the target folder, and therefore automatically deleting all older backups 
there.
  if you set it to 3,  will keep the last 3 backups and delete all 
older ones.
 


D17226: Update kcmsmserver (Desktop Session) docbook to Plasma 5.14

2018-11-28 Thread Burkhard Lück
lueck updated this revision to Diff 46432.
lueck added a comment.


  fix typo spotted by Yuri, thanks

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D17226?vs=46431=46432

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

AFFECTED FILES
  doc/kcontrol/kcmsmserver/index.docbook

To: lueck, #plasma, #documentation, yurchor
Cc: yurchor, plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D17226: Update kcmsmserver (Desktop Session) docbook to Plasma 5.14

2018-11-28 Thread Burkhard Lück
lueck created this revision.
lueck added reviewers: Plasma, Documentation.
Herald added projects: Plasma, Documentation.
Herald added subscribers: kde-doc-english, plasma-devel.
lueck requested review of this revision.

REVISION SUMMARY
  bump date + releaseinfo
  proofread
  fix wrong item name in application meu

TEST PLAN
  checkXML5 index.docbook

REPOSITORY
  R119 Plasma Desktop

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

AFFECTED FILES
  doc/kcontrol/kcmsmserver/index.docbook

To: lueck, #plasma, #documentation
Cc: plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D17225: Update translation kcm docbook to plasma 5.14

2018-11-28 Thread Burkhard Lück
lueck created this revision.
lueck added reviewers: Plasma, Documentation.
Herald added projects: Plasma, Documentation.
Herald added subscribers: kde-doc-english, plasma-devel.
lueck requested review of this revision.

REVISION SUMMARY
  update according port of KCM to Qt Quick with 
https://phabricator.kde.org/D12102

TEST PLAN
  checkXML5 index.docbook

REPOSITORY
  R119 Plasma Desktop

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

AFFECTED FILES
  doc/kcontrol/translations/index.docbook

To: lueck, #plasma, #documentation
Cc: plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D17155: Update configuration chapter for smb4k handbook

2018-11-28 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R440:f99cda3d5cb6: Update configuration chapter for smb4k 
handbook (authored by lueck).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D17155?vs=46209=46426#toc

REPOSITORY
  R440 Smb4K

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D17155?vs=46209=46426

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

AFFECTED FILES
  doc/configuration_page_mounting.png
  doc/configuration_page_network.png
  doc/configuration_page_samba.png
  doc/configuration_page_synchronization.png
  doc/index.docbook

To: lueck, areinholdt, #documentation, yurchor
Cc: yurchor, kde-doc-english, skadinna


[smb4k] doc: Update configuration chapter for smb4k handbook

2018-11-28 Thread Burkhard Lück
Git commit f99cda3d5cb6cd624435d63319237062896bc06f by Burkhard Lück.
Committed on 28/11/2018 at 18:43.
Pushed by lueck into branch 'master'.

Update configuration chapter for smb4k handbook

bump date + releaseinfo
update configuration chapter to 2.9.71
update 4 screenshots
missing:
check+update page Custom Options + screenshot

Differential Revision: https://phabricator.kde.org/D17155

M  +---doc/configuration_page_mounting.png
M  +---doc/configuration_page_network.png
M  +---doc/configuration_page_samba.png
M  +---doc/configuration_page_synchronization.png
M  +399  -445  doc/index.docbook

https://commits.kde.org/smb4k/f99cda3d5cb6cd624435d63319237062896bc06f

diff --git a/doc/configuration_page_mounting.png 
b/doc/configuration_page_mounting.png
index 345c30a..ad8965c 100644
Binary files a/doc/configuration_page_mounting.png and 
b/doc/configuration_page_mounting.png differ
diff --git a/doc/configuration_page_network.png 
b/doc/configuration_page_network.png
index b43158f..26397ff 100644
Binary files a/doc/configuration_page_network.png and 
b/doc/configuration_page_network.png differ
diff --git a/doc/configuration_page_samba.png b/doc/configuration_page_samba.png
index ea80630..2c2e376 100644
Binary files a/doc/configuration_page_samba.png and 
b/doc/configuration_page_samba.png differ
diff --git a/doc/configuration_page_synchronization.png 
b/doc/configuration_page_synchronization.png
index b7fa6bf..a408a4a 100644
Binary files a/doc/configuration_page_synchronization.png and 
b/doc/configuration_page_synchronization.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 3c99279..c7fbaa9 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1,7 +1,7 @@
 
 Smb4K">
-
+  
   
 ]>
 
@@ -27,8 +27,8 @@
 Alexander Reinholdt
   
   
-  2018-03-18
-   2.1.0
+  2018-11-25
+   2.9.71
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
   
@@ -51,7 +51,7 @@
 
   
 Scanning for (active) workgroups, hosts, and 
shares
-Support of the CIFS () and SMBFS (FreeBSD, NetBSD) 
file system
+Support of the  () and SMBFS (FreeBSD, 
NetBSD) file system
 Mounting and unmounting of shares
 Access to the files of a mounted share using a file 
manager or terminal
 Auto-detection of external mounts and 
unmounts
@@ -67,10 +67,10 @@
 System tray widget
 Support of advanced Samba options
 Support of printer shares
-KWallet support
+ support
 Synchronization of a remote share with a local copy and 
vice versa
 Ability to define custom options for individual servers 
and shares
-Laptop support through the Solid hardware device 
framework
+Laptop support through the  hardware device 
framework
 Wake-On-LAN capabilities
  for desktop integration
 Profiles for different network neighborhood 
setups
@@ -162,8 +162,7 @@
   Browsing
 
automatically scans the network neighborhood for active 
workgroups and domains on start-up and presents them in the network 
neighborhood browser. Opening a workgroup item shows the servers belonging to 
it. If you want to access the shares of one of the servers, you have to open 
the desired server.
-  There are two scan modes available. The traditional one, where 
initially only workgroups and domains are looked up and scans are only made 
when necessary   when you execute a network item , and one, 
where the network is scanned periodically for all 
available network items including servers and shares. While the former one is 
the default, the latter one can be enabled in the configuration 
dialog.
-  There are three 
methods to retrieve the browse list: The default one is to scan the 
network neighborhood for all available master browsers. The second and third 
method directly query a master browser to get the browse list. The difference 
is that the former is a dynamic one, where the current master browser of your 
workgroup or domain is looked up and used, and the latter is a static one, 
where a fixed name or IP address is used. It is recommended that you choose the 
dynamic method. However, there might be circumstances that make it necessary to 
use a static name or IP address.
+   uses a traditional scan mode, where initially only 
workgroups and domains are looked up and scans are only made when necessary 
  when you execute a network item .
   There is also the possibility to wake up sleeping servers prior to 
scanning the network neighborhood (Wake-On-LAN). If this feature is enabled, 
 sends a magic package to each server that is to be woken up and waits 
the defined time until it starts the lookup of the workgroups and domains. The 
Wake-On-LAN setting can be turned on in the configuration dialog. The 
servers that should to be woken up have to be defined in the Custom 
Options dialog.
 
 
@@ -486,7 +485,7 @@
 
   Actions and Popup Menu
 
-  For the network search also seve

D17155: Update configuration chapter for smb4k handbook

2018-11-25 Thread Burkhard Lück
lueck updated this revision to Diff 46209.
lueck added a comment.


  fix typos spotted by Yuri, thanks
  use more entities

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D17155?vs=46198=46209

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

AFFECTED FILES
  doc/index.docbook

To: lueck, areinholdt, #documentation, yurchor
Cc: yurchor, kde-doc-english, skadinna


D17155: Update configuration chapter for smb4k handbook

2018-11-25 Thread Burkhard Lück
lueck added a comment.


  F6441084: configuration_page_network.png 

  
  F6441083: configuration_page_synchronization.png 

  
  F6441082: configuration_page_samba.png 
  
  F6441081: configuration_page_mounting.png 


REPOSITORY
  R440 Smb4K

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

To: lueck, areinholdt, #documentation
Cc: kde-doc-english, skadinna


D17155: Update configuration chapter for smb4k handbook

2018-11-25 Thread Burkhard Lück
lueck created this revision.
lueck added reviewers: areinholdt, Documentation.
Herald added a project: Documentation.
Herald added a subscriber: kde-doc-english.
lueck requested review of this revision.

REVISION SUMMARY
  bump date + releaseinfo
  update configuration chapter to 2.9.71
  update 4 screenshots
  
  page Custom Options + screenshot not updated, no share available

TEST PLAN
  checkXML5 doc/index.docbook

REPOSITORY
  R440 Smb4K

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

AFFECTED FILES
  doc/index.docbook

To: lueck, areinholdt, #documentation
Cc: kde-doc-english, skadinna


[kate] doc/kate: Use 'Copy File Path' as changed in https://phabricator.kde.org/D16819

2018-11-19 Thread Burkhard Lück
Git commit 327ccdf8567e1197888ed6dbfd60a74bf1f0f6fa by Burkhard Lück.
Committed on 20/11/2018 at 06:02.
Pushed by lueck into branch 'master'.

Use 'Copy File Path' as changed in https://phabricator.kde.org/D16819

M  +1-1doc/kate/plugins.docbook

https://commits.kde.org/kate/327ccdf8567e1197888ed6dbfd60a74bf1f0f6fa

diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook
index 3bc73ffda..dc05d5c6f 100644
--- a/doc/kate/plugins.docbook
+++ b/doc/kate/plugins.docbook
@@ -965,7 +965,7 @@ active frame, click the document name in the list.
 The context menu has some common actions from the 
File menu.
 
 Additionally there are filemanager actions to rename or delete the file. 
With
-Copy Filename you can copy the full path of the 
document
+Copy File Path you can copy the full path of the 
document
 to the clipboard.
 
 You can sort the list in a few different ways by right clicking the


D16924: Update Kate docbooks

2018-11-17 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R40:f816e3e7663d: Update Kate docbooks (authored by lueck).

REPOSITORY
  R40 Kate

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16924?vs=45593=45691

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

AFFECTED FILES
  doc/kate/configuring.docbook
  doc/kate/index.docbook
  doc/kate/plugins.docbook

To: lueck, #kate, #documentation, yurchor
Cc: kwrite-devel, kde-doc-english, michaelh, ngraham, demsking, skadinna, 
cullmann, sars, dhaumann


[kate] doc/kate: Update Kate docbooks

2018-11-17 Thread Burkhard Lück
Git commit f816e3e7663de9c33607d209ee52c30f88a9e4ca by Burkhard Lück.
Committed on 17/11/2018 at 19:57.
Pushed by lueck into branch 'master'.

Update Kate docbooks

bump date
add missíng configuration option Close Kate entirely when the last file is 
closed, see https://phabricator.kde.org/D16169
use plugin titles and descriptions according to changes in 
https://phabricator.kde.org/D16647

Differential Revision: https://phabricator.kde.org/D16924

M  +8-0doc/kate/configuring.docbook
M  +1-1doc/kate/index.docbook
M  +13   -12   doc/kate/plugins.docbook

https://commits.kde.org/kate/f816e3e7663de9c33607d209ee52c30f88a9e4ca

diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook
index 4a9ed514f..f26b27f34 100644
--- a/doc/kate/configuring.docbook
+++ b/doc/kate/configuring.docbook
@@ -103,6 +103,14 @@ modified file receives focus within the application.
 
 
 
+
+
+Close Kate entirely when the last file is closed
+If enabled,  will shutdown when the last file being 
edited is closed,
+otherwise a blank page will open so that you can start a new file.
+
+
+
 
 
 
diff --git a/doc/kate/index.docbook b/doc/kate/index.docbook
index feaa2745a..1f947e820 100644
--- a/doc/kate/index.docbook
+++ b/doc/kate/index.docbook
@@ -42,7 +42,7 @@
 
 
 
-2018-08-28
+2018-11-15
 Applications 18.12
 
 
diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook
index 69cf42a31..91782cb86 100644
--- a/doc/kate/plugins.docbook
+++ b/doc/kate/plugins.docbook
@@ -38,7 +38,7 @@ The available application plugins are:
 
 
 Backtrace 
Browser
-- Backtrace navigation tool view
+- C/C++ Backtrace navigation tool view
 
 
 Build Plugin - 
Compile or Make and parse error messages
@@ -60,11 +60,11 @@ Preview the document in the target format.
 Quick document switching with  
behavior
 
 
-File system 
browser -
+File System 
Browser -
   File system browser tool view
 
 
-Documents - 
Displays the open files in a file tree
+Document Tree 
View - Displays the open files in a file tree
 
 
  - Provides a
@@ -77,17 +77,17 @@ simple  frontend
 -->
 
 Lumen - Lumen
-is a Autocompletion Plugin for D, using the DCD autocompletion server
+Autocompletion Plugin for D, using the DCD autocompletion server
 
 
 Open Header
 - Opens the corresponding .h/[.cpp|.c] file
 
 
-Project Plugin - 
Project plugin for kate
+Project Plugin - 
Integration with Git and other source control systems
 
 
-Replicode
+Replicode - Cconstructivist AI language and runtime
 
 
 Rust code completion
@@ -95,7 +95,7 @@ is a Autocompletion Plugin for D, using the DCD 
autocompletion server
 
 
 Search  
Replace -
-Search or replace patterns in opened documents or in files on disk
+Search and replace in documents, folders, or projects
 
 
 Snippets tool 
view - Tool view embedding the snippets management
@@ -109,10 +109,10 @@ query on SQL databases
 - Extract and show reference symbols from source
 
 
-Terminal tool 
view - Tool view embedding a terminal widget
+Terminal tool 
view - Have a terminal at the ready, using KDE's Konsole widget
 
 
-Text Filter - 
Easy text filtering
+Text Filter - 
Process text using terminal commands
 
 
 Completetion - Lists 
 elements,
@@ -751,9 +751,9 @@ If you release the shortcut keys the view will switch to 
the selected document i
 
 
 
-Filesystem Browser
+File System Browser
 
-The Filesystem Browser is a folder viewer, allowing you to open
+The File System Browser is a folder viewer, allowing you to open
 files from a displayed folder in the current frame.
 
 
@@ -2419,7 +2419,8 @@ be used in the function statically or passed as 
arguments, by using the
 ${func(field)} or 
${field2=func(field)}
 syntax in the snippet string.
 You can use
-the  scripting API to get the selected text, full text, file name and
+the  
scripting API 
+to get the selected text, full text, file name and
 more by using the appropriate methods of the document
 and view objects. Refer to the scripting API
 documentation for more information


D16924: Update Kate docbooks

2018-11-16 Thread Burkhard Lück
lueck created this revision.
lueck added reviewers: Kate, Documentation.
Herald added projects: Kate, Documentation.
Herald added subscribers: kde-doc-english, kwrite-devel.
lueck requested review of this revision.

REVISION SUMMARY
  bump date
  
  add missíng configuration option Close Kate entirely when the last file is 
closed, see https://phabricator.kde.org/D16169
  
  use plugin titles and descriptions according to changes in 
https://phabricator.kde.org/D16647

TEST PLAN
  checkXML5 index.docbook

REPOSITORY
  R40 Kate

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

AFFECTED FILES
  doc/kate/configuring.docbook
  doc/kate/index.docbook
  doc/kate/plugins.docbook

To: lueck, #kate, #documentation
Cc: kwrite-devel, kde-doc-english, michaelh, ngraham, demsking, skadinna, 
cullmann, sars, dhaumann


Re: Problems creating New Albums

2018-10-12 Thread Burkhard Lück
Am Mittwoch, 10. Oktober 2018, 22:24:49 CEST schrieb William Sihler:
> Ladies and Gentlemen:
> 
> Although I have tried looking everywhere I could think of, the
> instructions for creating a new album have not enabled me to do so.
> 
> I am using digiKam on Ubuntu 14.X.  When I began using the fine product
> about three years ago, I was able to create two albums and then to
> download pictures to files within them.  I have been unable to create
> any new albums and so am downloading to new folders within one or the
> other of these two.  When I click on creating a new album, the program
> directs me to create that album within either one of the two albums I
> create or within an existing folder.
> 
> I tried to highlight the "My Albums" heading and use Ctrl+N, which
> created nothing.  It created nothing no matter where I used it.
> 
> If you can direct me to where I can find out how to create new albums, I
> would appreciate it.
> 
You want to create a new root album, right?
Please read 
https://docs.kde.org/trunk5/en/extragear-graphics/digikam/using-setup.html#using-setup-collections

-- 
Burkhard Lück





[okular] doc: Replace Jovie with Qt Speech

2018-10-10 Thread Burkhard Lück
Git commit 6c2acb9afdcee7fd56c08ff7cf4d3a71ae622555 by Burkhard Lück.
Committed on 10/10/2018 at 18:29.
Pushed by lueck into branch 'master'.

Replace Jovie with Qt Speech

okular uses the qt speech library in kf5

Differential Revision: https://phabricator.kde.org/D16068

M  +3-2doc/index.docbook

https://commits.kde.org/okular/6c2acb9afdcee7fd56c08ff7cf4d3a71ae622555

diff --git a/doc/index.docbook b/doc/index.docbook
index 21de656cb..c26567faf 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1754,8 +1754,9 @@ Context menu actions like Rename Bookmarks etc.)



-   These items allow you to 
speak the whole document or just the current page and stop speaking using the 
 Text-to-Speech system .
-   The Speak 
... actions are enabled only if  is available in the 
system.
+   These items allow you to 
speak the whole document or just the current page and stop speaking using the 
system speech service.
+   This service is provided by a 
 library which wraps speech-dispatcher on , and native speech 
systems on other platforms.
+   The Speak 
... actions are enabled only if a speech service is available in the 
system.





D16068: Replace Jovie with Qt Speech

2018-10-10 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R223:6c2acb9afdce: Replace Jovie with Qt Speech (authored by 
lueck).

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16068?vs=43209=43337

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

AFFECTED FILES
  doc/index.docbook

To: lueck, #okular, #documentation, yurchor
Cc: okular-devel, kde-doc-english, ngraham, skadinna, aacid


[kmouth] doc: Remove obsolete page Jovie Speech Service from docbook

2018-10-09 Thread Burkhard Lück
Git commit d406e972c92e246e9681e1786509487cc6029da2 by Burkhard Lück.
Committed on 09/10/2018 at 13:55.
Pushed by lueck into branch 'master'.

Remove obsolete page Jovie Speech Service from docbook

M  +1-2doc/index.docbook

https://commits.kde.org/kmouth/d406e972c92e246e9681e1786509487cc6029da2

diff --git a/doc/index.docbook b/doc/index.docbook
index 0d4c269..160278c 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -170,8 +170,7 @@
   
   you open the configuration dialog of . This dialog consists of
   the pages General Options with the two tabs 
Preferences
-  and Text-to-Speech, the page Word 
Completion and
-   the page Jovie Speech Service.
+  and Text-to-Speech and the page Word 
Completion.
 
 
   The Preferences tab


D16068: Replace Jovie with Qt Speech

2018-10-09 Thread Burkhard Lück
lueck created this revision.
lueck added reviewers: Okular, Documentation.
Herald added projects: Okular, Documentation.
Herald added subscribers: kde-doc-english, okular-devel.
lueck requested review of this revision.

REVISION SUMMARY
  okular uses the qt speech library in kf5

TEST PLAN
  checkXML5 index.docbook

REPOSITORY
  R223 Okular

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

AFFECTED FILES
  doc/index.docbook

To: lueck, #okular, #documentation
Cc: okular-devel, kde-doc-english, ngraham, skadinna, aacid


D15024: Update icons kcm docbook to 5.13

2018-09-05 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R119:6864d6fee4a2: Update icons kcm docbook to 5.13 (authored 
by lueck).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D15024?vs=40526=41067#toc

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D15024?vs=40526=41067

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

AFFECTED FILES
  doc/kcontrol/icons/delete-theme.png
  doc/kcontrol/icons/edit-delete.png
  doc/kcontrol/icons/edit-undo.png
  doc/kcontrol/icons/effects.png
  doc/kcontrol/icons/index.docbook
  doc/kcontrol/icons/install-theme.png
  doc/kcontrol/icons/main.png
  doc/kcontrol/icons/size.png
  doc/kcontrol/icons/use-of-icons.png

To: lueck, #plasma, #documentation, yurchor
Cc: pino, abetts, plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, 
skadinna, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


[plasma-desktop] doc/kcontrol/icons: Update icons kcm docbook to 5.13

2018-09-05 Thread Burkhard Lück
Git commit 6864d6fee4a220e7345329363e8511a4b617baa5 by Burkhard Lück.
Committed on 05/09/2018 at 17:37.
Pushed by lueck into branch 'master'.

Update icons kcm docbook to 5.13

apply changes from [Icon KCM] Port to new design 
https://phabricator.kde.org/D12459

Differential Revision: https://phabricator.kde.org/D15024

D  +---doc/kcontrol/icons/delete-theme.png
A  +---doc/kcontrol/icons/edit-delete.png
A  +---doc/kcontrol/icons/edit-undo.png
D  +---doc/kcontrol/icons/effects.png
M  +36   -237  doc/kcontrol/icons/index.docbook
D  +---doc/kcontrol/icons/install-theme.png
M  +---doc/kcontrol/icons/main.png
D  +---doc/kcontrol/icons/size.png
M  +---doc/kcontrol/icons/use-of-icons.png

https://commits.kde.org/plasma-desktop/6864d6fee4a220e7345329363e8511a4b617baa5

diff --git a/doc/kcontrol/icons/delete-theme.png 
b/doc/kcontrol/icons/delete-theme.png
deleted file mode 100644
index 2009c14b..
Binary files a/doc/kcontrol/icons/delete-theme.png and /dev/null differ
diff --git a/doc/kcontrol/icons/edit-delete.png 
b/doc/kcontrol/icons/edit-delete.png
new file mode 100644
index ..9be3fb20
Binary files /dev/null and b/doc/kcontrol/icons/edit-delete.png differ
diff --git a/doc/kcontrol/icons/edit-undo.png b/doc/kcontrol/icons/edit-undo.png
new file mode 100644
index ..6080e7de
Binary files /dev/null and b/doc/kcontrol/icons/edit-undo.png differ
diff --git a/doc/kcontrol/icons/effects.png b/doc/kcontrol/icons/effects.png
deleted file mode 100644
index 73e1f4ec..
Binary files a/doc/kcontrol/icons/effects.png and /dev/null differ
diff --git a/doc/kcontrol/icons/index.docbook b/doc/kcontrol/icons/index.docbook
index 942c4331..1b1ccc03 100644
--- a/doc/kcontrol/icons/index.docbook
+++ b/doc/kcontrol/icons/index.docbook
@@ -15,8 +15,8 @@
 
 
 
-2017-11-07
-Plasma 5.11
+2018-08-21
+Plasma 5.13
 
 
 KDE
@@ -24,17 +24,12 @@
 icon
 
 
-
-Icons
-
-
-Introduction
 
  comes with a full set of icons in several sizes. These icons
 are being used all over : the desktop, the panel, the  file
 manager, in every toolbar of every  application, etc. The icons
 control module offers you very flexible ways of customizing the way 
-handles icons. 
+handles icons.
 
 
 
@@ -54,282 +49,86 @@ handles icons. 
 
 install and choose icon themes
 choose different icon sizes
-assign effects to icons (for example make them
-semi-transparent or colorize them) 
-configure these settings for each of the different places
-icons will be used in: for example the desktop, toolbars 
-
+remove icon themes
 
 
 Please note that some of these settings may depend on
 your selected icon theme.  comes with several icon themes by default,
-Oxygen, Monochrome and Breeze.
-
-There are two pages in this module: Theme and 
Advanced. Theme manages the icon 
themes while Advanced lets you configure how icons will be 
used in .
-
-
-
-Theme
+Breeze, Breeze Dark and Oxygen.
 
 At the top is a preview of the current theme icons. Most default
 installations will have only a few icon theme available, amongst them the 
 default
 Breeze theme. You can also download more from the Internet from 
-https://store.kde.org/;>https://store.kde.org/.
+https://store.kde.org/;>https://store.kde.org/ or
+install a them from a local file.
 
-
-Get New Themes...
-
 
-You need to be connected to the Internet to use it. Clicking on this button 
will display a dialog where you can choose a new icon theme. Clicking on 
Install in the dialog will install the chosen icon theme 
and after you Close  the installer your new theme is 
immediately available.
+On hover an animated preview shows a random selection, common mime types
+and common folder icons.
 
+
 
-
-Get New Icon Themes
-  
-
-  
-
-
-  Get New Icon Themes
-
-  
-
+If you want to remove a theme, use the 
 
overlay
+icon at the button right of the theme icon. To undo this action click on the
+ icon.
+If you hit Apply or OK the themes
+selected for removal are actually deleted, so you can undo individual or all
+deletions
 
-
-
-Install Theme File...
+
+
+Configure Icon Sizes
 
 
-If you dowloaded new themes from the internet, you can use this to browse to 
the
-location of those newly downloaded themes. Clicking on this button will bring 
you a small dialog to point to the icon theme tarball you have on your 
disk.
+Select one of the components and use the slider to adapt the corresponding 
size.
+
 
 
-Installing A New Icon Theme
+Configure Icon Sizes
   
 
-  
+  
 
 
-  Installing A New Icon Theme
+  Configure Icon Sizes
 
   
 
 
-Clicking OK in this dialog will install the theme 
you pointed to and make it available in the theme list.
-
 
 
-Remove Theme
+Get New Themes...
 
 
-Clicking this button will remove all files for this theme from your system. A 
confirmation message is displayed and will ask you if you are really sure you 
want to remove all the files for this theme

D15128: add Color Theme option to menus.docbook

2018-09-05 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R40:e6b5f958b5fe: add Color Theme option to menus.docbook 
(authored by lueck).

REPOSITORY
  R40 Kate

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D15128?vs=40576=41065

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

AFFECTED FILES
  doc/kate/index.docbook
  doc/kate/menus.docbook

To: lueck, #kate, #documentation, yurchor
Cc: yurchor, kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, 
demsking, skadinna, cullmann, sars, dhaumann


[kate] doc/kate: add Color Theme option to menus.docbook

2018-09-05 Thread Burkhard Lück
Git commit e6b5f958b5fea2d33ff71ce8539fefee2a45d95f by Burkhard Lück.
Committed on 05/09/2018 at 16:43.
Pushed by lueck into branch 'master'.

add Color Theme option to menus.docbook

add info about color theme selection introduced with 
https://phabricator.kde.org/D11785

Differential Revision: https://phabricator.kde.org/D15128

M  +3-3doc/kate/index.docbook
M  +12   -1doc/kate/menus.docbook

https://commits.kde.org/kate/e6b5f958b5fea2d33ff71ce8539fefee2a45d95f

diff --git a/doc/kate/index.docbook b/doc/kate/index.docbook
index adb97ef00..feaa2745a 100644
--- a/doc/kate/index.docbook
+++ b/doc/kate/index.docbook
@@ -42,13 +42,13 @@
 
 
 
-2018-05-22
-Applications 18.08
+2018-08-28
+Applications 18.12
 
 
  is a programmer's text editor by .
 
-This handbook documents  Version 18.08
+This handbook documents  Version 18.12
 
 
 
diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook
index c64c59f00..fbc0a59fc 100644
--- a/doc/kate/menus.docbook
+++ b/doc/kate/menus.docbook
@@ -1682,10 +1682,21 @@ Editor...
  has the common  Settings and 
Help
 menu items, for more information read the sections about the Settings Menu and url="help:/fundamentals/ui.html#menus-help">Help Menu
-of the  Fundamentals with two additional entries:
+of the  Fundamentals with these additional entries:
 
 
 
+
+
+
+Settings
+Color Theme
+
+Use a different color scheme from the system’s global color 
schemes
+described in the  module Colors.
+
+
+
 
 
 Settings


D15131: add acronym ASCII to general.entities

2018-08-28 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R238:0d36318396e2: add acronym ASCII to general.entities 
(authored by lueck).

REPOSITORY
  R238 KDocTools

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D15131?vs=40578=40597

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

AFFECTED FILES
  src/customization/entities/general.entities

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


D15131: add acronym ASCII to general.entities

2018-08-28 Thread Burkhard Lück
lueck created this revision.
Herald added projects: Frameworks, Documentation.
Herald added subscribers: kde-doc-english, kde-frameworks-devel.
lueck requested review of this revision.

REVISION SUMMARY
  16 hits in trunk l10n-kf5/documentation

REPOSITORY
  R238 KDocTools

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

AFFECTED FILES
  src/customization/entities/general.entities

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


D15128: add Color Theme option to menus.docbook

2018-08-28 Thread Burkhard Lück
lueck updated this revision to Diff 40576.
lueck added a comment.


  use entity as suggested by Yuri, thanks

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D15128?vs=40569=40576

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

AFFECTED FILES
  doc/kate/index.docbook
  doc/kate/menus.docbook

To: lueck, #kate, #documentation, yurchor
Cc: yurchor, kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, 
demsking, skadinna, cullmann, sars, dhaumann


D15128: add Color Theme option to menus.docbook

2018-08-28 Thread Burkhard Lück
lueck created this revision.
lueck added reviewers: Kate, Documentation.
Herald added projects: Kate, Documentation.
Herald added subscribers: kde-doc-english, kwrite-devel.
lueck requested review of this revision.

REVISION SUMMARY
  add info about color theme selection introduced with 
https://phabricator.kde.org/D11785

TEST PLAN
  checkXML5 doc/kate/index.docbook

REPOSITORY
  R40 Kate

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

AFFECTED FILES
  doc/kate/index.docbook
  doc/kate/menus.docbook

To: lueck, #kate, #documentation
Cc: kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, demsking, 
skadinna, cullmann, sars, dhaumann


D15024: Update icons kcm docbook to 5.13

2018-08-27 Thread Burkhard Lück
lueck updated this revision to Diff 40526.
lueck added a comment.


  fix issues spotted by pino, thanks

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D15024?vs=40304=40526

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

AFFECTED FILES
  doc/kcontrol/icons/index.docbook

To: lueck, #plasma, #documentation, yurchor
Cc: pino, abetts, plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, 
skadinna, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


D15105: add JSON to general.entities

2018-08-27 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R238:21232062fc8a: add JSON to general.entities (authored by 
lueck).

REPOSITORY
  R238 KDocTools

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D15105?vs=40517=40525

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

AFFECTED FILES
  src/customization/entities/general.entities

To: lueck, #documentation, yurchor, ltoscano
Cc: kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, skadinna


D15024: Update icons kcm docbook to 5.13

2018-08-27 Thread Burkhard Lück
lueck added a comment.


  In D15024#314116 , @abetts wrote:
  
  > I am hoping there is also a way for people to be able to see more 
information about the theme in GHNS. Is there a visual way that we can do this? 
Maybe do the layout the same as it was before BUT where the preview image used 
to be, have the new gallery item look?
  
  
  @abetts: your comment is about GHNS, but what do you want to be changed in 
this review?

REPOSITORY
  R119 Plasma Desktop

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

To: lueck, #plasma, #documentation, yurchor
Cc: abetts, plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


D15105: add JSON to general.entities

2018-08-27 Thread Burkhard Lück
lueck created this revision.
lueck added a reviewer: Documentation.
Herald added projects: Frameworks, Documentation.
Herald added subscribers: kde-doc-english, kde-frameworks-devel.
lueck requested review of this revision.

REVISION SUMMARY
  see title

REPOSITORY
  R238 KDocTools

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

AFFECTED FILES
  src/customization/entities/general.entities

To: lueck, #documentation
Cc: kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, skadinna


D15024: Update icons kcm docbook to 5.13

2018-08-23 Thread Burkhard Lück
lueck added reviewers: Plasma, Documentation.
lueck added a comment.


  F6211258: get-new-theme.png 
  
  F6211257: main.png 
  
  F6211256: use-of-icons.png 
  
  F6211255: edit-delete.png 
  
  F6211254: edit-undo.png 

REPOSITORY
  R119 Plasma Desktop

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

To: lueck, #plasma, #documentation
Cc: plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D15024: Update icons kcm docbook to 5.13

2018-08-23 Thread Burkhard Lück
lueck created this revision.
Herald added projects: Plasma, Documentation.
Herald added subscribers: kde-doc-english, plasma-devel.
lueck requested review of this revision.

REVISION SUMMARY
  apply chanches from [Icon KCM] Port to new design 
https://phabricator.kde.org/D12459

TEST PLAN
  checkXML5 index.docbook

REPOSITORY
  R119 Plasma Desktop

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

AFFECTED FILES
  doc/kcontrol/icons/delete-theme.png
  doc/kcontrol/icons/edit-delete.png
  doc/kcontrol/icons/edit-undo.png
  doc/kcontrol/icons/effects.png
  doc/kcontrol/icons/index.docbook
  doc/kcontrol/icons/install-theme.png
  doc/kcontrol/icons/main.png
  doc/kcontrol/icons/size.png
  doc/kcontrol/icons/use-of-icons.png

To: lueck
Cc: plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D14972: add line count option

2018-08-22 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R40:a5c5ee2cf1f6: add line count option (authored by lueck).

REPOSITORY
  R40 Kate

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14972?vs=40138=40228

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

AFFECTED FILES
  doc/katepart/configuring.docbook
  doc/katepart/index.docbook

To: lueck, #kate, yurchor
Cc: kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, demsking, 
skadinna, cullmann, sars, dhaumann


[kate] doc/katepart: add line count option

2018-08-22 Thread Burkhard Lück
Git commit a5c5ee2cf1f676ac869eccaa29a7f50ed30d7656 by Burkhard Lück.
Committed on 22/08/2018 at 13:36.
Pushed by lueck into branch 'master'.

add line count option

add line count option
add info about options in the status bar context menu
bump date + releaseinfo

Differential Revision: https://phabricator.kde.org/D14972

M  +9-1doc/katepart/configuring.docbook
M  +2-2doc/katepart/index.docbook

https://commits.kde.org/kate/a5c5ee2cf1f676ac869eccaa29a7f50ed30d7656

diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook
index a8361b727..b2b0ae834 100644
--- a/doc/katepart/configuring.docbook
+++ b/doc/katepart/configuring.docbook
@@ -121,7 +121,15 @@ if the file starts with a comment, such as a 
copyright
 
 Show Word Count
 
-Displays the number of words and characters in the document 
and in the current selection.
+Displays the number of words and characters in the document and
+in the current selection in the status bar.
+This option is also available in the status bar context menu.
+
+
+Show line count
+
+Displays the number of total lines in the document in the 
status bar.
+This option is also available in the status bar context menu.
 
 
 
diff --git a/doc/katepart/index.docbook b/doc/katepart/index.docbook
index 9c2d2bf6c..0ac3c34e2 100644
--- a/doc/katepart/index.docbook
+++ b/doc/katepart/index.docbook
@@ -52,8 +52,8 @@
 
 
 
-2018-05-21
-Frameworks 5.46
+2018-08-20
+Frameworks 5.50
 
 
  is a fully featured editor component by .


D14972: add line count option

2018-08-21 Thread Burkhard Lück
lueck created this revision.
lueck added a reviewer: Kate.
Herald added projects: Kate, Documentation.
Herald added subscribers: kde-doc-english, kwrite-devel.
lueck requested review of this revision.

REVISION SUMMARY
  add line count option
  add info about options in the status bar context menu
  bump date + releaseinfo

TEST PLAN
  checkXML5 doc/katepart/index.docbook

REPOSITORY
  R40 Kate

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

AFFECTED FILES
  doc/katepart/configuring.docbook
  doc/katepart/index.docbook

To: lueck, #kate
Cc: kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, demsking, 
skadinna, cullmann, sars, dhaumann


D13227: update mailto kioslave docbook

2018-08-20 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R241:84436b0d4874: update mailto kioslave docbook (authored by 
lueck).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D13227?vs=35228=40086#toc

REPOSITORY
  R241 KIO

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D13227?vs=35228=40086

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

AFFECTED FILES
  docs/kioslave5/mailto/index.docbook

To: lueck, #frameworks, #documentation, yurchor
Cc: kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, skadinna


[kio] docs/kioslave5/mailto: update mailto kioslave docbook

2018-08-20 Thread Burkhard Lück
Git commit 84436b0d48748523edab9600749a1d863ef8cc2c by Burkhard Lück.
Committed on 20/08/2018 at 20:47.
Pushed by lueck into branch 'master'.

update mailto kioslave docbook

correct reference to systemsettings module

Differential Revision: https://phabricator.kde.org/D13227

M  +3-3docs/kioslave5/mailto/index.docbook

https://commits.kde.org/kio/84436b0d48748523edab9600749a1d863ef8cc2c

diff --git a/docs/kioslave5/mailto/index.docbook 
b/docs/kioslave5/mailto/index.docbook
index 2878ece2..4d0e489d 100644
--- a/docs/kioslave5/mailto/index.docbook
+++ b/docs/kioslave5/mailto/index.docbook
@@ -17,8 +17,8 @@
 
 
 
-2012-01-28
- 4.8
+2018-08-20
+Frameworks 5.50
 
 
 The kioslave mailto is responsible for launching the mail composer of your
@@ -78,7 +78,7 @@ may be hard limits on how long an  may 
be.
 
 Configuration

-Choose the application to handle mailto locators in  
Workspace Appearance and 
BehaviourDefault 
Applications. 
+Choose the application to handle mailto locators in  module 
ApplicationsDefault 
Applications in the category 
Personalization.
 
 
 


D14918: Manual: Include changes of KTextEditor 5.50

2018-08-20 Thread Burkhard Lück
lueck added a comment.


  please bump date + releaseinfo in doc/katepart/index.docbook to 2018-08-20 + 
Frameworks 5.50

REPOSITORY
  R40 Kate

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

To: dhaumann, lueck
Cc: kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, demsking, 
skadinna, cullmann, sars, dhaumann


D14918: Manual: Include changes of KTextEditor 5.50

2018-08-20 Thread Burkhard Lück
lueck added inline comments.

INLINE COMMENTS

> development.docbook:1975
> +with the optional arguments args and the optional 
> range.
> +The returned object has a boolean proberty 
> object.ok
> +that indicates whether execution of the command 
> was successful.

typo: proberty -> property

REPOSITORY
  R40 Kate

BRANCH
  update-docbook-command (branched from master)

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

To: dhaumann, lueck
Cc: kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, demsking, 
skadinna, cullmann, sars, dhaumann


D14918: Manual: Include changes of KTextEditor 5.50

2018-08-20 Thread Burkhard Lück
lueck accepted this revision.
lueck added a comment.
This revision is now accepted and ready to land.


  please fix the typo and commit, thanks

REPOSITORY
  R40 Kate

BRANCH
  update-docbook-command (branched from master)

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

To: dhaumann, lueck
Cc: kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, demsking, 
skadinna, cullmann, sars, dhaumann


D13903: doc: Fix actions description: the buttons are on the bottom

2018-07-09 Thread Burkhard Lück
lueck accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R119 Plasma Desktop

BRANCH
  doc-actions-on-bottom

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

To: aspotashev, lueck
Cc: plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D13226: update trash docbook to 5.48

2018-06-21 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R241:34d6917f46a3: update trash docbook to 5.48 (authored by 
lueck).

REPOSITORY
  R241 KIO

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D13226?vs=35227=36432

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

AFFECTED FILES
  docs/kcontrol5/trash/index.docbook

To: lueck, #frameworks, #documentation, ngraham
Cc: ngraham, kde-frameworks-devel, kde-doc-english, michaelh, bruns, skadinna


[kio] docs/kcontrol5/trash: update trash docbook to 5.48

2018-06-21 Thread Burkhard Lück
Git commit 34d6917f46a37e6c8da9930ba353dc12b15260b5 by Burkhard Lück.
Committed on 21/06/2018 at 07:21.
Pushed by lueck into branch 'master'.

update trash docbook to 5.48

reflect gui changes in https://phabricator.kde.org/D12986

Differential Revision: https://phabricator.kde.org/D13226

M  +7-7docs/kcontrol5/trash/index.docbook

https://commits.kde.org/kio/34d6917f46a37e6c8da9930ba353dc12b15260b5

diff --git a/docs/kcontrol5/trash/index.docbook 
b/docs/kcontrol5/trash/index.docbook
index c3815115..6866d7fd 100644
--- a/docs/kcontrol5/trash/index.docbook
+++ b/docs/kcontrol5/trash/index.docbook
@@ -12,8 +12,8 @@
 
 
 
-2016-11-10
-Frameworks 5.29
+2018-05-31
+Frameworks 5.48
 
 
 KDE
@@ -27,7 +27,7 @@ This module allows you to configure the settings for the 
trash.
 
 
 
-Delete files older than
+Cleanup
 
 Check this box to allow automatic deletion of files that are 
 older than the value specified. Leave this disabled to 
not 
@@ -37,14 +37,14 @@ older than this will be automatically deleted.
 
 
 
-Limit to maximum size
+Size
 
 Check this box to limit the trash to the maximum amount of disk space 
-that you specify below. Otherwise, it will be unlimited.
+that you specify. Otherwise, it will be unlimited.
 
 
 
-Maximum size
+Limit to
 
 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 
@@ -52,7 +52,7 @@ the trash is displayed right of the spinbox.
 
 
 
-When limit reached
+Full trash
 
 When the size limit is reached, the selected action will be performed, 
 either the oldest or biggest files will be deleted automatically


[kinfocenter] doc: Fix wrong full form of acronym SMB in kinfocenter docbook

2018-05-31 Thread Burkhard Lück
Git commit f40ba4b48f341b350d7e3def9560ee21e1967412 by Burkhard Lück.
Committed on 31/05/2018 at 18:53.
Pushed by lueck into branch 'master'.

Fix wrong full form of acronym SMB in kinfocenter docbook

https://msdn.microsoft.com/en-us/library/windows/desktop/aa365233(v=vs.85).aspx 
reads:

'The Server Message Block (SMB) Protocol is ...'

Differential Revision: https://phabricator.kde.org/D13240

M  +1-1doc/index.docbook

https://commits.kde.org/kinfocenter/f40ba4b48f341b350d7e3def9560ee21e1967412

diff --git a/doc/index.docbook b/doc/index.docbook
index 241d579..106d29f 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -574,7 +574,7 @@ some systems, this information can not yet be 
displayed.
 to the programs smbstatus and
 showmount.  Smbstatus reports on current Samba
 connections, and is part of the suite of Samba tools, which implements
-the SMB (Session Message Block) protocol, also called
+the SMB (Server Message Block) protocol, also called
 the NetBIOS or LanManager protocol.
 
 This protocol can be used to provide printer sharing or drive


D13240: Fix wrong full form of acronym SMB in kinfocenter docbook

2018-05-31 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R102:f40ba4b48f34: Fix wrong full form of acronym SMB in 
kinfocenter docbook (authored by lueck).

REPOSITORY
  R102 KInfoCenter

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D13240?vs=35258=35274

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

AFFECTED FILES
  doc/index.docbook

To: lueck, #plasma, #documentation, ngraham
Cc: plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D13240: Fix wrong full form of acronym SMB in kinfocenter docbook

2018-05-31 Thread Burkhard Lück
lueck created this revision.
lueck added reviewers: Plasma, Documentation.
Restricted Application added projects: Plasma, Documentation.
Restricted Application added subscribers: kde-doc-english, plasma-devel.
lueck requested review of this revision.

REVISION SUMMARY
  
https://msdn.microsoft.com/en-us/library/windows/desktop/aa365233(v=vs.85).aspx 
reads:
  
  "The Server Message Block (SMB) Protocol is ..."

TEST PLAN
  checkXML5 index.docbook

REPOSITORY
  R102 KInfoCenter

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

AFFECTED FILES
  doc/index.docbook

To: lueck, #plasma, #documentation
Cc: plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


[kwin/Plasma/5.12] doc/kwindecoration: Update kwindecoration docbook

2018-05-31 Thread Burkhard Lück
Git commit 06fb902e14cc2fd4419857f6dfc007d62adaf556 by Burkhard Lück.
Committed on 31/05/2018 at 10:04.
Pushed by lueck into branch 'Plasma/5.12'.

Update kwindecoration docbook

update text + screenshots

Differential Revision: https://phabricator.kde.org/D11453

(cherry picked from commit 13a3dbf9dea3763399eeb3269c5a9dea7aaa8392)

backport to stable lts 5.12

M  +---doc/kwindecoration/button.png
M  +---doc/kwindecoration/configure.png
M  +---doc/kwindecoration/decoration.png
M  +6-5doc/kwindecoration/index.docbook
M  +---doc/kwindecoration/main.png

https://commits.kde.org/kwin/06fb902e14cc2fd4419857f6dfc007d62adaf556

diff --git a/doc/kwindecoration/button.png b/doc/kwindecoration/button.png
index a4b78f0d6..e744ea478 100644
Binary files a/doc/kwindecoration/button.png and 
b/doc/kwindecoration/button.png differ
diff --git a/doc/kwindecoration/configure.png b/doc/kwindecoration/configure.png
index 4b13fb6e2..d68764b4a 100644
Binary files a/doc/kwindecoration/configure.png and 
b/doc/kwindecoration/configure.png differ
diff --git a/doc/kwindecoration/decoration.png 
b/doc/kwindecoration/decoration.png
index a6b8bd134..80530cc2e 100644
Binary files a/doc/kwindecoration/decoration.png and 
b/doc/kwindecoration/decoration.png differ
diff --git a/doc/kwindecoration/index.docbook b/doc/kwindecoration/index.docbook
index 5dd97576f..0f2992be2 100644
--- a/doc/kwindecoration/index.docbook
+++ b/doc/kwindecoration/index.docbook
@@ -13,8 +13,8 @@
 
 
 
-2016-04-14
-Plasma 5.6
+2018-03-18
+Plasma 5.12
 
 
 KDE
@@ -64,12 +64,12 @@ edges.
 You are encouraged to experiment with the different styles until
 you find one which best suits your pattern of work.
 
-In the preview pane at the right of each style you find a 

+In the preview of each style you find a 
  
 configure button to open configuration dialogs for the decoration.
 
 The options in this configuration dialog are applied to all windows. 
-Some window decorations ( Breeze or Oxygen)
+Some window decorations ( Breeze)
 provide a Window-Specific Overrides tab.
 On this tab you can change the border size and the visibility 
 of the window titlebar for particular windows.
@@ -114,7 +114,8 @@ The available options depend on the selected style.
 Buttons
 
 This tab allows you to customize the button location on the titlebar. 
-You can drag buttons into the titlebar, remove them or drag around the
+You can drag buttons  the Application menu into the 
+titlebar, remove them or drag around the
 buttons until you have the order that makes you comfortable.
 
 
diff --git a/doc/kwindecoration/main.png b/doc/kwindecoration/main.png
index 319d6ed18..55f6fb1d7 100644
Binary files a/doc/kwindecoration/main.png and b/doc/kwindecoration/main.png 
differ


D13227: update mailto kioslave docbook

2018-05-30 Thread Burkhard Lück
lueck created this revision.
lueck added reviewers: Frameworks, Documentation.
Restricted Application added projects: Frameworks, Documentation.
Restricted Application added subscribers: kde-doc-english, kde-frameworks-devel.
lueck requested review of this revision.

REVISION SUMMARY
  correct reference to systemsettings module

TEST PLAN
  checkXML5 index.docbook

REPOSITORY
  R241 KIO

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

AFFECTED FILES
  docs/kioslave5/mailto/index.docbook

To: lueck, #frameworks, #documentation
Cc: kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, skadinna


D13226: update trash docbook to 5.48

2018-05-30 Thread Burkhard Lück
lueck updated this revision to Diff 35227.
lueck added a comment.


  correct wrong frameworks version

REPOSITORY
  R241 KIO

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D13226?vs=35226=35227

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

AFFECTED FILES
  docs/kcontrol5/trash/index.docbook

To: lueck, #frameworks, #documentation
Cc: ngraham, kde-frameworks-devel, kde-doc-english, michaelh, bruns, skadinna


D13226: update trash docbook to 5.48

2018-05-30 Thread Burkhard Lück
lueck retitled this revision from "update trash docbook to .47" to "update 
trash docbook to 5.48".

REPOSITORY
  R241 KIO

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

To: lueck, #frameworks, #documentation
Cc: ngraham, kde-frameworks-devel, kde-doc-english, michaelh, bruns, skadinna


D13226: update trash docbook to .47

2018-05-30 Thread Burkhard Lück
lueck created this revision.
lueck added reviewers: Frameworks, Documentation.
Restricted Application added projects: Frameworks, Documentation.
Restricted Application added subscribers: kde-doc-english, kde-frameworks-devel.
lueck requested review of this revision.

REVISION SUMMARY
  reflect gui changes in https://phabricator.kde.org/D12986

TEST PLAN
  checkXML5 docs/kcontrol5/trash/index.docbook

REPOSITORY
  R241 KIO

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

AFFECTED FILES
  docs/kcontrol5/trash/index.docbook

To: lueck, #frameworks, #documentation
Cc: kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, skadinna


[kinfocenter/Plasma/5.12] doc: Update kinfocenter docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit e6759f109bacf36c0159d71461b226975cc6ad86 by Burkhard Lück.
Committed on 30/05/2018 at 20:18.
Pushed by lueck into branch 'Plasma/5.12'.

Update kinfocenter docbook to 5.12

proofread
bump date + realeaseinfo
kde -> plasma
add energy + fileindexer+wayland
group subitems to Device / Network / Graphical items

Differential Revision: https://phabricator.kde.org/D11864

(cherry picked from commit 5d247348141276d76f465ca82294ccec5b812e67)

backport to stable 5.12 lts

M  +141  -100  doc/index.docbook

https://commits.kde.org/kinfocenter/e6759f109bacf36c0159d71461b226975cc6ad86

diff --git a/doc/index.docbook b/doc/index.docbook
index 57f6684..241d579 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -19,15 +19,15 @@
 
 
 
-2016-03-19
-Plasma 5.6
+2018-03-31
+Plasma 5.12
 
 
-This documentation describes ’s information center.
+This documentation describes ’s information center.
 
 
 
-KDE
+Plasma
 kinfocenter
 system
 information
@@ -170,7 +170,7 @@ of the  Fundamentals.
 
 
 
-Exiting The  Information Center
+Exiting The Information Center
 
 You can exit the info center one of two ways: 
 
@@ -195,10 +195,10 @@ Type Q on the keyboar
 
 
 
-System Information Module
+About System Module
 
 This page shows a brief summary about your system,  your 
distribution, KDE Plasma Version,
-Qt Version, Kernel Version and 
OS Type; and in the hardware section
+KDE Frameworks Version, Qt Version, 
Kernel Version and OS Type; and in 
the hardware section
 information about Processors and 
Memory.
 
 Use the information on this page if you ask for help in support channels 
or report a bug at 
@@ -284,6 +284,28 @@ virtual memory.
 
 
 
+
+
+
+
+Energy Information Module
+
+This provides information about CPU wakeups, battery percentage and 
consumption
+over a user defined history and detailed information about the battery.
+
+
+
+
+
+
+File Indexer Monitor Module
+
+This Module shows the state of the file indexer. If the indexer is not 
running
+you can start it and then suspend or resume the indexing.
+
+
+
+
 
 
 
@@ -292,7 +314,7 @@ virtual memory.
 Device Information is a device viewer module. It shows all relevant 
devices that are present within your PC. It has three 
sections,
 a device viewer, a information panel and a UDI listing for 
the currently selected device.
 
-Device Listing
+Device Viewer
 The device viewer displays all the current devices detected on your 
PC in a tree. The main topics at the beginning of the tree
 are the device categories, left click on a collapsed category to expand it and 
vice versa to collapse it.
 To display information about a device, left click on the device in the viewer, 
the information will display on the right side information panel.
@@ -324,8 +346,8 @@ in the device listing are not all devices within your PC, 
they are just devices
 
 Video devices do not include your video card adapter
 
-
-
+
+
 Information Panel
 The information panel is where device information is shown when you 
select a device. The first two information topics are always:
 
@@ -340,17 +362,17 @@ The information labels have the ability to be selected 
and copied from.
 
 Top categories in the device listing do not show any information.
 
-
-
+
+
 UDI Information
 The bottom information panel shows the current selected devices 
UDI. This is the unique device identifier.
 All labels have the ability to be selected and copied from.
+
 
-
 
 
 
-
+
 Interrupt Request (IRQ) Information Module
 
 This page displays information about the Interrupt Request
@@ -384,11 +406,11 @@ reboot.  The third column shows the type of interrupt.  
The fourth,
 identifies the device assigned to that interrupt.
 
 The user cannot modify any settings on this page.
-
+
 
 
 
-
+
 DMA Channel Information Module
 
  This page displays information about the DMA
@@ -419,11 +441,11 @@ Unused DMA channels are not listed.
 
 The user cannot modify any settings on this page.
 
-
+
 
 
 
-
+
 IEEE 1394 Device Information Module
 
 The IEEE 1394 interface, also known as FireWire,
@@ -448,36 +470,23 @@ button.
 Speed: the speed of the 
node
 Vendor: the vendor of the 
device
 
-
+
 
 
 
-
-PCI-bus/Installed PCI Cards 
Information Module
-
-This page displays information about the
-PCI-bus and installed PCI cards,
-and other devices that use the Peripheral Component Interconnect
-(PCI) bus.
-
-The exact information displayed is system-dependent. On some
-systems, PCI-information can not yet be
-displayed. 
+
+USB Controller/USB Devices 
Information Module
 
-On , this information is read from /proc/pci which is only available if the
-/proc pseudo-filesystem is
-compiled into the kernel.  A listing of all PCI
-devices found during kernel initialization, and their configuration, is
-shown.
+This module allows you to see the devices attached to your
+USB bus(es).
 
-Each entry begins with a bus, device and function number.
-The user cannot modify any settings on this page.
-
+This module is for information only, you can

[plasma-desktop/Plasma/5.12] doc/kcontrol/kcmsmserver: Update kcmsmserver docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit b77559c56734f53bbcf75cedb1ad4aa821ff6052 by Burkhard Lück.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Update kcmsmserver docbook to 5.12

proofread + update
bump date + releaseinfo
replace kddm with sddm
replace kde with plasma

Differential Revision: https://phabricator.kde.org/D11817

(cherry picked from commit 4c627632a92cbea5a22176f3e9d3c39b9c6fb5f7)

backport to 5.12 LTS

M  +16   -17   doc/kcontrol/kcmsmserver/index.docbook

https://commits.kde.org/plasma-desktop/b77559c56734f53bbcf75cedb1ad4aa821ff6052

diff --git a/doc/kcontrol/kcmsmserver/index.docbook 
b/doc/kcontrol/kcmsmserver/index.docbook
index d554a2c8..f6805e14 100644
--- a/doc/kcontrol/kcmsmserver/index.docbook
+++ b/doc/kcontrol/kcmsmserver/index.docbook
@@ -13,8 +13,8 @@
 
 
 
-2015-04-08
-Plasma 5.3
+2018-03-30
+Plasma 5.12
 
 
 KDE
@@ -25,16 +25,16 @@
 
 
 
-Session Management
+Desktop Session
 
 
 Use
 
-In this  module you can configure 's session
+In this  module you can configure 's session
 manager and logout settings.
 
-Session management refers to 's ability to save the state
-of applications and windows when you log out of  and restore them
+Session management refers to 's ability to save the state
+of applications and windows when you log out of  and restore them
 when you log back in.
 
 
@@ -43,8 +43,8 @@ when you log back in.
 
 Confirm logout
 
-If this option is checked, when logging out,  will display a
-dialog asking for confirmation. In this dialog you can also choose
+If this option is checked, when logging out,  will display a
+dialog with a default timeout of 30 seconds asking for confirmation. In this 
dialog you can also choose
 whether you want to restore your current session when you login the next
 time.
 
@@ -52,7 +52,7 @@ time.
 
 Offer shutdown options
 
-If this option is checked,  will offer a choice of actions during
+If this option is checked,  will offer a choice of actions during
 logout.  These include simply ending the current session (the
 action performed if shutdown options are not enabled) turning off the
 computer, or restarting the computer.
@@ -64,9 +64,8 @@ computer, or restarting the computer.
 
 Default Leave Option
 You can configure what should happen by default when you log out of
-.  These options are not possible on all operating systems, and some of
-them may not appear unless you are using  as your login manager.
-
+.  These options are not possible on all operating systems, and some of
+them may not appear unless you are using SDDM as 
your login manager.
 The options available are self explanatory, if you are in doubt,
 leave the default settings.  They are:
 
@@ -80,20 +79,20 @@ leave the default settings.  They are:
 
 On Login
 You may choose one of three options on what should happen when
-you log into :
+you log into :
 
 
 
 Restore previous session
-If this option is checked,  will save your current
-session's state when you logout.   will restore your session on the
+If this option is checked,  will save your current
+session's state when you logout.   will restore your session on the
 next login, so you can continue to work with a desktop just like you
 left it.
 
 
 
 Restore manually saved session
-Instead of restoring  to the state it was when
+Instead of restoring  to the state it was when
 you logged out last, it will be restored to a specific state that you
 have saved manually.
 If this option is checked, the start menu offers an additional item 
@@ -103,7 +102,7 @@ have saved manually.
 
 Start with an empty session
 
-If you choose this option,  will never restore sessions that it has 
saved.
+If you choose this option,  will never restore sessions that it 
has saved.
 
 
 



[plasma-desktop/Plasma/5.12] doc/kcontrol/fontinst: Update fontinst docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit 5ab23426db7c61b79043cf5716ce32d376bfc214 by Burkhard Lück.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Update fontinst docbook to 5.12

bump date + releaseinfo
remove kde-look.org/store.kde.org, there are no fonts available
add info about Unicode Blocks in kfontview preview

Differential Revision: https://phabricator.kde.org/D11831

(cherry picked from commit 31677cba0e71458106cf8909b1c8a00bb7b46a0d)

backport to 5.12 LTS

M  +6-3doc/kcontrol/fontinst/index.docbook

https://commits.kde.org/plasma-desktop/5ab23426db7c61b79043cf5716ce32d376bfc214

diff --git a/doc/kcontrol/fontinst/index.docbook 
b/doc/kcontrol/fontinst/index.docbook
index 09e49fcd..ab377fc6 100644
--- a/doc/kcontrol/fontinst/index.docbook
+++ b/doc/kcontrol/fontinst/index.docbook
@@ -14,8 +14,8 @@
 
 
 
-2015-04-08
-Plasma 5.3
+2018-03-31
+Plasma 5.12
 
 
 KDE
@@ -89,7 +89,7 @@ The main display is a list of the installed fonts, grouped 
via the fonts' family
 
 
 Get New Fonts
-New fonts may be installed from local files, or downloaded from 
kde-look.org. The Get New Fonts entry in 
the tool button (located above the group list), allows you to install fonts 
from kde-look.org. The fonts downloaded in this manner will be 
installed into your Personal Fonts group. To install 
system-wide, you will need to move them to the System Fonts 
group - this may be achieved by dragging the fonts over the System 
Fonts group entry and will require administrator privileges.
+New fonts may be installed from local files, or downloaded using 
Get Hot New Stuff. The Get New Fonts 
entry in the tool button (located above the group list), allows you to install 
fonts from the Internet. The fonts downloaded in this manner will be installed 
into your Personal Fonts group. To install system-wide, you will 
need to move them to the System Fonts group - this may be 
achieved by dragging the fonts over the System Fonts group entry 
and will require administrator privileges.
 
 
 
@@ -104,6 +104,9 @@ The main display is a list of the installed fonts, grouped 
via the fonts' family
 Preview
 This displays a preview text in different font sizes.
 Using the context menu enables you to zoom in and out, select a preview 
type (Standard Preview or All 
Characters) and change the preview text.
+
+Launch the application  if you need additional preview types 
for Unicode Blocks.
+
 
 
 



[plasma-desktop/Plasma/5.12] doc/kcontrol: Fix minor typos

2018-05-30 Thread Burkhard Lück
Git commit 88eb65bd45e6bcfcf79ea79a62746594ec4d0e13 by Burkhard Lück, on behalf 
of Yuri Chornoivan.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Fix minor typos

(cherry picked from commit 0b5c033ba709562a07391e2e5f9bc480538fcf98)

backport to 5.12 LTS

M  +1-1doc/kcontrol/fonts/index.docbook
M  +1-1doc/kcontrol/kcmnotify/index.docbook

https://commits.kde.org/plasma-desktop/88eb65bd45e6bcfcf79ea79a62746594ec4d0e13

diff --git a/doc/kcontrol/fonts/index.docbook b/doc/kcontrol/fonts/index.docbook
index 8d5e948f..a3934f9f 100644
--- a/doc/kcontrol/fonts/index.docbook
+++ b/doc/kcontrol/fonts/index.docbook
@@ -130,7 +130,7 @@ and enable the custom settings.
 look to your fonts, and how strongly it should be applied changing
 the https://en.wikipedia.org/wiki/Subpixel_rendering;>
 Sub-pixel rendering and https://en.wikipedia.org/wiki/Font_hinting;>
-font hintig. If you are not familiar with the individual methods,
+font hinting. If you are not familiar with the individual methods,
 you should leave this option alone.
 
 
diff --git a/doc/kcontrol/kcmnotify/index.docbook 
b/doc/kcontrol/kcmnotify/index.docbook
index 74114121..d69d6624 100644
--- a/doc/kcontrol/kcmnotify/index.docbook
+++ b/doc/kcontrol/kcmnotify/index.docbook
@@ -69,7 +69,7 @@ the left of the notification name.  These columns (from left 
to right) are:
 
-If you want to remove sound notifications from all applications with a 
single click use Disable all sounds for all event sources
+If you want to remove sound notifications from all applications with a 
single click use Disable all sounds for all of these 
events
 
 
 Change a notification



[plasma-desktop/Plasma/5.12] doc/kcontrol/colors: Update colors docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit 91f881a1d6570f7945f07180bc70e308b21c951d by Burkhard Lück.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Update colors docbook to 5.12

proofread + update
bump date + releaseinfo

Differential Revision: https://phabricator.kde.org//D11813

(cherry picked from commit 14ba3cfe43663077edc0362d00301522451fa8bc)

backport to 5.12 LTS

M  +6-5doc/kcontrol/colors/index.docbook

https://commits.kde.org/plasma-desktop/91f881a1d6570f7945f07180bc70e308b21c951d

diff --git a/doc/kcontrol/colors/index.docbook 
b/doc/kcontrol/colors/index.docbook
index 436168ef..ebf0a2cb 100644
--- a/doc/kcontrol/colors/index.docbook
+++ b/doc/kcontrol/colors/index.docbook
@@ -14,8 +14,8 @@
 
 
 
-2017-11-07
-Plasma 5.11
+2018-03-30
+Plasma 5.12
 
 
 KDE
@@ -35,8 +35,8 @@
   It shows a list of color schemes shipped with  and a preview at the 
top.
   Only one scheme is active at once, but you may edit schemes.
   You can remove schemes using Remove Scheme.
-  Note that system schemes cannot be removed; trying to do so will display an
-  error.
+  Note that system schemes cannot be removed; the button for this action is
+  disabled.
 
   If you have an Internet connection,
   you can also browse and retrieve user-created schemes using Get
@@ -66,7 +66,8 @@
   Edit or Create Schemes
   To edit or create new schemes select a scheme from the list and press 
the
   Edit Scheme button to open a dialog with three tabs 
-  Options, Colors and 
Disabled.
+  Options, Colors, 
Disabled
+  and Inactive.
   When you have created a scheme you like, you can upload it, reset it or save 
it
   under a different name or overwrite the active scheme.
   



[plasma-desktop/Plasma/5.12] doc/kcontrol/translations: Update translations docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit cb21d756f98908ccd04cf1e4ddc37565fb7b6aba by Burkhard Lück.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Update translations docbook to 5.12

proofread
bump date + releaseinfo
kde -> plasma

Differential Revision: https://phabricator.kde.org/D11812

(cherry picked from commit 5f8541f791b010726f58754b3665bec0795498f7)

backport to 5.12 LTS

M  +8-12   doc/kcontrol/translations/index.docbook

https://commits.kde.org/plasma-desktop/cb21d756f98908ccd04cf1e4ddc37565fb7b6aba

diff --git a/doc/kcontrol/translations/index.docbook 
b/doc/kcontrol/translations/index.docbook
index 18195ce0..bd0afe36 100644
--- a/doc/kcontrol/translations/index.docbook
+++ b/doc/kcontrol/translations/index.docbook
@@ -14,8 +14,8 @@
 
  
 
- 2015-05-18
- Plasma 5.3
+ 2018-03-26
+ Plasma 5.12
 
  
KDE
@@ -29,12 +29,12 @@
 
 
 
-On this page you can set your preferred languages for the  Workspace and
+On this page you can set your preferred languages for the  Workspace 
and
 Applications to be displayed in.
 
 
 
-The  Workspace and Applications are written in American English and are
+The  Workspace and  Applications are written in American English 
and are
 translated into many different languages by teams of volunteers. These
 translations need to be installed first before you can choose to use them. The
 list of Available Languages shows the localized language 
names of  translations
@@ -42,19 +42,16 @@ installed and available on your system. If the language you 
want to use is
 not shown in this list then you will need to install it using the usual method 
 for your system.
 
-Ensure that you have installed the  language packages or 
translations for the 
+Ensure that you have installed the  language packages or 
translations for the
 languages you want to use.
-As  is build upon the  libraries, you need the  
translations for the selected
+As  is build upon the  libraries, you need the  
translations for the selected
 languages as well to have a fully localized .
-
 
 
 The Preferred Languages list shows the localized language 
names that will
-be used when displaying the  Workspace and Applications. Because not all
+be used when displaying the  Workspace and Applications. Because not 
all
 of the KDE Workspace and Applications may be translated into every language
- will try to find suitable translations for you by working down the
+ will try to find suitable translations for you by working down the
 Preferred Languages list until it finds a translation. If
 none of your preferred languages have a required translation then the original
 American English will be used.
@@ -79,7 +76,6 @@ clicking on the Up or Down arrow button.
 for Primary language and Fallback 
language 
 in the Switch Application Language dialog of the 
 Help menu.
-
 
 
 



[plasma-desktop/Plasma/5.12] doc/kcontrol/kcmnotify: doc: use the exact text label of a GUI item

2018-05-30 Thread Burkhard Lück
Git commit 379235bd15f8b06069034f7b7ef8469fed190db4 by Burkhard Lück, on behalf 
of Luigi Toscano.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

doc: use the exact text label of a GUI item

(cherry picked from commit cb091dbe7695f076633d424b0c645f022f694b8a)

backport to 5.12 LTS

M  +1-1doc/kcontrol/kcmnotify/index.docbook

https://commits.kde.org/plasma-desktop/379235bd15f8b06069034f7b7ef8469fed190db4

diff --git a/doc/kcontrol/kcmnotify/index.docbook 
b/doc/kcontrol/kcmnotify/index.docbook
index d69d6624..2e89b825 100644
--- a/doc/kcontrol/kcmnotify/index.docbook
+++ b/doc/kcontrol/kcmnotify/index.docbook
@@ -69,7 +69,7 @@ the left of the notification name.  These columns (from left 
to right) are:
 
-If you want to remove sound notifications from all applications with a 
single click use Disable all sounds for all of these 
events
+If you want to remove sound notifications from all applications with a 
single click use Disable sounds for all of these events
 
 
 Change a notification


[systemsettings/Plasma/5.12] doc: Update systemsettings docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit b3b57edf86f3c12cf5f6ff51a4ab9e55027a970e by Burkhard Lück.
Committed on 30/05/2018 at 20:11.
Pushed by lueck into branch 'Plasma/5.12'.

Update systemsettings docbook to 5.12

proofread
bump date + releaseinfo
System Splash renamed to Boot Splash
Other Notifications not in plasma workspace
add Sidebar View

Differential Revision: https://phabricator.kde.org/D11607

(cherry picked from commit b73b544a1281e155d967415c4ca0a7ec5236f639)

backport to stable 5.12 lts

M  +14   -5doc/index.docbook

https://commits.kde.org/systemsettings/b3b57edf86f3c12cf5f6ff51a4ab9e55027a970e

diff --git a/doc/index.docbook b/doc/index.docbook
index 5ecc19f..07b8fdc 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -22,8 +22,8 @@
 
 
 
-2017-01-24
-Plasma 5.9
+2018-03-23
+Plasma 5.12
 
 
 
@@ -184,7 +184,7 @@ Window Management (Window Behavior, Task Switcher, KWin 
Scripts, Window Rules)
 Shortcuts (Standard Shortcuts, Global Shortcuts, Web Shortcuts, Custom 
Shortcuts)
 
 
-Startup and Shutdown (Login Screen (SDDM), Autostart, Background Services, 
Desktop Session, System Splash)
+Startup and Shutdown (Login Screen (SDDM), Autostart, Background Services, 
Desktop Session, Boot Splash)
 
 
 Search (Plasma Search, File Search)
@@ -204,7 +204,7 @@ Account Details (KDE Wallet, User Manager)
 Regional Settings (Translations, Format, Spell Check, Date  Time)
 
 
-Notifications (Notifications, Other Notifications)
+Notifications
 
 
 Applications (Default Applications, File Associations, Locations, Launch 
Feedback)
@@ -292,13 +292,22 @@ Click on the Close button located 
in the toolbar.
 
 
 The Configure icon in the toolbar allows you to change some 
 parameters.
-You can change from Icon View (default view) to 
Classic Tree View.
+You can change from Icon View (default view) to 
Classic Tree View
+or Sidebar View.
+In Sidebar View mode the welcome page shows the 
frequently used modules
+for quick access.
 
 
 
 You can also turn off the detailed tooltips by unchecking Show 
detailed tooltips. 
 You will then get only normal tooltips and not the content of a module group.
 
+
+
+The Tree View has an option to expand the first level 
automatically
+on startup of the .
+
+
 
 
 


[plasma-desktop/Plasma/5.12] doc/kfontview: Update kfontview docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit e62cde200798e7001e8fa7a1d308fe6470f90370 by Burkhard Lück.
Committed on 30/05/2018 at 20:06.
Pushed by lueck into branch 'Plasma/5.12'.

Update kfontview docbook to 5.12

bump date + releaseinfo
remove obsolete entities kfontview, kappname, package - either already defined 
in kdoctools or unused in kf5
fix name of systemsettings module and add info about the extended managemanet 
capabilities

Differential Revision: https://phabricator.kde.org/D11832

(cherry picked from commit 1133795f6995cf7f67ccc3a9bf8d39d40eabde55)

backport to stable 5.12 lts

M  +8-6doc/kfontview/index.docbook

https://commits.kde.org/plasma-desktop/e62cde200798e7001e8fa7a1d308fe6470f90370

diff --git a/doc/kfontview/index.docbook b/doc/kfontview/index.docbook
index 0d9a234a..d7d6797d 100644
--- a/doc/kfontview/index.docbook
+++ b/doc/kfontview/index.docbook
@@ -1,9 +1,6 @@
 
 KFontview">
-  
-  
   
   
 ]>
@@ -18,8 +15,8 @@
 
 
 
-2015-04-10
-Plasma 5.3
+2018-03-31
+Plasma 5.12
 
 
 KDE
@@ -45,8 +42,13 @@ has all characters you need.
 
 Additionally  can be launched from 
 the  module 
-Font Installer to use the extended preview 
capabilities
+Font Management to use the extended preview 
capabilities
 of .
+
+
+Alternatively you can use the Font Management module
+to install, remove, preview and manage all fonts on your system.
+
 

[plasma-desktop/Plasma/5.12] doc/kcontrol/autostart: Update autostart docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit 69f1e6586aefd0bc2fb097e36a02c32834355517 by Burkhard Lück.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Update autostart docbook to 5.12

proofread + update
bump date + releseinfo
fix wording Pre-KDE startup -> Before session startup + KDE -> Plasma

Differential Revision: https://phabricator.kde.org/D11687

(cherry picked from commit b24fcb3a63ea4a838a94667f5511a4482896a075)

backport to 5.12 LTS

M  +6-6doc/kcontrol/autostart/index.docbook

https://commits.kde.org/plasma-desktop/69f1e6586aefd0bc2fb097e36a02c32834355517

diff --git a/doc/kcontrol/autostart/index.docbook 
b/doc/kcontrol/autostart/index.docbook
index bb453cdf..58cdc2d4 100644
--- a/doc/kcontrol/autostart/index.docbook
+++ b/doc/kcontrol/autostart/index.docbook
@@ -12,8 +12,8 @@
 
 
 
-2015-07-22
- 5.4
+2018-03-25
+ 5.12
 
 
 KDE
@@ -97,7 +97,7 @@ Unchecking the status Enabled sets the 
Desktop file Hidden
 Run On
 
 
-Programs (Desktop files) can only be run on startup. Scripts can be run on 
Startup, Shutdown or 
Pre-KDE Startup. This column allows you to change when 
your script is run. Startup is when  starts, shutdown is when you log 
out of  and pre-KDE startup is before  starts. 
+Programs (Desktop files) can only be run on startup. Scripts can be run on 
Startup, Shutdown or Before 
session startup. This column allows you to change when your script 
is run. Startup is when  starts, shutdown is when you log out of 
 and before session startup is before  starts. 
 
 
 Scripts and desktop files set to run on Startup are 
copied or symlinked in $HOME/.config/autostart and will be run during 
 startup.
@@ -109,7 +109,7 @@ Scripts set on to be ran on Shutdown 
are copied or symlinke
 Scripts set to run at Pre- Startup are copied or 
symlinked in $HOME/.config/plasma-workspace/env and are sourced 
during  startup (the startkde script will look for 
scripts here).
 
 
-Only scripts with the .sh extension can 
be read by  for Pre- startup and 
Shutdown modes.
+Only scripts with the .sh extension can 
be read by  for Before session startup and 
Shutdown modes.
 
 
 
@@ -158,10 +158,10 @@ This button (only enabled for programs  Desktop 
files) allows you to change
 Advanced
 
 
-This button only applies to programs ( Desktop files). A dialog asks you 
if you only want the program to autostart only in  (and not in other 
desktop environments you might run). By default, the program will autostart in 
all desktop environments you might run. Checking Autostart only in 
KDE will autostart the program only if you start the  
desktop environment.
+This button only applies to programs ( Desktop files). A dialog asks you 
if you only want the program to autostart only in  (and not in other 
desktop environments you might run). By default, the program will autostart in 
all desktop environments you might run. Checking Autostart only in 
Plasma will autostart the program only if you start the  
desktop environment.
 
 
-This sets the value KDE to the OnlyShowIn key of the program Desktop file.
+This sets the value Plasma to the OnlyShowIn key of the program Desktop file.
 
 
 



[plasma-desktop/Plasma/5.12] doc/kcontrol/clock: Update clock docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit a84ab014e5f95626516075a98f1e4f1110b02a02 by Burkhard Lück.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Update clock docbook to 5.12

proofread + update
bump date + releaseinfo
add systemd
remove commented and outdated info

Differential Revision: https://phabricator.kde.org/D11695

(cherry picked from commit b9d2f63fe1c2e377c49234cba14637cf94183611)

backport to 5.12 LTS

M  +17   -28   doc/kcontrol/clock/index.docbook

https://commits.kde.org/plasma-desktop/a84ab014e5f95626516075a98f1e4f1110b02a02

diff --git a/doc/kcontrol/clock/index.docbook b/doc/kcontrol/clock/index.docbook
index 69afa0a8..f63169b4 100644
--- a/doc/kcontrol/clock/index.docbook
+++ b/doc/kcontrol/clock/index.docbook
@@ -13,8 +13,8 @@
 
 
 
-2013-12-05
-4.12
+2018-03-25
+ 5.12
 
 
 KDE
@@ -43,40 +43,29 @@ you the current settings, but your changes will not be 
saved.
 
 Date and Time
 
-If you check Set date and time automatically you 
are able
-to select a Time server from the drop down box and all 
other 
-settings in this dialog are disabled.
-
-
-The applications rdate or ntpdate 
are used in  
-this module to fetch date and time from a time server. This happens when you 
log in to 
-while being online or when you later connect to the Internet and access to 
time 
-servers is possible. 
-Both applications are simple NTP clients that set a 
system's clock 
-to match the time obtained by communicating with one or more 
NTP servers. 
-This is not sufficient, however, for maintaining an accurate clock in the long 
run. 
-This is useful for occasionally setting the time on machines that do not have 
full-time 
-network access, such as laptops.
-
+If you check Set date and time automatically
+this module will use systemd to fetch date and time.
+
+On a computer without systemd the 
NTP
+utilities rdate or ntpdate are used.
+If these utilities are missing please install them.
+
+
+When you log in to the  session while being online or when you 
later
+connect to the Internet the access to one or more NTP 
servers happens.
+This is not sufficient, however, for maintaining an accurate clock in 
the long run.
+This is useful for occasionally setting the time on machines that do not have 
full-time
+network access, such as laptops.
+
 
 If you do not use a time server, you are able to set the date manually 
-using the lower half of the tab.  Simply
-choose your month and year using the controls at the top of the calendar
-and the day of the month by clicking on the day in the
-calendar.
+in the calendar.
 Use the controls at the bottom of the calendar
 to select the current date, enter the date in the edit box or select the 
 week of the year from the drop down box.
 
 You set the time using the spin boxes at the bottom of the analog clock.
 You can also directly enter your value.
-
 
 
 



[plasma-desktop/Plasma/5.12] doc/kcontrol/keys: Update keys docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit b35d8880cdf90f445c5242ca78cf4453286cb1f5 by Burkhard Lück.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Update keys docbook to 5.12

proofread + update
bump date + releseinfo
add a para about adding components from https://phabricator.kde.org/D2111

Differential Revision: https://phabricator.kde.org/D11690

(cherry picked from commit 4edcfeb171f3d32fdbb869855112ee7913ab00c2)

backport to 5.12 LTS

M  +8-2doc/kcontrol/keys/index.docbook

https://commits.kde.org/plasma-desktop/b35d8880cdf90f445c5242ca78cf4453286cb1f5

diff --git a/doc/kcontrol/keys/index.docbook b/doc/kcontrol/keys/index.docbook
index 0ea336af..ece08ade 100644
--- a/doc/kcontrol/keys/index.docbook
+++ b/doc/kcontrol/keys/index.docbook
@@ -14,8 +14,8 @@
 
 
 
-2016-09-17
-Plasma 5.8
+2018-03-25
+Plasma 5.12
 
 
 Plasma
@@ -95,6 +95,12 @@ Shortcuts tab.
 or 
 to add or remove a component.
 
+
+Adding a component opens a dialog to pick applications from the start 
menu structure to
+add launchers to be usable as shortcuts.
+If an application has jumplist options they will be available as actions.
+
+
 Click the File drop down box at the right to 
import/export a 
 Scheme, set all shortcuts to none.
 Global shortcuts can now be configured to jump to specific tasks within 
an application.



[plasma-desktop/Plasma/5.12] doc/kcontrol/kcmnotify: Update kcmnotify docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit 24141c8d44e446ff6105050325961041ebd19e41 by Burkhard Lück.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Update kcmnotify docbook to 5.12

proofread + update
bump date + releaseinfo
add how to disable all sound notifications
replace kde with plasma
remove commented option Speech

Differential Revision: https://phabricator.kde.org/D11693

(cherry picked from commit 80db7f6151f66f4e039b74a610dab89dfcf2c7c0)

backport to 5.12 LTS

M  +17   -35   doc/kcontrol/kcmnotify/index.docbook

https://commits.kde.org/plasma-desktop/24141c8d44e446ff6105050325961041ebd19e41

diff --git a/doc/kcontrol/kcmnotify/index.docbook 
b/doc/kcontrol/kcmnotify/index.docbook
index 0939287c..74114121 100644
--- a/doc/kcontrol/kcmnotify/index.docbook
+++ b/doc/kcontrol/kcmnotify/index.docbook
@@ -14,8 +14,8 @@
 
 
 
-2015-04-09
-Plasma 5.3
+2018-03-25
+Plasma 5.12
 
 
 KDE
@@ -28,12 +28,12 @@
 
 System Notification Settings
 
-, like all applications, needs to inform the user when a
-problem occurs, a task is completed, or something has happened.  
+, like all applications, needs to inform the user when a
+problem occurs, a task is completed, or something has happened.  
 uses a set of System Notifications to keep the user
 informed on what is happening.
 
-Using this module, you can determine what  does to communicate
+Using this module, you can determine what  does to communicate
 each event.
 
 To configure a notification, simply select the application from the drop 
down box at the top
@@ -44,28 +44,22 @@ the left of the notification name.  These columns (from 
left to right) are:
 
 Play a sound
-This does exactly what you think it does.  If an icon is 
present in this column,  will play a specific sound over the speakers.  
This is commonly used by games in  for starting a new game, or other 
action within the game.
+This does exactly what you think it does.  If an icon is 
present in this column,  will play a specific sound over the speakers.  
This is commonly used by games in  for starting a new game, or other 
action within the game.
 
 
 
 Show a message in a pop up
-If an icon is present in this column,  will open a 
message box and inform the user of the notification.  This is probably the most 
commonly selected option for alerting users to an error.
+If an icon is present in this column,  will open a 
message box and inform the user of the notification.  This is probably the most 
commonly selected option for alerting users to an error.
 
 
 
 Log to a file
-If an icon is present in this column,  will write certain 
information to a file on disk for later retrieval.  This is useful for tracking 
problems or important system changes.
+If an icon is present in this column,  will write 
certain information to a file on disk for later retrieval.  This is useful for 
tracking problems or important system changes.
 
 
 
 Mark taskbar entry
-If an icon is present in this column,  will cause the 
taskbar to flash until the user has clicked the taskbar entry.  This is most 
useful when you want the user to look at the program (such as a new email 
message was received, or the users name was said on an IRC 
channel).
-
-
-
-Speech
-If a mark is in this checkbox,  will cause the taskbar of 
the program sending the notification to flash until the user has clicked the 
taskbar entry.
-
+If an icon is present in this column,  will cause the 
taskbar to flash until the user has clicked the taskbar entry.  This is most 
useful when you want the user to look at the program (such as a new email 
message was received, or the users name was said on an IRC 
channel).
 
 
 
@@ -75,6 +69,9 @@ the left of the notification name.  These columns (from left 
to right) are:
 
+If you want to remove sound notifications from all applications with a 
single click use Disable all sounds for all event sources
+
+
 Change a notification
 To make a change to a notification, click on the name of the 
notification once with the .  The notification will be highlighted 
 and the checkboxes for all notification types are enabled.
@@ -87,44 +84,29 @@ a message box appear in response to a system notification.  
One notification doe
 
 
 Play a sound
-If a mark is in this checkbox,  will play a sound 
everytime this notification is initiated. To specify the sound, use the text 
box to the right of the checkbox to enter the folder location of the sound file 
you want  to play.  You can use the folder button (located to the far 
right of the dialog box) to browse your directory tree.  To hear a test of your 
sound, simply click on the play button (small button directly to the right of 
Play a sound.)
+If a mark is in this checkbox,  will play a sound 
everytime this notification is initiated. To specify the sound, use the text 
box to the right of the checkbox to enter the folder location of the sound file 
you want  to play.  You can use the folder button (located to the far 
right of the dialog box) to browse your

[plasma-desktop/Plasma/5.12] doc/kcontrol/fonts: Update systemsettings fonts docbook to 5.12

2018-05-30 Thread Burkhard Lück
Git commit b7925de6507a86e55d894f26253aae3f3511fc91 by Burkhard Lück.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Update systemsettings fonts docbook to 5.12

proofread + update to match the new GUI
bump date + releaseinfo
update screenshots

Differential Revision: https://phabricator.kde.org/D11659

(cherry picked from commit e0dcb53828e5e01adeeff2ec1cec37c8490067aa)

backport to 5.12 LTS

M  +---doc/kcontrol/fonts/adjust-all.png
D  +---doc/kcontrol/fonts/anti-aliasing.png
M  +15   -31   doc/kcontrol/fonts/index.docbook
M  +---doc/kcontrol/fonts/main.png

https://commits.kde.org/plasma-desktop/b7925de6507a86e55d894f26253aae3f3511fc91

diff --git a/doc/kcontrol/fonts/adjust-all.png 
b/doc/kcontrol/fonts/adjust-all.png
index 6fe01594..61ab9594 100644
Binary files a/doc/kcontrol/fonts/adjust-all.png and 
b/doc/kcontrol/fonts/adjust-all.png differ
diff --git a/doc/kcontrol/fonts/anti-aliasing.png 
b/doc/kcontrol/fonts/anti-aliasing.png
deleted file mode 100644
index 53fefc1d..
Binary files a/doc/kcontrol/fonts/anti-aliasing.png and /dev/null differ
diff --git a/doc/kcontrol/fonts/index.docbook b/doc/kcontrol/fonts/index.docbook
index f770cbd0..8d5e948f 100644
--- a/doc/kcontrol/fonts/index.docbook
+++ b/doc/kcontrol/fonts/index.docbook
@@ -14,8 +14,8 @@
 
 
 
-2015-04-08
-Plasma 5.3
+2018-03-24
+Plasma 5.12
 
 
 KDE
@@ -119,42 +119,26 @@ faces and styles.
 
 Anti-aliasing text
 
-Default anti-aliasing settings are those used system wide by your 
distribution and labelled System Settings. You can disable 
all anti-aliasing by choosing Disabled in the drop down 
box.
+Default anti-aliasing settings are those used system wide by your 
distribution and labelled Vendor Default. You can disable 
all anti-aliasing by choosing Disabled in the drop down 
box.
 
-To use and set up anti-aliasing, simply choose 
Enabled from the box on the right of Use 
anti-aliasing:. The Configure... button will 
then get enabled and clicking on it will bring you a dialog to configure 
anti-aliasing.
+To use different anti-aliasing setting, simply choose 
Enabled from the box on the right of Use 
anti-aliasing:
+and enable the custom settings.
 
-
-
-Anti-aliasing properties
-  
-
-  
-
-
-  The anti-aliasing properties dialog
-
-  
-
-
-
-Placing a mark in the Exclude range: checkbox will 
allow you to specify which range of fonts will not be 
anti-aliased.  This range is specified 
-with the two combo boxes on the same line.
-
-You can also choose the method that  uses to create an anti-alias
-look to your fonts, and how strongly it should be applied. If you are not
-familiar with the individual methods, you should leave this option
-alone.
+Placing a mark in the Exclude range: checkbox will 
allow you to specify which range of fonts will not be 
anti-aliased.  This range is specified with the two combo boxes below.
 
-
+You can also choose the method used to create an anti-alias
+look to your fonts, and how strongly it should be applied changing
+the https://en.wikipedia.org/wiki/Subpixel_rendering;>
+Sub-pixel rendering and https://en.wikipedia.org/wiki/Font_hinting;>
+font hintig. If you are not familiar with the individual methods,
+you should leave this option alone.
 
 
 The ability to use anti-aliased fonts and icons requires that you have
-support in both X and the  toolkit, that you have suitable fonts
+support in both the display server and the  toolkit, that you have 
suitable fonts
 installed, and that you are using the built-in font serving capabilities
-of the X server.  If you still are having problems, please contact the
-appropriate  mailing list, or check the
-FAQ.
+of the display server.  If you still are having problems, please contact the
+appropriate  mailing list.
 
 
 
diff --git a/doc/kcontrol/fonts/main.png b/doc/kcontrol/fonts/main.png
index 5f51e835..3c821a37 100644
Binary files a/doc/kcontrol/fonts/main.png and b/doc/kcontrol/fonts/main.png 
differ



[plasma-desktop/Plasma/5.12] doc/kcontrol/cursortheme: Update systemsettings cursortheme docbook

2018-05-30 Thread Burkhard Lück
Git commit 560de171b518766c5affc43a7f747f2d2c074d6e by Burkhard Lück.
Committed on 30/05/2018 at 10:13.
Pushed by lueck into branch 'Plasma/5.12'.

Update systemsettings cursortheme docbook

proofread + update
bump date + releaseinfo

Differential Revision: https://phabricator.kde.org/D11660

(cherry picked from commit 9496387296b2e09f2fbdb86479215d2c299dfb03)

backport to 5.12 LTS

M  +7-7doc/kcontrol/cursortheme/index.docbook

https://commits.kde.org/plasma-desktop/560de171b518766c5affc43a7f747f2d2c074d6e

diff --git a/doc/kcontrol/cursortheme/index.docbook 
b/doc/kcontrol/cursortheme/index.docbook
index cd584713..690bb8c1 100644
--- a/doc/kcontrol/cursortheme/index.docbook
+++ b/doc/kcontrol/cursortheme/index.docbook
@@ -14,8 +14,8 @@
 
 
 
-2016-09-21
-Plasma 5.8
+2018-03-24
+Plasma 5.12
 
 
 This is the documentation for the  module to 
@@ -32,8 +32,8 @@ customize the mouse cursor appearance.
 
 
 
-This module allows you to select from a number of installed cursor themes. 
-A preview of the cursor display is shown above the list box.
+This module allows you to select from a number of installed cursor themes
+from a preview of the cursor display.
 
 
 The features provided by this module may not be available on some 
systems. 
@@ -48,12 +48,12 @@ them using the buttons at the bottom of the list box. Note 
that you cannot remov
 Use the Get new Themes button to launch the 
Get Hot New Stuff dialog and 
 download additional themes from the Internet.
 
-Some themes allow to
-choose the cursor size using the combobox down to the right.
+Some themes allow to choose the cursor size. Available sizes are
+displayed hoovering a theme.
 
 
 
-The size can be set to the resolution dependent or one of 
the sizes available for your theme.
+The size can be set to the Resolution dependent or one of 
the sizes available for your theme.
 
 
 



D12990: update mouse kcm docbook to 5.13

2018-05-29 Thread Burkhard Lück
lueck added a comment.


  backported to 5.13

REPOSITORY
  R119 Plasma Desktop

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

To: lueck, #plasma, #documentation, mart
Cc: lbeltrame, bshah, ltoscano, plasma-devel, kde-doc-english, ragreen, Pitel, 
ZrenBot, skadinna, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, 
apol, mart


D13022: add workspaceoptions docbook

2018-05-29 Thread Burkhard Lück
lueck added a comment.


  backported to 5.13

REPOSITORY
  R119 Plasma Desktop

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

To: lueck, #plasma, #documentation, yurchor
Cc: bshah, plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


[plasma-desktop/Plasma/5.13] doc/kcontrol/mouse: update mouse kcm docbook to 5.13

2018-05-29 Thread Burkhard Lück
Git commit 62553f63becafa0dd0cde56f02e57b1582545089 by Burkhard Lück.
Committed on 29/05/2018 at 17:47.
Pushed by lueck into branch 'Plasma/5.13'.

update mouse kcm docbook to 5.13

bump date + releaseinfo
add markup guilabel
remove single-/double-click settings, move to workspace with 
https://phabricator.kde.org/D12946
add note where to find the setting for click behavior in 5.13

Differential Revision: https://phabricator.kde.org/D12990

(cherry picked from commit 5c1b125ce1924a8e601455eef58a4e8357682595)

backport to 5.13

M  +7-25   doc/kcontrol/mouse/index.docbook

https://commits.kde.org/plasma-desktop/62553f63becafa0dd0cde56f02e57b1582545089

diff --git a/doc/kcontrol/mouse/index.docbook b/doc/kcontrol/mouse/index.docbook
index f424ce88..caa7ce9f 100644
--- a/doc/kcontrol/mouse/index.docbook
+++ b/doc/kcontrol/mouse/index.docbook
@@ -14,8 +14,8 @@
 
 
 
-2018-03-25
-Plasma 5.12
+2018-05-18
+Plasma 5.13
 
 
 This is the documentation for the  module that 
configures mice and other pointing devices.
@@ -52,7 +52,7 @@ of hardware that performs a similar function.
 If you are left-handed, you may
 prefer to swap the functions of the left and
 right buttons on your pointing device by choosing 
the
-Left handed option. If your pointing device has more than two
+Left handed option. If your pointing device has more than 
two
 buttons, only those that function as the left and
 right buttons are affected. For example, if you have
 a three-button mouse, the middle button is
@@ -72,29 +72,11 @@ Just tick the “reverse scroll direction” in your mouse 
settings (in the syst
 
 xinput set-prop 11 282 1
 -->
-
-Double-click to open files and folders (select icons on first 
click)
-
- If this option is not checked, icons/files will be opened with a
-single click of the left mouse-button. This
-default behavior is consistent with what you would expect when you click
-links in most web browsers. If checked however, icons/files will be
-opened with a double click, while a single click will only select the
-icon or file. This is the behavior you may know from other desktops or
-operating systems.
-
-
-
-
-Single-click to open files and folders
-
-This is the default setting. Clicking once on an icon
-will open it.  To select you can drag around the icon(s) or Right click,
-or simply click and hold to drag it.
-
-
 
+
+In  5.13 you find the setting to use single or double 
mouse clicks
+to open files and folders in the module Workspace.
+
 
 
 



[plasma-desktop/Plasma/5.13] /: add workspaceoptions docbook

2018-05-29 Thread Burkhard Lück
Git commit 9d5bdcb11638d7bfbc07fe04ec34a30c906b13a1 by Burkhard Lück.
Committed on 29/05/2018 at 17:47.
Pushed by lueck into branch 'Plasma/5.13'.

add workspaceoptions docbook

in systemsettings it is not possible to find the module
containing the single / double click settings using the search field
but that works in khelpcenter and on docs.kde.org
-> therefore add a workspaceoptions docbook

Differential Revision: https://phabricator.kde.org/D13022

(cherry picked from commit 6229570c3da21072fdb887e585a9b68d9bcaf11e)

backport to 5.13

M  +1-0doc/kcontrol/CMakeLists.txt
A  +1-0doc/kcontrol/workspaceoptions/CMakeLists.txt
A  +74   -0doc/kcontrol/workspaceoptions/index.docbook
M  +1-0kcms/workspaceoptions/kcm_workspace.desktop

https://commits.kde.org/plasma-desktop/9d5bdcb11638d7bfbc07fe04ec34a30c906b13a1

diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt
index 544643e8..e900eabd 100644
--- a/doc/kcontrol/CMakeLists.txt
+++ b/doc/kcontrol/CMakeLists.txt
@@ -29,4 +29,5 @@ ecm_optional_add_subdirectory(componentchooser)
 ecm_optional_add_subdirectory(kded)
 ecm_optional_add_subdirectory(solid-device-automounter)
 ecm_optional_add_subdirectory(phonon)
+ecm_optional_add_subdirectory(workspaceoptions)
 
diff --git a/doc/kcontrol/workspaceoptions/CMakeLists.txt 
b/doc/kcontrol/workspaceoptions/CMakeLists.txt
new file mode 100644
index ..104db489
--- /dev/null
+++ b/doc/kcontrol/workspaceoptions/CMakeLists.txt
@@ -0,0 +1 @@
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kcontrol/workspaceoptions)
diff --git a/doc/kcontrol/workspaceoptions/index.docbook 
b/doc/kcontrol/workspaceoptions/index.docbook
new file mode 100644
index ..4676ada3
--- /dev/null
+++ b/doc/kcontrol/workspaceoptions/index.docbook
@@ -0,0 +1,74 @@
+
+
+ 
+]>
+
+
+
+Workspace Behaviour
+
+ 
+
+
+
+2018-05-21
+
+ 5.13
+
+
+System Settings
+desktop
+workspace
+
+
+
+
+This is a module to configure global options for the  workspace.
+
+
+
+
+
+Display informational tooltips on mouse hover
+
+If this option is checked, tooltips are displayed hovering items in the
+ panel or on the desktop.
+
+
+
+
+Display visual feedback for status changes
+
+If you change  brightness and volume using the keyboard these status
+changes are displayed in an OSD.
+
+
+
+
+Single-click to open files and folders
+
+This is the default setting. Clicking once on an icon
+will open it.  To select you can drag around the icon(s) or Right click,
+or simply click and hold to drag it.
+
+
+
+
+Double-click to open files and folders (select icons on first 
click)
+
+If this option is not checked, icons/files will be opened with a
+single click of the left mouse-button. This
+default behavior is consistent with what you would expect when you click
+links in most web browsers. If checked however, icons/files will be
+opened with a double click, while a single click will only select the
+icon or file. This is the behavior you may know from other desktops or
+operating systems.
+
+
+
+
+
+
diff --git a/kcms/workspaceoptions/kcm_workspace.desktop 
b/kcms/workspaceoptions/kcm_workspace.desktop
index bd832746..b6911b03 100644
--- a/kcms/workspaceoptions/kcm_workspace.desktop
+++ b/kcms/workspaceoptions/kcm_workspace.desktop
@@ -7,6 +7,7 @@ X-KDE-Library=kcm_workspace
 X-KDE-ParentApp=kcontrol
 X-KDE-System-Settings-Parent-Category=desktopbehavior
 X-KDE-Weight=40
+X-DocPath=kcontrol/workspaceoptions/index.html
 Name=Workspace
 Name[ar]=مساحة العمل
 Name[bs]=Radna površina


D13022: add workspaceoptions docbook

2018-05-28 Thread Burkhard Lück
lueck added a comment.


  In D13022#269545 , @bshah wrote:
  
  > Is this supposed to be in 5.13 branch?
  
  
  Yes. Please let me handle this together with D12990 
 in coordination with  the translators 


REPOSITORY
  R119 Plasma Desktop

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

To: lueck, #plasma, #documentation, yurchor
Cc: bshah, plasma-devel, kde-doc-english, ragreen, Pitel, ZrenBot, skadinna, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D12990: update mouse kcm docbook to 5.13

2018-05-28 Thread Burkhard Lück
lueck added a subscriber: lbeltrame.
lueck added a comment.


  In D12990#269598 , @lbeltrame 
wrote:
  
  > @ltoscano  The question was asked due to a bad merge in plasma-desktop, 
which needed a force push. This commit was originally in the branch, but no 
longer due to this. Hence, the question: should it be added back?
  
  
  Please let me handle this together with D13022 
 in coordination with  the translators 


REPOSITORY
  R119 Plasma Desktop

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

To: lueck, #plasma, #documentation, mart
Cc: lbeltrame, bshah, ltoscano, plasma-devel, kde-doc-english, ragreen, Pitel, 
ZrenBot, skadinna, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, 
apol, mart


D13094: Avoid short pages in kate configuring docbook

2018-05-27 Thread Burkhard Lück
This revision was automatically updated to reflect the committed changes.
Closed by commit R40:8a684ce8894b: Avoid short pages in kate configuring 
docbook (authored by lueck).

REPOSITORY
  R40 Kate

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D13094?vs=34810=34994

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

AFFECTED FILES
  doc/kate/configuring.docbook

To: lueck, #kate, #documentation, dhaumann
Cc: kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, demsking, 
skadinna, cullmann, sars, dhaumann


D13094: Avoid short pages in kate configuring docbook

2018-05-25 Thread Burkhard Lück
lueck added a comment.


  this is not just a cosmetic change,
  as of now you click an a link on 
https://docs.kde.org/trunk5/en/applications/kate/configuring-kate-configdialog.html,
 
  which leads to the small page 
https://docs.kde.org/trunk5/en/applications/kate/config-dialog-editor.html.
  Clicking on this page on the link to the link "Editor Component Configuration 
section of the KatePart Handbook.
  results in the error message:
  The requested URL /trunk5/en/applications/katepart/config-dialog-editor.html 
was not found on this server.

REPOSITORY
  R40 Kate

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

To: lueck, #kate, #documentation
Cc: kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, demsking, 
skadinna, cullmann, sars, dhaumann


  1   2   3   4   5   6   7   8   9   10   >