[labplot/analysis_playground] doc: updated docu for nonlinear fitting

2016-10-16 Thread Stefan Gerlach
Git commit e71888502ea7133c12398116db74a6eb92b7ea5b by Stefan Gerlach.
Committed on 16/10/2016 at 22:19.
Pushed by sgerlach into branch 'analysis_playground'.

updated docu for nonlinear fitting

M  +9-5doc/index.docbook

http://commits.kde.org/labplot/e71888502ea7133c12398116db74a6eb92b7ea5b

diff --git a/doc/index.docbook b/doc/index.docbook
index ce2dda7..6a95a1f 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -51,8 +51,8 @@
 
 
 &FDLNotice;
-2016-09-30
-3.2.6
+2016-10-16
+3.2.7
 
 

@@ -761,14 +761,14 @@ The menu is only available when a datapicker object is 
selected on the 
 Curves contain data points that can be shown in a plot. 
 There are three different method to create curves: the standard xy-curve, 
a xy-curve from a mathematical expression
-and a xy-curve from a fit to data.
+and a xy-curve from a data analysis function.
 
 
 The standard xy-curve can be filled with values of a spreadsheet by 
selecting the x-data and y-data as column of the 
 spreadsheet in the xy-curve dock widget. Another method to fill a curve is 
to use a mathematical expression. Here you can
 select any mathematical function and range to create the curve.
-The third method to create a curve is to fit a function to data. The data 
to fit and the fit function can be
-selected in the dock widget of the xy-fit curve.
+The third method to create a curve is to use a data analysis function. The 
data and the analysis function can be
+selected in the dock widget of the analysis function.
   
   
For all types of curves the line and symbols styles can be changed in the 
dock widget. Also annotated values
@@ -921,6 +921,10 @@ The menu is only available when a datapicker object is 
selected on the 
+
+The start values of the parameter can be set in the parameter dialog.
+It is also possible to fix any parameter and set lower and upper limits to 
the values there. 
+
   
   
   


Re: Review Request 128914: Import filetypes kcm docbook from kde-runtime master to kde-cli-tools with the code

2016-10-16 Thread Albert Astals Cid

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



Maybe plasma people would be more confortable if the "Todo next" changes where 
in a different review?

Is this something you can work on?

- Albert Astals Cid


On Sept. 15, 2016, 9:08 a.m., Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128914/
> ---
> 
> (Updated Sept. 15, 2016, 9:08 a.m.)
> 
> 
> Review request for Documentation, Localization and Translation (l10n) and 
> Plasma.
> 
> 
> Repository: kde-cli-tools
> 
> 
> Description
> ---
> 
> doc/kcontrol/filetypes/ splitted from kde-runtime master using 
> https://github.com/ajdruff/git-splits
> 
> Not included in build so far, the docbook ismported as it was splitted
> 
> To be done next:
> adapt CMakeLists.txt, change dtd to kf5, 
> reapply one update done in plasma-desktop
> make co-installable, see https://git.reviewboard.kde.org/r/128912/
> remove this imported kcontrol docbook from plasma-desktop
> adapt scripty to these changes
> 
> 
> Diffs
> -
> 
>   doc/kcontrol/filetypes/CMakeLists.txt PRE-CREATION 
>   doc/kcontrol/filetypes/index.docbook PRE-CREATION 
> 
> Diff: https://git.reviewboard.kde.org/r/128914/diff/
> 
> 
> Testing
> ---
> 
> history looks good, see git-log-doc-kcontrol-kio-cli-tools.output, same log 
> in kde-runtime master
> 
> 
> File Attachments
> 
> 
> git-log-doc-kcontrol-kio-cli-tools.output
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/09/15/32f72127-aa97-4393-88e1-d830e35dbfe2__git-log-doc-kcontrol-kio-cli-tools.output
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



[smb4k] doc: Updated handbook.

2016-10-16 Thread Alexander Reinholdt
Git commit ab9014c6c67957d2dd81d0e62d72f33a2c1d04f5 by Alexander Reinholdt.
Committed on 16/10/2016 at 16:57.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +11   -8doc/index.docbook

http://commits.kde.org/smb4k/ab9014c6c67957d2dd81d0e62d72f33a2c1d04f5

diff --git a/doc/index.docbook b/doc/index.docbook
index af906b2..b3c3917 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1385,7 +1385,9 @@
   
 
 
-
+
 
 
   Special Remarks
@@ -1395,12 +1397,13 @@
 
   Remarks Regarding the Samba Security Fixes of April 12, 2016
   On April 12, 2016 the Samba team released security fixes for the 
http://www.badlock.org";>Badlock bug. Unfortunately, they 
also introduced a regression that causes the net command to 
fail on many systems when querying remote hosts. If you experience this issue, 
you can add two lines to the [global] section of your 
smb.conf file to make browsing work again:
-  
-[global]
-...
-client max protocol = SMB3
-client ipc max protocol = NT1
-...
+  
+[global]
+...
+client max protocol = SMB3
+client ipc max protocol = NT1
+...
+  
   Unfortunately, this fix for &smb4k; breaks the possibility to connect 
to the network neighborhood with &dolphin; and maybe also other programs.
 
   
@@ -2475,7 +2478,7 @@ Default: not selected
 Broadcast address
   
   
-Send a query to the given broadcast address. Without this 
option the default behavior of nmblookup is to send the query to the broadcast 
address of the network interfaces as either auto-detected or defined in the 
interfaces = ... parameter of the 
smb.conf file.
+Send a query to the given broadcast address. Without this 
option the default behavior of nmblookup is to send the query to the broadcast 
address of the network interfaces as either auto-detected or defined in the 
interfaces = ... parameter of the 
smb.conf file.
 Default: options defined in 
smb.conf
   
 



[smb4k] doc: Updated handbook.

2016-10-16 Thread Alexander Reinholdt
Git commit aa2203dcb4bd181cf917d467917b6df51c3a81db by Alexander Reinholdt.
Committed on 16/10/2016 at 15:19.
Pushed by areinholdt into branch 'master'.

Updated handbook.

A  +---doc/configuration_page_authentication.png
A  +---doc/configuration_page_mounting.png
A  +---doc/configuration_page_network.png
A  +---doc/configuration_page_profiles.png
A  +---doc/configuration_page_samba.png
A  +---doc/configuration_page_shares.png
A  +---doc/configuration_page_synchronization.png
A  +---doc/configuration_page_user_interface.png
M  +600  -689  doc/index.docbook
M  +---doc/main_window.png

http://commits.kde.org/smb4k/aa2203dcb4bd181cf917d467917b6df51c3a81db

diff --git a/doc/configuration_page_authentication.png 
b/doc/configuration_page_authentication.png
new file mode 100644
index 000..4f14fd7
Binary files /dev/null and b/doc/configuration_page_authentication.png differ
diff --git a/doc/configuration_page_mounting.png 
b/doc/configuration_page_mounting.png
new file mode 100644
index 000..9933837
Binary files /dev/null and b/doc/configuration_page_mounting.png differ
diff --git a/doc/configuration_page_network.png 
b/doc/configuration_page_network.png
new file mode 100644
index 000..e80562e
Binary files /dev/null and b/doc/configuration_page_network.png differ
diff --git a/doc/configuration_page_profiles.png 
b/doc/configuration_page_profiles.png
new file mode 100644
index 000..ebcec1f
Binary files /dev/null and b/doc/configuration_page_profiles.png differ
diff --git a/doc/configuration_page_samba.png b/doc/configuration_page_samba.png
new file mode 100644
index 000..d18
Binary files /dev/null and b/doc/configuration_page_samba.png differ
diff --git a/doc/configuration_page_shares.png 
b/doc/configuration_page_shares.png
new file mode 100644
index 000..7786c6d
Binary files /dev/null and b/doc/configuration_page_shares.png differ
diff --git a/doc/configuration_page_synchronization.png 
b/doc/configuration_page_synchronization.png
new file mode 100644
index 000..770dc82
Binary files /dev/null and b/doc/configuration_page_synchronization.png differ
diff --git a/doc/configuration_page_user_interface.png 
b/doc/configuration_page_user_interface.png
new file mode 100644
index 000..1b22afe
Binary files /dev/null and b/doc/configuration_page_user_interface.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index ca6f188..af906b2 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -72,12 +72,16 @@
   Ability to define custom options for individual servers and 
shares
   Laptop support through the Solid hardware device 
framework
   Wake-On-LAN capabilities
-  &plasmoid; for desktop integration
+
   Profiles for different network neighborhood 
setups
 
 
- If you encounter problems while using &smb4k;, please visit our https://sourceforge.net/p/smb4k/wiki/Home/";>wiki first. If you 
cannot find your problem described there, please post a help request to our 
https://sourceforge.net/p/smb4k/discussion/help/";>Help 
forum. In case you find a bug, please report it to our https://bugs.kde.org/enter_bug.cgi?format=guided&product=smb4k";>bug 
tracker.
- For discussions about &smb4k;-related topics there is the https://sourceforge.net/p/smb4k/discussion/general/";>General 
Discussion forum and we invite every user to participate.
+
+  The plasmoid has not been ported to &plasma; and QtQuick 2 yet. Thus, 
it has been disabled in this release. We are currently working on bringing this 
functionality back.
+  
+
+If you encounter problems while using &smb4k;, please visit our https://sourceforge.net/p/smb4k/wiki/Home/";>wiki first. If you 
cannot find your problem described there, please post a help request to our 
https://sourceforge.net/p/smb4k/discussion/help/";>Help 
forum. In case you find a bug, please report it to our https://bugs.kde.org/enter_bug.cgi?format=guided&product=smb4k";>bug 
tracker.
+For discussions about &smb4k;-related topics there is the https://sourceforge.net/p/smb4k/discussion/general/";>General 
Discussion forum and we invite every user to participate.
 
 
 
@@ -435,7 +439,7 @@
 
   Samba
 
-  Depending on your selection, the settings in the custom options dialog 
either apply to all shares of a server or to a single one. You can define the 
SMB port, the file system port (&Linux; only), the write access, the user ID, 
the group ID and if Kerberos should be used for authentication. For detailed 
information on the individual settings, please see here.
+  Depending on your selection, the settings in the custom options dialog 
either apply to all shares of a server or to a single one. You can define the 
SMB port, the file system port (&Linux; only), the write access, the user ID, 
the group ID and if Kerberos should be used for authentication. For detailed 
information on the individual settings, please see here.
 
 
 
@@ -772,7 +776,7 @@
 
 
 Synchronization
-The &Ctrl;YSynchroniz

Re: Review Request 129198: add docbook for recentdocuments ioslave

2016-10-16 Thread Burkhard Lück

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

(Updated Okt. 16, 2016, 3:35 nachm.)


Review request for Documentation.


Changes
---

fix typo spotted by Yuri, thanks


Bugs: 370573
https://bugs.kde.org/show_bug.cgi?id=370573


Repository: kio-extras


Description
---

see summary
Which devel group should be added as reviewers?


Diffs (updated)
-

  doc/kioslave/CMakeLists.txt 517f317 
  doc/kioslave/recentdocuments/CMakeLists.txt PRE-CREATION 
  doc/kioslave/recentdocuments/index.docbook PRE-CREATION 
  recentdocuments/recentdocuments.protocol e2352df 

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


Testing
---

builds, documentation is displayed in khelpcenter


Thanks,

Burkhard Lück



Re: Review Request 129198: add docbook for recentdocuments ioslave

2016-10-16 Thread Yuri Chornoivan

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




doc/kioslave/recentdocuments/index.docbook (line 29)


Typo: shoe -> show


- Yuri Chornoivan


On Жов. 16, 2016, 12:02 після полудня, Burkhard Lück wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129198/
> ---
> 
> (Updated Жов. 16, 2016, 12:02 після полудня)
> 
> 
> Review request for Documentation.
> 
> 
> Bugs: 370573
> https://bugs.kde.org/show_bug.cgi?id=370573
> 
> 
> Repository: kio-extras
> 
> 
> Description
> ---
> 
> see summary
> Which devel group should be added as reviewers?
> 
> 
> Diffs
> -
> 
>   doc/kioslave/CMakeLists.txt 517f317 
>   doc/kioslave/recentdocuments/CMakeLists.txt PRE-CREATION 
>   doc/kioslave/recentdocuments/index.docbook PRE-CREATION 
>   recentdocuments/recentdocuments.protocol e2352df 
> 
> Diff: https://git.reviewboard.kde.org/r/129198/diff/
> 
> 
> Testing
> ---
> 
> builds, documentation is displayed in khelpcenter
> 
> 
> Thanks,
> 
> Burkhard Lück
> 
>



Review Request 129198: add docbook for recentdocuments ioslave

2016-10-16 Thread Burkhard Lück

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

Review request for Documentation.


Bugs: 370573
https://bugs.kde.org/show_bug.cgi?id=370573


Repository: kio-extras


Description
---

see summary
Which devel group should be added as reviewers?


Diffs
-

  doc/kioslave/CMakeLists.txt 517f317 
  doc/kioslave/recentdocuments/CMakeLists.txt PRE-CREATION 
  doc/kioslave/recentdocuments/index.docbook PRE-CREATION 
  recentdocuments/recentdocuments.protocol e2352df 

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


Testing
---

builds, documentation is displayed in khelpcenter


Thanks,

Burkhard Lück