D21831: Move Kruler from 'Graphics' category to 'Utilities'

2023-01-08 Thread Nathaniel Graham
ngraham commandeered this revision.
ngraham edited reviewers, added: kishoreg; removed: ngraham.
ngraham added a comment.
This revision now requires review to proceed.


  Just committed this with Albert's suggested change in 
https://invent.kde.org/graphics/kruler/commit/6cde990b68438aea2dc13199b846fdc37457b52a.

REPOSITORY
  R375 KRuler

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

To: ngraham, #kde_applications, cfeck, kishoreg
Cc: ltoscano, ngraham, aacid, jriddell, kde-doc-english, elvisangelaccio, 
dakon, gennad, fbampaloukas, skadinna


D21831: Move Kruler from 'Graphics' category to 'Utilities'

2023-01-08 Thread Nathaniel Graham
ngraham abandoned this revision.

REPOSITORY
  R375 KRuler

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

To: ngraham, #kde_applications, cfeck, kishoreg
Cc: ltoscano, ngraham, aacid, jriddell, kde-doc-english, elvisangelaccio, 
dakon, gennad, fbampaloukas, skadinna


[graphics/kruler] /: Also put it in the Utilities category

2023-01-08 Thread Nate Graham
Git commit 6cde990b68438aea2dc13199b846fdc37457b52a by Nate Graham, on behalf 
of Kishore Gopalakrishnan.
Committed on 09/01/2023 at 02:44.
Pushed by ngraham into branch 'master'.

Also put it in the Utilities category

BUG: 271937

M  +1-1doc/index.docbook
M  +1-1org.kde.kruler.desktop

https://invent.kde.org/graphics/kruler/commit/6cde990b68438aea2dc13199b846fdc37457b52a

diff --git a/doc/index.docbook b/doc/index.docbook
index d7c2db5..95914a1 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -54,7 +54,7 @@
 measure pixel distances on your screen. It is useful for working on layout
 of dialogs, web pages 
 
-To start , choose 
ApplicationsGraphics 
+To start , choose 
ApplicationsUtilities
 More Applications
 Screen Ruler from your application 
menu.
 
diff --git a/org.kde.kruler.desktop b/org.kde.kruler.desktop
index 53dcb70..00ada09 100755
--- a/org.kde.kruler.desktop
+++ b/org.kde.kruler.desktop
@@ -154,4 +154,4 @@ Exec=kruler
 Type=Application
 Icon=kruler
 StartupNotify=true
-Categories=Qt;KDE;Graphics;X-KDE-More;
+Categories=Qt;KDE;Utility;Graphics;X-KDE-More;


[education/kstars] /: Add custom y-axes to Analyze Statistics plot.

2023-01-08 Thread Hy Murveit
Git commit 882a0a3603427905de1d2c61ff032e4baf91479a by Hy Murveit.
Committed on 09/01/2023 at 00:54.
Pushed by murveit into branch 'master'.

Add custom y-axes to Analyze Statistics plot.

M  +12   -3doc/ekos-analyze.docbook
M  +---doc/ekos_analyze.png
M  +2-0kstars/CMakeLists.txt
M  +421  -171  kstars/ekos/analyze/analyze.cpp
M  +40   -11   kstars/ekos/analyze/analyze.h
M  +22   -22   kstars/ekos/analyze/analyze.ui
A  +168  -0kstars/ekos/analyze/yaxistool.cpp [License: GPL(v2.0+)]
A  +108  -0kstars/ekos/analyze/yaxistool.h [License: GPL(v2.0+)]
A  +260  -0kstars/ekos/analyze/yaxistool.ui
M  +3-0kstars/kstars.kcfg

https://invent.kde.org/education/kstars/commit/882a0a3603427905de1d2c61ff032e4baf91479a

diff --git a/doc/ekos-analyze.docbook b/doc/ekos-analyze.docbook
index 7702c7623..5746ea150 100644
--- a/doc/ekos-analyze.docbook
+++ b/doc/ekos-analyze.docbook
@@ -24,13 +24,16 @@
 The Analyze Module records and displays what happened in an 
imaging session. That is, it does not control any if your imaging, but rather 
reviews what occurred. Sessions are stored in an analyze folder, a sister folder to the main 
logging folder. The .analyze files written 
there can be loaded into the Analyze tab to be viewed. 
Analyze also can display data from the current imaging 
session.
 
 
-There are two main graphs, Timeline and 
Stats. They are coordinatedthey always display the 
same time interval from the Ekos session, though the x-axis of the 
Timeline shows seconds elapsed from the start of the log, 
and Stats shows clock time. The x-axis can be zoomed in 
and out with the +/- button, mouse 
wheel, as well as with standard keyboard shortcuts 
( zoom-in == +) The x-axis can 
be panned with the scroll bar as well as with the left and right arrow keys. 
You can view your current imaging session, or review old sessions by loading 
.analyze files using the 
Input dropdown. Checking Full Width 
displays all the data, and Latest displays the most recent 
data (you can control the width by zooming).
+There are two main graphs, Timeline and 
Stats. They are coordinatedthey always display the 
same time interval from the Ekos session, though the x-axis of the 
Timeline shows seconds elapsed from the start of the log, 
and Stats shows clock time. The x-axis can be zoomed in 
and out with the +/- buttons, as well as with standard 
keyboard shortcuts ( zoom-in == 
+) The x-axis can be panned with 
the scroll bar as well as with the left and right arrow keys. You can view your 
current imaging session, or review old sessions by loading .analyze files using the Input 
dropdown. Checking Full Width displays all the data, and 
Latest displays the most recent data (you can control the 
width by zooming).
+
+
+The three main displays can be hidden to make more room for the 
other displays. There are checkboxes to the left of the section titles 
(Timeline, Statistics, and Details) that enable and hide the displays.
 
 
 
 Timeline
 
-Timeline shows the major Ekos processes, and when they were active. 
For instance, the Capture line shows when images were 
taken (green sections) and when imaging was aborted (red sections). Clicking on 
a green section gives information about that image, and double clicking on one 
brings up the image taken then in a fitsviewer, if it is available.
+Timeline shows the major Ekos processes, and when they were active. 
For instance, the Capture line shows when images were 
taken (wither green for RGB or color-coded by the the filter) and when imaging 
was aborted (shown as red sections). Clicking on a capture section gives 
information about that image, and double clicking on one brings up the image 
taken then in a fitsviewer, if it is available.
 
 
 
@@ -44,7 +47,13 @@
 
 Statistics
 
-A variety of statistics can be displayed on the 
Stats graph. There are too many for all to be shown in a 
readable way, so select among them with the checkboxes. A reasonable way to 
start might be to use rms, snr (using 
the internal guider with SEP Multistar), and hfr (if you 
have auto-compute HFR in the FITS options). Experiment with others. The axis 
shown (0-5) is appropriate only for ra/dec error, drift, rms, pulses, and hfr. 
These may be y-axis scaled (awkwardly) using the mouse 
wheel, but the other graphs cannot be scaled. To 
reset y-axis zooming, right-click on the Stats plot. Clicking on the graph 
fills in the values of the displayed statistics. This graph is zoomed and 
panned horizontally in coordination with the timeline.
+  A variety of statistics can be displayed on the 
Statistics graph. There are too many for all to be shown 
in a readable way, so select among them with the checkboxes. A reasonable way 
to start might be to use rms, snr 
(using the internal 

[network/smb4k] doc: Update handbook.

2023-01-08 Thread Alexander Reinholdt
Git commit 3c437e5706bbf71a83e8e62ba5086523813a315f by Alexander Reinholdt.
Committed on 08/01/2023 at 09:59.
Pushed by areinholdt into branch 'master'.

Update handbook.

M  +44   -27   doc/index.docbook

https://invent.kde.org/network/smb4k/commit/3c437e5706bbf71a83e8e62ba5086523813a315f

diff --git a/doc/index.docbook b/doc/index.docbook
index 30c52553..0420ed52 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -2134,7 +2134,7 @@ ntlm auth = yes
 
   Common Mount Settings ( only)
   
-  The Common Mount Settings tab is only 
available under . The settings present under BSD can be found in the 
Mount Settings (BSD 
only) section.
+  The Common Mount Settings tab is only 
available under  and the listed options refer to the mount.cifs8
 / mount.smb38
 command. The settings present under BSD can be found in the Mount Settings (BSD 
only) section.
 
   
 Common Options
@@ -2152,6 +2152,7 @@ ntlm auth = yes
 
read-write
   
   
+Option: rw
 Mount the share read-write.
   
 
@@ -2160,6 +2161,7 @@ ntlm auth = yes
 
read-only
   
   
+Option: ro
 Mount the share read-only.
   
 
@@ -2172,14 +2174,15 @@ ntlm auth = yes
   Client character 
set
 
 
-  Sets the character set used by the client side ( your 
computer).
+  Option: iocharset=CHARSET
+  Sets the character set used by the client side ( your 
computer) to one of the following:
   
 
   
 default
   
   
-Default character set used by the client's 
kernel.
+Default character set used by the client's kernel. 
In this case the iocharset option is omitted from the command 
line.
   
 
 
@@ -2359,7 +2362,7 @@ ntlm auth = yes
   
 
   
-  Default: not selected; 
default
+  Default: not selected; CHARSET: 
default
 
   
   
@@ -2367,9 +2370,9 @@ ntlm auth = yes
   File system port
 
 
-  Sets the file system port number that is used by mount.cifs8
 when mounting a remote share. The default port number (445) should work for 
all modern operating systems. If you experience problems, try setting the port 
number to 139. If the problems only occur with a few hosts, it is recommended 
to leave this option untouched and to use the Custom 
Settings editor to define individual port numbers for the problematic 
hosts.
-  This option is only available under . Under BSD, 
the port for mounting shares is set with the SMB 
port option.
-  Default: not selected; port 445
+  Option: port=PORT
+  Sets the port number that is used by mount.cifs8
 when mounting a remote share. The default port number (445) should work for 
all modern operating systems. If you experience problems, try setting the port 
number to 139. If the problems only occur with a few hosts, it is recommended 
to leave this option untouched and to use the Custom Settings editor to define individual 
port numbers for the problematic hosts.
+  Default: not selected; PORT: 445
 
   
 
@@ -2383,6 +2386,7 @@ ntlm auth = yes
 All or most of the servers support the 
 Unix extensions
   
   
+Option: none
 Most versions of  support the  Unix or POSIX 
extensions. For these servers, some options are not needed, because the right 
values are negotiated during the mount process. For other servers, you might 
want to uncheck this option, so that predefined values can be passed to the 
server. Please note that if your computer is located in a  dominated 
network neighborhood with only a few  servers, you can safely uncheck 
this option and define custom settings for the  servers.
 In case you uncheck this option, consider to switch on 
permission checks under Advanced Mount 
Settings.
 Default: selected
@@ -2393,9 +2397,10 @@ ntlm auth = yes
 User ID
   
   
+Option: uid=UID
 Sets the owner of the files and directories on the file 
system. By default, your UID is used. To change the UID, press the search 
button and choose one from the drop down menu.
 In case the support for the  Unix extensions is 
selected, this setting is disabled.
-Default: selected; your UID
+Default: selected; UID: your UID
   
 
 
@@ -2403,9 +2408,10 @@ ntlm auth = yes
 Group ID