[network/smb4k] doc: Updated handbook.

2023-01-03 Thread Alexander Reinholdt
Git commit 976c70e9f682f6eae0dbe545c8211a5c523dfe1c by Alexander Reinholdt.
Committed on 03/01/2023 at 10:55.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +13   -3doc/index.docbook
M  +---doc/systemtray_bookmarks_menu.png

https://invent.kde.org/network/smb4k/commit/976c70e9f682f6eae0dbe545c8211a5c523dfe1c

diff --git a/doc/index.docbook b/doc/index.docbook
index 766b30f9..70b06643 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -31,11 +31,11 @@
 
   
   
-2005-2022
+2005-2023
 Alexander Reinholdt
   
   
-  2022-12-17
+  2022-01-03
3.2.0
   
  is an advanced network neighborhood browser and  
share mounting utility.
@@ -640,7 +640,7 @@
 
   
   
-Open the custom options dialog for the selected shares. See 
the section about the Custom 
Options dialog in the The 
Network Neighborhood Browser section for more details.
+Open the custom options dialog for the selected shares. Read 
the section about the Custom 
Options dialog for more details.
   
 
 
@@ -909,6 +909,16 @@
 Add the selected share to the bookmarks.
   
 
+
+  
+
+  Add Custom Options
+
+  
+  
+Open the custom options dialog for the selected share. For 
further information read the section about the Custom 
Options dialog.
+  
+
 
   
 Synchronize
diff --git a/doc/systemtray_bookmarks_menu.png 
b/doc/systemtray_bookmarks_menu.png
index 86176d7a..748d641a 100644
Binary files a/doc/systemtray_bookmarks_menu.png and 
b/doc/systemtray_bookmarks_menu.png differ


[network/smb4k] doc: Updated handbook.

2022-12-28 Thread Alexander Reinholdt
Git commit 9c0d9d480fcd1a502c6f9139e2659a729bbb119c by Alexander Reinholdt.
Committed on 28/12/2022 at 18:02.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +47   -7doc/index.docbook

https://invent.kde.org/network/smb4k/commit/9c0d9d480fcd1a502c6f9139e2659a729bbb119c

diff --git a/doc/index.docbook b/doc/index.docbook
index 17be5416..c84e651e 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -3320,7 +3320,7 @@ ntlm auth = yes
 
 
   Option: -a/--archive, 
same as -rlptgoD (no -A, -X, 
-U, -N, -H)
-  Switch the archive mode on. This is a quick way of saying 
you want recursion and want to preserve almost everything. Note that 
-a does not preserve hardlinks, because finding 
multiply-linked files is expensive. You must separately specify 
-H.
+  Switch the archive mode on. This is a quick way of saying 
you want recursion and want to preserve almost everything. Note that 
-a does not preserve hardlinks (-H), access 
control lists (ACLs, -A), extended attributes (xattrs, 
-X), access (use) times (-U) nor crtimes 
(-N). You must separately specify these options. The only 
exception to the above equivalence is when --files-from is 
specified, in which case -r is not implied.
   In case you do not want to run 
rsync in archive mode, choose the appropriate 
arguments in the settings yourself.
   Default: selected
 
@@ -3498,7 +3498,7 @@ ntlm auth = yes
 
   Option: -l/--links
   Copy symlinks as symlinks.
-  Default: selected
+  Default: not selected
 
   
   
@@ -3586,7 +3586,47 @@ ntlm auth = yes
 
   Option: -p/--perms
   This option causes the receiving side to set the 
destination permissions to be the same as the source permissions.
-  Default: selected
+  Default: not selected
+
+  
+  
+
+  Preserve access control lists 
(ACLs)
+
+
+  Option: -A/--acls
+  Preserve access control lists. This option causes rsync to 
update the destination ACLs to be the same as the source ACLs. The option also 
implies --perms. The source and destination systems must have compatible ACL 
entries for this option to work properly.
+  Default: not selected
+
+  
+  
+
+  Preserve extended 
attributes
+
+
+  Option: 
-X/--xattrs
+  Preserve extended attributes. This option causes rsync to 
update the destination extended attributes to be the same as the source 
ones.
+  Default: not selected
+
+  
+  
+
+  Preserve access 
times
+
+
+  Option: 
-U/--atimes
+  Preserve access times. This tells rsync to set the access 
(use) times of the destination files to the same value as the source 
files.
+  Default: not selected
+
+  
+  
+
+  Preserve create 
times
+
+
+  Option: 
-N/--crtimes
+  Preserve create times. This tells rsync to set the create 
times (newness) of the destination files to the same value as the source 
files.
+  Default: not selected
 
   
   
@@ -3596,7 +3636,7 @@ ntlm auth = yes
 
   Option: -o/--owner
   This option causes rsync1
 to set the owner of the destination file to be the same as the one of the 
source file. By default, the preservation is done by name, but may fall back to 
using the ID number in some circumstances (see the 
--numeric-ids option for a full discussion). This option has 
no effect if the receiving rsync1
 is not run as the super user and --super is not 
specified.
-  Default: selected
+  Default: not selected
 
   
   
@@ -3606,7 +3646,7 @@ ntlm auth = yes
 
   Option: -g/--group
   This option causes rsync1
 to set the group of the destination file to be the same as the on of the 
source file. If the receiving program is not running as the super-user (or with 
the --no-super option), only groups that the receiver is a 
member of will be preserved.
-  Default: selected
+  Default: not selected
 
   
   
@@ -3616,7 +3656,7 @@ ntlm auth = yes
 
   Option: -D/--devices 
--specials
   This option causes rsync1
 to transfer character and block device files as well as special files (such as 
named sockets and fifos) to the remote system. This option has no effect if the 
receiving side is not run as the super user and --super is not 
specified.

[network/smb4k] doc: Updated handbook.

2022-12-21 Thread Alexander Reinholdt
Git commit 5a74b2ae8dd79def64181ce7051bf591912e4a4f by Alexander Reinholdt.
Committed on 22/12/2022 at 05:47.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/configuration_page_authentication.png
M  +---doc/configuration_page_custom_options.png
M  +---doc/configuration_page_mounting.png
M  +---doc/configuration_page_network.png
M  +---doc/configuration_page_profiles.png
M  +---doc/configuration_page_synchronization.png
M  +---doc/configuration_page_user_interface.png
M  +83   -93   doc/index.docbook

https://invent.kde.org/network/smb4k/commit/5a74b2ae8dd79def64181ce7051bf591912e4a4f

diff --git a/doc/configuration_page_authentication.png 
b/doc/configuration_page_authentication.png
index c12d42f7..7a521bf4 100644
Binary files a/doc/configuration_page_authentication.png and 
b/doc/configuration_page_authentication.png differ
diff --git a/doc/configuration_page_custom_options.png 
b/doc/configuration_page_custom_options.png
index 11d21617..4e9c67b8 100644
Binary files a/doc/configuration_page_custom_options.png and 
b/doc/configuration_page_custom_options.png differ
diff --git a/doc/configuration_page_mounting.png 
b/doc/configuration_page_mounting.png
index f6796602..01826a38 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 df128d29..3c1f75d3 100644
Binary files a/doc/configuration_page_network.png and 
b/doc/configuration_page_network.png differ
diff --git a/doc/configuration_page_profiles.png 
b/doc/configuration_page_profiles.png
index 31c816d8..c69bbe7e 100644
Binary files a/doc/configuration_page_profiles.png and 
b/doc/configuration_page_profiles.png differ
diff --git a/doc/configuration_page_synchronization.png 
b/doc/configuration_page_synchronization.png
index e2da7a15..de0b92fc 100644
Binary files a/doc/configuration_page_synchronization.png and 
b/doc/configuration_page_synchronization.png differ
diff --git a/doc/configuration_page_user_interface.png 
b/doc/configuration_page_user_interface.png
index 12900187..6757e1a5 100644
Binary files a/doc/configuration_page_user_interface.png and 
b/doc/configuration_page_user_interface.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 7983cc96..b6fe590b 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -166,7 +166,7 @@
 
automatically scans the network neighborhood for active 
workgroups and domains on start-up, and presents them in the network 
neighborhood browser. For this purpose it uses 's client library, https://en.wikipedia.org/wiki/Zero-configuration_networking#DNS-SD;>DNS 
Service Discovery (DNS-SD) and, optionally, https://en.wikipedia.org/wiki/WS-Discovery;>Web Services Dynamic Discovery 
(WS-Discovery). The way  browses the network neighborhood can be 
adjusted in the Network
 configuration page.
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. Due to the use of DNS-SD, you 
will most likely find a domain called LOCAL in the network 
neighborhood browser. This is the default local DNS domain used by services 
like https://en.wikipedia.org/wiki/Avahi_(software)">Avahi 
and not an actual  domain. Opening a domain or workgroup item shows 
the servers belonging to it. If you want to access the shares of one of the 
servers, you must open the desired server.
-  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 packet to each server that is to be awakened, then waits 
the defined time until it starts to look up the workgroups and domains. The 
Wake-On-LAN setting can be turned on in the configuration 
dialog. The servers that should be awakened must be defined in the Custom 
Options dialog.
+  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 packet to each server that is to be awakened, then waits 
the defined time until it starts to look up the workgroups and domains. The 
Wake-On-LAN setting can be turned on in the configuration
 dialog. The servers that should be awakened must be defined in the 
Custom 
Options dialog.
   
   If you are using DNS Service Discovery and the Zeroconf daemon 
(Avahi) is not running,  shows an error notification:
   
@@ -451,7 +451,7 @@
   Use the Custom Options dialog if you want 
to
   
 define custom mount or browse settings for a single 
server or share that deviate from the values defined in the configuration 
dialog,
-define a server that should be awakened prior to 
network scans or mount attempts (Wake-On-LAN feature, see here),
+define a server 

[network/smb4k] doc: Updated handbook.

2022-12-17 Thread Alexander Reinholdt
Git commit 0a12293203adc115d97a3ef6b0b55d83b97dda32 by Alexander Reinholdt.
Committed on 17/12/2022 at 15:16.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +7-7doc/index.docbook

https://invent.kde.org/network/smb4k/commit/0a12293203adc115d97a3ef6b0b55d83b97dda32

diff --git a/doc/index.docbook b/doc/index.docbook
index a3be01da..2281dfbf 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -817,7 +817,7 @@
 
   Location and Usage
 
-  When  is started, a status icon appears in your system 
tray. Its status is set to active if workgroups or domains were discovered in 
your network neighborhood. Otherwise it is set to inactive.
+  When  is started, a status icon appears in the system tray. 
Its status is set to active if workgroups or domains were discovered in your 
network neighborhood. Otherwise it is set to inactive.
 
   
 Screenshot of the system tray widget
@@ -827,7 +827,7 @@
 
   
 
-  By left clicking the status icon, you can minimize or restore the 
main window. A right click brings up a popup menu that contains several items 
allowing you to work with the mounted shares, manage or mount your bookmarks, 
select the profile you want to use, and configure  without opening the 
main window.
+  You can minimize or restore the main window by left clicking the 
status icon. A right click brings up a popup menu that contains several items 
allowing you to work with the mounted shares, manage or mount your bookmarks, 
select the profile you want to use, and configure  without opening the 
main window.
 
 
 

[network/smb4k] doc: Updated handbook.

2022-12-08 Thread Alexander Reinholdt
Git commit 8c7a5c3fb30b1296e51d47b6950f0e9379b82889 by Alexander Reinholdt.
Committed on 09/12/2022 at 05:05.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +8-13   doc/index.docbook
M  +---doc/shares_view_drop_popup_menu.png
M  +---doc/shares_view_synchronization_input_dialog.png

https://invent.kde.org/network/smb4k/commit/8c7a5c3fb30b1296e51d47b6950f0e9379b82889

diff --git a/doc/index.docbook b/doc/index.docbook
index 629333d1..a3be01da 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -744,9 +744,9 @@
   Unmounting Shares
 
   One or multiple selected shares may be unmounted by either 
clicking the  
UUnmount
 action, or by pressing its keyboard shortcut. By default, the ability to 
unmount a share is restricted to the ones that are owned by you. This behavior 
can be altered in the configuration 
dialog. If you enabled the unmounting of shares that are owned by other 
users, you will be presented with a warning dialog prior to the actual unmount. 
If you proceed, the share will definitely be unmounted. So, please think twice 
before you decide to unmount those shares!
-   provides the ability to force the unmounting of shares 
( only). This might be useful with inaccessible shares that cannot be 
unmounted the normal way. To enable this feature, you need to modify the settings 
in the configuration dialog.  will then perform a lazy unmount on inaccessible shares.
+   provides the ability to force unmounting of shares 
( only). This can be useful with inaccessible shares that cannot in be 
unmounted the normal way. To enable this feature, you need to modify the settings 
in the configuration dialog.  will then perform a lazy unmount on inaccessible shares.
   All shares can be unmounted at once by clicking the 
 
NUnmount 
All action. Depending on your settings, this will 
also unmount foreign and inaccessible shares.
-  After a successful unmount process, the user is notified. If 
unmounting fails, a notification with the returned error message will be 
shown.
+  After a successful unmount process, the user is notified. If 
unmounting fails, a notification with the returned error message is 
shown.
 
 
 

[network/smb4k] doc: Updated handbook.

2022-12-05 Thread Alexander Reinholdt
Git commit 10b3c0f9f4c38baf80f2153b6df864db353f6b0d by Alexander Reinholdt.
Committed on 06/12/2022 at 05:52.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +2-14   doc/index.docbook
M  +---doc/shares_view_synchronization_input_dialog.png
D  +---doc/shares_view_warning_dialog_foreign_share.png

https://invent.kde.org/network/smb4k/commit/10b3c0f9f4c38baf80f2153b6df864db353f6b0d

diff --git a/doc/index.docbook b/doc/index.docbook
index bb7e586d..629333d1 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -743,20 +743,8 @@
 
   Unmounting Shares
 
-  One or multiple selected shares may be unmounted by either 
clicking the  
UUnmount
 action, or by pressing its keyboard shortcut. By default, the ability to 
unmount a share is restricted to the ones that are owned by you. This behavior 
can be altered in the configuration 
dialog. If you enabled the unmounting of shares that are owned by other 
users, you will be presented with a warning dialog prior to the actual 
unmount:
-  
-Screenshot of the warning dialog that is shown when a 
foreign share is to be unmounted
-
-  
-
-  
-  
-The warning dialog that is shown when unmounting foreign 
shares
-  
-
-  
-  If you click the Yes button, the share will 
definitely be unmounted. So, please think twice before you decide to unmount 
shares that are owned by other users!
-   also provides the ability to force the unmounting of 
shares ( only). This might be useful with inaccessible shares that 
cannot be unmounted the normal way. To enable this feature, you need to modify 
the settings 
in the configuration dialog.  will then perform a lazy unmount on inaccessible shares.
+  One or multiple selected shares may be unmounted by either 
clicking the  
UUnmount
 action, or by pressing its keyboard shortcut. By default, the ability to 
unmount a share is restricted to the ones that are owned by you. This behavior 
can be altered in the configuration 
dialog. If you enabled the unmounting of shares that are owned by other 
users, you will be presented with a warning dialog prior to the actual unmount. 
If you proceed, the share will definitely be unmounted. So, please think twice 
before you decide to unmount those shares!
+   provides the ability to force the unmounting of shares 
( only). This might be useful with inaccessible shares that cannot be 
unmounted the normal way. To enable this feature, you need to modify the settings 
in the configuration dialog.  will then perform a lazy unmount on inaccessible shares.
   All shares can be unmounted at once by clicking the 
 
NUnmount 
All action. Depending on your settings, this will 
also unmount foreign and inaccessible shares.
   After a successful unmount process, the user is notified. If 
unmounting fails, a notification with the returned error message will be 
shown.
 
diff --git a/doc/shares_view_synchronization_input_dialog.png 
b/doc/shares_view_synchronization_input_dialog.png
index 9ec834e0..3197dc97 100644
Binary files a/doc/shares_view_synchronization_input_dialog.png and 
b/doc/shares_view_synchronization_input_dialog.png differ
diff --git a/doc/shares_view_warning_dialog_foreign_share.png 
b/doc/shares_view_warning_dialog_foreign_share.png
deleted file mode 100644
index cc5dd379..
Binary files a/doc/shares_view_warning_dialog_foreign_share.png and /dev/null 
differ



[network/smb4k] doc: Updated handbook.

2022-12-05 Thread Alexander Reinholdt
Git commit efc084e3646a5377cc6f726369104de509287474 by Alexander Reinholdt.
Committed on 05/12/2022 at 17:16.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +14   -20   doc/index.docbook
D  +---doc/shares_view_icons.png

https://invent.kde.org/network/smb4k/commit/efc084e3646a5377cc6f726369104de509287474

diff --git a/doc/index.docbook b/doc/index.docbook
index f1db169a..bb7e586d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -689,9 +689,19 @@
 
   Inaccessible Shares
 
-   periodically checks all mounted shares if they are still 
accessible. If an inaccessible share is encountered, it will be marked with a 
locked folder icon and you will not be 
able to open or synchronize it anymore. Unmounting and adding a bookmark is 
still possible.
+   periodically checks all mounted shares if they are still 
accessible. If an inaccessible share is encountered, it will be marked with a 
lock symbol and you will not be able to open or synchronize it anymore. 
Unmounting and adding a bookmark is still possible.
   The program might freeze for a short period of time due to 
an inaccessible share. It will recover afterwards.
 
+
+
+
+
+  Shares Owned by Other Users
+  
+  Shares owned by other users are only shown if you adjusted the 
settings 
to display them. In the default configuration, you are not allowed to unmount 
these shares, but you can change this 
behavior, too.
+
 
 

[network/smb4k] doc: Updated handbook.

2022-11-29 Thread Alexander Reinholdt
Git commit c77254e814fd600da64bbccafb29a680eacfc4c2 by Alexander Reinholdt.
Committed on 30/11/2022 at 05:13.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +3-3doc/index.docbook
M  +---doc/network_neighborhood_browser_mount_dialog.png
M  +---doc/network_neighborhood_browser_popup_menu.png

https://invent.kde.org/network/smb4k/commit/c77254e814fd600da64bbccafb29a680eacfc4c2

diff --git a/doc/index.docbook b/doc/index.docbook
index 5997f181..f9166788 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -322,7 +322,7 @@
 
   
 
-  Although you can interact with the network neighborhood using the 
keyboard shortcuts mentioned above, in most cases it is more convenient to use 
the mouse. By right clicking you can open a popup menu. It contains all actions 
that are available in the network neighborhood browser. Depending on the 
position where you clicked (on a network item or on the viewport), some of them 
may be disabled. The screenshot below shows the popup menu opened on a remote 
share.
+  In the network neighborhood browser you can right click to open 
the popup menu to access all available actions. Depending on the position where 
you clicked (on a network item or on the viewport), some of them may be 
disabled. The screenshot below shows the popup menu opened on a remote 
share.
 
   
 Screenshot of the popup menu of the network neighborhood 
browser
@@ -344,7 +344,7 @@
 
   Tooltips
 
-  For each network item, a tooltip is provided that contains various 
information like the name of the workgroup and master browser, the name and IP 
address of the host, the name of the share, 
+  For each network item, a tooltip is provided that contains various 
information like the name of the workgroup and master browser (if available), 
the name and IP address of the host, the name of the share, 
   The tooltips can be disabled in the configuration 
dialog.
 
 
@@ -368,7 +368,7 @@
 The "Mount Share" dialog
   
 
-Here you can enter the location of the share as a http://en.wikipedia.org/wiki/Uniform_Naming_Convention#Uniform_Naming_Convention;>Uniform
 Naming Convention (UNC) address in the form 
//[USER@]SERVER/SHARE or 
\\[USER@]SERVER\SHARE, or as a URL in the form 
[smb:]//[user@]server:port/share The 
OK button will be enabled and you can press it to mount 
the share. However, it is advisable to enter the IP address and the workgroup 
of the server, too. If you want to add the share to the bookmarks at the same 
time, click the Bookmark >> button. The dialog will 
extend so you can tick the Add this share to the 
bookmarks check box and enter a label and category for the 
bookmark. 
+Here you can enter the location of the share as a http://en.wikipedia.org/wiki/Uniform_Naming_Convention#Uniform_Naming_Convention;>Uniform
 Naming Convention (UNC) address in the form 
//[USER@]SERVER/SHARE or 
\\[USER@]SERVER\SHARE or as an URL in the form 
[smb:]//[user@]server[:port]/share The 
OK button will be enabled and you can press it to mount 
the share. However, it is advisable to enter the IP address and the workgroup 
of the server, too. If you want to add the share to the bookmarks at the same 
time, click the Bookmark >> button. The dialog will 
extend so you can tick the Add this share to the 
bookmarks check box and enter a label and category for the 
bookmark. 
   
 
   A share is often password protected. In this case, an authentication 
dialog will appear and you must enter the correct user name (if not 
already provided) and password.  will proceed with mounting the share 
unless the wrong user name or password was supplied. In that case, the 
authentication dialog will reappear. If the mount process was successful, the 
user will be shown a notification and the share will appear in the Mounted Shares view. If mounting fails, a 
notification with the error message that was returned by mount.cifs8
 () or mount_smbfs8
 (BSD) will be displayed.
diff --git a/doc/network_neighborhood_browser_mount_dialog.png 
b/doc/network_neighborhood_browser_mount_dialog.png
index 73011af6..577ed61e 100644
Binary files a/doc/network_neighborhood_browser_mount_dialog.png and 
b/doc/network_neighborhood_browser_mount_dialog.png differ
diff --git a/doc/network_neighborhood_browser_popup_menu.png 
b/doc/network_neighborhood_browser_popup_menu.png
index c3148190..ee933226 100644
Binary files a/doc/network_neighborhood_browser_popup_menu.png and 
b/doc/network_neighborhood_browser_popup_menu.png differ


[network/smb4k] doc: Updated handbook.

2022-11-22 Thread Alexander Reinholdt
Git commit ad44578e3aee29a681ac65e926e0480c5c394cc8 by Alexander Reinholdt.
Committed on 23/11/2022 at 05:41.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +4-5doc/index.docbook

https://invent.kde.org/network/smb4k/commit/ad44578e3aee29a681ac65e926e0480c5c394cc8

diff --git a/doc/index.docbook b/doc/index.docbook
index 51c3deb6..5997f181 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -218,7 +218,7 @@
 
   
   
-Abort any running process of the network neighborhood 
browser. This action is invisible by default and will only be visible (instead 
of the Scan Network|Workgroup|Computer action) when 
a network scan is running.
+Abort any running process of the network neighborhood 
browser. This action is invisible by default and will only be visible when a 
network scan is running.
   
 
 
@@ -229,7 +229,7 @@
 
   
   
-Search the network neighborhood for a specified term. 
Activating this action opens the search tool bar, where you can enter the 
search term and start the search.
+Search the network 
neighborhood for a specified term. Activating this action opens the 
search tool bar, where you can enter the search term and start the 
search.
   
 
 
@@ -240,8 +240,7 @@
 
   
   
-Add a bookmark to the currently selected remote share. This 
action is disabled if no share is selected.
-Read the Adding 
Bookmarks section for more details.
+Add a bookmark to 
the currently selected remote share. This action is disabled if no share is 
selected.
   
 
 
@@ -307,7 +306,7 @@
 
   
   
-Mount the selected remote share. By default, and if you 
clicked anything different than a share with type "Disk" or "IPC", this action 
is disabled. If you selected a mounted share, this action is replaced by the 
Unmount action.
+Mount the selected remote share. By default, and if you 
selected anything different than a share with type "Disk" or "IPC", this action 
is disabled. For a mounted share, this action is replaced with the 
Unmount action.
   
 
 


[network/smb4k] doc: Updated handbook.

2021-03-29 Thread Alexander Reinholdt
Git commit 2d86c07de009331d4a4f250219ac435a6dd5e65b by Alexander Reinholdt.
Committed on 30/03/2021 at 04:01.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +1-1doc/index.docbook

https://invent.kde.org/network/smb4k/commit/2d86c07de009331d4a4f250219ac435a6dd5e65b

diff --git a/doc/index.docbook b/doc/index.docbook
index 46f87007..0e7ec58d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -34,7 +34,7 @@
 Alexander Reinholdt
   
   
-  2021-02-12
+  2021-03-30
3.1.0
   
  is an advanced network neighborhood browser and  
share mounting utility.


[network/smb4k] doc: Updated handbook.

2021-03-28 Thread Alexander Reinholdt
Git commit 5236ce3daf9c6d7e6cf5e2f830d6bc3373cee262 by Alexander Reinholdt.
Committed on 29/03/2021 at 05:10.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/configuration_page_profiles_migration_assistant.png
M  +2-2doc/index.docbook
M  +---doc/notification_share_mounted.png
M  +---doc/plasmoid.png
M  +---doc/plasmoid_bookmarks_tab.png
M  +---doc/plasmoid_configuration_tab.png
M  +---doc/plasmoid_mounted_shares_tab.png
M  +---doc/plasmoid_network_neighborhood_tab.png
M  +---doc/plasmoid_profiles_tab.png
M  +---doc/systemsettings_manage_notifications.png

https://invent.kde.org/network/smb4k/commit/5236ce3daf9c6d7e6cf5e2f830d6bc3373cee262

diff --git a/doc/configuration_page_profiles_migration_assistant.png 
b/doc/configuration_page_profiles_migration_assistant.png
index c028ed7e..4e62bbc1 100644
Binary files a/doc/configuration_page_profiles_migration_assistant.png and 
b/doc/configuration_page_profiles_migration_assistant.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 4b3744d0..25e68f10 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1359,7 +1359,7 @@
 
 
   Managing Notifications
-  Notifications can be managed via the . To modify 
the behavior of a notification, navigate to the 
Notifications page. Under Event 
source select the Advanced Network Neighborhood 
Browser entry from the drop-down menu:
+  Notifications can be managed via the . To modify 
the behavior of a notification, navigate to the 
Notifications page. For  5.21 and up, then click 
the Configure button besides the label 
Applications and choose  from the appearing list 
view. Clicking the Configure Events... opens the 
following dialog:
   
 Screenshot of the systemsettings notification 
module
 
@@ -1367,7 +1367,7 @@
   Systemsettings notification 
module
 
   
-  All available notifications are shown in the list view and can be 
edited, enabled and disabled according to your liking.
+  Here, all available notifications are shown in the list view and 
can be edited, enabled and disabled according to your liking.
 
   
 
diff --git a/doc/notification_share_mounted.png 
b/doc/notification_share_mounted.png
index 6ffd180f..fb370e0d 100644
Binary files a/doc/notification_share_mounted.png and 
b/doc/notification_share_mounted.png differ
diff --git a/doc/plasmoid.png b/doc/plasmoid.png
index c2cd48ac..13fa9225 100644
Binary files a/doc/plasmoid.png and b/doc/plasmoid.png differ
diff --git a/doc/plasmoid_bookmarks_tab.png b/doc/plasmoid_bookmarks_tab.png
index 252a10db..697d6f76 100644
Binary files a/doc/plasmoid_bookmarks_tab.png and 
b/doc/plasmoid_bookmarks_tab.png differ
diff --git a/doc/plasmoid_configuration_tab.png 
b/doc/plasmoid_configuration_tab.png
index cd09e7df..9385f9ef 100644
Binary files a/doc/plasmoid_configuration_tab.png and 
b/doc/plasmoid_configuration_tab.png differ
diff --git a/doc/plasmoid_mounted_shares_tab.png 
b/doc/plasmoid_mounted_shares_tab.png
index 79a331c2..23f3dc7b 100644
Binary files a/doc/plasmoid_mounted_shares_tab.png and 
b/doc/plasmoid_mounted_shares_tab.png differ
diff --git a/doc/plasmoid_network_neighborhood_tab.png 
b/doc/plasmoid_network_neighborhood_tab.png
index bb9a5f54..69139aca 100644
Binary files a/doc/plasmoid_network_neighborhood_tab.png and 
b/doc/plasmoid_network_neighborhood_tab.png differ
diff --git a/doc/plasmoid_profiles_tab.png b/doc/plasmoid_profiles_tab.png
index 5908e1aa..222a0daf 100644
Binary files a/doc/plasmoid_profiles_tab.png and 
b/doc/plasmoid_profiles_tab.png differ
diff --git a/doc/systemsettings_manage_notifications.png 
b/doc/systemsettings_manage_notifications.png
index d8a7558a..d3c9e726 100644
Binary files a/doc/systemsettings_manage_notifications.png and 
b/doc/systemsettings_manage_notifications.png differ


[network/smb4k] doc: Updated handbook.

2021-03-27 Thread Alexander Reinholdt
Git commit 3315db9cd31e3284515ed16b2d30443ae28b19c9 by Alexander Reinholdt.
Committed on 27/03/2021 at 07:00.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/bookmarks_add_bookmark_dialog.png
M  +---doc/bookmarks_editor.png
M  +---doc/bookmarks_editor_popup_menu.png
M  +---doc/bookmarks_popup_menu.png
M  +16   -15   doc/index.docbook
M  +---doc/systemtray_bookmarks_menu.png
M  +---doc/systemtray_location.png
M  +---doc/systemtray_mounted_shares_menu.png
M  +---doc/systemtray_profiles_menu.png

https://invent.kde.org/network/smb4k/commit/3315db9cd31e3284515ed16b2d30443ae28b19c9

diff --git a/doc/bookmarks_add_bookmark_dialog.png 
b/doc/bookmarks_add_bookmark_dialog.png
index 2ef0f88b..867feab1 100644
Binary files a/doc/bookmarks_add_bookmark_dialog.png and 
b/doc/bookmarks_add_bookmark_dialog.png differ
diff --git a/doc/bookmarks_editor.png b/doc/bookmarks_editor.png
index 57a402e4..df8c7c21 100644
Binary files a/doc/bookmarks_editor.png and b/doc/bookmarks_editor.png differ
diff --git a/doc/bookmarks_editor_popup_menu.png 
b/doc/bookmarks_editor_popup_menu.png
index 0440007d..d44a713d 100644
Binary files a/doc/bookmarks_editor_popup_menu.png and 
b/doc/bookmarks_editor_popup_menu.png differ
diff --git a/doc/bookmarks_popup_menu.png b/doc/bookmarks_popup_menu.png
index d2dc2629..f05c9838 100644
Binary files a/doc/bookmarks_popup_menu.png and b/doc/bookmarks_popup_menu.png 
differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 657f5fbe..4b3744d0 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -850,7 +850,7 @@
 
   
 
-  By left clicking the (active) icon, you can minimize or restore 
the main window. A right click brings up a popup menu that contains several 
menu items allowing you to work with the mounted shares, manage or mount your 
bookmarks, select the profile you want to use and to configure  without 
the need to open the main window.
+  By left clicking the status icon, you can minimize or restore the 
main window. A right click brings up a popup menu that contains several menu 
items allowing you to work with the mounted shares, manage or mount your 
bookmarks, select the profile you want to use and to configure  without 
the need to open the main window.
 
 
 

[network/smb4k] doc: Updated handbook.

2021-03-23 Thread Alexander Reinholdt
Git commit 990aeccc70b63a612333bb31c5e5dad4297bdcb0 by Alexander Reinholdt.
Committed on 24/03/2021 at 05:54.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +11   -13   doc/index.docbook
M  +---doc/synchronization_progress.png

https://invent.kde.org/network/smb4k/commit/990aeccc70b63a612333bb31c5e5dad4297bdcb0

diff --git a/doc/index.docbook b/doc/index.docbook
index 0566d511..8a32d879 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -546,7 +546,7 @@
   
 
   You can switch between the two views by selecting either the 
appropriate entry in the View Modes submenu from the 
Shares View menu 
of the main window or in the shares view's popup menu.
-  By default, only your own mounts are displayed. However, you can 
tell  to show all mounts by altering the respective 
settings.
+  By default, only your own mounts are displayed. However, you can 
adjust  to show all mounts with the respective 
settings.
 
 
 

[network/smb4k] doc: Updated handbook.

2021-03-15 Thread Alexander Reinholdt
Git commit 8c3d529a393d5bba50c492483accd940880c0674 by Alexander Reinholdt.
Committed on 16/03/2021 at 05:34.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +26   -14   doc/index.docbook

https://invent.kde.org/network/smb4k/commit/8c3d529a393d5bba50c492483accd940880c0674

diff --git a/doc/index.docbook b/doc/index.docbook
index aeeae8c6..0566d511 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -144,7 +144,7 @@
 The Network Neighborhood Browser
 
 The interaction with the network neighborhood is done with the 
Network Neighborhood browser. It contains all network 
items   workgroups, servers, and shares   was able to 
find. They are organized in a network tree, and you can navigate through it by 
either clicking the control next to the item name or by executing the item 
itself.
-In the network tree, the master browser of each workgroup or domain 
is highlighted by blue font color. Mounted shares are marked with the 
respective folder icon and an italic font.
+In the network tree, the master browser of each workgroup or domain 
is highlighted by blue font color, if it was detected ( when using DNS-SD, 
the master browser of a  domain is not recognized). Mounted shares are 
marked with the respective folder icon and an italic font.
 
 
   Screenshot of the network neighborhood browser
@@ -163,8 +163,8 @@
 
   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.
-   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 .
+   automatically scans the network neighborhood for active 
workgroups and domains on start-up and presents them in the network 
neighborhood browser. For this purpose it uses 's client library, https://en.wikipedia.org/wiki/Zero-configuration_networking#DNS-SD;>DNS 
Service Discovery (DNS-SD) and, optionally, https://en.wikipedia.org/wiki/WS-Discovery;>Web Services Dynamic Discovery 
(WS-Discovery). The way  browses the network neighborhood can be 
adjusted in the Network
 configuration page.
+   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 . Due to the use of DNS-SD, 
you will most likely find a domain called LOCAL in the 
network neighborhood browser. This is the default local DNS domain used by 
services like https://en.wikipedia.org/wiki/Avahi_(software)">Avahi and not an 
actual  domain. Opening a domain or 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 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.
 
 
@@ -322,7 +322,7 @@
 
   
 
-  Although you can interact with the network neighborhood using the 
keyboard shortcuts mentioned above, in most cases it is more convenient to use 
the mouse. By right clicking you can open a popup menu. It contains all actions 
that are available in the network neighborhood browser. Depending on the 
position where you clicked (on a network item or on the viewport), some of them 
may be disabled. The figure below shows the popup menu opened on a remote 
share.
+  Although you can interact with the network neighborhood using the 
keyboard shortcuts mentioned above, in most cases it is more convenient to use 
the mouse. By right clicking you can open a popup menu. It contains all actions 
that are available in the network neighborhood browser. Depending on the 
position where you clicked (on a network item or on the viewport), some of them 
may be disabled. The screenshot below shows the popup menu opened on a remote 
share.
 
   
 Screenshot of the popup menu of the network neighborhood 
browser
@@ -368,7 +368,7 @@
 The "Mount Share" dialog
   
 
-Here you can enter the location of the share either as http://en.wikipedia.org/wiki/Uniform_Naming_Convention#Uniform_Naming_Convention;>Uniform
 Naming Convention (UNC) address in the form 
//[USER@]SERVER/SHARE or 
\\[USER@]SERVER\SHARE or as URL in the form 
[smb:]//[user@]server:port/share The 
OK button will be enabled and you can press it to mount 
the share. However, it 

[network/smb4k] doc: Updated handbook.

2021-02-24 Thread Alexander Reinholdt
Git commit d7bb1068bff40a47ab09a4ad52424ae0e129c52d by Alexander Reinholdt.
Committed on 25/02/2021 at 05:54.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +58   -14   doc/index.docbook

https://invent.kde.org/network/smb4k/commit/d7bb1068bff40a47ab09a4ad52424ae0e129c52d

diff --git a/doc/index.docbook b/doc/index.docbook
index 0c817553..aeeae8c6 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -3249,8 +3249,8 @@ ntlm auth = yes
 
   Wallet Entries
   
-  In this editor you can modify or remove existing wallet entries. 
Before you can edit them, they have to be loaded from the wallet by pressing 
the Load button. The list of entries appears then in the 
left list view. An entry can be edited by selecting it and clicking the 
Details button on the right. The details are then shown 
and can be modified.
-  An entry can be removed by right clicking it and choosing the 
Remove item from the popup menu. All wallet entries 
may be removed at once by choosing the Clear List 
item.
+  In this editor you can modify or remove existing wallet entries. 
Before you can edit them, they have to be loaded from the wallet by pressing 
the Load button. The list of entries appears then in the 
left list view. An entry can be edited by selecting it and clicking the 
Details button on the right. As alternative you can just 
right click the entry and choose the Edit item in 
the popup menu. The details are then shown and can be modified.
+  An entry can be removed by choosing the 
Remove item from the popup menu. All wallet entries 
may be removed at once by choosing the Clear List 
item.
   After you finished editing, the changes can be committed to the 
wallet by pressing Save.
 
   
@@ -4061,32 +4061,50 @@ ntlm auth = yes
 
 
 
-
-  Mounting
+
+  Common Mount Settings ( only)
+  
+  Here you can edit common settings used for mounting under . 
Have a look at the Mounting 
configuration page to learn more about the present options.
+
+
+
+
+  Advanced Mount Settings ( only)
+  
+  Here you can edit advanced settings used for mounting under 
. Have a look at the Mounting configuration page to 
learn more about the present options.
+
+
+
+
+  Mount Settings (BSD only)
   
-  Here you can edit settings used for mounting. Have a look at the 
Mounting configuration page 
to learn more about the present options.
+  Here you can edit settings used for mounting under BSD. Have a 
look at the Mounting 
configuration page to learn more about the present options.
 
 
 
 
-
-  
+
+  Browse Settings
 
-  You can edit various  settings here. Which ones are 
available depends on the operating system you are using. For more information, 
have a look at the  
settings.
+  You can edit various  settings that are used for browsing. 
For more information, have a look at the  
settings.
 
 
 
 
-
-  Wake-On-LAN
+
+  Wake-On-LAN Settings
 
-  Here you can edit the options that you previously defined through 
the Custom 
Options dialog.
+  Here you can edit the Wake-On-LAN options that you previously 
defined through the Custom 
Options dialog.
 
   
 
@@ -4564,6 +4582,32 @@ ntlm auth = yes
 
 
   Hide or show the dock widgets in the main window.
+  
+
+  
+
+  Settings
+  Dock Widgets
+  Network Neighborhood
+
+  
+  
+Hide or show the Network 
Neighborhood dock widget.
+  
+
+
+  
+
+  Settings
+  Dock Widgets
+  Mounted Shares
+
+  
+  
+Hide or show the Mounted Shares 
dock widget.
+  
+
+  
 
   
   


[network/smb4k] doc: Updated handbook.

2021-02-21 Thread Alexander Reinholdt
Git commit 8b45f63f28b85d01a202a9bf7ce86c04f5351244 by Alexander Reinholdt.
Committed on 22/02/2021 at 05:37.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/configuration_page_authentication.png
M  +---doc/configuration_page_authentication_dialog_default_login.png
M  +---doc/configuration_page_mounting.png
M  +---doc/configuration_page_network.png
M  +---doc/configuration_page_profiles.png
M  +---doc/configuration_page_profiles_add_profile.png
M  +---doc/configuration_page_synchronization.png
M  +---doc/configuration_page_user_interface.png
M  +1-1doc/index.docbook

https://invent.kde.org/network/smb4k/commit/8b45f63f28b85d01a202a9bf7ce86c04f5351244

diff --git a/doc/configuration_page_authentication.png 
b/doc/configuration_page_authentication.png
index 9b3003a2..c12d42f7 100644
Binary files a/doc/configuration_page_authentication.png and 
b/doc/configuration_page_authentication.png differ
diff --git a/doc/configuration_page_authentication_dialog_default_login.png 
b/doc/configuration_page_authentication_dialog_default_login.png
index 0b1c0b33..70cfd772 100644
Binary files a/doc/configuration_page_authentication_dialog_default_login.png 
and b/doc/configuration_page_authentication_dialog_default_login.png differ
diff --git a/doc/configuration_page_mounting.png 
b/doc/configuration_page_mounting.png
index 3692c14b..f6796602 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 76284e21..df128d29 100644
Binary files a/doc/configuration_page_network.png and 
b/doc/configuration_page_network.png differ
diff --git a/doc/configuration_page_profiles.png 
b/doc/configuration_page_profiles.png
index 58bb5ad7..31c816d8 100644
Binary files a/doc/configuration_page_profiles.png and 
b/doc/configuration_page_profiles.png differ
diff --git a/doc/configuration_page_profiles_add_profile.png 
b/doc/configuration_page_profiles_add_profile.png
index 700c1e97..095e0d53 100644
Binary files a/doc/configuration_page_profiles_add_profile.png and 
b/doc/configuration_page_profiles_add_profile.png differ
diff --git a/doc/configuration_page_synchronization.png 
b/doc/configuration_page_synchronization.png
index 1fb7caab..e2da7a15 100644
Binary files a/doc/configuration_page_synchronization.png and 
b/doc/configuration_page_synchronization.png differ
diff --git a/doc/configuration_page_user_interface.png 
b/doc/configuration_page_user_interface.png
index 01ee65ff..12900187 100644
Binary files a/doc/configuration_page_user_interface.png and 
b/doc/configuration_page_user_interface.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 10e0296e..0c817553 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -2703,7 +2703,7 @@ ntlm auth = yes
   Use character 
sets
 
 
-  Use the specified local and server's character sets (see 
below).
+  Use the specified local and server's character sets.
   Default: not selected
   
 


[network/smb4k] doc: Updated handbook.

2021-02-21 Thread Alexander Reinholdt
Git commit 2b354bb7b39d7df8bd50b6f3198c94524db8562a by Alexander Reinholdt.
Committed on 21/02/2021 at 16:34.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +284  -18   doc/index.docbook

https://invent.kde.org/network/smb4k/commit/2b354bb7b39d7df8bd50b6f3198c94524db8562a

diff --git a/doc/index.docbook b/doc/index.docbook
index a3a359cf..61d37907 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -34,10 +34,10 @@
 Alexander Reinholdt
   
   
-  2021-01-06
+  2021-02-12
3.1.0
   
- is an advanced network neighborhood browser and Samba share 
mounting utility.
+ is an advanced network neighborhood browser and  
share mounting utility.
   
   
 KDE
@@ -57,7 +57,7 @@
is an advanced network neighborhood browser and http://www.samba.org;>Samba share mounting utility. It provides 
many handy features that ease your life in a mostly -dominated network 
environment:
 
   
-Scanning for (active) workgroups, hosts, and shares using 
Samba's client library, DNS Service Discovery (DNS-SD) and, optionally, Web 
Services Dynamic Discovery (WS-Discovery)
+Scanning for (active) workgroups, hosts, and shares using 
's client library, DNS Service Discovery (DNS-SD) and, optionally, Web 
Services Dynamic Discovery (WS-Discovery)
 Support of the  () and SMBFS (BSD) file 
system
 Mounting and unmounting of shares
 Access to the files of a mounted share using a file 
manager or terminal
@@ -439,7 +439,7 @@
 
   Use the Custom Options dialog if you want 
to
   
-define custom mount or Samba options for a single 
server or share that deviate from the ones defined in the configuration 
dialog,
+define custom mount or  options for a single 
server or share that deviate from the ones defined in the configuration 
dialog,
 define a server that should be woken up prior to 
network scans or mount attempts (Wake-On-LAN feature, see here),
 always mount a certain share on start-up or if the 
corresponding profile is loaded.
   
@@ -1650,7 +1650,7 @@ ntlm auth = yes
   Use Web Services Dynamic Discovery 
(WS-Discovery) for browsing
 
 
-  The Web Services Dynamic Discovery (WS-Discovery) is used 
to browse the local network and discover workgroups, domains and hosts. This is 
useful, if your network neighborhood is dominated by servers with modern 
Windows versions. If you use this option, there should be no need to force 
Samba's client library to use the SMB protocol version 1.0 for searching for 
workgroups and domains.
+  The Web Services Dynamic Discovery (WS-Discovery) is used 
to browse the local network and discover workgroups, domains and hosts. This is 
useful, if your network neighborhood is dominated by servers with modern 
 versions. If you use this option, there should be no need to force 
's client library to use the SMB protocol version 1.0 for searching for 
workgroups and domains.
   This setting is optional and only appears, if you 
compiled  with WS-Discovery support.
   Default: selected
 
@@ -1660,7 +1660,7 @@ ntlm auth = yes
   Use DNS Service Discovery (DNS-SD) for 
browsing
 
 
-  The DNS Service Discovery (DNS-SD) is used to browse the 
local network and discover servers that provide shared SMB resources. The 
discovered domains correspond to the local DNS domains ( named LOCAL) and 
most likely not the ones defined in the network neighborhood. However, this 
does not influence the browsing. If you use this option, there is no need to 
force Samba's client library to use the SMB protocol version 1.0 for searching 
for workgroups and domains.
+  The DNS Service Discovery (DNS-SD) is used to browse the 
local network and discover servers that provide shared SMB resources. The 
discovered domains correspond to the local DNS domains ( named LOCAL) and 
most likely not the ones defined in the network neighborhood. However, this 
does not influence the browsing. If you use this option, there is no need to 
force 's client library to use the SMB protocol version 1.0 for 
searching for workgroups and domains.
   Default: selected
 
   
@@ -1669,7 +1669,7 @@ ntlm auth = yes
   Force SMB protocol version 1.0 for 
workgroup and domain lookups
 
 
-  Force Samba's client library to use the SMB protocol 
version 1.0 for browsing workgroups and domains. You should use this option 
only as last resort, because the SMB protocol version 1.0 is unsafe and has 
been disabled in newer Samba and Windows versions. However, if you have trouble 
discovering workgroups and domains in your network neighborhood, you might want 
to consider to switch this setting on. If you are using DNS Service Discovery 
(DNS-SD) or Web Services Dynamic Discovery (WS-Discovery), and those are 
working for you, 

[network/smb4k] doc: Updated handbook.

2021-02-11 Thread Alexander Reinholdt
Git commit e8d464ad842b97fc9b0e1a388d111719798ded46 by Alexander Reinholdt.
Committed on 11/02/2021 at 19:52.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +207  -19   doc/index.docbook

https://invent.kde.org/network/smb4k/commit/e8d464ad842b97fc9b0e1a388d111719798ded46

diff --git a/doc/index.docbook b/doc/index.docbook
index 0997a20a..a3a359cf 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -2675,7 +2675,7 @@ ntlm auth = yes
   
   
 
-File mode
+  File mode
 
 
   Sets the permissions that are applied to files. The value 
is given in octal and has to have 4 digits. To learn more about the file mode, 
you should read the mount_smbfs8
 and umask2
 manual pages.
@@ -2705,24 +2705,212 @@ ntlm auth = yes
 
   Use the specified local and server's character sets (see 
below).
   Default: not selected
-
-  
-  
-
-  Client character 
set
-
-
-  Use the specified local character set.
-  Default: default
-
-  
-  
-
-  Server character 
set
-
-
-  Use the specified server's character set.
-  Default: default
+  
+
+  
+Client character 
set
+  
+  
+Use the specified local character set. The following 
ones are available:
+
+  
+
+  
default
+
+
+  Default character set used by the client's 
kernel.
+
+  
+  
+
+  
iso8859-1
+
+
+  ISO/IEC 8859-1:1998. This character-encoding 
scheme is used throughout the Americas, Western Europe, Oceania, and much of 
Africa.
+
+  
+  
+
+  
iso8859-2
+
+
+  ISO/IEC 8859-2:1999.  It is informally 
referred to as "Latin-2". It is generally intended for Central or "Eastern 
European" languages that are written in the Latin script.
+
+  
+  
+
+  
iso8859-3
+
+
+  ISO/IEC 8859-3:1999. It is informally referred 
to as Latin-3 or South European. It was designed to cover Turkish, Maltese and 
Esperanto, though the introduction of ISO/IEC 8859-9 superseded it for 
Turkish.
+
+  
+  
+
+  
iso8859-4
+
+
+  ISO/IEC 8859-4:1998. It is informally referred 
to as Latin-4 or North European. It was designed to cover Estonian, Latvian, 
Lithuanian, Greenlandic, and Sami. It has been largely superseded by ISO/IEC 
8859-10 and Unicode.
+
+  
+  
+
+  
iso8859-5
+
+
+  ISO/IEC 8859-5:1999. It is informally referred 
to as Latin/Cyrillic. It was designed to cover languages using a Cyrillic 
alphabet such as Bulgarian, Belarusian, Russian, Serbian and Macedonian but was 
never widely used.
+
+  
+  
+
+  
iso8859-6
+
+
+  ISO/IEC 8859-6:1999. It is informally referred 
to as Latin/Arabic. It was designed to cover Arabic.
+
+  
+  
+
+  
iso8859-7
+
+
+  ISO/IEC 8859-7:2003. It is informally referred 
to as Latin/Greek. It was designed to cover the modern Greek language.
+
+  
+  
+
+  
iso8859-8
+
+
+  ISO/IEC 8859-8:1999. It is informally referred 
to as Latin/Hebrew. ISO/IEC 8859-8 covers all the Hebrew letters, but no Hebrew 
vowel signs.
+
+  
+  
+

[network/smb4k] doc: Updated handbook.

2021-02-01 Thread Alexander Reinholdt
Git commit 1b5293d089c40cad48f10aeb2c8be8aa3aed7ea9 by Alexander Reinholdt.
Committed on 01/02/2021 at 17:10.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/configuration_page_authentication_dialog_default_login.png
M  +3-3doc/index.docbook

https://invent.kde.org/network/smb4k/commit/1b5293d089c40cad48f10aeb2c8be8aa3aed7ea9

diff --git a/doc/configuration_page_authentication_dialog_default_login.png 
b/doc/configuration_page_authentication_dialog_default_login.png
index a1da5f9f..0b1c0b33 100644
Binary files a/doc/configuration_page_authentication_dialog_default_login.png 
and b/doc/configuration_page_authentication_dialog_default_login.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index e5c7930b..0997a20a 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -2731,7 +2731,7 @@ ntlm auth = yes
 
   
 
 
   
@@ -2752,7 +2752,7 @@ ntlm auth = yes
 
 
 
 
 
@@ -4165,7 +4165,7 @@ ntlm auth = yes
 
   Credits and License
 
-  Copyright  2003 - 2019, Alexander Reinholdt 
alexander.reinho...@kdemail.net
+  Copyright  2003 - 2021, Alexander Reinholdt 
alexander.reinho...@kdemail.net
 
 
   


[network/smb4k] doc: Updated handbook.

2021-01-31 Thread Alexander Reinholdt
Git commit d03b0181b24d6c4b75d704c6b681c8bfc6cebdce by Alexander Reinholdt.
Committed on 31/01/2021 at 14:10.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +207  -3doc/index.docbook

https://invent.kde.org/network/smb4k/commit/d03b0181b24d6c4b75d704c6b681c8bfc6cebdce

diff --git a/doc/index.docbook b/doc/index.docbook
index 2119ac9e..e5c7930b 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -2100,8 +2100,26 @@ ntlm auth = yes
   Write access
 
 
-  Here you can determine if the shares should be mounted 
read-write or read-only by default. 
This option is independent of the file mask and the folder mask settings 
above.
-  Default: read-write
+  The write access to a share can be determined here. This 
option is independent of the file mask and the folder mask settings above. 
Available options are:
+  
+
+  
+
read-write
+  
+  
+Mount the share read-write.
+  
+
+
+  
+
read-only
+  
+  
+Mount the share read-only.
+  
+
+  
+  Default: read-write
 
   
   
@@ -2110,7 +2128,193 @@ ntlm auth = yes
 
 
   Sets the character set used by the client side ( your 
computer).
-  Default: default
+  
+
+  
+default
+  
+  
+Default character set used by the client's 
kernel.
+  
+
+
+  
+
iso8859-1
+  
+  
+ISO/IEC 8859-1:1998. This character-encoding scheme 
is used throughout the Americas, Western Europe, Oceania, and much of 
Africa.
+  
+
+
+  
+
iso8859-2
+  
+  
+ISO/IEC 8859-2:1999.  It is informally referred to 
as "Latin-2". It is generally intended for Central or "Eastern European" 
languages that are written in the Latin script.
+  
+
+
+  
+
iso8859-3
+  
+  
+ISO/IEC 8859-3:1999. It is informally referred to as 
Latin-3 or South European. It was designed to cover Turkish, Maltese and 
Esperanto, though the introduction of ISO/IEC 8859-9 superseded it for 
Turkish.
+  
+
+
+  
+
iso8859-4
+  
+  
+ISO/IEC 8859-4:1998. It is informally referred to as 
Latin-4 or North European. It was designed to cover Estonian, Latvian, 
Lithuanian, Greenlandic, and Sami. It has been largely superseded by ISO/IEC 
8859-10 and Unicode.
+  
+
+
+  
+
iso8859-5
+  
+  
+ISO/IEC 8859-5:1999. It is informally referred to as 
Latin/Cyrillic. It was designed to cover languages using a Cyrillic alphabet 
such as Bulgarian, Belarusian, Russian, Serbian and Macedonian but was never 
widely used.
+  
+
+
+  
+
iso8859-6
+  
+  
+ISO/IEC 8859-6:1999. It is informally referred to as 
Latin/Arabic. It was designed to cover Arabic.
+  
+
+
+  
+
iso8859-7
+  
+  
+ISO/IEC 8859-7:2003. It is informally referred to as 
Latin/Greek. It was designed to cover the modern Greek language.
+  
+
+
+  
+
iso8859-8
+  
+  
+ISO/IEC 8859-8:1999. It is informally referred to as 
Latin/Hebrew. ISO/IEC 8859-8 covers all the Hebrew letters, but no Hebrew vowel 
signs.
+  
+
+
+  
+
iso8859-9
+  
+  
+ISO/IEC 8859-9:1999. It is informally referred to as 
Latin-5 or Turkish. It was designed to cover the Turkish language, designed as 
being of more use than the ISO/IEC 8859-3 encoding.
+  
+
+
+  
+
iso8859-13
+  
+  
+

[network/smb4k] doc: Updated handbook.

2021-01-21 Thread Alexander Reinholdt
Git commit 6a1dc8613ede30b9d7e41c3aef63632236a2ee78 by Alexander Reinholdt.
Committed on 22/01/2021 at 05:46.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/configuration_page_custom_options.png
M  +4-4doc/index.docbook

https://invent.kde.org/network/smb4k/commit/6a1dc8613ede30b9d7e41c3aef63632236a2ee78

diff --git a/doc/configuration_page_custom_options.png 
b/doc/configuration_page_custom_options.png
index 952a75c7..11d21617 100644
Binary files a/doc/configuration_page_custom_options.png and 
b/doc/configuration_page_custom_options.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index b5dcdb54..2119ac9e 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1680,6 +1680,8 @@ ntlm auth = yes
 
   Set the minimal and maximal SMB protocol version that is 
used by Samba's client library to browse the network neighborhood. This will 
overwrite the settings in the smb.conf file. Normally, you do not need to use 
this option, because the right protocol versions should be negotiated between 
the client and the server while establishing a connection. Please note that 
this setting might not be appropriate to make the discovering of workgroups and 
domains work while keeping undisturbed connectivity to servers. Use DNS Service 
Discovery (DNS-SD) or Web Services Dynamic Discovery (WS-Discovery) for domain 
and workgroup lookups instead.
   The settings below for the minimal and maximal SMB 
protocol version are enabled by checking this checkbox.
+  It is mandatory that the maximal SMB protocol version 
equals or is greater than the minimal SMB protocol version.
+  Default: not selected
   
 
   
@@ -1752,8 +1754,6 @@ ntlm auth = yes
   
 
   
-  It is mandatory that the maximal SMB protocol version 
equals or is greater than the minimal SMB protocol version.
-  Default: not selected
 
   
 
@@ -1938,6 +1938,7 @@ ntlm auth = yes
   
   
 Enable Wake-on-LAN (WOL) features. Wake-On-LAN is an 
ethernet computer networking standard that allows a computer to be turned on or 
woken up by a network message. Smb4K uses a magic package send via a UDP socket 
to wake up remote servers. If you want to take advantage of the Wake-On-LAN 
feature, you need to enable this option.
+Default: not selected
 
   
 
@@ -1949,7 +1950,6 @@ ntlm auth = yes
 
   
 
-Default: not selected
   
 
   
@@ -2018,6 +2018,7 @@ ntlm auth = yes
 
   Remount all your shares that were mounted when you exited 
the program or changed a profile. If the remounting of a share fails, Smb4K 
will retry the next time it is started. Shares that were mounted by other users 
are ignored.
   This setting does not affect the automatic 
remounting of shares when your computer woke up from a sleep 
state.
+  Default: not selected
   
 
   
@@ -2038,7 +2039,6 @@ ntlm auth = yes
   
   
   
-  Default: not selected
 
   
   



[network/smb4k] doc: Updated handbook.

2021-01-09 Thread Alexander Reinholdt
Git commit d33a0ea0ede07deb0d6f1f9a0b3ad425c7280184 by Alexander Reinholdt.
Committed on 09/01/2021 at 17:56.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +33   -34   doc/index.docbook

https://invent.kde.org/network/smb4k/commit/d33a0ea0ede07deb0d6f1f9a0b3ad425c7280184

diff --git a/doc/index.docbook b/doc/index.docbook
index 22fd8e8f..b5dcdb54 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1420,9 +1420,6 @@ ntlm auth = yes
 
   When using a different desktop environment than ,  and 
 applications might be missing the icons. In that case, you might want to 
install the application qt5ct (the source code can 
be obtained https://sourceforge.net/projects/qt5ct/;>here). 
To use qt5ct with your desktop environment, add the 
following line to your ~/.xinitrc or 
~/.profile file:
 export QT_QPA_PLATFORMTHEME=qt5ct
-  
-Under NetBSD qt5ct might complain 
about a missing libfreetype.so.17 or 
libGL.so.2 shared library file and refuse to start. To fix 
this problem, create the /etc/ld.so.conf file and add the 
path /usr/X11R7/lib to it.
-  
 
   
 
@@ -1469,7 +1466,7 @@ ntlm auth = yes
 
   
 
-  Top
+  Top
 
 
   The tabs are located at the top.
@@ -1477,7 +1474,7 @@ ntlm auth = yes
   
   
 
-  Bottom
+  Bottom
 
 
   The tabs are located at the bottom.
@@ -1485,7 +1482,7 @@ ntlm auth = yes
   
   
 
-  Left
+  Left
 
 
   The tabs are located on the left side.
@@ -1493,14 +1490,14 @@ ntlm auth = yes
   
   
 
-  Right
+  Right
 
 
   The tabs are located on the right side.
 
   
 
-Default: Bottom
+Default: Bottom
   
 
 
@@ -1589,7 +1586,7 @@ ntlm auth = yes
 
   
 
-  Icon View
+  Icon View
 
 
   The icon view mode
@@ -1597,14 +1594,14 @@ ntlm auth = yes
   
   
 
-  List View
+  List View
 
 
   The list view mode
 
   
 
-Default: Icon View
+Default: Icon View
   
 
 
@@ -1686,14 +1683,14 @@ ntlm auth = yes
   
 
   
-Minimal SMB protocol 
version:
+Minimal SMB protocol 
version:
   
   
 The following protocol versions can be set:
 
   
 
-  NT1 (Classic CIFS/SMBv1 
protocol)
+  NT1 (Classic CIFS/SMBv1 
protocol)
 
 
   This is the current up to date version of the 
protocol. It is used by  NT and known as CIFS. It is considered to be 
unsafe and was disabled in the latest  and  version.
@@ -1701,7 +1698,7 @@ ntlm auth = yes
   
   
 
-  SMB2 (Windows Vista and 
above)
+  SMB2 (Windows Vista and 
above)
 
 
   This is the re-implementation of the SMB 
protocol. It is used by  Vista and above.
@@ -1709,26 +1706,26 @@ ntlm auth = yes
   
   
 
-  SMB3 (Windows 8 and 
above)
+  SMB3 (Windows 8 and 
above)
 
 
   This is the same as SMB2. This protocol 
version is used by  8 and above.
 
   
 
-Default: SMB2 (Windows Vista and above)
+Default: SMB2 (Windows Vista and 
above)
   
 
 
   
-Maximal SMB protocol 
version:
+Maximal SMB protocol 
version:
   
   
 The following protocol versions can be set:
 
   
 
-  NT1 (Classic CIFS/SMBv1 
protocol)
+  NT1 (Classic CIFS/SMBv1 
protocol)
 
 

[network/smb4k] doc: Updated handbook.

2021-01-08 Thread Alexander Reinholdt
Git commit bb28ce54f2ceca308f50dcc1ff93d7a0349f3d38 by Alexander Reinholdt.
Committed on 08/01/2021 at 11:15.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +85   -36   doc/index.docbook

https://invent.kde.org/network/smb4k/commit/bb28ce54f2ceca308f50dcc1ff93d7a0349f3d38

diff --git a/doc/index.docbook b/doc/index.docbook
index 21713e57..22fd8e8f 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -165,7 +165,7 @@
 
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.
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.
+  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.
 
 
 
 
 
@@ -1879,10 +1926,10 @@ ntlm auth = yes
 
 
 
 
-
+
   Wake-On-LAN Settings
 
   To be able to use the Wake-On-LAN capability of , you have 
to enable the setting in this section. The hosts that should to be woken up 
have to be defined through the custom options 
dialog.
@@ -1972,27 +2019,29 @@ ntlm auth = yes
 
   Remount all your shares that were mounted when you exited 
the program or changed a profile. If the remounting of a share fails, Smb4K 
will retry the next time it is started. Shares that were mounted by other users 
are ignored.
   This setting does not affect the automatic 
remounting of shares when your computer woke up from a sleep 
state.
+  
+
+  
+Number of remount 
attempts
+  
+  
+Set the number of attempts that are made to remount 
shares before Smb4K gives up.
+Default: 1
+  
+
+
+  
+Interval between remount 
attempts
+  
+  
+Set the time that elapses between attempts to 
remount shares.
+Default: 5 min
+  
+  
+  
   Default: not selected
 
   
-  
-
-  Number of remount 
attempts
-
-
-  Set the number of attempts that are made to remount shares 
before Smb4K gives up.
-  Default: 1
-
-  
-  
-
-  Interval between remount 
attempts
-
-
-  Set the time that elapses between attempts to remount 
shares.
-  Default: 5 min
-
-
   
 
   Unmount all personal shares on 
exit



[network/smb4k] doc: Updated handbook.

2021-01-05 Thread Alexander Reinholdt
Git commit a1ddb20bc0b15f5782a8d95be99461f64ddc8013 by Alexander Reinholdt.
Committed on 06/01/2021 at 06:52.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/configuration_page_authentication.png
M  +---doc/configuration_page_mounting.png
M  +---doc/configuration_page_network.png
M  +---doc/configuration_page_profiles.png
M  +---doc/configuration_page_synchronization.png
M  +---doc/configuration_page_user_interface.png
M  +126  -48   doc/index.docbook

https://invent.kde.org/network/smb4k/commit/a1ddb20bc0b15f5782a8d95be99461f64ddc8013

diff --git a/doc/configuration_page_authentication.png 
b/doc/configuration_page_authentication.png
index f5481722..9b3003a2 100644
Binary files a/doc/configuration_page_authentication.png and 
b/doc/configuration_page_authentication.png differ
diff --git a/doc/configuration_page_mounting.png 
b/doc/configuration_page_mounting.png
index 626fbab9..3692c14b 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 262de3d9..76284e21 100644
Binary files a/doc/configuration_page_network.png and 
b/doc/configuration_page_network.png differ
diff --git a/doc/configuration_page_profiles.png 
b/doc/configuration_page_profiles.png
index 38bbf59c..58bb5ad7 100644
Binary files a/doc/configuration_page_profiles.png and 
b/doc/configuration_page_profiles.png differ
diff --git a/doc/configuration_page_synchronization.png 
b/doc/configuration_page_synchronization.png
index bf9ac8cc..1fb7caab 100644
Binary files a/doc/configuration_page_synchronization.png and 
b/doc/configuration_page_synchronization.png differ
diff --git a/doc/configuration_page_user_interface.png 
b/doc/configuration_page_user_interface.png
index b6b0dc7a..01ee65ff 100644
Binary files a/doc/configuration_page_user_interface.png and 
b/doc/configuration_page_user_interface.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 5722257c..21713e57 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -30,11 +30,11 @@
 
   
   
-2005-2020
+2005-2021
 Alexander Reinholdt
   
   
-  2020-12-24
+  2021-01-06
3.1.0
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
@@ -409,7 +409,7 @@
 
   
   The preview dialog acts like a simple file manager. You can 
navigate through the contents of the remote share by clicking the folder icons 
in the list view. You can go one level up by using the 
Up button and reload the contents of the current folder 
by pressing the Reload button. The current location is 
displayed in the combo box on the right hand side. You can also access already 
visited folders with it.
-  By default, the preview dialog only shows folders and files that 
are not hidden. You can change this behavior in the configuration 
dialog. File transfers or the like are not possible.
+  By default, the preview dialog only shows folders and files that 
are not hidden. You can change this behavior in the configuration 
dialog. File transfers or the like are not possible.
 
 
 
+
+
+  Basic Settings
+  
+  
+Browse Settings
+
+
+  
+
+  Use Web Services Dynamic Discovery 
(WS-Discovery) for browsing
+
+
+  The Web Services Dynamic Discovery (WS-Discovery) is used 
to browse the local network and discover workgroups, domains and hosts. This is 
useful, if your network neighborhood is dominated by servers with modern 
Windows versions. If you use this option, there should be no need to force 
Samba's client library to use the SMB protocol version 1.0 for searching for 
workgroups and domains.
+  This setting is optional and only appears, if you 
compiled  with WS-Discovery support.
+  Default: selected
+
+  
+  
+
+  Use DNS Service Discovery (DNS-SD) for 
browsing
+
+
+  The DNS Service Discovery (DNS-SD) is used to browse the 
local network and discover servers that provide shared SMB resources. The 
discovered domains correspond to the local DNS domains ( named LOCAL) and 
most likely not the ones defined in the network neighborhood. However, this 
does not influence the browsing. If you use this option, there is no need to 
force Samba's client library to use the SMB protocol version 1.0 for searching 
for workgroups and domains.
+  Default: selected
+
+  
+  
+
+  Force SMB protocol version 1.0 for 
workgroup and domain lookups
+
+
+  Force Samba's client library to use the SMB protocol 
version 1.0 for browsing workgroups and domains. You should use this option 
only as last resort, because the SMB 

[network/smb4k] doc: Updated handbook.

2020-12-26 Thread Alexander Reinholdt
Git commit 4e6b93698517596f2a789c3dd097862b4fbbf955 by Alexander Reinholdt.
Committed on 27/12/2020 at 07:34.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +4-3doc/index.docbook

https://invent.kde.org/network/smb4k/commit/4e6b93698517596f2a789c3dd097862b4fbbf955

diff --git a/doc/index.docbook b/doc/index.docbook
index f282207f..5722257c 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -9,6 +9,7 @@
   CIFS">
   Samba">
   Solid">
+  KDBusAddons">
 ]>
 
 
@@ -29,11 +30,11 @@
 
   
   
-2005-2019
+2005-2020
 Alexander Reinholdt
   
   
-  2020-11-24
+  2020-12-24
3.1.0
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
@@ -74,7 +75,7 @@
  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  hardware device 
framework
+Hardware support through the  device integration 
framework, the  convenience classes and the  Network 
module
 Wake-On-LAN capabilities
  for desktop integration
 Profiles for different network neighborhood 
setups


[smb4k] doc: Updated handbook.

2019-05-19 Thread Alexander Reinholdt
Git commit c394944d6d5d4cfea9738238aa410bfb788680ad by Alexander Reinholdt.
Committed on 19/05/2019 at 10:57.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +2-2doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 3c97254..df5256d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -33,8 +33,8 @@
 Alexander Reinholdt
   
   
-  2019-04-07
-   2.9.81
+  2019-05-19
+   3.0.0
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
   


[smb4k] doc: Updated handbook.

2019-05-08 Thread Alexander Reinholdt
Git commit b339174426881ceb04dda7c440689263ac82be0a by Alexander Reinholdt.
Committed on 04/05/2019 at 10:53.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/bookmarks_editor.png
M  +5-1doc/index.docbook

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

diff --git a/doc/bookmarks_editor.png b/doc/bookmarks_editor.png
index d3602dd..57a402e 100644
Binary files a/doc/bookmarks_editor.png and b/doc/bookmarks_editor.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 27a09e7..39ae972 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1097,6 +1097,10 @@
 Configuration tab of the 
plasmoid
   
 
+
+
+  You should not open a configuration dialog through the main 
application and the  at the same time, because they might interfer 
with each other.
+
   
   
 
@@ -1125,7 +1129,7 @@
 
   
 
-  Adding a groups may help you to organize the bookmarks. In the 
bookmark menu, all bookmarks belonging to one group are arranged in a submenu 
with the group entry as parent (see below).
+  Adding a group may help you to organize the bookmarks. In the 
bookmark menu, all bookmarks belonging to one group are arranged in a submenu 
with the group entry as parent (see below).
   The label can be any text describing the share. In case you define 
a label, it will be displayed in the bookmarks menu instead of the location by 
default. If you want to change this behavior, you can do so in the configuration 
dialog.
 
 



[smb4k] doc: Updated handbook.

2019-05-08 Thread Alexander Reinholdt
Git commit 1dfc19bee1d32fef56bc49a15ff5a9a1afabd09c by Alexander Reinholdt.
Committed on 08/05/2019 at 18:23.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/bookmarks_editor_popup_menu.png
M  +---doc/configuration_page_profiles_migration_assistant.png
M  +3-3doc/index.docbook

https://commits.kde.org/smb4k/1dfc19bee1d32fef56bc49a15ff5a9a1afabd09c

diff --git a/doc/bookmarks_editor_popup_menu.png 
b/doc/bookmarks_editor_popup_menu.png
index 0c35de4..0440007 100644
Binary files a/doc/bookmarks_editor_popup_menu.png and 
b/doc/bookmarks_editor_popup_menu.png differ
diff --git a/doc/configuration_page_profiles_migration_assistant.png 
b/doc/configuration_page_profiles_migration_assistant.png
index aac0b7f..c028ed7 100644
Binary files a/doc/configuration_page_profiles_migration_assistant.png and 
b/doc/configuration_page_profiles_migration_assistant.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 39ae972..78655bd 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1119,7 +1119,7 @@
 
   Adding Bookmarks
 
-  You can add bookmarks to your favorite shares from within the 
network neighborhood 
browser and 
the shares view and the . In the dock widgets of the main window, 
this is done by selecting one or multiple shares and clicking the 
Add Bookmark action. In the 
, you click the respective bookmark action next to the item's name. A 
dialog will then pop up where you can add a label and/or assign a group to the 
bookmark.
+  You can add bookmarks to your favorite shares from within the 
network neighborhood 
browser, the shares view and the 
. In the dock widgets of the main 
window, this is done by selecting one or multiple shares and clicking the 
Add Bookmark action. In the 
, you click the respective bookmark action next to the item's name. A 
dialog will then pop up where you can add a label and/or assign a group to the 
bookmark.
 
   
 Screenshot of the bookmarks addition dialog
@@ -1240,7 +1240,7 @@
 
 
   
-Clear Bookmarks
+Clear
   
   
 Remove all bookmarks from the tree view including all 
groups.
@@ -1299,7 +1299,7 @@
   
 
   
-  Under Old Profile the old profile 
(Default Profile in this case) is listed. Under 
New Profile you can choose the profile where the settings 
should be migrated to from a drop-down menu. Clicking the 
OK button migrates the settings, clicking 
Cancel cancels the action.
+  Under Old Profile the old profile 
(Default Profile in this case) is listed. Under 
New Profile you can choose the profile where the settings 
should be migrated to from a drop-down menu. The first profile in the list is 
preselected. Clicking the OK button migrates the 
settings, clicking Cancel cancels the action.
   In order to use the migration assistant when you enable the 
use of profiles the first time, you need to enable its use at the same time you 
enable the use of profiles.
 
   



[smb4k] doc: Updated handbook.

2019-04-26 Thread Alexander Reinholdt
Git commit 976a6072254fecdcd3793bf9ba8893659e0c1b0a by Alexander Reinholdt.
Committed on 26/04/2019 at 14:29.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +25   -6doc/index.docbook
M  +---doc/plasmoid.png
M  +---doc/plasmoid_bookmarks_tab.png
A  +---doc/plasmoid_configuration_tab.png
M  +---doc/plasmoid_mounted_shares_tab.png
M  +---doc/plasmoid_network_neighborhood_tab.png
M  +---doc/plasmoid_profiles_tab.png

https://commits.kde.org/smb4k/976a6072254fecdcd3793bf9ba8893659e0c1b0a

diff --git a/doc/index.docbook b/doc/index.docbook
index 56e3bfd..e9a29e7 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -982,12 +982,12 @@
 
 
+  -->
 
 
   The 
 
-   comes with a  that can be added as a widget to the 
desktop or the panel. It consists of four views that are arranged as tabs: 
Network Neighborhood, Mounted Shares, 
Bookmarks, and Profiles.
+   comes with a  that can be added as a widget to the 
desktop or the panel. It consists of five tabs: Network 
Neighborhood, Mounted Shares, 
Bookmarks, Profiles, and 
Configuration.
 
   
 Screenshot of the plasmoid on the desktop
@@ -999,7 +999,7 @@
 
 
+  -->
 
   
 Network Neighborhood Tab
@@ -1021,7 +1021,7 @@
 
 
+  -->
 
   
 Mounted Shares Tab
@@ -1041,7 +1041,7 @@
 
 
+  -->
 
   
 Bookmarks Tab
@@ -1062,7 +1062,7 @@
 
 
+  -->
 
   
 Profiles Tab
@@ -1080,6 +1080,25 @@
 You can activate a certain profile by clicking it.
 Profiles can be managed via the 
configuration dialog.
   
+  
+
+  
+  
+Configuration Tab
+
+To configure the behavior of , you can launch the configuration dialog on the 
Configuration page.
+
+
+  Screenshot of the plasmoid's configuration tab
+  
+
+Configuration tab of the 
plasmoid
+  
+
+  
+  
 
 
 

[smb4k] doc: Updated handbook.

2019-04-07 Thread Alexander Reinholdt
Git commit 6323d658753a8fd1508a105cf5951170a3a73c36 by Alexander Reinholdt.
Committed on 07/04/2019 at 14:16.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/configuration_page_profiles_add_profile.png
M  +---doc/configuration_page_profiles_migration_assistant.png
M  +3-3doc/index.docbook
M  +---doc/systemtray_bookmarks_menu.png
M  +---doc/systemtray_location.png
M  +---doc/systemtray_mounted_shares_menu.png
M  +---doc/systemtray_profiles_menu.png

https://commits.kde.org/smb4k/6323d658753a8fd1508a105cf5951170a3a73c36

diff --git a/doc/configuration_page_profiles_add_profile.png 
b/doc/configuration_page_profiles_add_profile.png
index 9de2b25..700c1e9 100644
Binary files a/doc/configuration_page_profiles_add_profile.png and 
b/doc/configuration_page_profiles_add_profile.png differ
diff --git a/doc/configuration_page_profiles_migration_assistant.png 
b/doc/configuration_page_profiles_migration_assistant.png
index 7602cbf..aac0b7f 100644
Binary files a/doc/configuration_page_profiles_migration_assistant.png and 
b/doc/configuration_page_profiles_migration_assistant.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 0588723..56e3bfd 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -33,7 +33,7 @@
 Alexander Reinholdt
   
   
-  2018-03-09
+  2019-04-07
2.9.81
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
@@ -833,7 +833,7 @@
 
   Location and Usage
 
-  When  is started, an icon appears in your system 
tray.
+  When  is started, a status icon appears in your system 
tray. Its status is set to active if workgroups or domains were discovered in 
your network neighborhood. Otherwise it is set to inactive.
 
   
 Screenshot of the system tray widget
@@ -843,7 +843,7 @@
 
   
 
-  By left clicking the icon, you can minimize or restore the main 
window. A right click brings up a popup menu that contains several menu items 
allowing you to work with the mounted shares, manage or mount your bookmarks, 
select the profile you want to use and to configure  without the need to 
open the main window.
+  By left clicking the (active) icon, you can minimize or restore 
the main window. A right click brings up a popup menu that contains several 
menu items allowing you to work with the mounted shares, manage or mount your 
bookmarks, select the profile you want to use and to configure  without 
the need to open the main window.
 
 
 

[smb4k] doc: Updated handbook.

2019-03-30 Thread Alexander Reinholdt
Git commit 2ecc16d93c42446a0ac9d49fe4c227372cd3aab5 by Alexander Reinholdt.
Committed on 30/03/2019 at 14:43.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +1-1doc/index.docbook
M  +---doc/shares_view_warning_dialog_foreign_share.png

https://commits.kde.org/smb4k/2ecc16d93c42446a0ac9d49fe4c227372cd3aab5

diff --git a/doc/index.docbook b/doc/index.docbook
index 181261d..0588723 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -34,7 +34,7 @@
   
   
   2018-03-09
-   2.9.80
+   2.9.81
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
   
diff --git a/doc/shares_view_warning_dialog_foreign_share.png 
b/doc/shares_view_warning_dialog_foreign_share.png
index 61efe85..b51c8db 100644
Binary files a/doc/shares_view_warning_dialog_foreign_share.png and 
b/doc/shares_view_warning_dialog_foreign_share.png differ


[smb4k] doc: Updated handbook.

2019-03-23 Thread Alexander Reinholdt
Git commit 6d64998edc611a54339ff3195b1794f798d69adb by Alexander Reinholdt.
Committed on 23/03/2019 at 11:10.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +36   -12   doc/index.docbook
M  +---doc/network_neighborhood_browser_authentication_dialog.png
M  +---doc/network_neighborhood_browser_custom_options_dialog.png
M  +---doc/shares_view_drop_popup_menu.png
M  +---doc/shares_view_icon_view.png
M  +---doc/shares_view_list_view.png
M  +---doc/shares_view_popup_menu.png
M  +---doc/shares_view_synchronization_input_dialog.png
M  +---doc/synchronization_progress.png

https://commits.kde.org/smb4k/6d64998edc611a54339ff3195b1794f798d69adb

diff --git a/doc/index.docbook b/doc/index.docbook
index 4014f07..40907f2 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -57,7 +57,7 @@
 
   
 Scanning for (active) workgroups, hosts, and 
shares
-Support of the  () and SMBFS (FreeBSD, 
NetBSD) file system
+Support of the  () and SMBFS (BSD) 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
@@ -178,7 +178,7 @@
 
   Searching
   
-  To search the network neighborhood for shares that contain a 
certain search item, press either the search shortcut or activate the 
Search action from the menu (see also the Actions an Popup 
Menu section below). The search toolbar opens at the bottom of the 
network neighborhood browser.
+  To search the network neighborhood for shares that contain a 
certain search item, execute the  
FSearch
 action (see also the Actions an Popup 
Menu section below). The search toolbar opens at the bottom of the 
network neighborhood browser.
   
   
 Screenshot of the network neighborhood browser with 
visible search toolbar
@@ -373,7 +373,7 @@
 Here you can enter the location of the share either as http://en.wikipedia.org/wiki/Uniform_Naming_Convention#Uniform_Naming_Convention;>Uniform
 Naming Convention (UNC) address in the form 
//[USER@]SERVER/SHARE or 
\\[USER@]SERVER\SHARE or as URL in the form 
[smb:]//[user@]server:port/share The 
OK button will be enabled and you can press it to mount 
the share. However, it is advisable to enter the IP address and the workgroup 
of the server, too. If you want to add the share to the bookmarks at the same 
time, tick the Add this share to the bookmarks check 
box.
   
 
-  Often a share is password protected. In this case, an authentication 
dialog will appear and you have to enter the correct user name (if not 
already provided) and password.  will proceed mounting the share unless 
a wrong user name or password was supplied. In that case, the authentication 
dialog will reappear. If the mount process was successful, the user will be 
shown a notification and the share will appear in the Mounted Shares view. If mounting fails, a 
notification with the error message that was returned by mount.cifs8
 () or mount_smbfs8
 (FreeBSD, NetBSD) will be shown.
+  Often a share is password protected. In this case, an authentication 
dialog will appear and you have to enter the correct user name (if not 
already provided) and password.  will proceed mounting the share unless 
a wrong user name or password was supplied. In that case, the authentication 
dialog will reappear. If the mount process was successful, the user will be 
shown a notification and the share will appear in the Mounted Shares view. If mounting fails, a 
notification with the error message that was returned by mount.cifs8
 () or mount_smbfs8
 (BSD) will be shown.
 
 
 

 
@@ -1382,6 +1388,24 @@ polkit.addRule(function(action, subject) {
   This allows all users in the Unix group wheel 
to execute the mount and unmount action. You may adjust the group of authorized 
users to any group you need ( sudo or 
operator).
 
   
+
+
+
+  Mounting Problems Under BSD
+  
+  If mounting of password-protected shares from either a  or 
a  server fails, this might be due to the fact that mount_smbfs8
 only uses NTLMv1 authentication and the server does not support it. To fix 
mounting for a  server, you can add the following entry to the [global] 
section of the smb.conf file of the 
server:
+  
+[global]
+...
+ntlm auth = yes
+...
+
+  
+  To fix this issue for a  server, please contact the 
sysadmin and tell her or him that NTLMv1 authentication should be swtiched on 
(if possible).
+
+
 
@@ -1642,7 +1666,7 @@ polkit.addRule(function(action, subject) {
   SMB port
 
 
-  Enabling this setting sets the remote SMB port number to 
communicate with a remote host to the value defined in the spin box. Under 
FreeBSD, this is also the port that is used for mounting.
+  Enabling this setting sets the remote SMB port 

[smb4k] doc: Updated handbook.

2019-03-17 Thread Alexander Reinholdt
Git commit 8cea6ee02809f2cca3dbc3b89a574b06906db95a by Alexander Reinholdt.
Committed on 17/03/2019 at 19:37.
Pushed by areinholdt into branch 'master'.

Updated handbook.

D  +---doc/dialog_question_force_unmounting.png
M  +34   -3doc/index.docbook
M  +---doc/network_neighborhood_browser_mount_dialog.png
M  +---doc/network_neighborhood_browser_popup_menu.png
M  +---doc/network_neighborhood_browser_preview_dialog.png
M  +---doc/network_neighborhood_browser_print_dialog.png
A  +---doc/network_neighborhood_browser_searching.png

https://commits.kde.org/smb4k/8cea6ee02809f2cca3dbc3b89a574b06906db95a

diff --git a/doc/dialog_question_force_unmounting.png 
b/doc/dialog_question_force_unmounting.png
deleted file mode 100644
index ff42c16..000
Binary files a/doc/dialog_question_force_unmounting.png and /dev/null differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 931d95f..4014f07 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -170,6 +170,26 @@
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.
 
+
+
+
+
+  Searching
+  
+  To search the network neighborhood for shares that contain a 
certain search item, press either the search shortcut or activate the 
Search action from the menu (see also the Actions an Popup 
Menu section below). The search toolbar opens at the bottom of the 
network neighborhood browser.
+  
+  
+Screenshot of the network neighborhood browser with 
visible search toolbar
+
+  
+  The network neighborhood browser with visible 
search toolbar
+
+  
+  
+  Enter the search term in the line edit and press the  key 
or click the Search button.  starts to search the 
entire network neighborhood. When the search finished, all shares matching the 
search term are highlighted (selected). If you would like to do something with 
all discovered shares ( mount or preview), you can 
immediately do this now. Otherwise, you can use the Up 
and Down buttons to jump to the individual search 
results. The Clear button can be used to clear the 
search. To close the search toolbar, press the Close 
button.
+
 
 

[smb4k] doc: Updated handbook.

2019-03-17 Thread Alexander Reinholdt
Git commit 32d764da203eb27213f7b6b1e65fd604613fe66d by Alexander Reinholdt.
Committed on 17/03/2019 at 08:26.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +15   -73   doc/index.docbook

https://commits.kde.org/smb4k/32d764da203eb27213f7b6b1e65fd604613fe66d

diff --git a/doc/index.docbook b/doc/index.docbook
index 84e4dd0..931d95f 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -3405,6 +3405,18 @@ polkit.addRule(function(action, subject) {
   Abort any running process of the network neighborhood browser. 
This action is invisible by default and will only be visible instead of the 
Scan Network|Workgroup|Computer action when a 
network scan is running.
 
   
+  
+
+  
+ 
F
+Network
+Search
+  
+
+
+  Open the search toolbar in the network neighborhood 
browser.
+
+   
   
 
   
@@ -3503,76 +3515,6 @@ polkit.addRule(function(action, subject) {
 
   
   
-
-
-  
-The Search Menu
-
-
-  
-
-  
- 
S
-Search
-Search
-  
-
-
-  Search for the string that was entered in the search dialog. 
This action is visible by default and will be replaced by the 
Abort action if a network search is running.
-
-  
-  
-
-  
- 
A
-Search
-Abort
-  
-
-
-  Abort the network search. This action is invisible by default 
and will only be visible instead of the Search 
action if a network search is running.
-
-  
-  
-
-  
-Search
-Clear
-  
-
-
-  Clear the whole network search dialog. This action does not 
only clear the list view, but also the search item history in the combo 
box.
-
-  
-  
-
-  
- 
D
-Search
-Mount
-  
-
-
-  Mount a remote share from within the search dialog. 
Alternatively, you can double click the network share in the list view.
-
-  
-   
-  
-
-   
U
-  Search
-  Unmount
-
-  
-  
-Unmount the selected share. This action is invisible by 
default and will only be visible instead of the 
Mount action when the share is currently 
mounted.
-  
-
-
-  
-  
 
@@ -3952,14 +3894,14 @@ polkit.addRule(function(action, subject) {
 
 
   
--DINSTALL_HEADER_FILES=yes|no
+-DINSTALL_HEADER_FILES=ON|OFF
 1.0.0
 Install the core header files. This is off by 
default.
   
   
--DINSTALL_PLASMOID=yes|no
+-DINSTALL_PLASMOID=ON|OFF
 1.1.0
-Install the plasmoid. This is on by default. For  
2.0.x this option was removed, because the plasmoid was not ported yet.
+Install the plasmoid. This is on by default.
   
 
   


[smb4k] doc: Updated handbook.

2019-03-16 Thread Alexander Reinholdt
Git commit 6516817d4f1e23f9a21b3e6d4876043a64f1245b by Alexander Reinholdt.
Committed on 16/03/2019 at 19:59.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +23   -4doc/index.docbook

https://commits.kde.org/smb4k/6516817d4f1e23f9a21b3e6d4876043a64f1245b

diff --git a/doc/index.docbook b/doc/index.docbook
index cd98b64..84e4dd0 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -3189,7 +3189,7 @@ polkit.addRule(function(action, subject) {
   Configuring Smb4K : Custom Options
 -->
 
-  
+  
 Custom Options
 
 All servers and shares for which you defined custom options are 
listed here.
@@ -3197,14 +3197,33 @@ polkit.addRule(function(action, subject) {
 
   Screenshot of the "Custom Options" configuration 
tab
   
-
+
 The "Custom Options" configuration 
tab
   
 
 
-The options defined for a network item can be edited by either 
double clicking an entry in the list view or by choosing the 
Edit item from the popup menu (right click on the 
selected item). The custom options are then being loaded and can be edited. To 
remove an entry, right click it and choose the 
Remove item from the popup menu. All network items 
may be removed at once by choosing the Clear List 
item. Changes can be reset by choosing the Undo item 
from the popup menu.
+The options defined for a network item can be edited by either 
double clicking an entry in the list view or by choosing the 
Edit item from the popup menu (right click on the 
selected item). The custom options are then being loaded and can be edited. To 
remove an entry, right click it and choose the 
Remove item from the popup menu. All network items 
may be removed at once by choosing the Clear List 
item.
 
-The custom options are accessible through the editor widgets on the 
right. In the General section the UNC address of the 
network item and its editable IP address are shown. In case of a share, you can 
also define whether it should always be remounted. Below, the custom options 
are arranged in two tabs:
+The custom options are accessible through the tabs on the 
right.
+
+
+
+
+  Network Item
+  
+  This tab mostly serves as resource of information. In the 
Identification groupbox the workgroup or domain of the 
network item, its location and IP address are given. The IP address can be 
edited, in case you might need to adjust it.
+
+
+
+
+  Mounting
+  
+  Here you can edit settings used for mounting. Have a look at the 
Mounting configuration page 
to learn more about the present options.
+
 
 

[smb4k] doc: Updated handbook.

2019-03-16 Thread Alexander Reinholdt
Git commit aaa043d184ea0aa78173a06cdd03c52a25ee1600 by Alexander Reinholdt.
Committed on 16/03/2019 at 18:29.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +1-1doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index fa8d220..8f42782 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -3839,7 +3839,7 @@ polkit.addRule(function(action, subject) {
 To compile , you need:
 
   https://www.cmake.org;>CMake ( 
3.2)
-  https://gcc.gnu.org;>GNU Compiler 
Collection (g++  4.0) or https://clang.llvm.org;>clang/LLVM ( 3.0)
+  https://gcc.gnu.org;>GNU Compiler 
Collection (g++  5.0) or https://clang.llvm.org;>clang/LLVM ( 3.0)
 
 To be able to use the main application of , you need at least 
https://www.qt.io;> version 5.6.0 and https://www.kde.org;> version 5.25.0. If you also want to 
make use of the provided , you should have at least https://www.qt.io;> version 5.9.0 and compatible versions of 
 and  5 installed.
  build depends on:



[smb4k] doc: Updated handbook.

2019-03-16 Thread Alexander Reinholdt
Git commit b770589e682d90b070037848aab8793e64d37c84 by Alexander Reinholdt.
Committed on 16/03/2019 at 07:47.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +48   -25   doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 238a7d8..ec93864 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -727,7 +727,7 @@
 
   Synchronization
 
-  The YSynchronize
 menu item opens the synchronization dialog. It offers you the mount point of 
the share as source and a path below the synchronization
 prefix as destination. To update the data on the share, you can swap 
the destination with the source by clicking the Swap 
Paths button.
+  The YSynchronize
 menu item opens the synchronization dialog. It offers you the mount point of 
the share as source and a path below the synchronization
 prefix as destination. To update the data on the share, you can swap 
the destination with the source by clicking the Swap 
Paths button.
   
 Screenshot of the synchronization input dialog
 
@@ -2429,13 +2429,13 @@ polkit.addRule(function(action, subject) {
 
 
 
-
-
-  Copying
-
-  
+
+
+  Basic Settings
+  
+  
 Default Destination
 
 
@@ -2451,10 +2451,10 @@ polkit.addRule(function(action, subject) {
   
 
   
-
-  
-General
-
+  
+  
+Behavior
+
 
   
 
@@ -2509,7 +2509,7 @@ polkit.addRule(function(action, subject) {
   
 
   
-
+  
   
 Backup
 
@@ -2549,8 +2549,9 @@ polkit.addRule(function(action, subject) {
   
 
   
+  
 
-
+
 
@@ -2653,7 +2654,7 @@ polkit.addRule(function(action, subject) {
   
   
 
-  Only transform unsafe 
symlinks
+  Transform unsafe 
symlinks
 
 
   Option: --copy-unsafe-links
@@ -2671,6 +2672,16 @@ polkit.addRule(function(action, subject) {
   Default: not selected
 
   
+  
+
+  Munge symlinks
+
+
+  Option: 
-H/--munge-links
+  This tells rsync1
 to (1) modify all symlinks on the receiving side in a way that makes them 
unusable but recoverable, or (2) to unmunge symlinks on the sending side that 
had been stored in a munged state. This is useful if you do not quite trust the 
source of the data to not try to slip in a symlink to an unexpected place. For 
further information on this argument, please see the manual page of rsync1.
+  Default: not selected
+
+
   
 
   Preserve hard 
links
@@ -2682,6 +2693,16 @@ polkit.addRule(function(action, subject) {
   Default: not selected
 
   
+  
+
+  Copy directory 
symlinks
+
+
+  Option: 
-k/--copy-dirlinks
+  This option causes the sending side to treat a symlink to 
a directory as though it were a real directory.  This is useful if you don’t 
want symlinks to non-directories to be affected, as they would be using 
--copy-links.
+  Default: not selected
+
+  
   
 
   Keep directory 
symlinks
@@ -2696,7 +2717,7 @@ polkit.addRule(function(action, subject) {
   
 
   
-File Permissions, 
+Permissions, 
 
 
   
@@ -2711,21 +2732,21 @@ polkit.addRule(function(action, subject) {
   
   
 
-  Preserve group
+  Preserve owner
 
 
-  Option: -g/--group
-  This option causes rsync1
 to set the group of the destination file to be the same as the on of the 
source file. If the receiving program is not running as the super-user (or with 
the --no-super option), only groups that the receiver is a 
member of will be preserved.
+  Option: -o/--owner
+  This option causes rsync1
 to set the owner of the destination file to be the same as the one of the 
source file. By default, the preservation is done by name, but may fall back to 
using the ID number in some circumstances (see the 
--numeric-ids option for a full discussion). This option has 
no effect if the receiving rsync1
 is not run as the super user and --super is not 
specified.
   Default: selected
 
   
   
 
-  Preserve owner
+  Preserve group
 
 
-  Option: -o/--owner
-  This option causes rsync1
 to set the owner of the destination file to be the same as the one of the 
source file. By default, the preservation is done by name, but 

[smb4k] doc: Updated handbook.

2019-03-11 Thread Alexander Reinholdt
Git commit 6b552917c6ac79572008c77812035718fba4e86d by Alexander Reinholdt.
Committed on 11/03/2019 at 19:38.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +6-5doc/index.docbook

https://commits.kde.org/smb4k/6b552917c6ac79572008c77812035718fba4e86d

diff --git a/doc/index.docbook b/doc/index.docbook
index 238a7d8..0dab601 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -3838,14 +3838,15 @@ polkit.addRule(function(action, subject) {
  officially supports , FreeBSD, NetBSD and DragonFly 
BSD. Other operating systems might work as well, but haven't been tested.
 To compile , you need:
 
-  http://www.cmake.org;>CMake ( 
3.2)
-  http://gcc.gnu.org;>GNU Compiler 
Collection (g++  4.0) or http://clang.llvm.org;>clang/LLVM ( 3.0)
+  https://www.cmake.org;>CMake ( 
3.2)
+  https://gcc.gnu.org;>GNU Compiler 
Collection (g++  4.0) or https://clang.llvm.org;>clang/LLVM ( 3.0)
 
-To be able to use the main application of , you need at least 
http://www.qt.io;> ( 5.6.0) and http://www.kde.org;> ( 5.25.0). If you also want to make 
use of the provided , you should have at least http://www.qt.io;> version 5.9.0 or later and compatible 
versions of  and  5 installed.
- build depends on the following  and  modules:
+To be able to use the main application of , you need at least 
https://www.qt.io;> version 5.6.0 and https://www.kde.org;> version 5.25.0. If you also want to 
make use of the provided , you should have at least https://www.qt.io;> version 5.9.0 and compatible versions of 
 and  5 installed.
+ build depends on:
 
   QtCore, QtGui, QtWidgets, QtTest, QtNetwork, 
QtPrintSupport, QtQml
   KConfig, KAuth, KDocTools, KIconThemes, KWidgetsAddons, 
KI18n, KCompletion, KCoreAddons, , KIO, KNotifications, KXmlGui, 
KJobWidgets, , KDBusAddons, KConfigWidgets, KNotifications, 
KWindowSystem
+  libsmbclient
 
 It also runtime depends on:
 
@@ -3854,7 +3855,7 @@ polkit.addRule(function(action, subject) {
 
 To enable full functionality, you may also want to install these 
programs:
 
-  http://rsync.samba.org;>rsync
+  https://rsync.samba.org;>rsync
 
 The full list of changes can be found in the Git log at https://cgit.kde.org/smb4k.git;>cgit.kde.org. A summary can be 
found in the ChangeLog file in the tarball.
   



[smb4k] doc: Updated handbook.

2019-03-09 Thread Alexander Reinholdt
Git commit ae2748504dc0e5f56e1280391e7ec8154540a62c by Alexander Reinholdt.
Committed on 10/03/2019 at 05:24.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +35   -55   doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index d296904..238a7d8 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -29,11 +29,11 @@
 
   
   
-2005-2018
+2005-2019
 Alexander Reinholdt
   
   
-  2018-02-02
+  2018-03-09
2.9.80
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
@@ -2365,48 +2365,37 @@ polkit.addRule(function(action, subject) {
   Configuring Smb4K : Authentication : General Settings
 -->
 
-
-  General Settings
-
-  
-Password Storage
-
-
-  
-
-  Save logins in a 
wallet
-
-
-  The login names and passwords are stored in a subfolder 
named Smb4K of the current network wallet 
(default: "kdewallet"). The advantage of this method is, that the 
authentication data is stored permanently and encrypted on your hard drive. You 
only have to provide it once and the next time it is needed,  will read 
it from the wallet. If you uncheck this option, the authentication data won't 
be stored at all.
-  Default: selected
-
-  
-
-  
-
-  
-Default Login
-
-
-  
-
-  Use a default 
login
-
-
-  The default login is used by default to authenticate to 
the servers in your network neighborhood. If you enable this feature, a 
password dialog pops up, where you can provide the default login 
information.
-  
-Screenshot of the default login input 
dialog
-
-  
-  The default login input 
dialog
-
-  
-  You have to fill in at least the user name. Empty 
passwords are supported.
-  Default: not selected
-
-  
-
-  
+
+  Settings
+  
+  
+
+  
+Save logins in a 
wallet
+  
+  
+The login names and passwords are stored in a subfolder 
named Smb4K of the current network wallet 
(default: "kdewallet"). The advantage of this method is, that the 
authentication data is stored permanently and encrypted on your hard drive. You 
only have to provide it once and the next time it is needed,  will read 
it from the wallet. If you uncheck this option, the authentication data won't 
be stored at all.
+Default: selected
+  
+
+
+  
+Use a default login
+  
+  
+The default login is used by default to authenticate to the 
servers in your network neighborhood. If you enable this feature, a password 
dialog pops up, where you can provide the default login information.
+
+  Screenshot of the default login input 
dialog
+  
+
+The default login input 
dialog
+  
+
+You have to fill in at least the user name. Empty passwords 
are supported.
+Default: not selected
+  
+
+  
 
 
 

[smb4k] doc: Updated handbook.

2019-03-07 Thread Alexander Reinholdt
Git commit df9ffa119b3b5be65381afa83268c9265465d6c5 by Alexander Reinholdt.
Committed on 07/03/2019 at 19:17.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +116  -61   doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 62926a6..d296904 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1,4 +1,5 @@
 
+
 Smb4K">
   
@@ -1795,6 +1796,8 @@ polkit.addRule(function(action, subject) {
 
   Basic Settings
   
+  The settings in this tab are the same for all supported operating 
systems.
+  
   
 Directories
 
@@ -1894,11 +1897,13 @@ polkit.addRule(function(action, subject) {
 
   
 
   
 
-  Common Mount Settings
+  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.
 
   
 Common Options
@@ -1967,34 +1972,34 @@ polkit.addRule(function(action, subject) {
 
 
   
-  File 
mode
+  File mode
   
   
-Sets the permissions that are applied to files. The value is 
given in octal and has to have 4 digits. To learn more about the file mask 
(fmask), you should read the mount8
 and umask2
 manual pages.
+Sets the permissions that are applied to files. The value is 
given in octal and has to have 4 digits. To learn more about the file mode 
(file_mode), you should read the mount8
 and umask2
 manual pages.
 Default: 0755
   
 
 
   
-Directory mask
+Directory mode
   
   
-Sets the permissions that are applied to directories. The 
value is given in octal and has to have 4 digits. To learn more about the 
folder mask (dmask), you should read the mount8
 and umask2
 manual pages.
+Sets the permissions that are applied to directories. The 
value is given in octal and has to have 4 digits. To learn more about the 
directory mode (dir_mode), you should read the mount8
 and umask2
 manual pages.
 Default: 0755
   
 
   
   
 
-  
+
 
 
-
-  Advanced Settings
+
+  Advanced Mount Settings ( only)
   
-  (This widget is not available under FreeBSD and 
NetBSD.)
+  The Advanced Mount Settings tab is only 
available under . The settings present under BSD can be found in the 
Mount Settings (BSD 
only) section.
   Most of the options you can define here require  kernel 
2.6.15 or later to work.
   
 
@@ -2039,7 +2044,7 @@ polkit.addRule(function(action, subject) {
   
   
 Use inode numbers (unique persistent file identifiers) 
returned by the server instead of automatically generating temporary inode 
numbers on the client side. This parameter has no effect if the server does not 
support returning inode numbers or similar. It is recommended that you read the 
manual page of mount.cifs8
 before you change this setting.
-Default: not selected
+Default: selected
   
 
 
@@ -2103,8 +2108,16 @@ polkit.addRule(function(action, subject) {
   The vers=3.0 command line argument is 
used. This causes mount.cifs8
 to use the SMBv3.0 protocol that was introduced in Microsoft Windows 8 and 
Windows Server 2012.
 
   
+  
+
+  3.1.1 (Windows Server 
2016)
+
+
+  The vers=3.1.1 or 
vers=3.11 command line argument is used. This causes mount.cifs8
 to use the SMBv3.1.1 protocol that was introduced in Windows Server 
2016.
+
+  
 
-Default: 1.0 (Classic /SMBv1 
protocol)
+Default: 3.0 (Windows 8/Windows Server 
2016)
   
 
 
@@ -2238,6 +2251,93 @@ polkit.addRule(function(action, subject) {
 
   
 
+
+
+
+
+  Mount Settings (BSD only)
+  
+  The Mount Settings tab is only available 
under FreeBSD, NetBSD and DragonFly BSD. The settings present under  can 
be found in the Common Mount 
Settings ( only) and Advanced Mount 
Settings ( only) sections.
+  
+  
+Common Options
+
+
+  
+
+  User ID
+
+
+  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.
+  Default: your UID
+
+  
+  
+
+  Group ID
+
+
+  Sets the group that owns the files and directories on the 
file system. By default, your GID is used. To 

[smb4k] doc: Updated handbook.

2019-03-04 Thread Alexander Reinholdt
Git commit 3471783d245b656715e4f415846ff53feb66f18c by Alexander Reinholdt.
Committed on 04/03/2019 at 10:14.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +59   -29   doc/index.docbook

https://commits.kde.org/smb4k/3471783d245b656715e4f415846ff53feb66f18c

diff --git a/doc/index.docbook b/doc/index.docbook
index 173afb3..62926a6 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -96,15 +96,12 @@
   
 Running 
 
-Since version 2.9.71,  is using the 
libsmbclient library to browse and search the 
network neighborhood and print files. For this reason, users of Samba 4.7 and 
above need to add the following setting to the [global] section of the 
smb.conf file to be able browse the network 
neighborhood:
-  
-[global]
-...
-client max protocol = NT1
-...
+You can either launch  from the K menu or from https://userbase.kde.org/Plasma/Krunner;> by typing 
smb4k.  comes with a  for better desktop integration. It can be 
added as widget to the desktop or panel.
+
+
+  If you are using  version 4.7 or above, you most likely 
have to change a setting in 's configuration file to make browsing work. 
Have a look at the Special Remarks 
section to find out what has to be adjusted.
+
 
-This is because, starting with Samba 4.7, the default protocol 
version of  has been set to SMB3 by the  team, but 
libsmbclient currently cannot handle this. You can 
consult the Samba Wiki's https://wiki.samba.org/index.php/User_Documentation;>User 
Documentation section, if you need help.
-You can either launch  from the K menu or from https://userbase.kde.org/Plasma/Krunner;> by typing 
smb4k.  also comes with a 
 for better desktop integration. It 
can be added as widget to the desktop or panel.
 If the system is missing some of the programs  needs to 
operate properly, it notifies the user:
 
 
@@ -1314,29 +1311,17 @@ client max protocol = NT1
   Using Smb4K : Special Remarks : Samba Security Fixes of April 12, 2016
 -->

-
-  Problems Browsing the Network Neighborhood
+
+  Problems Browsing the Network Neighborhood with  4.7 and 
above
+  
+  Since version 2.9.71,  is using the 
libsmbclient library to browse and search the 
network neighborhood and print files. With the  4.7 release, the default 
protocol version has been set to SMB3 by the  team. Unfortunately, the 
libsmbclient library cannot handle it correctly and 
browsing the network neighborhood will fail. For this reason, users of Samba 
4.7 and above need to add the following setting to the [global] section of the 
smb.conf file to force  to use SMB1 (NT1) and, 
thus, fix the browsing of the network neighborhood:
   
-  
-Samba Security Fixes of April 12, 2016
-
-On April 12, 2016, the Samba team released security fixes for 
the https://en.wikipedia.org/wiki/Badlock;>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
+client max protocol = NT1
 ...
-  
-Unfortunately, this fix for  might break the possibility 
to connect to the network neighborhood with earlier versions of  and 
maybe also other programs.
-  
-  
-  
-Samba 4.6.x
-If you are using Samba 4.6.x, 
there is most likely an additional reason for this: It seems that at some point 
in time during the development, a bug was introduced that causes the 
command
-$ net rap server domain -S 
server -U%
-to fail that is used by  to retrieve the list of servers 
in a domain/workgroup (see http://samba.2283325.n4.nabble.com/PATCH-libcli-smb-Parse-primary-domain-from-session-setup-td4723954.html;>here
 for more details). All versions of Samba 4.6 until at least version 4.6.14 
seem to be affected. Until this problem is not fixed, browsing the network 
neighborhood with Smb4K will not work. (Or, at least, I haven't found a 
workaround yet.)
-  
+
+If you need help, you can consult the Samba Wiki's https://wiki.samba.org/index.php/User_Documentation;>User 
Documentation section for further information.
 
 
 
+  
+  
+Supported Operating Systems
+
+The following operating systems are supported:
+
+
+  
+
+  
+Operating System
+Supported since
+Remarks
+  
+
+
+  
+https://en.wikipedia.org/wiki/List_of_Linux_distributions;>
+the beginning
+KDE / KF5 packages ships with the distribution
+  
+  
+https://www.freebsd.org;>FreeBSD
+0.3.0
+KDE / KF5 packages installed from ports
+  
+  
+

[smb4k] doc: Updated handbook.

2018-04-02 Thread Alexander Reinholdt
Git commit 7379c41dd0ade1a6457eaa89f989ab21df4c7de2 by Alexander Reinholdt.
Committed on 02/04/2018 at 09:00.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/bookmarks_add_bookmark_dialog.png
M  +---doc/bookmarks_editor.png
M  +---doc/bookmarks_editor_popup_menu.png
M  +---doc/bookmarks_popup_menu.png
M  +---doc/configuration_page_profiles_add_profile.png
M  +7-7doc/index.docbook
M  +---doc/notification_share_mounted.png
M  +---doc/systemsettings_manage_notifications.png

https://commits.kde.org/smb4k/7379c41dd0ade1a6457eaa89f989ab21df4c7de2

diff --git a/doc/bookmarks_add_bookmark_dialog.png 
b/doc/bookmarks_add_bookmark_dialog.png
index 104921f..841df72 100644
Binary files a/doc/bookmarks_add_bookmark_dialog.png and 
b/doc/bookmarks_add_bookmark_dialog.png differ
diff --git a/doc/bookmarks_editor.png b/doc/bookmarks_editor.png
index 9b1e55b..d3602dd 100644
Binary files a/doc/bookmarks_editor.png and b/doc/bookmarks_editor.png differ
diff --git a/doc/bookmarks_editor_popup_menu.png 
b/doc/bookmarks_editor_popup_menu.png
index 94d1382..0c35de4 100644
Binary files a/doc/bookmarks_editor_popup_menu.png and 
b/doc/bookmarks_editor_popup_menu.png differ
diff --git a/doc/bookmarks_popup_menu.png b/doc/bookmarks_popup_menu.png
index 25163e5..d2dc262 100644
Binary files a/doc/bookmarks_popup_menu.png and b/doc/bookmarks_popup_menu.png 
differ
diff --git a/doc/configuration_page_profiles_add_profile.png 
b/doc/configuration_page_profiles_add_profile.png
index 36a276e..9de2b25 100644
Binary files a/doc/configuration_page_profiles_add_profile.png and 
b/doc/configuration_page_profiles_add_profile.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 294eb40..3c99279 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1183,8 +1183,8 @@
 
   
 
-  Especially adding a group may help you to organize the bookmarks. 
In the bookmark menu, all bookmarks belonging to one group will be arranged in 
a submenu with the group entry as parent (see below).
-  The label can be any text describing the share. In case you define 
a label, it will be displayed in the bookmarks menu instead of the UNC by 
default. If you want to change this behavior, you can do so in the configuration 
dialog.
+  Adding a groups may help you to organize the bookmarks. In the 
bookmark menu, all bookmarks belonging to one group are arranged in a submenu 
with the group entry as parent (see below).
+  The label can be any text describing the share. In case you define 
a label, it will be displayed in the bookmarks menu instead of the location by 
default. If you want to change this behavior, you can do so in the configuration 
dialog.
 
 
 

[smb4k] doc: Updated handbook.

2018-03-25 Thread Alexander Reinholdt
Git commit 2c6fdb2b948db7357f11a4742474ce58be1212e9 by Alexander Reinholdt.
Committed on 25/03/2018 at 14:52.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +3-3doc/index.docbook
M  +---doc/main_window.png

https://commits.kde.org/smb4k/2c6fdb2b948db7357f11a4742474ce58be1212e9

diff --git a/doc/index.docbook b/doc/index.docbook
index b681a43..294eb40 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -96,8 +96,8 @@
 
 After the installation, you can run  either from the K menu 
or from the command prompt by typing $ 
smb4k
  does not take any arguments, except those that are known to 
all  applications.
- also comes with a  
for better desktop integration. It can be added as widget to the desktop or the 
panel.
-If your system is missing some of the programs  needs to 
operate properly, it notifies the user:
+ also comes with a  
for better desktop integration. It can be added as widget to the desktop or 
panel.
+If the system is missing some of the programs  needs to 
operate properly, it notifies the user:
 
 
   Screenshot of the missing program notification
@@ -129,7 +129,7 @@
 
 
  comes with a compact unified toolbar as the default, but the 
user can still choose to use multiple toolbars. If you wish to use the 
classical way, four toolbars are defined, for each widget one: the main 
toolbar, the toolbars for the Network Neighborhood widget, 
the Shares View widget and the Network 
Search widget. The unified toolbar contains some of the main 
actions, like Configure  and 
Quit. It also dynamically loads the actions of the 
dock widget that currently has got the focus. For additional information and 
some important warnings, please have a look at the sections discussing the 
network neighborhood 
browser, search dialog, and 
mounted shares view.
-The status bar gives some information about the current status of 
. If the application is processing a user request ( mounting a 
share), a descriptive message is displayed in the leftmost section and a 
progress bar is shown with a busy indicator. The two icons on the right hand 
side indicate if there are shares mounted (remote folder icon) and the status 
of the authentication system (wallet or key icon).
+The status bar gives some information about the current status of 
. If the application is processing a user request ( mounting a 
share), a descriptive message is displayed in the leftmost section and a 
progress bar is shown with a busy indicator. The two icons on the right hand 
side indicate if there are shares mounted (network folder icon) and the status 
of the authentication system (wallet or key icon).
 If the dock widgets are arranged as tabs, the user gets additional 
visual feedback. Each time a share is mounted or unmounted, the 
Mounted Shares tab is highlighted for a few seconds.
 The main window is highly configurable. You can hide or show all 
tabbed widgets (SettingsDock 
Widgets). They can also be dragged around with the 
mouse and docked to different areas in the main window. You can even detach 
them from the main window. The status bar and the toolbars can be hidden/shown 
by toggling the menu entry 
SettingsShow 
Statusbar and the ones under 
SettingsToolbars 
Shown, respectively.
   
diff --git a/doc/main_window.png b/doc/main_window.png
index db5c4a7..03d5a02 100644
Binary files a/doc/main_window.png and b/doc/main_window.png differ


[smb4k] doc: Updated handbook.

2018-02-22 Thread Alexander Reinholdt
Git commit 77700d29198b24738af8b2a894d6fa0083e8aeb5 by Alexander Reinholdt.
Committed on 22/02/2018 at 19:27.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +1-1doc/index.docbook
M  +---doc/systemtray_bookmarks_menu.png
M  +---doc/systemtray_location.png
M  +---doc/systemtray_mounted_shares_menu.png
M  +---doc/systemtray_profiles_menu.png

https://commits.kde.org/smb4k/77700d29198b24738af8b2a894d6fa0083e8aeb5

diff --git a/doc/index.docbook b/doc/index.docbook
index 7613abd..a257fb6 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -27,7 +27,7 @@
 Alexander Reinholdt
   
   
-  2018-02-11
+  2018-02-22
2.1.0
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
diff --git a/doc/systemtray_bookmarks_menu.png 
b/doc/systemtray_bookmarks_menu.png
index 7101c8d..b2f87a3 100644
Binary files a/doc/systemtray_bookmarks_menu.png and 
b/doc/systemtray_bookmarks_menu.png differ
diff --git a/doc/systemtray_location.png b/doc/systemtray_location.png
index cb1dcc5..fb77d65 100644
Binary files a/doc/systemtray_location.png and b/doc/systemtray_location.png 
differ
diff --git a/doc/systemtray_mounted_shares_menu.png 
b/doc/systemtray_mounted_shares_menu.png
index 1cc3d12..51e3edd 100644
Binary files a/doc/systemtray_mounted_shares_menu.png and 
b/doc/systemtray_mounted_shares_menu.png differ
diff --git a/doc/systemtray_profiles_menu.png b/doc/systemtray_profiles_menu.png
index 6f5eab5..db6 100644
Binary files a/doc/systemtray_profiles_menu.png and 
b/doc/systemtray_profiles_menu.png differ


[smb4k] doc: Updated handbook.

2018-02-11 Thread Alexander Reinholdt
Git commit c3faa7ff39d9940ce00a83eb7cbc6951393e617b by Alexander Reinholdt.
Committed on 11/02/2018 at 11:30.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +1-1doc/index.docbook
M  +---doc/systemtray_location.png
M  +---doc/systemtray_mounted_shares_menu.png

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 659e347..7613abd 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -27,7 +27,7 @@
 Alexander Reinholdt
   
   
-  2018-01-07
+  2018-02-11
2.1.0
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
diff --git a/doc/systemtray_location.png b/doc/systemtray_location.png
index a56fb1b..35e7b1a 100644
Binary files a/doc/systemtray_location.png and b/doc/systemtray_location.png 
differ
diff --git a/doc/systemtray_mounted_shares_menu.png 
b/doc/systemtray_mounted_shares_menu.png
index 8bef99e..21d2fba 100644
Binary files a/doc/systemtray_mounted_shares_menu.png and 
b/doc/systemtray_mounted_shares_menu.png differ


[smb4k] doc: Updated handbook.

2018-01-07 Thread Alexander Reinholdt
Git commit 0bc8de1f5b53b86598bf171c28ad9f37f930693a by Alexander Reinholdt.
Committed on 07/01/2018 at 15:36.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +15   -27   doc/index.docbook

https://commits.kde.org/smb4k/0bc8de1f5b53b86598bf171c28ad9f37f930693a

diff --git a/doc/index.docbook b/doc/index.docbook
index 7468cf8..7b4fc17 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -27,7 +27,7 @@
 Alexander Reinholdt
   
   
-  2017-07-25
+  2018-01-07
2.1.0
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
@@ -1431,7 +1431,7 @@
 
   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:
+  On April 12, 2016, the Samba team released security fixes for the 
https://en.wikipedia.org/wiki/Badlock;>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]
 ...
@@ -1439,7 +1439,7 @@ client max protocol = SMB3
 client ipc max protocol = NT1
 ...
   
-  Unfortunately, this fix for  breaks the possibility to 
connect to the network neighborhood with  and maybe also other 
programs.
+  Unfortunately, this fix for  might break the possibility to 
connect to the network neighborhood with earlier versions of  and 
maybe also other programs.
 
 
 
-  
-
-  Remarks for FreeBSD Users
-  
-  Since version 1.2.0, the password for a share is directly passed 
to mount_smbfs, so that the ~/.nsmbrc 
is not necessary anymore for mounting. Moreover,  will not write any 
data to that file anymore.
-
-
-
 
-
-  Remarks for NetBSD Users
+
+  Other Desktop Environments Than 
 
-  To make the -based version of  run on NetBSD, you 
might need to adjust some things:
-  
-If mounting does not work, you should add the polkit-1 
rules as described above.
-As of November 2017, https://www.pkgsrc.org;>pkgsrc does not contain the  
desktop. When using a different desktop environment,  and  
applications might be missing the icons. In that case, you might want to 
download the sources of https://sourceforge.net/projects/qt5ct/;>qt5ct,
 configure, compile and install it. Therefor, follow the directions in the 
README file. To use qt5ct with your desktop 
environment, add the following line to your ~/.xinitrc or 
~/.profile file:
+  When using a different desktop environment than ,  and 
 applications might be missing the icons. In that case, you might want to 
download the sources of https://sourceforge.net/projects/qt5ct/;>qt5ct,
 configure, compile and install it. Therefor, follow the directions in the 
README file. To use qt5ct with your desktop 
environment, add the following line to your ~/.xinitrc or 
~/.profile file:
 export QT_QPA_PLATFORMTHEME=qt5ct
-If qt5ct does not start due to a 
missing libfreetype.so.17 or 
libGL.so.2 shared library file, create the 
/etc/ld.so.conf file and add the path /usr/X11R7/lib to it. This should fix the 
problem.
-  
+  
+Under NetBSD qt5ct might complain 
about a missing libfreetype.so.17 or 
libGL.so.2 shared library file and refuse to start. To fix 
this problem, create the /etc/ld.so.conf file and add the 
path /usr/X11R7/lib to it.
+  
 
   
 
@@ -2428,7 +2416,7 @@ polkit.addRule(function(action, subject) {
   
   
 Sets the codepage the remote server uses. 
-This option is only available under FreeBSD.
+This option is only available under FreeBSD and 
NetBSD.
 Default: default
   
 
@@ -4065,12 +4053,12 @@ polkit.addRule(function(action, subject) {
   http://www.cmake.org;>CMake ( 
3.2)
   http://gcc.gnu.org;>GNU Compiler 
Collection (g++  4.0) or http://clang.llvm.org;>clang/LLVM ( 3.0)
 
- depends on the following http://www.qt.io;> ( 5.7.0) and http://www.kde.org;> ( 5.31.0) modules:
+ depends on the following http://www.qt.io;> ( 5.5.0) and http://www.kde.org;> ( 5.25.0) modules:
 
   QtCore, QtGui, QtWidgets, QtTest, QtNetwork, 
QtPrintSupport, QtQml
   KConfig, KAuth, KDocTools, KIconThemes, KWidgetsAddons, 
KI18n, KCompletion, KCoreAddons, Solid, KIO, KNotifications, KXmlGui, 
KJobWidgets, KWallet, KDBusAddons, KParts, KConfigWidgets, KNotifications, 
KWindowSystem
 
-It also runtime depends on the following http://www.kde.org;> ( 5.31.0) modules:
+It also runtime depends on the following 

Re: [smb4k] doc: Updated handbook with a patch send by Burkhard Lück.

2017-03-05 Thread Luigi Toscano
Alexander Reinholdt ha scritto:
> Git commit e36ce88a93dcea792d328b29e524edef4faef19a by Alexander Reinholdt.
> Committed on 05/03/2017 at 11:02.
> Pushed by areinholdt into branch 'master'.
> 
> Updated handbook with a patch send by Burkhard Lück.

Hi!

A general note about committing patches from other authors: you can apply the
patch using the --author parameter of git, as luckily git distinguish between
the author and the committer:
https://kevin.deldycke.com/2010/05/how-to-fix-bad-commit-authorship-git/

Ciao
-- 
Luigi



[smb4k] doc: Updated handbook with a patch send by Burkhard Lück.

2017-03-05 Thread Alexander Reinholdt
Git commit e36ce88a93dcea792d328b29e524edef4faef19a by Alexander Reinholdt.
Committed on 05/03/2017 at 11:02.
Pushed by areinholdt into branch 'master'.

Updated handbook with a patch send by Burkhard Lück.

M  +18   -20   doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 45eea17..958f05d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -27,8 +27,8 @@
 Alexander Reinholdt
   
   
-  2017-02-04
-   2.0.0
+  2017-03-03
+   2.0.0
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
   
@@ -72,12 +72,10 @@
 Ability to define custom options for individual servers 
and shares
 Laptop support through the Solid hardware device 
framework
 Wake-On-LAN capabilities
-
+ for desktop integration
 Profiles for different network neighborhood 
setups
   
 
-  The plasmoid has not been ported to  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 , 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=guidedproduct=smb4k;>bug 
tracker.
   For discussions about -related topics there is the https://sourceforge.net/p/smb4k/discussion/general/;>General 
Discussion forum and we invite every user to participate.
 
@@ -98,7 +96,7 @@
 
 After the installation, you can run  either from the K menu 
or from the command prompt by typing $ 
smb4k
  does not take any arguments, except those that are known to 
all  applications.
-
+ also comes with a  
for better desktop integration. It can be added as widget to the desktop or the 
panel.
 If your system is missing some of the programs  needs to 
operate properly, it notifies the user:
 
 
@@ -1062,7 +1060,7 @@
   Using Smb4K : The Plasmoid 
 -->
 
-
+  
 
 
 
-
+  
 
 
 
-
+  
 
 
 
-
+  
 
 
 
-
+
 
  and 
the shares view. In the dock widgets of the main 
window, this is done by selecting one or multiple shares and clicking the 
Add Bookmark action.  A dialog will then pop up where you can add a label and/or assign a 
group to the bookmark.
+  You can add bookmarks to your favorite shares from within the 
network neighborhood 
browser and 
the shares view and the . In the dock widgets of the main window, 
this is done by selecting one or multiple shares and clicking the 
Add Bookmark action. In the 
, you click the respective bookmark action next to the item's name. A 
dialog will then pop up where you can add a label and/or assign a group to the 
bookmark.
 
   
 Screenshot of the bookmarks addition dialog
@@ -1245,7 +1243,7 @@
 
   All other entries are either group submenus or shares that do not 
belong to a group. All entries are listed alphabetically and the bookmarks may 
either appear with their UNC address or descriptive label. By clicking a 
bookmark, the respective share is mounted. If a bookmarked share is mounted on 
the system, the bookmark entry is disabled.
   For each group there is a submenu. It contains all bookmarks 
belonging to the group and a Mount All Bookmarks 
menu item. The latter one can be used to mount all bookmarks in that submenu at 
once.
-  In the system tray widget, there is an identical 
Bookmarks submenu 
except that the Add Bookmark entry is missing.  The bookmark groups and the bookmarks 
are listed in the view. Bookmarked shares can be mounted by clicking the 
respective entry. In the tool bar two actions are present: 
Back and Edit. By 
clicking Back you can get back to the top level if 
you entered a group folder. The Edit action will 
open the bookmark editor.
+  In the system tray widget, there is an identical 
Bookmarks submenu 
except that the Add Bookmark entry is missing. The 
plasmoid provides a Bookmarks tab where all bookmarks are arranged in a 
similar way as in the bookmark menu. The bookmark groups and the bookmarks are 
listed in the view. Bookmarked shares can be mounted by clicking the respective 
entry. In the tool bar two actions are present: Back 
and Edit. By clicking 
Back you can get back to the top level if you 
entered a group folder. The Edit action will open 
the bookmark editor.
 
 
 
   
 
   


[smb4k] doc: Updated handbook.

2017-02-05 Thread Alexander Reinholdt
Git commit 637ecf9850cec75cf6a932dc37ffc61fb8935ca4 by Alexander Reinholdt.
Committed on 05/02/2017 at 17:27.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +3-27   doc/index.docbook

https://commits.kde.org/smb4k/637ecf9850cec75cf6a932dc37ffc61fb8935ca4

diff --git a/doc/index.docbook b/doc/index.docbook
index e50ef93..45eea17 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -23,11 +23,11 @@
 
   
   
-2005-2016
+2005-2017
 Alexander Reinholdt
   
   
-  2017-01-09
+  2017-02-04
2.0.0
   
  is an advanced network neighborhood browser and Samba share 
mounting utility.
@@ -1465,31 +1465,7 @@ client ipc max protocol = NT1
 
   Remarks for NetBSD Users
 
-  
-DBUS and PolicyKit
-
-Under NetBSD,  is able to run since version 1.2.0. 
However, some modifications have to be made in order to be able to mount and 
unmount shares:
-Assuming that the prefix of your  installation is /usr/pkg, the following steps have to be taken to 
make  work properly:
-
-  Configure, compile and install  according to 
the directions given in the Configuration, 
Compilation and Installation section of the appendix.
-  After installation, link (or copy) the file 
net.sourceforge.smb4k.mounthelper.conf from the examples directory to the right location:
-
-
-$ cd /usr/pkg/etc/dbus-1/system.d/
-$ sudo ln -s \
-  
/usr/pkg/share/examples/kde4-dbus/net.sourceforge.smb4k.mounthelper.conf
 .
-
-  
-  Edit the file 
/usr/pkg/etc/PolicyKit/PolicyKit.conf and add the 
following paragraph in the config version="0.1" section:
-   
-
-match action="org.kde.smb4k.mounthelper.*"
-  return result="yes"
-/match
-
-  This will allow everyone to mount and unmount remote Samba 
shares with .
-
-  
+  NetBSD users should stick to the 4-based  for now, 
since the  desktop is not available in http://www.pkgsrc.org;>pkgsrc yet.
 
   
 


[smb4k] doc: Updated handbook.

2017-01-22 Thread Alexander Reinholdt
Git commit f4a4678d32f70e365b3c50f68be8b7149ccf018b by Alexander Reinholdt.
Committed on 22/01/2017 at 10:16.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +14   -3doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 9349e6b..e50ef93 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1225,7 +1225,7 @@
 
   
   
-Add a bookmark. A share has to be selected to enable this 
action.
+Add one or several bookmarks. At least one share has to be 
selected to enable this action.
   
 
   
@@ -3894,7 +3894,7 @@ client ipc max protocol = NT1
   
 
 
-  Open the bookmark editor.
+  Open the bookmark 
editor. This action is disabled if there are no bookmarks.
 
   
   
@@ -3906,7 +3906,18 @@ client ipc max protocol = NT1
   
 
 
-  Add the selected share to the bookmarks.
+  Add one or several bookmarks. At least one share has to be 
selected to enable this action.
+
+  
+  
+
+  
+Bookmarks
+Mount All Bookmarks
+  
+
+
+  Mount all top-level bookmarks at once. It is disabled if all 
bookmarked shares are mounted. This action is not present if there are no 
toplevel bookmarks.
 
   
 


[smb4k] doc: Updated handbook.

2017-01-22 Thread Alexander Reinholdt
Git commit 6b6294104d67415daae4e8543806e7568e657618 by Alexander Reinholdt.
Committed on 22/01/2017 at 09:50.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +118  -17   doc/index.docbook

https://commits.kde.org/smb4k/6b6294104d67415daae4e8543806e7568e657618

diff --git a/doc/index.docbook b/doc/index.docbook
index 4e4a58b..9349e6b 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -499,7 +499,7 @@
 
   
   
-Search for the item that was entered in the search dialog. 
This action is visible by default and will be replaced by the 
Abort action if a network search is running.
+Search for the string that was entered in the search dialog. 
This action is visible by default and will be replaced by the 
Abort action if a network search is running.
   
 
 
@@ -3508,11 +3508,38 @@ client ipc max protocol = NT1
 
   
 File
-Profiles
+Profiles
   
 
 
   Select the profile to use. This menu entry is disabled if the 
user did not enabled the use of profiles.
+  Two profiles are predefined:
+  
+
+  
+
+  File
+  Profiles
+  Home
+
+  
+  
+A profile for use at home
+  
+
+
+  
+
+  File
+  Profiles
+  Work
+
+  
+  
+A profile for use at work
+  
+
+  
 
   
   
@@ -3547,7 +3574,7 @@ client ipc max protocol = NT1
   
 
 
-  can the whole network neighborhood, the highlighted 
workgroup/domain or computer for new entries. This action is visible by default 
and will be replaced by the Abort action if a 
network scan is running.
+  Scan the whole network neighborhood, the highlighted 
workgroup/domain or computer for new entries. This action is visible by default 
and will be replaced by the Abort action if a 
network scan is running.
 
   
   
@@ -3565,12 +3592,12 @@ client ipc max protocol = NT1
   
 
   
+Network
 Add Bookmark
   
 
 
-  Add a bookmark to the currently selected remote share. This 
action is disabled if no share is selected.
-   Read the Adding 
Bookmarks section for more details.
+  Add a bookmark to the currently selected remote share. This 
action is disabled if no share is selected. Read the Adding Bookmarks section for more 
details.
 
 
   
@@ -3594,7 +3621,7 @@ client ipc max protocol = NT1
   
 
 
-  Open the authentication dialog where you can enter login 
information.
+  Open the authentication 
dialog. You can provide the login and password for the selected server 
or share. If a workgroup or no item is selected, this action is disabled.
 
   
   
@@ -3606,7 +3633,7 @@ client ipc max protocol = NT1
   
 
 
-  Open a dialog where you can define custom options for a server 
or share.
+  Open the Custom 
Options dialog. You can set several custom options for the selected 
server or share. If a workgroup or no item is selected, this menu entry is 
disabled.
 
   
   
@@ -3618,7 +3645,7 @@ client ipc max protocol = NT1
   
 
 
-  Open the preview dialog that contains a preview of the 
contents of the selected share.
+  Preview the contents 
of the selected remote share. This action is only enabled if a share is 
selected. Printer shares cannot be previewed.
 
   
   
@@ -3630,7 +3657,7 @@ client ipc max protocol = NT1
   
 
 
-  Open the print dialog.
+  Print a file on a remote 
printer. This action is only available if a printer share is selected.
 
   
   
@@ -3642,7 +3669,19 @@ client ipc max protocol = NT1
   
 
 
-  Mount the selected remote share.
+  Mount the selected remote share. By default and if you clicked 
anything different than a share with type "Disk" or "IPC", this action is 
disabled. If you selected a mounted share, this action is replaced by the 
Unmount action.
+
+  
+  
+
+  
+ 
U
+Network
+Unmount
+  
+
+
+  Unmount the selected share. This action is invisible by 
default and will only be visible instead of the 
Mount action when the share is currently 
mounted.
 
   
 
@@ -3665,7 +3704,7 @@ client ipc max protocol = NT1
   
 
 
-  Search the 

[smb4k] doc: Updated handbook. Reintroduced 'Command Reference' chapter.

2017-01-21 Thread Alexander Reinholdt
Git commit df337bc89f5976a4217157cb5554161d0814bdbc by Alexander Reinholdt.
Committed on 21/01/2017 at 17:28.
Pushed by areinholdt into branch 'master'.

Updated handbook. Reintroduced 'Command Reference' chapter.

M  +388  -0doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 96cf166..4e4a58b 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -3490,6 +3490,394 @@ client ipc max protocol = NT1
 
 
 
+
+
+  Command Reference
+
+
+
+  
+The File Menu
+
+
+  
+
+  
+File
+Profiles
+  
+
+
+  Select the profile to use. This menu entry is disabled if the 
user did not enabled the use of profiles.
+
+  
+  
+
+  
+ 
Q
+File
+Quit
+  
+
+
+  Quit .
+
+  
+
+  
+  
+
+
+  
+The Network Menu
+
+
+  
+
+  
+F5
+Network
+Scan Network|Workgroup|Computer
+  
+
+
+  can the whole network neighborhood, the highlighted 
workgroup/domain or computer for new entries. This action is visible by default 
and will be replaced by the Abort action if a 
network scan is running.
+
+  
+  
+
+  
+ 
A
+Network
+Abort
+  
+
+
+  Abort any running process of the network neighborhood browser. 
This action is invisible by default and will only be visible instead of the 
Scan Network|Workgroup|Computer action when a 
network scan is running.
+
+  
+  
+
+  
+Add Bookmark
+  
+
+
+  Add a bookmark to the currently selected remote share. This 
action is disabled if no share is selected.
+   Read the Adding 
Bookmarks section for more details.
+
+
+  
+
+  
+ 
O
+Network
+Open Mount Dialog
+  
+
+
+  Open the dialog for mounting 
shares "manually". This feature may be needed if  cannot find a server 
from which you want to mount a certain shared resource.
+
+  
+  
+
+  
+ 
T
+Network
+Authentication
+  
+
+
+  Open the authentication dialog where you can enter login 
information.
+
+  
+  
+
+  
+ 
C
+Network
+Custom Options
+  
+
+
+  Open a dialog where you can define custom options for a server 
or share.
+
+  
+  
+
+  
+ 
V
+Network
+Preview
+  
+
+
+  Open the preview dialog that contains a preview of the 
contents of the selected share.
+
+  
+  
+
+  
+ 
P
+Network
+Print File
+  
+
+
+  Open the print dialog.
+
+  
+  
+
+  
+ 
M
+Network
+Mount
+  
+
+
+  Mount the selected remote share.
+
+  
+
+  
+  
+
+
+  
+The Search Menu
+
+
+  
+
+  
+ 
S
+Search
+Search
+  
+
+
+  Search the network for the entered search string.
+
+  
+  
+
+  
+ 
A
+Search
+Abort
+  
+
+
+  Abort the network search.
+
+  
+  
+
+  
+Search
+Clear
+  
+
+
+  Clear the network search widget,  the combo box, the 
history and the list view.
+
+  
+  
+
+  
+ 
D
+Search
+Mount
+  
+
+
+  Mount the selected share.
+
+  
+
+  
+  
+
+
+  
+The Shares Menu
+
+
+  
+
+  
+ 
U
+Shares
+Unmount
+  
+
+
+  Unmount the selected share.
+
+  
+  
+
+  
+ 
N
+Shares
+Unmount All
+  
+
+
+  Unmount all of the mounted shares at once. In the default 
configuration this is restricted to the user's shares, but this can be altered 
in the configuration 
dialog. For further information read the Unmounting Shares section.
+
+  
+  
+
+  
+ 
Y
+Shares
+Synchronize
+  
+
+
+  Initiate a synchronization.
+   

[smb4k] doc: Updated handbook.

2017-01-05 Thread Alexander Reinholdt
Git commit 14a4b9cb7eef93e3712bb2ad7804606c3f78bb5c by Alexander Reinholdt.
Committed on 05/01/2017 at 20:32.
Pushed by areinholdt into branch 'master'.

Updated handbook.

A  +---doc/configuration_page_profiles_add_profile.png
D  +---doc/configuration_profiles_add_profile.png
M  +981  -978  doc/index.docbook
A  +---doc/notification_missing_program.png
D  +---doc/notification_program_missing.png

https://commits.kde.org/smb4k/14a4b9cb7eef93e3712bb2ad7804606c3f78bb5c

diff --git a/doc/configuration_page_profiles_add_profile.png 
b/doc/configuration_page_profiles_add_profile.png
new file mode 100644
index 000..36a276e
Binary files /dev/null and b/doc/configuration_page_profiles_add_profile.png 
differ
diff --git a/doc/configuration_profiles_add_profile.png 
b/doc/configuration_profiles_add_profile.png
deleted file mode 100644
index 32e7daa..000
Binary files a/doc/configuration_profiles_add_profile.png and /dev/null differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 4e09292..d3c4d3d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -9,40 +9,40 @@
 
 
 
-The  Handbook
-
-
-Alexander
-
-Reinholdt
-
-
-alexander.reinholdt AT kdemail.net
-
-
-
+  The  Handbook
+  
+
+  Alexander
+  
+  Reinholdt
+  
+
+  alexander.reinholdt AT kdemail.net
+
+  
+
 
-
-
-2005-2016
-Alexander Reinholdt
-
-
-2016-yy-xx
-6.0.0
-
- is an advanced network neighborhood browser and Samba share 
mounting utility.
-
-
-KDE
-Smb4K
-Samba
-
+  
+  
+2005-2016
+Alexander Reinholdt
+  
+  
+  2017-yy-xx
+  6.0.0
+  
+ is an advanced network neighborhood browser and Samba share 
mounting utility.
+  
+  
+KDE
+Smb4K
+Samba
+  
 
 
 
+  -->
 
 
   Introduction
@@ -77,995 +77,987 @@
 Profiles for different network neighborhood 
setups
   
 
-  
-The plasmoid has not been ported to  and QtQuick 2 yet. 
Thus, it has been disabled in this release. We are currently working on 
bringing this functionality back.
-
+  The plasmoid has not been ported to  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 , 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=guidedproduct=smb4k;>bug 
tracker.
   For discussions about -related topics there is the https://sourceforge.net/p/smb4k/discussion/general/;>General 
Discussion forum and we invite every user to participate.
 
 
-
+
 
 
-Using 
-
-
-
-
-Running 
-
-After the installation, you can run  either from the K menu or 
from the command prompt by typing
-$ 
smb4k
- does not take any arguments, except those that are known to all 
 programs.
-
-
-If your system is missing some of the programs  needs to 
operate properly, it notifies the user:
-
-Screenshot of the missing program notification
-
-
-
-
-
-The missing program notification
-
-
-
-In this case, please install the specified program or, if it is already 
present, add its location to the PATH environment variable in 
your shell's configuration file (for the bash1
 shell it is the ~/.bashrc file).
+  Using 
 
-In addition, it is recommended that you configure Samba before using 
. You may use the web-based swat8
 utility for this purpose if you have Samba 3 installed. However, it was 
removed from Samba 4. In this case, you can use other graphical tools ( 
system-config-samba) or configure the smb.conf5
 file manually.
-
+
 
-
-
-
-The Main Window
-On the first start-up, the main window of  looks similar to the 
one shown below. The network neighborhood browser (Network 
Neighborhood), the network search widget (Network 
Search) and the mounted shares view (Mounted 
Shares) are arranged in a tab widget. Above them the menubar and 
toolbar(s) are located. Below them you find the status bar.
-
-  Screenshot of the main window
-  
-
-  
-
-
-  The main window
-
-  
-
+  
+Running 
 
- comes with a compact unified toolbar as the default, but the 
user can still choose to use multiple toolbars. If you wish to use the 
classical way, four toolbars are defined, for each widget one: the main 
toolbar, the toolbars for the Network Neighborhood widget, 
the Shares View widget and the Network 
Search widget. The unified toolbar contains some of the main 
actions, like Configure  and 
Quit. It also dynamically loads the actions of the 
dock widget that currently has got the focus. For additional information and 
some important warnings, please have a look at the sections discussing the 
network neighborhood 
browser, search dialog, and 
mounted shares view.
+After the installation, you can run  either from the K 

[smb4k] doc: Updated handbook.

2017-01-03 Thread Alexander Reinholdt
Git commit a26062900b6b71e8709b1f268e243f92537eec73 by Alexander Reinholdt.
Committed on 28/12/2016 at 06:10.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +212  -227  doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index cee8994..7b1f5f3 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1016,13 +1016,13 @@
 
 
 Its layout is as described here except that the 
Add Bookmark menu item is not present.
-In the Profiles menu, all profiles you 
defined are listed:
+In the Profiles menu, all defined profiles are listed:
 
 
   Screenshot of the Profiles menu of the system tray 
widget
   
 
-System tray icon's popup menu 
3
+System tray widget's Profiles 
menu
   
 
 
@@ -1066,266 +1066,251 @@
   
 
 
-
+
 
 
-The 
- comes with a  that can be added as a widget to the 
desktop or the panel. It consists of four views that are arranged as tabs: 
Network Neighborhood, Mounted Shares, 
Bookmarks, and Profiles.
+  The 
+  
+  In version 2.0 the  of  has not been ported to 
QtQuick2 and  yet and is, thus, not available.
+
 
-
-  Screenshot of the plasmoid on the desktop
+
 
-
+
 
-
-Network Neighborhood Tab
+
 
-For hosts and shares, to the right of the name of the network item some 
action buttons are arranged. For hosts, there is one button with that you can 
open the Custom 
Options dialog. For shares, there is an additional button with that you 
can add the share to the 
bookmarks. The action buttons are transparent by default and change to 
opaque when you move your mouse over them. By left clicking you initiate the 
respective action.
- 
-Besides the already mentioned Up button, the 
toolbar contains three more entries: Rescan, 
Abort and Mount Dialog. With them 
you can do a rescan, abort any running action or open the dialog for "manual" 
mounts.
+
 
-In the current development state, the  is not able to 
handle the automatic 
scanning feature,  provides. Funny things will happen, if you use 
it with the  and will probably render it mostly 
unusable.
-
+
+On the Mounted Shares page all mounted shares 
are listed:
 
-
-Mounted Shares Tab
+
+  Screenshot of the plasmoid's mounted shares tab
+  
+
+Bookmarks tab of the 
plasmoid
+
 
-On the Mounted Shares page all mounted shares are 
listed:
+Right to the name of the share and its host, two action buttons are 
arranged. The first one is for adding 
a bookmark and the second for unmounting the share. The action buttons 
are transparent by default and change to opaque when you move your mouse over 
them. By left clicking you initiate the respective action.
+The toolbar only contains the Unmount All 
action that lets you unmount all shares at once.
+  -->
 
-
-  Screenshot of the plasmoid's mounted shares tab
-  
-
-  
-
-
-  Bookmarks tab of the plasmoid
-
-  
-
+
 
-Right to the name of the share and its host, two action buttons are 
arranged. The first one is for adding 
a bookmark and the second for unmounting the share. The action buttons 
are transparent by default and change to opaque when you move your mouse over 
them. By left clicking you initiate the respective action.
+
+Bookmarked shares can be mounted by left clicking the respective 
bookmark. Bookmark groups can be entered the same way.
+To edit or remove the bookmarks, you can press the 
Edit action button in the toolbar to open the Bookmark Editor. To get back to 
the toplevel the Back button is used.
+  -->
 
-
-Bookmarks Tab
+
 
-On the Bookmarks page, the bookmark groups and 
bookmarks are listed:
-
-  Screenshot of the plasmoid's bookmarks tab
-  
-
-  
-
-
-  Bookmarks tab of the plasmoid
-
-  
-
-Bookmarked shares can be mounted by left clicking the respective 
bookmark. Bookmark groups can be entered the same way.
-To edit or remove the bookmarks, you can press the 
Edit action button in the toolbar to open the Bookmark Editor. To get back to 
the toplevel the Back button is used.
-
+
 
-
+
 
-
-  Profiles Tab
-  On the Profiles page, all defined profiles are 
listed. The currently active one is marked with an appended 
(active) label.
-  
-Screenshot of the plasmoid's profiles tab
-
-  
-
-  
-  
-Profiles tab of the plasmoid
-  
-
-  
-  You can activate a certain profile by clicking it.
-  Profiles can be managed via the configuration dialog.
-
-
+
+  Handling Bookmarks
 
-
+
+  
+  
+Adding Bookmarks
 
-
-Handling Bookmarks
+You can add bookmarks to your favorite shares from within the network neighborhood browser, the 
shares view and the . In the dock widgets of the main window, 
this is done by selecting one or multiple shares and clicking the 
Add Bookmark action. In the 
, you click the respective bookmark action next to the item's name. A 
dialog will 

[smb4k] doc: Updated handbook.

2017-01-03 Thread Alexander Reinholdt
Git commit 87278c80b875df5d3b124f1c7cce676d2267741b by Alexander Reinholdt.
Committed on 04/01/2017 at 07:24.
Pushed by areinholdt into branch 'master'.

Updated handbook.

A  +---doc/bookmarks_add_bookmark_dialog.png
A  +---doc/bookmarks_editor.png
A  +---doc/bookmarks_editor_popup_menu.png
A  +---doc/bookmarks_popup_menu.png
D  +---doc/dialog_bookmark_addition.png
D  +---doc/dialog_bookmark_editor.png
M  +59   -64   doc/index.docbook
D  +---doc/popup_menu_bookmark_editor.png
D  +---doc/popup_menu_bookmarks.png

https://commits.kde.org/smb4k/87278c80b875df5d3b124f1c7cce676d2267741b

diff --git a/doc/bookmarks_add_bookmark_dialog.png 
b/doc/bookmarks_add_bookmark_dialog.png
new file mode 100644
index 000..104921f
Binary files /dev/null and b/doc/bookmarks_add_bookmark_dialog.png differ
diff --git a/doc/bookmarks_editor.png b/doc/bookmarks_editor.png
new file mode 100644
index 000..9b1e55b
Binary files /dev/null and b/doc/bookmarks_editor.png differ
diff --git a/doc/bookmarks_editor_popup_menu.png 
b/doc/bookmarks_editor_popup_menu.png
new file mode 100644
index 000..94d1382
Binary files /dev/null and b/doc/bookmarks_editor_popup_menu.png differ
diff --git a/doc/bookmarks_popup_menu.png b/doc/bookmarks_popup_menu.png
new file mode 100644
index 000..25163e5
Binary files /dev/null and b/doc/bookmarks_popup_menu.png differ
diff --git a/doc/dialog_bookmark_addition.png b/doc/dialog_bookmark_addition.png
deleted file mode 100644
index 48354f4..000
Binary files a/doc/dialog_bookmark_addition.png and /dev/null differ
diff --git a/doc/dialog_bookmark_editor.png b/doc/dialog_bookmark_editor.png
deleted file mode 100644
index 2f2ad7d..000
Binary files a/doc/dialog_bookmark_editor.png and /dev/null differ
diff --git a/doc/index.docbook b/doc/index.docbook
index ac8ebee..4e09292 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -40,48 +40,49 @@
 
 
 
-
+
 
 
-Introduction
-
-This handbook describes  2.0.x and to some extent earlier 
versions.
+  Introduction
 
- is an advanced network neighborhood browser and http://www.samba.org;>Samba share mounting utility. It provides 
many handy features that ease your life in a mostly -dominated network 
environment:
+  This handbook describes  2.0.x and to some extent earlier 
versions.
+   is an advanced network neighborhood browser and http://www.samba.org;>Samba share mounting utility. It provides 
many handy features that ease your life in a mostly -dominated network 
environment:
 
-
-  Scanning for (active) workgroups, hosts, and 
shares
-  Support of the CIFS () 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
-  Remounting of previously used shares on program 
start
-  Miscellaneous infos about remote network items and mounted 
shares
-  Network search
-  WINS server support
-  Preview of the contents of a remote share
-  Several methods to look up the initial list of workgroups 
and domains
-  Default login
-  Special handling of homes shares
-  Ability to bookmark favorite shares
-  System tray widget
-  Support of advanced Samba options
-  Support of printer shares
-  KWallet 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
-  Wake-On-LAN capabilities
+  
+Scanning for (active) workgroups, hosts, and 
shares
+Support of the CIFS () 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
+Remounting of previously used shares on program 
start
+Miscellaneous infos about remote network items and mounted 
shares
+Network search
+WINS server support
+Preview of the contents of a remote share
+Several methods to look up the initial list of workgroups 
and domains
+Default login
+Special handling of homes shares
+Ability to bookmark favorite shares
+System tray widget
+Support of advanced Samba options
+Support of printer shares
+KWallet 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
+Wake-On-LAN capabilities
 
-  Profiles for different network neighborhood 
setups
-
+Profiles for different network neighborhood 
setups
+  
 
-
-  The plasmoid has not been ported to  and QtQuick 2 yet. Thus, 
it has been disabled in this release. We are currently working on bringing this 
functionality back.
-  
+  
+The plasmoid has not been ported to  and QtQuick 2 yet. 
Thus, it has been 

[smb4k] doc: Updated handbook.

2016-12-26 Thread Alexander Reinholdt
Git commit bd86c8ffba293a226a98327e053e8ec4ac8cf188 by Alexander Reinholdt.
Committed on 26/12/2016 at 11:46.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +142  -179  doc/index.docbook
R  +---doc/shares_view_synchronization_input_dialog.png [from: 
doc/dialog_synchronization_input.png - 100% similarity]
R  +---doc/shares_view_warning_dialog_foreign_share.png [from: 
doc/dialog_warning_unmount_foreign_share.png - 100% similarity]
R  +---doc/synchronization_progress.png [from: 
doc/dialog_synchronization_progress.png - 100% similarity]
D  +---doc/system_tray_icon.png
D  +---doc/system_tray_icon_popup_menu1.png
D  +---doc/system_tray_icon_popup_menu2.png
D  +---doc/system_tray_icon_popup_menu3.png
A  +---doc/systemtray_location.png
A  +---doc/systemtray_mounted_shares_menu.png
A  +---doc/systemtray_profiles_menu.png

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

diff --git a/doc/index.docbook b/doc/index.docbook
index cc2d1ba..cee8994 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -832,7 +832,7 @@
   Screenshot of the warning dialog that is shown when a 
foreign share is to be unmounted
   
 
-  
+  
 
 
   The warning dialog that is shown when unmounting foreign 
shares
@@ -857,7 +857,7 @@
   Screenshot of the synchronization input dialog
   
 
-  
+  
 
 
requester for sync'ing
@@ -869,7 +869,7 @@
   Screenshot of the synchronization progress 
dialog
   
 
-  
+  
 
 
   Progress dialog
@@ -905,202 +905,165 @@
   
 
 
-
+
 
 
-The System Tray Widget
+  The System Tray Widget
 
-
+
 
-
-Location and Usage
+  
+Location and Usage
 
-When  is started, an icon appears in your system tray.
+When  is started, an icon appears in your system tray.
 
-
-  Screenshot of the system tray widget
-  
-
-  
-
-
-  System tray widget
-
-  
-
+
+  Screenshot of the system tray widget
+  
+
+System tray widget
+  
+
 
-By left clicking the icon, you can minimize or restore the main window. 
A right click brings up a popup menu that contains several menu items allowing 
you to work with the mounted shares, manage or mount your bookmarks, select the 
profile you want to use and to configure  without the need to open the 
main window.
-
+By left clicking the icon, you can minimize or restore the main 
window. A right click brings up a popup menu that contains several menu items 
allowing you to work with the mounted shares, manage or mount your bookmarks, 
select the profile you want to use and to configure  without the need to 
open the main window.
+  
 
-
+
 
-
-Menus and Menu Items
+  
+Menus and Menu Items
 
-The Mounted Shares menu lists all mounted 
shares and some actions that can be performed on them.
+The Mounted Shares menu lists all mounted 
shares and some actions that can be performed on them.
 
-
-  Screenshot 1 of the popup menu of the system tray 
icon
-  
-
-  
-
-
-  System tray icon's popup menu 1
-
-  
-
+
+  Screenshot of the Mounted Shares popup menu of the system 
tray widget
+  
+
+System tray widget's Mounted Shares 
menu
+  
+
 
-
-  
-
-  
-Unmount All
-  
-
-
-  Unmount all shares at once. Depending on your settings,  attempts 
to unmount either only those shares that are owned by you or all that are 
listed.
-
-  
-
+
+  
+
+  Unmount All
+
+
+  Unmount all shares at once. Depending on your settings,  attempts 
to unmount either only those shares that are owned by you or all that are 
listed.
+
+  
+
   
-For each mounted share you can open a submenu that contains the 
following entries. For further information read here.
-
-
-  
-
-  
-Unmount
-  
-
-
-  Unmount the share.
-
-  
-  
-
-  
-Add Bookmark
-  
-
-
-  Add the selected share to the bookmarks.
-
-  
-  
-
-  
-Synchronize
-  
-
-
-  Synchronize the mounted share with a local copy or vice versa. For 
further information read here and here.
-
-  
-  
-
-  
-Open with 
-  
-
-
-  Open the base folder of the share in .
-
-  
-  
-
-  
-Open with File Manager
-  
-
-
-  Open the contents of the share in the default file manager ( 
).
-
-  
-
+For each mounted share you can open a submenu that contains the 
following entries. For further information read here.
 
-The Bookmarks menu contains all your 
bookmarks organized according to the structure you gave them (see also here and here).
-
-
-  Screenshot 2 of the popup menu 

[smb4k] doc: Updated handbook.

2016-12-24 Thread Alexander Reinholdt
Git commit cf4cbcc3ba7da8825cf2af50bc6508c3ddab1bc0 by Alexander Reinholdt.
Committed on 24/12/2016 at 08:54.
Pushed by areinholdt into branch 'master'.

Updated handbook.

D  +---doc/dialog_authentication.png
D  +---doc/dialog_custom_options.png
M  +28   -27   doc/index.docbook
A  +---doc/network_neighborhood_browser_authentication_dialog.png
A  +---doc/network_neighborhood_browser_custom_options_dialog.png
M  +---doc/network_neighborhood_browser_mount_dialog.png

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

diff --git a/doc/dialog_authentication.png b/doc/dialog_authentication.png
deleted file mode 100644
index bbbc9f5..000
Binary files a/doc/dialog_authentication.png and /dev/null differ
diff --git a/doc/dialog_custom_options.png b/doc/dialog_custom_options.png
deleted file mode 100644
index 2bf1c7d..000
Binary files a/doc/dialog_custom_options.png and /dev/null differ
diff --git a/doc/index.docbook b/doc/index.docbook
index c44eddd..cc2d1ba 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -240,7 +240,7 @@
   
 
 
-  Open the authentication dialog. You 
can provide the login and password for the selected server or share. If a 
workgroup or no item is selected, this action is disabled.
+  Open the authentication 
dialog. You can provide the login and password for the selected server 
or share. If a workgroup or no item is selected, this action is disabled.
 
   
   
@@ -349,7 +349,7 @@
   Here you can enter the location of the share either as http://en.wikipedia.org/wiki/Uniform_Naming_Convention#Uniform_Naming_Convention;>Uniform
 Naming Convention (UNC) address in the form 
//[USER@]SERVER/SHARE or 
\\[USER@]SERVER\SHARE or as URL in the form 
[smb:]//[user@]server:port/share The 
OK button will be enabled and you can press it to mount 
the share. However, it is advisable to enter the IP address and the workgroup 
of the server, too. If you want to add the share to the bookmarks at the same 
time, tick the Add this share to the bookmarks check 
box.
 
 
-Often a share is password protected. In this case, an authentication dialog will 
appear and you have to enter the correct user name (if not already provided) 
and password.  will proceed mounting the share unless a wrong user name 
or password was supplied. In that case, the authentication dialog will 
reappear. If the mount process was successful, the user will be shown a 
notification and the share will appear in the mounted shares view. If mounting fails, a 
notification with the error message that was returned by mount.cifs8
 () or mount_smbfs8
 (FreeBSD, NetBSD) will be shown.
+Often a share is password protected. In this case, an authentication 
dialog will appear and you have to enter the correct user name (if not 
already provided) and password.  will proceed mounting the share unless 
a wrong user name or password was supplied. In that case, the authentication 
dialog will reappear. If the mount process was successful, the user will be 
shown a notification and the share will appear in the mounted shares view. If mounting fails, a 
notification with the error message that was returned by mount.cifs8
 () or mount_smbfs8
 (FreeBSD, NetBSD) will be shown.
   
 
 
+
 
-
-Providing Authentication Information
-Many servers or remote shares are password protected. In that case, a 
password dialog appears asking you for the user name and password. The same 
happens, if you click the   
TAuthentication
 menu entry.
-
-Screenshot of the authentication dialog
-
-
-
-
-
-The authentication dialog
-
-
-
-If a user name has already been provided, it will be shown in the 
respective field. If it is wrong or no user name was provided, you have to 
enter one. The password, however, may be left blank. Clicking the 
OK button will commit the data. Depending on your choice 
in the configuration 
dialog, the user name and password will be stored permanently in a 
digital wallet or not all. In the latter case you will have to provide them 
every time they are needed.
+  
+Providing Authentication Information
+
+Many servers or remote shares are password protected. In that case, 
a password dialog appears asking you for the user name and password. The same 
happens, if you click the   
TAuthentication
 menu entry.
+
+  Screenshot of the authentication dialog
+  
+
+The authentication dialog
+  
+
+If a user name has already been provided, it will be shown in the 
respective field. If it is wrong or no user name was provided, you have to 
enter one. The password, however, may be left blank. Clicking the 
OK button will commit the data. Depending on your choice 
in the configuration 
dialog, the user name and password will be stored permanently in a 
digital wallet or not all. In the latter case you will have to provide them 
every time they are needed.
 
 
 
+
 
-

[smb4k] doc: Updated handbook.

2016-12-21 Thread Alexander Reinholdt
Git commit 4ff74963ac1ed8a217ec37d33c2b5f7e24cff0b7 by Alexander Reinholdt.
Committed on 21/12/2016 at 20:36.
Pushed by areinholdt into branch 'master'.

Updated handbook.

D  +---doc/dialog_manual_mount.png
D  +---doc/dialog_preview.png
D  +---doc/dialog_print_file.png
M  +354  -339  doc/index.docbook
M  +---doc/network_neighborhood_browser.png
A  +---doc/network_neighborhood_browser_mount_dialog.png
A  +---doc/network_neighborhood_browser_popup_menu.png
A  +---doc/network_neighborhood_browser_preview_dialog.png
A  +---doc/network_neighborhood_browser_print_dialog.png
D  +---doc/network_search_dialog.png
A  +---doc/network_search_view.png
A  +---doc/network_search_view_popup_menu.png
D  +---doc/popup_menu_browser.png
D  +---doc/popup_menu_network_search.png
M  +---doc/shares_view_icon_view.png
M  +---doc/shares_view_icons.png
M  +---doc/shares_view_list_view.png

https://commits.kde.org/smb4k/4ff74963ac1ed8a217ec37d33c2b5f7e24cff0b7

diff --git a/doc/dialog_manual_mount.png b/doc/dialog_manual_mount.png
deleted file mode 100644
index 2793d7d..000
Binary files a/doc/dialog_manual_mount.png and /dev/null differ
diff --git a/doc/dialog_preview.png b/doc/dialog_preview.png
deleted file mode 100644
index 31052e9..000
Binary files a/doc/dialog_preview.png and /dev/null differ
diff --git a/doc/dialog_print_file.png b/doc/dialog_print_file.png
deleted file mode 100644
index 51b0191..000
Binary files a/doc/dialog_print_file.png and /dev/null differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 9e0c145..c44eddd 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -133,7 +133,7 @@
   
 
 
- comes with a compact unified toolbar as the default, but the 
user can still choose to use multiple toolbars. If you wish to use the 
classical way, four toolbars are defined, for each widget one: the main 
toolbar, the toolbars for the Network Neighborhood widget, 
the Shares View widget and the Network 
Search widget. The unified toolbar contains some of the main 
actions, like Configure  and 
Quit. It also dynamically loads the actions of the 
dock widget that currently has got the focus. For additional information and 
some important warnings, please have a look at the sections discussing the 
network neighborhood 
browser, search dialog, and 
mounted shares view.
+ comes with a compact unified toolbar as the default, but the 
user can still choose to use multiple toolbars. If you wish to use the 
classical way, four toolbars are defined, for each widget one: the main 
toolbar, the toolbars for the Network Neighborhood widget, 
the Shares View widget and the Network 
Search widget. The unified toolbar contains some of the main 
actions, like Configure  and 
Quit. It also dynamically loads the actions of the 
dock widget that currently has got the focus. For additional information and 
some important warnings, please have a look at the sections discussing the 
network neighborhood 
browser, search dialog, and 
mounted shares view.
 
 The status bar gives some information about the current status of 
. If the application is processing a user request ( mounting a 
share), a descriptive message is displayed in the leftmost section and a 
progress bar is shown with a busy indicator. The two icons on the right hand 
side indicate if there are shares mounted (remote folder icon) and the status 
of the authentication system (wallet or key icon).
 
@@ -142,252 +142,253 @@
 The main window is highly configurable. You can hide or show all tabbed 
widgets (SettingsDock 
Widgets). They can also be dragged around with the 
mouse and docked to different areas in the main window. You can even detach 
them from the main window. The status bar and the toolbars can be hidden/shown 
by toggling the menu entry 
SettingsShow 
Statusbar and the ones under 
SettingsToolbars 
Shown, respectively.
 
 
-
+
 
 
-The Network Neighborhood Browser
+  The Network Neighborhood Browser
 
-The interaction with the network neighborhood is done with the 
Network Neighborhood browser. It contains all network 
items   workgroups, servers, and shares   was able to 
find. They are organized in a network tree, and you can navigate through it by 
either clicking the [+] next to the item name or by executing the item 
itself.
+  The interaction with the network neighborhood is done with the 
Network Neighborhood browser. It contains all network 
items   workgroups, servers, and shares   was able to 
find. They are organized in a network tree, and you can navigate through it by 
either clicking the control next to the item name or by executing the item 
itself.
+  In the network tree, the master browser of each workgroup or domain is 
highlighted by blue font color. Mounted shares are marked with the respective 
folder icon and an italic font.
 
-In the network tree, the master browser of each workgroup or domain is 

[smb4k] doc: Updated handbook.

2016-11-03 Thread Alexander Reinholdt
Git commit 1fc3a496451a1d4d897045b1af9c4206e4175bcb by Alexander Reinholdt.
Committed on 04/11/2016 at 05:39.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/dialog_synchronization_input.png
M  +---doc/dialog_synchronization_progress.png
M  +---doc/dialog_warning_unmount_foreign_share.png
M  +83   -74   doc/index.docbook

http://commits.kde.org/smb4k/1fc3a496451a1d4d897045b1af9c4206e4175bcb

diff --git a/doc/dialog_synchronization_input.png 
b/doc/dialog_synchronization_input.png
index 999261a..fc0d126 100644
Binary files a/doc/dialog_synchronization_input.png and 
b/doc/dialog_synchronization_input.png differ
diff --git a/doc/dialog_synchronization_progress.png 
b/doc/dialog_synchronization_progress.png
index 163807a..a779ed9 100644
Binary files a/doc/dialog_synchronization_progress.png and 
b/doc/dialog_synchronization_progress.png differ
diff --git a/doc/dialog_warning_unmount_foreign_share.png 
b/doc/dialog_warning_unmount_foreign_share.png
index dcd0c55..61efe85 100644
Binary files a/doc/dialog_warning_unmount_foreign_share.png and 
b/doc/dialog_warning_unmount_foreign_share.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 0da0d68..9534ace 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -660,7 +660,7 @@
 
   Unmount one or multiple selected shares. The ability to 
unmount shares is by default restricted to the ones that are owned by you. 
However, you can change this behavior by changing the settings in the 
configuration dialog. If no share is selected in the shares view, this button 
is disabled.
also provides the ability to force the unmounting of 
shares ( only). This might be useful with inaccessible shares that 
cannot be unmounted the normal way. To enable this feature, you need to modify 
the settings in the 
configuration dialog.
-  Read the Unmounting Shares section for 
more details.
+  Read the Unmounting 
Shares section for more details.
 
   
   
@@ -672,7 +672,7 @@
 
 
   Unmount all shares at once. The restrictions noted above also 
apply here. If you do not have any shares mounted, this button is 
disabled.
-  Read the Unmounting Shares section for 
more details.
+  Read the Unmounting 
Shares section for more details.
 
   
   
@@ -694,7 +694,7 @@
   
 
 
-  Start the synchronization of a share 
with a local copy or vice versa. This menu entry is only enabled if you 
installed the program rsync1
 and a share is selected.
+  Start the synchronization of a share with a 
local copy or vice versa. This menu entry is only enabled if you installed the 
program rsync1
 and a share is selected.
 
   
   
@@ -804,80 +804,89 @@
 You can also drag and drop the whole share to the desktop or to 
another application ( dolphin;). Again, a popup menu will open asking you, 
what you want to do. When choosing the appropriate operation, please remember 
that under most circumstances moving and linking the share might not be a good 
idea.
   
 
-
+
 
-
-Unmounting Shares
-One or multiple selected shares may be unmounted by either clicking the 
 
UUnmount
 action or by pressing its keyboard shortcut. By default, the ability to 
unmount a share is restricted to the ones that are owned by you. This behavior 
can be altered in the configuration 
dialog. If you enabled the unmounting of shares that are owned by other 
users, you will be presented with a warning dialog prior to the actual 
unmount:
-
-  Screenshot of the warning dialog that is shown when a foreign 
share is to be unmounted
-  
-
-  
-
-
-  The warning dialog that is shown when unmounting foreign 
shares
-
-  
-
-If you click the Yes button, the share will 
definitely be unmounted. So, please think twice before you decide to unmount 
shares that are owned by other users!
-Inaccessible shares are unmounted with a "normal" unmount by default. If 
this should fail, you can configure  so as to 
perform a lazy unmount on inaccessible shares 
( only).
-All shares can be unmounted at once by clicking the 
 
NUnmount 
All action. Depending on your settings, this will 
also unmount foreign and inaccessible shares.
-After a successful unmount process, the user is notified. If unmounting 
fails, a notification with the returned error message will be shown.
-
+  
+Unmounting Shares
 
-
+One or multiple selected shares may be unmounted by either clicking 
the  
UUnmount
 action or by pressing its keyboard shortcut. By default, the ability to 
unmount a share is restricted to the ones that are owned by you. This behavior 
can be altered in the configuration dialog. If 
you enabled the unmounting of shares that are owned by other users, you will be 
presented with a warning dialog prior to the actual unmount:
+
+  Screenshot of the warning dialog that is shown when a 

[smb4k] doc: Updated handbook.

2016-10-31 Thread Alexander Reinholdt
Git commit eba1b588f023ae28ad204f2339c41970142a62cc by Alexander Reinholdt.
Committed on 31/10/2016 at 14:37.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +1-1doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 5ad86bf..cb5d979 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -2288,7 +2288,7 @@ Default: not selected
 
   Screenshot of the wallet entries editor
   
-
+
 The wallet entries editor
   
 



[smb4k] doc: Updated handbook.

2016-10-23 Thread Alexander Reinholdt
Git commit f6224621bd8693d83103ec65e0bdce56e958345a by Alexander Reinholdt.
Committed on 23/10/2016 at 12:29.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +232  -268  doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 4ab303b..e840588 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -175,7 +175,7 @@
 
 There are four 
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. The last method searches for all registered IP 
addresses within a given broadcast area. This might come in handy on poorly 
performing network neighborhoods.
 
-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.
+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.
 
 Under normal circumstances you should not have any trouble 
browsing the network neighborhood. In case you experience problems, please read 
our https://sourceforge.net/p/smb4k/wiki/Home/;>wiki first 
before thinking about https://sourceforge.net/p/smb4k/tickets/;>reporting a bug. It 
lists some common problems and their solutions.
 
@@ -251,7 +251,7 @@
   
 
 
-  Open the Custom Options dialog. You 
can set several custom options for the selected server or share. If a workgroup 
or no item is selected, this menu entry is disabled.
+  Open the Custom 
Options dialog. You can set several custom options for the selected 
server or share. If a workgroup or no item is selected, this menu entry is 
disabled.
 
   
   
@@ -408,46 +408,49 @@
 If a user name has already been provided, it will be shown in the 
respective field. If it is wrong or no user name was provided, you have to 
enter one. The password, however, may be left blank. Clicking the 
OK button will commit the data. Depending on your choice 
in the configuration 
dialog, the user name and password will be stored permanently in a 
digital wallet or not all. In the latter case you will have to provide them 
every time they are needed.
 
 
-
+
 
-
-Defining Custom Options
-Use the Custom Options dialog if you want to
-
-  define custom Samba options for a single server or share 
that deviate from the ones defined in the configuration 
dialog,
-  define a server that should be woken up prior to network 
scans or mount attempts (Wake-On-LAN feature, see here),
-  always mount a certain share on start-up or if the 
corresponding profile is loaded.
-
-The dialog is opened by clicking the  
CCustom 
Options menu entry.
+  
+Defining Custom Options
 
-
-  Screenshot of the custom options dialog for a share
-  
-
-  
-
-
-  The custom options dialog
-
-  
-
+Use the Custom Options dialog if you want 
to
+
+  define custom Samba options for a single server or share 
that deviate from the ones defined in the configuration 
dialog,
+  define a server that should be woken up prior to network 
scans or mount attempts (Wake-On-LAN feature, see here),
+  always mount a certain share on start-up or if the 
corresponding profile is loaded.
+
+The dialog is opened by clicking the  
CCustom 
Options menu entry.
+
+
+  Screenshot of the custom options dialog for a 
share
+  
+
+  
+
+
+  The custom options dialog
+
+  
+
 
-The Default button is enabled if the entries in 
the dialog deviate from the settings you defined in the configuration dialog. 
By clicking it, you can reset the entries in the dialog to their default 
values. The OK button is enabled if you changed the 
settings in the dialog. Clicking it will commit the custom settings and close 
the dialog.
+

[smb4k] doc: Updated handbook.

2016-10-22 Thread Alexander Reinholdt
Git commit 93a0d23efff879794687058b13f6b2790f0f55ae by Alexander Reinholdt.
Committed on 22/10/2016 at 19:39.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +45   -53   doc/index.docbook

http://commits.kde.org/smb4k/93a0d23efff879794687058b13f6b2790f0f55ae

diff --git a/doc/index.docbook b/doc/index.docbook
index 5ad86bf..4ab303b 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1392,11 +1392,14 @@
 
   Special Remarks
   
-
+

   
-  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:
+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]
 ...
@@ -1404,63 +1407,52 @@ client max protocol = SMB3
 client ipc max protocol = NT1
 ...
   
-  Unfortunately, this fix for  breaks the possibility to connect 
to the network neighborhood with  and maybe also other programs.
-
+Unfortunately, this fix for  breaks the possibility to 
connect to the network neighborhood with  and maybe also other 
programs.
+  
   
-
+
   
-
-Remarks for FreeBSD Users
+  
+Remarks for FreeBSD Users
 
-
-DBUS and PolKit-1
- makes use of the  authorization API (KAuth) to enable 
mounting of remote shares. KAuth uses DBUS and PolKit-1 (or PolicyKit) for 
privilege escalation, so it is necessary that  is set up properly. When 
installing  under FreeBSD, it might be necessary to manually adjust some 
things to achieve this (With version 1.0.10 of package 
kdehier4 this seems to be fixed!):
-
-  
-Check that the file 
net.sourceforge.smb4k.mounthelper.policy exists in the 
directory /usr/local/share/polkit-1/actions/. If it is not 
present, you need to link (or copy) it to that location:
-$ cd /usr/local/share/polkit-1/actions/
-$ sudo ln -s \
-/usr/local/kde4/share/polkit-1/actions/net.sourceforge.smb4k.mounthelper.policy
 .
-  
-  
-The installation most likely put the DBUS files into the wrong 
location, so you have to link (or copy) them to the right one:
-$ cd /usr/local/share/dbus-1/system-services
-$ sudo ln -s \
-/usr/local/kde4/share/dbus-1/system-services/net.sourceforge.smb4k.mounthelper.service
 .
-  
-
-
+
+  Mounting of Shares (Smb4K >= 1.2.0)
 
-
-Mounting of Shares (Smb4K >= 1.2.0)
-Since version 1.2.0, the password for a share is directly passed to 
mount_smbfs, so that the ~/.nsmbrc is 
not necessary anymore for mounting to work. Moreover,  will not write 
any data to that file anymore.
-
-
+  Since version 1.2.0, the password for a share is directly passed 
to mount_smbfs, so that the ~/.nsmbrc 
is not necessary anymore for mounting to work. Moreover,  will not write 
any data to that file anymore.
+
+  
 
-
+
 
-
-Remarks for NetBSD Users
+  
+Remarks for NetBSD Users
+
+
+  DBUS and PolicyKit
+
+  Under NetBSD,  is able to run since version 1.2.0. However, 
some modifications have to be made in order to be able to mount and unmount 
shares:
+  Assuming that the prefix of your  installation is /usr/pkg, the following steps have to be taken to 
make  work properly:
+  
+   Configure, compile and install  according to the 
directions given in the Configuration, 
Compilation and Installation section of the appendix.
+   After installation, link (or copy) the file 
net.sourceforge.smb4k.mounthelper.conf from the examples directory to the right location:
+   $ cd 
/usr/pkg/etc/dbus-1/system.d/
+   $ sudo ln -s \
+   
/usr/pkg/share/examples/kde4-dbus/net.sourceforge.smb4k.mounthelper.conf
 .
+   Edit the file 
/usr/pkg/etc/PolicyKit/PolicyKit.conf and add the 
following paragraph in the config version="0.1" section:
+   
+
+match action="org.kde.smb4k.mounthelper.*"
+return result="yes"
+/match
 
-
-  DBUS and PolicyKit
-Under NetBSD,  is able to run since version 1.2.0. However, some 
modifications have to be made in order to be able to mount and unmount 
shares:
-Assuming that the prefix of your  installation is /usr/pkg, the following steps have to be taken to 
make  work properly:
-
-  Configure, compile and install  according to the 
directions given in the Configuration, 
Compilation and Installation section of the appendix.
-  After installation, link (or copy) the file 
net.sourceforge.smb4k.mounthelper.conf from the examples directory to the right 

[smb4k] doc: Updated handbook.

2016-10-22 Thread Alexander Reinholdt
Git commit bbc18d413c4f67ff7d91862fb0888446af0818d6 by Alexander Reinholdt.
Committed on 22/10/2016 at 10:12.
Pushed by areinholdt into branch 'master'.

Updated handbook.

D  +---doc/configuration_custom_options.png
A  +---doc/configuration_page_authentication_wallet_entries.png
A  +---doc/configuration_page_custom_options.png
D  +---doc/configuration_wallet_entries.png
M  +---doc/dialog_default_login.png
M  +87   -78   doc/index.docbook

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

diff --git a/doc/configuration_custom_options.png 
b/doc/configuration_custom_options.png
deleted file mode 100644
index 69cd411..000
Binary files a/doc/configuration_custom_options.png and /dev/null differ
diff --git a/doc/configuration_page_authentication_wallet_entries.png 
b/doc/configuration_page_authentication_wallet_entries.png
new file mode 100644
index 000..9d21f77
Binary files /dev/null and 
b/doc/configuration_page_authentication_wallet_entries.png differ
diff --git a/doc/configuration_page_custom_options.png 
b/doc/configuration_page_custom_options.png
new file mode 100644
index 000..19a3306
Binary files /dev/null and b/doc/configuration_page_custom_options.png differ
diff --git a/doc/configuration_wallet_entries.png 
b/doc/configuration_wallet_entries.png
deleted file mode 100644
index 9a00478..000
Binary files a/doc/configuration_wallet_entries.png and /dev/null differ
diff --git a/doc/dialog_default_login.png b/doc/dialog_default_login.png
index 92cd498..a1da5f9 100644
Binary files a/doc/dialog_default_login.png and b/doc/dialog_default_login.png 
differ
diff --git a/doc/index.docbook b/doc/index.docbook
index b3c3917..5ad86bf 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -405,7 +405,7 @@
 
 
 
-If a user name has already been provided, it will be shown in the 
respective field. If it is wrong or no user name was provided, you have to 
enter one. The password, however, may be left blank. Clicking the 
OK button will commit the data. Depending on your choice 
in the configuration 
dialog, the user name and password will be stored permanently in a 
digital wallet or not all. In the latter case you will have to provide them 
every time they are needed.
+If a user name has already been provided, it will be shown in the 
respective field. If it is wrong or no user name was provided, you have to 
enter one. The password, however, may be left blank. Clicking the 
OK button will commit the data. Depending on your choice 
in the configuration 
dialog, the user name and password will be stored permanently in a 
digital wallet or not all. In the latter case you will have to provide them 
every time they are needed.
 
 
 
@@ -1394,7 +1394,7 @@
   
 

-
+  
   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:
   
@@ -2027,7 +2027,7 @@ If periodic scanning is enabled, this is the time in 
minutes that elapses until
 
 Wake-On-LAN
 
-To be able to use the Wake-On_LAN capability of , you have to 
enable the setting in this section. The hosts that should to be woken up have 
to be defined through the custom 
options dialog.
+To be able to use the Wake-On_LAN capability of , you have to 
enable the setting in this section. The hosts that should to be woken up have 
to be defined through the custom options dialog.
 
 
   
@@ -2208,86 +2208,95 @@ Default: not selected
 
 
 
-
+
 
-
-Authentication
+
+  Authentication
 
-Here you can change the settings affecting the authentication.
+  Here you can change the settings affecting the authentication.
 
-
-Screenshot of the "Authentication" configuration tab
-
-
-
-
-
-The "Authentication" configuration tab
-
-
-
+  
+Screenshot of the "Authentication" configuration 
page
+
+  
+
+  
+  
+The "Authentication" configuration page
+  
+
+  
 
-
+
 
-
-General Settings
+  
+General Settings
   
-
-  Password Storage
-  
-
-  
-Save logins in a wallet
-  
-  
-The login names and passwords are stored in a subfolder named 
Smb4K of the current network wallet 
(default: "kdewallet"). The advantage of this method is, that the 
authentication data is stored permanently and encrypted on your hard drive. You 
only have to provide it once and the next time it is needed,  will read 
it from the wallet. If you uncheck this option, the authentication data won't 
be stored at all.
-Default: selected
-  
-
-  
-
+
+  Password Storage
+  
+  
+
+  
+Save logins in a 
wallet
+  
+  
+  

[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  breaks the possibility to connect 
to the network neighborhood with  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
-   for desktop integration
+
   Profiles for different network neighborhood 
setups
 
 
- If you encounter problems while using , 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=guidedproduct=smb4k;>bug 
tracker.
- For discussions about -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  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 , 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=guidedproduct=smb4k;>bug 
tracker.
+For discussions about -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 ( 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 ( 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 YSynchronize
 menu item opens the synchronization dialog. It offers you the mount 

[smb4k] doc: Updated handbook.

2016-10-08 Thread Alexander Reinholdt
Git commit aba39f2206ada647190a30a9c63efebf623f8694 by Alexander Reinholdt.
Committed on 08/10/2016 at 15:34.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +17   -2doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index a5e3d63..ca6f188 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1386,6 +1386,20 @@
 
   Special Remarks
   
+
+   
+
+  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
+...
+  Unfortunately, this fix for  breaks the possibility to connect 
to the network neighborhood with  and maybe also other programs.
+
+  
 
   
 
@@ -1432,9 +1446,10 @@
 $ sudo ln -s \
 
/usr/pkg/share/examples/kde4-dbus/net.sourceforge.smb4k.mounthelper.conf
 .
 Edit the file 
/usr/pkg/etc/PolicyKit/PolicyKit.conf and add the 
following paragraph in the config version="0.1" section:
-match action="net.sourceforge.smb4k.mounthelper.*"
+  
+match action="net.sourceforge.smb4k.mounthelper.*"
 return result="yes"
-/match
+/match
 This will allow everyone to mount and unmount remote Samba shares with 
.
 
 



[smb4k] doc: Updated handbook.

2016-08-29 Thread Alexander Reinholdt
Git commit b5b8453ec8b25eb812965c9816f0fdacfb056349 by Alexander Reinholdt.
Committed on 29/08/2016 at 18:42.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +1-1doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 027ae73..5a5926e 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -4453,7 +4453,7 @@ of the  Fundamentals.
 If you experienced a crash, attach a full backtrace. For this 
it is recommended that you (re-)compile  with debugging symbols. How 
this is done is mentioned in the Configuration, Compilation and 
Installation chapter in the appendix.
 Add additional data,  send a screen shot if you are 
reporting a  related problem.
 
-The recommended method to report a bug is to go to our https://sourceforge.net/p/smb4k/tickets/;>bug tracking system and 
fill out the form. But you can also use the dialog that opens when you click 
the HelpReport 
Bug... menu item.
+The recommended method to report a bug is to use the dialog that opens 
when you click the HelpReport 
Bug... menu item. But you can also go directly to 
the https://bugs.kde.org/enter_bug.cgi?product=Smb4kformat=guided;>KDE 
Bugtracking System and fill out the form.
 
 
 



[kde-doc-english] [smb4k] doc: Updated handbook.

2015-02-15 Thread Alexander Reinholdt
Git commit c8680fd28708f657e8ded12726bdec997a31 by Alexander Reinholdt.
Committed on 15/02/2015 at 16:49.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +11   -11   doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 4e816a7..e12ed0e 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -28,7 +28,7 @@
 holderAlexander Reinholdt/holder
 /copyright
 legalnoticeunderFDL;/legalnotice
-date2015-01-xx/date
+date2015-02-15/date
 releaseinfo5.1.0/releaseinfo
 abstract
 parasmb4k; is an advanced network neighborhood browser and Samba share 
mounting utility for KDE./para
@@ -51,7 +51,7 @@
 
 itemizedlist
   listitemparaScanning for (active) workgroups, hosts, and 
shares/para/listitem
-  listitemparaSupport of the CIFS (Linux;) and SMBFS (FreeBSD) file 
system/para/listitem
+  listitemparaSupport of the CIFS (Linux;) and SMBFS (FreeBSD, NetBSD) 
file system/para/listitem
   listitemparaMounting and unmounting of shares/para/listitem
   listitemparaAccess to the files of a mounted share using a file manager 
or terminal/para/listitem
   listitemparaAuto-detection of external mounts and 
unmounts/para/listitem
@@ -59,7 +59,7 @@
   listitemparaMiscellaneous infos about remote network items and mounted 
shares/para/listitem
   listitemparaNetwork search/para/listitem
   listitemparaWINS server support/para/listitem
-  listitemparaPreview of the contents of a share/para/listitem
+  listitemparaPreview of the contents of a remote share/para/listitem
   listitemparaSeveral methods to look up the initial list of workgroups 
and domains/para/listitem
   listitemparaDefault login/para/listitem
   listitemparaSpecial handling of homes shares/para/listitem
@@ -93,7 +93,7 @@
 paraAfter the installation, you can run smb4k; either from the K menu or 
from the command prompt by typing/para
 screenprompt$/prompt 
userinputcommandsmb4k/command/userinput/screen
 parasmb4k; does not take any arguments, except those that are known to all 
kde; programs./para
-parasmb4k; also comes with a plasmoid; for better desktop integration. It 
can be added as widget to the desktop or the panel./para
+parasmb4k; also comes with a link linkend=plasmoidplasmoid;/link for 
better desktop integration. It can be added as widget to the desktop or the 
panel./para
 
 noteparaIf your system is missing some of the programs smb4k; needs to 
operate properly, it notifies the user:/para
 screenshot id=notification_missing_program
@@ -109,7 +109,7 @@
 /screenshot
 paraIn this case, please install the specified program or, if it is already 
present, add its location to the envarPATH/envar environment variable in 
your shell's configuration file (for the ulink 
url=man:/bashciterefentryrefentrytitlebash/refentrytitlemanvolnum1/manvolnum/citerefentry/ulink
 shell it is the filename~/.bashrc/filename file)./para
 
-paraIn addition, it is recommended that you configure Samba before using 
smb4k;. You may use the web-based ulink 
url=man:/swatciterefentryrefentrytitleswat/refentrytitlemanvolnum8/manvolnum/citerefentry/ulink
 utility for this purpose, if you have Samba 3 installed. However, it was 
removed from Samba 4. In this case, you can use other graphical tools (eg; 
applicationsystem-config-samba/application) or configure the ulink 
url=man:/smb.confciterefentryrefentrytitlesmb.conf/refentrytitlemanvolnum5/manvolnum/citerefentry/ulink
 file manually./para/note
+paraIn addition, it is recommended that you configure Samba before using 
smb4k;. You may use the web-based ulink 
url=man:/swatciterefentryrefentrytitleswat/refentrytitlemanvolnum8/manvolnum/citerefentry/ulink
 utility for this purpose if you have Samba 3 installed. However, it was 
removed from Samba 4. In this case, you can use other graphical tools (eg; 
applicationsystem-config-samba/application) or configure the ulink 
url=man:/smb.confciterefentryrefentrytitlesmb.conf/refentrytitlemanvolnum5/manvolnum/citerefentry/ulink
 file manually./para/note
 /sect1
 
 !-- Using Smb4K : Main Window --
@@ -159,7 +159,7 @@
   /mediaobject
 /screenshot
 
-paraThe selection of multiple network items is supported since smb4k; 
1.2.0. So, it is now possible to eg; mount or preview several shares at 
once./para
+paraThe selection of multiple network items is supported. So, it is possible 
to eg; mount or preview several shares at once./para
 
 !-- Using Smb4K : The Network Neighborhood Browser : Browsing --
 
@@ -342,7 +342,7 @@
   paraHere you can enter the location of the share either as ulink 
url=http://en.wikipedia.org/wiki/Uniform_Naming_Convention#Uniform_Naming_Convention;Uniform
 Naming Convention (UNC)/ulink address in the form 
screen//[USER@]SERVER/SHARE/screen or 
screen\\[USER@]SERVER\SHARE/screen or as URL in the form 
screen[smb:]//[user@]server:port/share/screen The guibuttonOK/guibutton 
button will be enabled and you can press it to mount the share. However, it is 
advisable 

[kde-doc-english] [smb4k] doc: Updated handbook.

2015-02-04 Thread Alexander Reinholdt
Git commit 47812b3209b1409f0ae65f66e277b7a5671b2a45 by Alexander Reinholdt.
Committed on 04/02/2015 at 19:45.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +14   -7doc/index.docbook

http://commits.kde.org/smb4k/47812b3209b1409f0ae65f66e277b7a5671b2a45

diff --git a/doc/index.docbook b/doc/index.docbook
index 4051067..4e816a7 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -93,7 +93,7 @@
 paraAfter the installation, you can run smb4k; either from the K menu or 
from the command prompt by typing/para
 screenprompt$/prompt 
userinputcommandsmb4k/command/userinput/screen
 parasmb4k; does not take any arguments, except those that are known to all 
kde; programs./para
-parasmb4k; also comes with a plasmoid for better desktop integration. It 
can be added as widget to the desktop or the panel./para
+parasmb4k; also comes with a plasmoid; for better desktop integration. It 
can be added as widget to the desktop or the panel./para
 
 noteparaIf your system is missing some of the programs smb4k; needs to 
operate properly, it notifies the user:/para
 screenshot id=notification_missing_program
@@ -1024,7 +1024,7 @@
 
 sect1 id=plasmoid
 titleThe plasmoid;/title
-parasmb4k; comes with a plasmoid that can be added as a widget to the 
desktop or the panel. It consists of four views that are arranged as tabs: 
guilabelNetwork Neighborhood/guilabel, guilabelMounted Shares/guilabel, 
guilabelBookmarks/guilabel, and guilabelProfiles/guilabel./para
+parasmb4k; comes with a plasmoid; that can be added as a widget to the 
desktop or the panel. It consists of four views that are arranged as tabs: 
guilabelNetwork Neighborhood/guilabel, guilabelMounted Shares/guilabel, 
guilabelBookmarks/guilabel, and guilabelProfiles/guilabel./para
 
 screenshot
   screeninfoScreenshot of the plasmoid on the desktop/screeninfo
@@ -1063,7 +1063,7 @@
  
 paraBesides the already mentioned guibuttonUp/guibutton button, the 
toolbar contains three more entries: guibuttonRescan/guibutton, 
guibuttonAbort/guibutton and guibuttonMount Dialog/guibutton. With them 
you can do a rescan, abort any running action or open the link 
linkend=mainwindow_network_mountingdialog for manual mounts/link./para
 
-noteparaIn the current development state, the plasmoid is not able to 
handle the link linkend=configuration_network_periodic_scanningautomatic 
scanning feature/link, smb4k; provides. Funny things will happen, if you use 
it with the plasmoid and will it probably render mostly unusable./para/note
+noteparaIn the current development state, the plasmoid; is not able to 
handle the link linkend=configuration_network_periodic_scanningautomatic 
scanning feature/link, smb4k; provides. Funny things will happen, if you use 
it with the plasmoid; and will it probably render mostly 
unusable./para/note
 /sect2
 
 !-- Using Smb4K : The Plasmoid : Mounted Shares Tab --
@@ -1096,7 +1096,6 @@
 titleBookmarks Tab/title
 
 paraOn the guilabelBookmarks/guilabel page the bookmark groups and 
bookmarks !-- defined for the currently active profile --are listed:/para
-
 screenshot
   screeninfoScreenshot of the plasmoid's bookmarks tab/screeninfo
   mediaobject
@@ -1108,9 +1107,7 @@
 /textobject
   /mediaobject
 /screenshot
-
 paraBookmarked shares can be mounted by left clicking the respective 
bookmark. Bookmark groups can be entered the same way./para
-
 paraTo edit or remove the bookmarks, you can press the 
guibuttonEdit/guibutton action button in the toolbar to open the link 
linkend=mainwindow_bookmarks_editorBookmark Editor/link. To get back to 
the toplevel the guibuttonBack/guibutton button is used./para
 /sect2
 
@@ -1119,7 +1116,17 @@
 sect2 id=plasmoid_profiles
   titleProfiles Tab/title
   paraOn the guilabelProfiles/guilabel page, all defined profiles are 
listed. The currently active one is marked with an appended 
guilabel(active)/guilabel label./para
-  !-- screenshot goes here --
+  screenshot
+screeninfoScreenshot of the plasmoid's profiles tab/screeninfo
+mediaobject
+  imageobject
+imagedata fileref=plasmoid_profiles_tab.png format=PNG /
+  /imageobject
+  textobject
+phraseProfiles tab of the plasmoid/phrase
+  /textobject
+/mediaobject
+  /screenshot
   paraYou can activate a certain profile by clicking it./para
   paraProfiles can be link linkend=profilesmanaged/link via the link 
linkend=configuration_profilesconfiguration dialog/link./para
 /sect2


[kde-doc-english] [smb4k] doc: Updated handbook.

2015-02-02 Thread Alexander Reinholdt
Git commit bb5ab66858a8e38c35ac573da9f4313a3c9caeaa by Alexander Reinholdt.
Committed on 02/02/2015 at 19:49.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +2-2doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 3e2194c..83e546e 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1330,10 +1330,10 @@
 paraThe default behavior of each notification can be changed via the 
link linkend=notifications_managesystemsettings;/link./para
   /sect2
 
-!-- Using Smb4K : Notifications : Manage Notifications --
+!-- Using Smb4K : Notifications : Managing Notifications --
 
   sect2 id=notifications_manage
-titleManage Notifications/title
+titleManaging Notifications/title
 parasmb4k; used notifications to inform the user about events, warnings 
and errors. They can be managed via the systemsettings;. To modify the 
behavior of one or all notifications, open the guibuttonApplication and 
System Notifications/guibutton module and choose the guibuttonManage 
Notifications/guibutton entry. In the tab guilabelApplications/guilabel 
select the guilabelAdvanced Network Neighborhood Browser/guilabel entry 
from the drop-down menu:/para
 screenshot
   screeninfoScreenshot of the systemsettings notification 
module/screeninfo



[kde-doc-english] [smb4k] doc: Updated handbook.

2015-01-25 Thread Alexander Reinholdt
Git commit b6981645577842312b06252bae5b8f760da14b29 by Alexander Reinholdt.
Committed on 25/01/2015 at 07:57.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +28   -1doc/index.docbook
M  +---doc/system_tray_icon.png
M  +---doc/system_tray_icon_popup_menu1.png
M  +---doc/system_tray_icon_popup_menu2.png
A  +---doc/system_tray_icon_popup_menu3.png

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 3e2194c..d02c323 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -827,6 +827,8 @@
 sect1 id=systemtray
 titleThe System Tray Widget/title
 
+!-- Using Smb4K : The System Tray Widget : Location and Usage --
+
 sect2 id=systemtray_location_usage
 titleLocation and Usage/title
 
@@ -847,6 +849,8 @@
 paraBy left clicking the icon, you can minimize or restore the main window. 
A right click brings up a popup menu that contains several menu items allowing 
you to work with the mounted shares, manage or mount your bookmarks, select the 
profile you want to use and to configure smb4k; without the need to open the 
main window./para
 /sect2
 
+!-- Using Smb4K : The System Tray Widget : Menus and Menu Items --
+
 sect2 id=systemtray_menus
 titleMenus and Menu Items/title
 
@@ -948,6 +952,22 @@
 
 paraIts layout is as described link 
linkend=mainwindow_bookmarks_menuhere/link except that the 
guimenuitemAdd Bookmark/guimenuitem menu item is not present./para
 
+paraIn the guimenuitemProfiles/guimenuitem menu, all profiles you link 
linkend=profilesdefined/link are listed:/para
+
+screenshot
+  screeninfoScreenshot 3 of the popup menu of the system tray 
icon/screeninfo
+  mediaobject
+imageobject
+  imagedata fileref=system_tray_icon_popup_menu3.png format=PNG /
+/imageobject
+textobject
+  phraseSystem tray icon's popup menu 3/phrase
+/textobject
+  /mediaobject
+/screenshot
+
+paraYou can activate a profile by clicking it. The profiles can be link 
linkend=profilesmanaged/link via the link 
linkend=configuration_profilesconfiguration dialog/link./para
+
 paraThe other menu entries are:/para
 
 variablelist
@@ -1307,7 +1327,14 @@
   sect2 id=profiles_activate_profile
 titleActivating a Profile/title
 paraBy default, the first profile in the list is set active when you 
enable the use of profiles. The active profile can be changed in the 
guimenuProfiles/guimenu menu of the main window or the system tray widget 
or on the guilabelProfiles/guilabel page of the plasmoid./para
-  /sect2  
+paraWhen a profile is activated, several things happen:/para
+itemizedlist
+  listitemparaAll currently mounted shares are unmounted and are 
scheduled for remount./para/listitem
+  listitemparaAll shares are remounted that were previously mounted 
under the activated profile./para/listitem
+  listitemparaThe bookmarks of this profile are 
loaded./para/listitem
+  listitemparaThe custom options of this profile are 
loaded./para/listitem
+/itemizedlist
+  /sect2
 /sect1
 
 !-- Using Smb4K : Notifications --
diff --git a/doc/system_tray_icon.png b/doc/system_tray_icon.png
index 4303833..833355c 100644
Binary files a/doc/system_tray_icon.png and b/doc/system_tray_icon.png differ
diff --git a/doc/system_tray_icon_popup_menu1.png 
b/doc/system_tray_icon_popup_menu1.png
index f456f5e..e88fca8 100644
Binary files a/doc/system_tray_icon_popup_menu1.png and 
b/doc/system_tray_icon_popup_menu1.png differ
diff --git a/doc/system_tray_icon_popup_menu2.png 
b/doc/system_tray_icon_popup_menu2.png
index 1d5b8f4..92a3e3f 100644
Binary files a/doc/system_tray_icon_popup_menu2.png and 
b/doc/system_tray_icon_popup_menu2.png differ
diff --git a/doc/system_tray_icon_popup_menu3.png 
b/doc/system_tray_icon_popup_menu3.png
new file mode 100644
index 000..9c11583
Binary files /dev/null and b/doc/system_tray_icon_popup_menu3.png differ


[kde-doc-english] [smb4k] doc: Updated handbook.

2015-01-18 Thread Alexander Reinholdt
Git commit f927b95d5e1687c1ace3b6de1b7df341f3d6d34e by Alexander Reinholdt.
Committed on 18/01/2015 at 15:28.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +81   -42   doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 4073d63..3e2194c 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -24,11 +24,11 @@
 !-- TRANS:ROLES_OF_TRANSLATORS --
 /authorgroup
 copyright
-year2005-2014/year
+year2005-2015/year
 holderAlexander Reinholdt/holder
 /copyright
 legalnoticeunderFDL;/legalnotice
-date2014-11-xx/date
+date2015-01-xx/date
 releaseinfo5.1.0/releaseinfo
 abstract
 parasmb4k; is an advanced network neighborhood browser and Samba share 
mounting utility for KDE./para
@@ -1391,7 +1391,7 @@
 paraUnder NetBSD, smb4k; is able to run since version 1.2.0. However, some 
modifications have to be made in order to be able to mount and unmount 
shares:/para
 paraAssuming that the prefix of your kde; installation is filename 
class=directory/usr/pkg/filename, the following steps have to be taken to 
make smb4k; work properly:/para
 itemizedlist
-  listitemparaConfigure, compile and install smb4k; according to the 
directions given in the link linkend=appendix_compilationCompilation and 
Installation/link section of the appendix./para/listitem
+  listitemparaConfigure, compile and install smb4k; according to the 
directions given in the link linkend=appendix_compilationConfiguration, 
Compilation and Installation/link section of the appendix./para/listitem
   listitemparaAfter installation, link (or copy) the file 
filenamenet.sourceforge.smb4k.mounthelper.conf/filename from the filename 
class=directoryexamples/filename directory to the right location:/para
 parascreenuserinputprompt$/prompt commandcd/command filename 
class=directory/usr/pkg/etc/dbus-1/system.d//filename/userinput
 userinputprompt$/prompt commandsudo ln/command -s \
@@ -1405,7 +1405,6 @@
 /sect3
 /sect2
 /sect1
-
 /chapter
 
 
@@ -4416,7 +4415,8 @@ of the kde; Fundamentals./para
 listitemparaProvide the version of smb4k; and kde;./para/listitem
 listitemparaMention your operating system (Linux;, FreeBSD, etc;) and 
the distribution that is running on your computer./para/listitem
 listitemparaInclude the full error message if an error dialog was 
displayed./para/listitem
-listitemparaAdd additional data, ie; attach the backtrace if you 
experienced a crash, send a screen shot if you are reporting a GUI; related 
problem, etc;/para/listitem
+listitemparaIf you experienced a crash, attach a full backtrace. For this 
it is recommended that you (re-)compile smb4k; with debugging symbols. How 
this is done is mentioned in the link 
linkend=appendix_compilationConfiguration, Compilation and 
Installation/link appendix./para/listitem
+listitemparaAdd additional data, eg; send a screen shot if you are 
reporting a GUI; related problem./para/listitem
 /itemizedlist
 paraThe recommended method to report a bug is to go to our ulink 
url=https://sourceforge.net/p/smb4k/tickets/;bug tracking system/ulink and 
fill out the form. But you can also use the dialog that opens when you click 
the menuchoiceguimenuHelp/guimenuguimenuitemReport 
Bug.../guimenuitem/menuchoice menu item./para
 /chapter
@@ -4427,7 +4427,7 @@ of the kde; Fundamentals./para
 chapter id=credits 
 titleCredits and License/title
 
-paraCopyright copy; 2003 - 2014, Alexander Reinholdt 
emailalexander.reinholdt at kdemail.net/email/para
+paraCopyright copy; 2003 - 2015, Alexander Reinholdt 
emailalexander.reinholdt at kdemail.net/email/para
 
 !-- TRANS:CREDIT_FOR_TRANSLATORS --
 underFDL;
@@ -4454,8 +4454,8 @@ of the kde; Fundamentals./para
 
 !-- Appendix --
 
-appendix id=appendix_installation 
-titleInstallation/title
+appendix id=appendix
+  titleAppendix/title
 
 sect1 id=appendix_getting_smb4k 
 titleHow to obtain smb4k;/title
@@ -4465,43 +4465,82 @@ of the kde; Fundamentals./para
 sect1 id=appendix_requirements 
 titleRequirements/title
 
-parasmb4k; officially supports Linux; (= 2.2.x) and FreeBSD (= 4.10). 
NetBSD support is experimental. Other Unix systems haven't been tested./para
-paraIf you want to compile smb4k; from source, you need to have Qt; 
(version 4.8 or later, but emphasis role=boldnot/emphasis Qt; 5.x) as 
well as kdelibs (including header files) and kde-runtime (kde; SC 4.8 or 
later) installed. For the plasmoid, kde; SC 4.10 or later is required./para
-paraIn order to use smb4k; successfully, you have to install the Samba 
software suite (3.x or 4.x, 4.x recommended), GNU; grep, GNU; awk or similar, 
GNU; sed and the GNU; findutils. If you are using Linux;, you also need 
support of the filename class=directory/proc/filename file system 
compiled into your kernel./para
-paraTo enable full functionality, you should also install rsync./para
+parasmb4k; officially supports Linux;, FreeBSD and NetBSD. Other operating 
systems might work as well, but haven't 

[kde-doc-english] [smb4k] doc: Updated handbook.

2015-01-16 Thread Alexander Reinholdt
Git commit 782077665cf452a167f45ec88aa26c7d593cd850 by Alexander Reinholdt.
Committed on 16/01/2015 at 21:15.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +48   -18   doc/index.docbook

http://commits.kde.org/smb4k/782077665cf452a167f45ec88aa26c7d593cd850

diff --git a/doc/index.docbook b/doc/index.docbook
index 160c043..5f416a4 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1346,33 +1346,63 @@
   /sect2
 /sect1
 
-!-- Using Smb4K : Remarks for FreeBSD users --
+!-- Using Smb4K : Special Remarks --
 
-sect1 id=freebsd_remarks
+sect1 id=special_remarks
+  titleSpecial Remarks/title
+  
+!-- Using Smb4K : Special Remarks : Remarks for FreeBSD Users --
+  
+sect2 id=special_remarks_freebsd
 titleRemarks for FreeBSD Users/title
 
-sect2 id=freebsd_remarks_mounting
-  titleMounting of Shares (Smb4K = 1.2.0)/title
-  paraSince version 1.2.0, the password for a share is directly passed to 
commandmount_smbfs/command, so that the filename~/.nsmbrc/filename is 
not necessary anymore for mounting to work. Moreover, smb4k; will not write 
any data to that file anymore./para
-/sect2
-
-sect2 id=freebsd_remarks_installation
-  titleDBUS and PolKit-1/title
-  parasmb4k; makes use of the kde; authorization API (KAuth) to enable 
mounting of remote shares. KAuth uses DBUS and PolKit-1 (or PolicyKit) for 
privilege escalation, so it is necessary that smb4k; is set up properly. When 
installing smb4k; under FreeBSD, it might be necessary to manually adjust some 
things to achieve this (With version 1.0.10 of package 
applicationkdehier4/application this seems to be fixed!):/para
-  itemizedlist
-listitem
-  paraCheck that the file 
filenamenet.sourceforge.smb4k.mounthelper.policy/filename exists in the 
directory filename 
class=directory/usr/local/share/polkit-1/actions//filename. If it is not 
present, you need to link (or copy) it to that location:
+sect3 id=special_remarks_freebsd_installation
+titleDBUS and PolKit-1/title
+parasmb4k; makes use of the kde; authorization API (KAuth) to enable 
mounting of remote shares. KAuth uses DBUS and PolKit-1 (or PolicyKit) for 
privilege escalation, so it is necessary that smb4k; is set up properly. When 
installing smb4k; under FreeBSD, it might be necessary to manually adjust some 
things to achieve this (With version 1.0.10 of package 
applicationkdehier4/application this seems to be fixed!):/para
+itemizedlist
+  listitem
+paraCheck that the file 
filenamenet.sourceforge.smb4k.mounthelper.policy/filename exists in the 
directory filename 
class=directory/usr/local/share/polkit-1/actions//filename. If it is not 
present, you need to link (or copy) it to that location:
 screenuserinputprompt$/prompt commandcd/command filename 
class=directory/usr/local/share/polkit-1/actions//filename/userinput
 userinputprompt$/prompt commandsudo ln/command -s \
 
filename/usr/local/kde4/share/polkit-1/actions/net.sourceforge.smb4k.mounthelper.policy/filename
 ./userinput/screen/para
-/listitem
-listitem
-  paraThe installation most likely put the DBUS files into the wrong 
location, so you have to link (or copy) them to the right one:
+  /listitem
+  listitem
+paraThe installation most likely put the DBUS files into the wrong 
location, so you have to link (or copy) them to the right one:
 screenuserinputprompt$/prompt commandcd/command filename 
class=directory/usr/local/share/dbus-1/system-services/filename/userinput
 userinputprompt$/prompt commandsudo ln/command -s \
 
filename/usr/local/kde4/share/dbus-1/system-services/net.sourceforge.smb4k.mounthelper.service/filename
 ./userinput/screen/para
-/listitem
-  /itemizedlist
+  /listitem
+/itemizedlist
+/sect3
+
+sect3 id=special_remarks_freebsd_mounting
+titleMounting of Shares (Smb4K = 1.2.0)/title
+paraSince version 1.2.0, the password for a share is directly passed to 
commandmount_smbfs/command, so that the filename~/.nsmbrc/filename is 
not necessary anymore for mounting to work. Moreover, smb4k; will not write 
any data to that file anymore./para
+/sect3
+/sect2
+
+!-- Using Smb4K : Special Remarks : Remarks for NetBSD Users --
+
+sect2 id=special_remarks_netbsd
+titleRemarks for NetBSD Users/title
+
+sect3 id=special_remarks_netbsd_installation
+  titleDBUS and PolicyKit/title
+paraUnder NetBSD, smb4k; is able to run since version 1.2.0. However, some 
modifications have to be made in order to be able to mount and unmount 
shares:/para
+paraAssuming that the prefix of your kde; installation is filename 
class=directory/usr/pkg/filename, the following steps have to be taken to 
make smb4k; work properly:/para
+itemizedlist
+  listitemparaConfigure, compile and install smb4k; according to the 
directions given in the link linkend=appendix_compilationCompilation and 
Installation/link section of the appendix./para/listitem
+  listitemparaAfter installation, link (or copy) the file 
filenamenet.sourceforge.smb4k.mounthelper.conf/filename from the filename 

[kde-doc-english] [smb4k] doc: Updated handbook.

2015-01-15 Thread Alexander Reinholdt
Git commit 8d77dd5ef1a31b500953bd9b9fa14c90a034e1b6 by Alexander Reinholdt.
Committed on 15/01/2015 at 20:23.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +24   -9doc/index.docbook

http://commits.kde.org/smb4k/8d77dd5ef1a31b500953bd9b9fa14c90a034e1b6

diff --git a/doc/index.docbook b/doc/index.docbook
index 3a9523d..2953ad2 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -844,7 +844,7 @@
   /mediaobject
 /screenshot
 
-paraBy left clicking the icon, you can minimize or restore the main window. 
A right click brings up a popup menu that contains several menu items allowing 
you to work with the mounted shares, manage or mount your bookmarks and to 
configure smb4k; without the need to open the main window./para
+paraBy left clicking the icon, you can minimize or restore the main window. 
A right click brings up a popup menu that contains several menu items allowing 
you to work with the mounted shares, manage or mount your bookmarks, select the 
profile you want to use and to configure smb4k; without the need to open the 
main window./para
 /sect2
 
 sect2 id=systemtray_menus
@@ -932,7 +932,7 @@
   /varlistentry
 /variablelist
 
-paraThe guimenuitemBookmarks/guimenuitem menu contains all your 
bookmarks organized according to the structure you gave them (see also link 
linkend=mainwindow_add_bookmarkshere/link and link 
linkend=mainwindow_bookmarks_editorhere/link)/para
+paraThe guimenuitemBookmarks/guimenuitem menu contains all your 
bookmarks organized according to the structure you gave them (see also link 
linkend=mainwindow_add_bookmarkshere/link and link 
linkend=mainwindow_bookmarks_editorhere/link)./para
 
 screenshot
   screeninfoScreenshot 2 of the popup menu of the system tray 
icon/screeninfo
@@ -1098,9 +1098,10 @@
 
 sect2 id=plasmoid_profiles
   titleProfiles Tab/title
-  paraOn the guilabelProfiles/guilabel page, all defined profiles are 
listed. The currently active one is marked with an appended 
guilabel(active)/guilabel./para
+  paraOn the guilabelProfiles/guilabel page, all defined profiles are 
listed. The currently active one is marked with an appended 
guilabel(active)/guilabel label./para
   !-- screenshot goes here --
   paraYou can activate a certain profile by clicking it./para
+  paraProfiles can be link linkend=profilesmanaged/link via the link 
linkend=configuration_profilesconfiguration dialog/link./para
 /sect2
 /sect1
 
@@ -1278,20 +1279,34 @@
 /textobject
   /mediaobject
 /screenshot
-paraA profile can be removed by selecting it in the list view and 
clicking guibuttonRemove/guibutton. There is also the possibility to change 
the order of the profiles with the guibuttonMove Up/guibutton and 
guibuttonMove Down/guibutton buttons./para
-paraIn case you enabled the use of the migration assistant, it is always 
launched when you remove a profile or when you enable/disable the use of 
profiles. It provides the possibility to migrate/para
+paraIf you want to rename a profile, just click it and edit the name 
edit line. Clicking guibuttonAdd/guibutton will update the name in the list 
view. All stored settings will be migrated seamlessly (without the use of the 
migration assistant). A profile can be removed by selecting it in the list view 
and clicking guibuttonRemove/guibutton. There is also the possibility to 
change the order of the profiles with the guibuttonMove Up/guibutton and 
guibuttonMove Down/guibutton buttons./para
+paraIn case you enabled the use of the migration assistant, it is always 
launched when you remove a profile or when you enable/disable the use of 
profiles. It provides the possibility to migrate all relevant settings/para
 itemizedlist
-  listitemparaall settings of a profile that is to be removed to 
another one/para/listitem
-  listitemparaall settings that were stored under the default profile 
to a specific other profile/para/listitem
-  listitemparaall settings of all profiles back to the default 
profile/para/listitem
+  listitemparaof a profile that is to be removed to another 
one/para/listitem
+  listitemparaof the defualt profile to a specific other 
profile/para/listitem
+  listitemparaof all profiles back to the default 
profile/para/listitem
 /itemizedlist
+paraThe following screenshot shows exemplarily the profile migration 
assistant after you enabled the use of profiles:/para
+screenshot
+  screeninfoScreenshot of the profile migration assistant/screeninfo
+  mediaobject
+imageobject
+  imagedata fileref=profile_migration_assistant.png format=PNG /
+/imageobject
+textobject
+  phraseProfile Migration Assistant/phrase
+/textobject
+  /mediaobject
+/screenshot
+paraUnder guilabelOld Profile/guilabel the old profile 
(guilabellt;Default Profilegt;/guilabel in this case) is listed. Under 
guilabelNew Profile/guilabel you can choose the profile where the settings 

[kde-doc-english] [smb4k] doc: Updated handbook.

2015-01-11 Thread Alexander Reinholdt
Git commit fa06d55b5e7a481f49b75852535ed7c53d5a54ff by Alexander Reinholdt.
Committed on 09/01/2015 at 13:56.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +22   -6doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index 82261f3..3a9523d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1000,11 +1000,11 @@
 /sect2
 /sect1
 
-!-- The Plasmoid --
+!-- Using Smb4K : The Plasmoid --
 
 sect1 id=plasmoid
 titleThe plasmoid;/title
-parasmb4k; comes with a plasmoid that can be added as a widget to the 
desktop or the panel. It consists of three views that are arranged as tabs: 
guilabelNetwork Neighborhood/guilabel, guilabelMounted Shares/guilabel, 
and guilabelBookmarks/guilabel./para
+parasmb4k; comes with a plasmoid that can be added as a widget to the 
desktop or the panel. It consists of four views that are arranged as tabs: 
guilabelNetwork Neighborhood/guilabel, guilabelMounted Shares/guilabel, 
guilabelBookmarks/guilabel, and guilabelProfiles/guilabel./para
 
 screenshot
   screeninfoScreenshot of the plasmoid on the desktop/screeninfo
@@ -1018,10 +1018,12 @@
 /mediaobject
 /screenshot
 
+!-- Using Smb4K : The Plasmoid : Network Neighborhood Tab --
+
 sect2 id=plasmoid_network_neighborhood
 titleNetwork Neighborhood Tab/title
 
-paraIn the guilabelNetwork Neighborhood/guilabel tab the network items 
are arranged in a list view:/para
+paraOn the guilabelNetwork Neighborhood/guilabel page the network items 
are arranged in a list view:/para
 
 screenshot
   screeninfoScreenshot of the plasmoid's network neighborhood 
tab/screeninfo
@@ -1040,12 +1042,16 @@
 paraFor hosts and shares, to the right of the name of the network item some 
action buttons are arranged. For hosts, there is one button with that you can 
open the link linkend=network_neighborhood_browser_customCustom 
Options/link dialog. For shares, there is an additional button with that you 
can link linkend=mainwindow_add_bookmarksadd the share to the 
bookmarks/link. The action buttons are transparent by default and change to 
opaque when you move your mouse over them. By left clicking you initiate the 
respective action./para
  
 paraBesides the already mentioned guibuttonUp/guibutton button, the 
toolbar contains three more entries: guibuttonRescan/guibutton, 
guibuttonAbort/guibutton and guibuttonMount Dialog/guibutton. With them 
you can do a rescan, abort any running action or open the link 
linkend=mainwindow_network_mountingdialog for manual mounts/link./para
+
+noteparaIn the current development state, the plasmoid is not able to 
handle the link linkend=configuration_network_periodic_scanningautomatic 
scanning feature/link, smb4k; provides. Funny things will happen, if you use 
it with the plasmoid and will it probably render mostly unusable./para/note
 /sect2
 
+!-- Using Smb4K : The Plasmoid : Mounted Shares Tab --
+
 sect2 id=plasmoid_mounted_shares
 titleMounted Shares Tab/title
 
-paraIn the guilabelMounted Shares/guilabel tab all mounted shares are 
listed:/para
+paraOn the guilabelMounted Shares/guilabel page all mounted shares are 
listed:/para
 
 screenshot
   screeninfoScreenshot of the plasmoid's mounted shares tab/screeninfo
@@ -1062,13 +1068,14 @@
 paraRight to the name of the share and its host, two action buttons are 
arranged. The first one is for link linkend=mainwindow_add_bookmarksadding 
a bookmark/link and the second for unmounting the shares. The action buttons 
are transparent by default and change to opaque when you move your mouse over 
them. By left clicking you initiate the respective action./para
 
 paraThe toolbar only contains the guibuttonUnmount All/guibutton with 
that you can unmount all shares at once./para
-
 /sect2
 
+!-- Using Smb4K : The Plasmoid : Bookmarks Tab --
+
 sect2 id=plasmoid_bookmarks
 titleBookmarks Tab/title
 
-paraIn the guilabelBookmarks/guilabel tab the bookmark groups and 
bookmarks are listed:/para
+paraOn the guilabelBookmarks/guilabel page the bookmark groups and 
bookmarks !-- defined for the currently active profile --are listed:/para
 
 screenshot
   screeninfoScreenshot of the plasmoid's bookmarks tab/screeninfo
@@ -1086,6 +1093,15 @@
 
 paraTo edit or remove the bookmarks, you can press the 
guibuttonEdit/guibutton action button in the toolbar to open the link 
linkend=mainwindow_bookmarks_editorBookmark Editor/link. To get back to 
the toplevel the guibuttonBack/guibutton button is used./para
 /sect2
+
+!-- Using Smb4K : The Plasmoid : Profiles Tab --
+
+sect2 id=plasmoid_profiles
+  titleProfiles Tab/title
+  paraOn the guilabelProfiles/guilabel page, all defined profiles are 
listed. The currently active one is marked with an appended 
guilabel(active)/guilabel./para
+  !-- screenshot goes here --
+  paraYou can activate a certain profile by clicking it./para
+/sect2
 /sect1
 
 !-- Using Smb4K : Bookmarks --



[kde-doc-english] [smb4k] doc: Updated handbook.

2014-12-22 Thread Alexander Reinholdt
Git commit 68dc6de47c02d17b6924e86788bf61245ad57425 by Alexander Reinholdt.
Committed on 22/12/2014 at 13:02.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +34   -15   doc/index.docbook

http://commits.kde.org/smb4k/68dc6de47c02d17b6924e86788bf61245ad57425

diff --git a/doc/index.docbook b/doc/index.docbook
index 46b2fac..eb6efe3 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -129,7 +129,7 @@
   /mediaobject
 /screenshot
 
-parasmb4k; comes with a compact unified toolbar that contains some of the 
main actions, like guimenuitemConfigure smb4k;/guimenuitem and 
guimenuitemQuit/guimenuitem and dynamically loads the actions of the dock 
widget that currently has got the focus. For additional information and some 
important warnings, please have a look at the sections discussing the link 
linkend=network_neighborhood_browsernetwork neighborhood browser/link, 
link linkend=network_search_dialogsearch dialog/link, and link 
linkend=mounted_shares_viewmounted shares view/link./para
+parasmb4k; comes with a compact unified toolbar as the default, but the 
user can still choose to use multiple toolbars. If you wish to use the 
classical way, four toolbars are defined, for each widget one: the main 
toolbar, the toolbars for the guilabelNetwork Neighborhood/guilabel widget, 
the guilabelShares View/guilabel widget and the guilabelNetwork 
Search/guilabel widget. The unified toolbar contains some of the main 
actions, like guimenuitemConfigure smb4k;/guimenuitem and 
guimenuitemQuit/guimenuitem. It also dynamically loads the actions of the 
dock widget that currently has got the focus. For additional information and 
some important warnings, please have a look at the sections discussing the 
link linkend=network_neighborhood_browsernetwork neighborhood 
browser/link, link linkend=network_search_dialogsearch dialog/link, and 
link linkend=mounted_shares_viewmounted shares view/link./para
 
 paraThe status bar gives some information about the current status of 
smb4k;. If the application is processing a user request (eg; mounting a 
share), a descriptive message is displayed in the leftmost section and a 
progress bar is shown with a busy indicator. The two icons on the right hand 
side indicate if there are shares mounted (remote folder icon) and the status 
of the authentication system (wallet or key icon)./para
 
@@ -562,12 +562,14 @@
 /sect2
 /sect1
 
-!-- The shares view --
+!-- Using Smb4K : The Mounted Shares View --
 
 sect1 id=mounted_shares_view
 titleThe Mounted Shares View/title
 paraIn the shares view, you can interact with the mounted shares on your 
system./para
 
+!-- Using Smb4K : The Mounted Shares View : Different Views --
+
 sect2 id=mounted_shares_view_views
 titleDifferent Views/title
 parasmb4k; comes with two alternative views: an icon and a list view. They 
are both shown below./para
@@ -596,12 +598,14 @@
   /mediaobject
 /screenshot
 
-paraThe default view is the traditional icon view where the shares are 
displayed as icons along with their name or mount point. In the list view all 
shares are displayed with their name or mount point, the file system and the 
disk usage. More information can be included by adjusting the link 
linkend=configuration_user_interface_shares_viewsettings/link./para
+paraThe default view is the icon view where the shares are displayed as 
icons along with their name or mount point. In the list view all shares are 
displayed with their name or mount point, the file system and the disk usage. 
More information can be included by adjusting the link 
linkend=configuration_user_interface_shares_viewsettings/link./para
 
 paraYou can switch between the two views by either selecting an entry from 
the link linkend=mainwindow_overviewguibuttonShares 
View/guibutton/link menu or by changing the settings in the link 
linkend=configuration_user_interface_shares_viewconfiguration 
dialog/link./para
-paraBy default, you will only see your own mounts in the shares view. 
However, you can tell smb4k; to show all mounts by altering the link 
linkend=configuration_user_interface_shares_mounted_sharesrespective 
settings/link./para
+paraBy default, only your own mounts are displayed in the shares view. 
However, you can tell smb4k; to show all mounts by altering the link 
linkend=configuration_shares_behaviorrespective settings/link./para
 /sect2
 
+!-- Using Smb4K : The Mounted Shares View : Actions and Popup Menu --
+
 sect2 id=mounted_shares_view_menu
   titleActions and Popup Menu/title
 
@@ -694,18 +698,24 @@
 paraIt can be opened by clicking the right mouse button./para
 /sect2
 
+!-- Using Smb4K : The Mounted Shares View : Tooltips --
+
 sect2 id=mounted_shares_view_tooltips
 titleTooltips/title
 paraThe tooltips provide information about the share name, the mount point, 
the user and group, the login, the file system, the disk usage, and the free 
disk space. If the share is link 

[kde-doc-english] [smb4k] doc: Updated handbook.

2014-12-22 Thread Alexander Reinholdt
Git commit eead581b807e3fc3987ce5f892644a1b2e1067b9 by Alexander Reinholdt.
Committed on 22/12/2014 at 20:04.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +151  -151  doc/index.docbook

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

diff --git a/doc/index.docbook b/doc/index.docbook
index eb6efe3..82261f3 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -822,157 +822,7 @@
 /sect2
 /sect1
 
-!-- Using Smb4K : Bookmarks --
-
-sect1 id=mainwindow_bookmarks
-titleHandling Bookmarks/title
-
-sect2 id=mainwindow_add_bookmarks
-titleAdding Bookmarks/title
-paraYou can add bookmarks to your favorite shares from within the link 
linkend=network_neighborhood_browsernetwork neighborhood browser/link, the 
link linkend=mounted_shares_viewshares view/link and the link 
linkend=plasmoidplasmoid/link. In the dock widgets of the main window, 
this is done by selecting one or multiple shares and clicking the 
menuchoiceguimenuitemAdd Bookmark/guimenuitem/menuchoice action. In the 
plasmoid, you click the respective bookmark action next to the item's name. A 
dialog will then pop up where you can add a label and/or assign a group to the 
bookmark./para
-screenshot
-screeninfoScreenshot of the bookmarks addition dialog/screeninfo
-mediaobject
-imageobject
-imagedata fileref=dialog_bookmark_addition.png format=PNG /
-/imageobject
-textobject
-phraseBookmarks addition dialog/phrase
-/textobject
-/mediaobject
-/screenshot
-paraEspecially adding a group may help you to organize the bookmarks. In the 
bookmark menu, all bookmarks belonging to one group will be arranged in a 
submenu with the group entry as parent (see link 
linkend=mainwindow_bookmarks_menubelow/link)./para
-paraThe label can be any text describing the share. In case you define a 
label, it will be displayed in the bookmarks menu instead of the UNC by 
default. If you want to change this behavior, you can do so in the link 
linkend=configuration_user_interface_misc_bookmarksconfiguration 
dialog/link./para
-/sect2
-
-sect2 id=mainwindow_bookmarks_menu
-titleAccessing and Managing Bookmarks/title
-paraIn the main window, the bookmarks can be accessed and managed through 
the guilabelBookmarks/guilabel menu:/para
-
-screenshot
-  screeninfoScreenshot of the bookmark popup menu/screeninfo
-  mediaobject
-imageobject
-  imagedata fileref=popup_menu_bookmarks.png format=PNG /
-/imageobject
-textobject
-  phraseBookmark popup menu/phrase
-/textobject
-  /mediaobject
-/screenshot
-
-paraIn the menu there are two static items available:/para
-
-variablelist
-  varlistentry
-term
-  menuchoice
-guimenuitemEdit Bookmarks/guimenuitem
-  /menuchoice
-/term
-listitem
-  paraOpen the link linkend=mainwindow_bookmarks_editorbookmark 
editor/link. This action is disabled if there are no bookmarks./para
-/listitem
-  /varlistentry
-  varlistentry
-term
-  menuchoice
-shortcutkeycombo action=simulCtrl; 
keycapB/keycap/keycombo/shortcut
-guimenuitemAdd Bookmark/guimenuitem
-  /menuchoice
-/term
-listitem
-  paraAdd a bookmark. A share has to be selected to enable this 
action./para
-/listitem
-  /varlistentry
-/variablelist
-
-paraIn case you have not defined any groups, there is a third item:/para
-
-variablelist
-  varlistentry
-term
-  menuchoice
-guimenuitemMount All Bookmarks/guimenuitem
-  /menuchoice
-/term
-listitem
-  paraMount all top-level bookmarks at once. It is disabled if all 
bookmarked shares are mounted./para
-/listitem
-  /varlistentry
-/variablelist
-
-paraAll other entries are either group submenus or shares that do not belong 
to a group. All entries are listed alphabetically and the bookmarks may either 
appear with their UNC address or descriptive label. By clicking a bookmark, the 
respective share is mounted. If a bookmarked share is mounted on the system, 
the bookmark entry is disabled./para
-paraFor each group there is a submenu. It contains all bookmarks belonging 
to the group and a guimenuitemMount All Bookmarks/guimenuitem menu item. 
The latter one can be used to mount all bookmarks in that submenu at 
once./para
-
-paraThe plasmoid provides a link 
linkend=plasmoid_bookmarksguilabelBookmarks/guilabel tab/link where 
all bookmarks are arranged in a similar way as in the bookmark menu. The 
bookmark groups and the bookmarks are listed in the view. Bookmarked shares can 
be mounted by clicking the respective entry. In the tool bar two actions are 
present: guimenuitemBack/guimenuitem and guimenuitemEdit/guimenuitem. 
By clicking guimenuitemBack/guimenuitem you can get back to the top level 
if you entered a group folder. The guimenuitemEdit/guimenuitem action will 
open the link linkend=mainwindow_bookmarks_editorbookmark 
editor/link./para
-/sect2
-
-sect2 id=mainwindow_bookmarks_editor
-titleEditing Bookmarks/title
-paraThe bookmarks may be edited or 

[kde-doc-english] [smb4k] doc: Updated handbook.

2014-12-17 Thread Alexander Reinholdt
Git commit 2c0e7782d6758e028d2b741f3520985a5e789bb9 by Alexander Reinholdt.
Committed on 17/12/2014 at 19:59.
Pushed by areinholdt into branch 'master'.

Updated handbook.

A  +---doc/configuration_profiles_add_profile.png
M  +34   -1doc/index.docbook

http://commits.kde.org/smb4k/2c0e7782d6758e028d2b741f3520985a5e789bb9

diff --git a/doc/configuration_profiles_add_profile.png 
b/doc/configuration_profiles_add_profile.png
new file mode 100644
index 000..32e7daa
Binary files /dev/null and b/doc/configuration_profiles_add_profile.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 15fc985..162d06b 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1224,7 +1224,40 @@
 
 sect1 id=profiles
   titleProfiles/title
-  para.../para
+  paraSince version 1.2.0, smb4k; offers the use of profiles. They are 
intended for better handling of different network neighborhoods, eg; if you 
are using your laptop at home and at work. Currently, bookmarks, custom options 
and user names you defined for homes shares are saved in a profile./para
+  
+!-- Using Smb4K : Profiles : Enabling the Use of Profiles --
+  
+  sect2 id=profiles_enable
+titleEnabling and Managing Profiles/title
+paraThe use of profiles can be enabled in the link 
linkend=configuration_profilesconfiguration dialog/link.  After you 
enabled profile usage, the first profile in the list, most likely the 
guilabelHome/guilabel profile, is picked to be the active profile. You can 
also enable the profile migration assistant./para
+paraTwo profiles are pre-defined, guilabelHome/guilabel and 
guilabelWork/guilabel, and you can define as many profiles as you want. A 
new profile is added by entering its name into the edit line on the 
guibuttonProfiles/guibutton configuration page and clicking 
guibuttonAdd/guibutton afterwards./para
+screenshot
+  screeninfoScreenshot of the Profiles configuration page (add 
profile)/screeninfo
+  mediaobject
+imageobject
+  imagedata fileref=configuration_profiles_add_profile.png 
format=PNG /
+/imageobject
+textobject
+  phraseProfiles configuration page (add profile)/phrase
+/textobject
+  /mediaobject
+/screenshot
+paraA profile can be removed by selecting it in the list view and 
clicking guibuttonRemove/guibutton. There is also the possibility to change 
the order of the profiles with the guibuttonMove Up/guibutton and 
guibuttonMove Down/guibutton buttons./para
+paraIn case you enabled the use of the migration assistant, it is always 
launched when you remove a profile or when you enable/disable the use of 
profiles. It provides the possibility to migrate/para
+orderedlist
+  listitemparaall settings of a profile that is to be removed to 
another one/para/listitem
+  listitemparaall settings that were stored when using no profiles to 
a specific profile/para/listitem
+  listitemparaall settings of all profiles back to 
+/orderedlist
+  /sect2
+  
+!-- Using Smb4K : Profiles : Activating a Profile --
+  
+  sect2 id=profiles_activate_profile
+titleActivating a Profile/title
+para.../para
+  /sect2  
 /sect1
 
 !-- Using Smb4K : Notifications --


[kde-doc-english] [smb4k] doc: Updated handbook.

2014-12-08 Thread Alexander Reinholdt
Git commit 9a9258619a233e48bc8832c9428ef232adb13c62 by Alexander Reinholdt.
Committed on 08/12/2014 at 19:29.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +30   -1doc/index.docbook
A  +---doc/notification_share_mounted.png
A  +---doc/systemsettings_manage_notifications.png

http://commits.kde.org/smb4k/9a9258619a233e48bc8832c9428ef232adb13c62

diff --git a/doc/index.docbook b/doc/index.docbook
index 2b7d6ec..6f9b3a7 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1231,7 +1231,36 @@
 
 sect1 id=notifications
   titleNotifications/title
-  para.../para
+  
+!-- Using Smb4K : Notifications : Default Behavior --
+  
+  sect2 id=notifications_default_behavior
+titleDefault Behavior/title
+paraNormal events like mounting and unmounting of a share as well as 
warnings and errors are reported to the user via system notifications. By 
default, if the user is notified about a normal event, a notification pops up 
silently. With warnings and errors also a sound is played. The screenshot below 
shows the notification that pops up after a share was mounted./para
+screenshot
+  screeninfoScreenshot of the notification after mounting a 
share/screeninfo
+  mediaobject
+imageobjectimagedata fileref=notification_share_mounted.png 
format=PNG //imageobject
+textobjectphraseNotification after mounting a 
share/phrase/textobject
+  /mediaobject
+/screenshot
+paraThe default behavior of each notification can be changed via the 
link linkend=notifications_managesystemsettings;/link./para
+  /sect2
+
+!-- Using Smb4K : Notifications : Manage Notifications --
+
+  sect2 id=notifications_manage
+titleManage Notifications/title
+parasmb4k; used notifications to inform the user about events, warnings 
and errors. They can be managed via the systemsettings;. To modify the 
behavior of one or all notifications, open the guibuttonApplication and 
System Notifications/guibutton module and choose the guibuttonManage 
Notifications/guibutton entry. In the tab guilabelApplications/guilabel 
select the guilabelAdvanced Network Neighborhood Browser/guilabel entry 
from the drop-down menu:/para
+screenshot
+  screeninfoScreenshot of the systemsettings notification 
module/screeninfo
+  mediaobject
+imageobjectimagedata 
fileref=systemsettings_manage_notifications.png format=PNG //imageobject
+textobjectphraseSystemsettings notification 
module/phrase/textobject
+  /mediaobject
+/screenshot
+paraAll available notifications are shown in the list view and can be 
edited, enabled and disabled according to your liking./para
+  /sect2
 /sect1
 
 !-- Using Smb4K : Remarks for FreeBSD users --
diff --git a/doc/notification_share_mounted.png 
b/doc/notification_share_mounted.png
new file mode 100644
index 000..ef3032a
Binary files /dev/null and b/doc/notification_share_mounted.png differ
diff --git a/doc/systemsettings_manage_notifications.png 
b/doc/systemsettings_manage_notifications.png
new file mode 100644
index 000..6e26558
Binary files /dev/null and b/doc/systemsettings_manage_notifications.png differ


[kde-doc-english] [smb4k] doc: Updated handbook.

2014-12-08 Thread Alexander Reinholdt
Git commit 31009e216b683802134906536c5a240c247f2b88 by Alexander Reinholdt.
Committed on 08/12/2014 at 19:31.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +6-6doc/index.docbook

http://commits.kde.org/smb4k/31009e216b683802134906536c5a240c247f2b88

diff --git a/doc/index.docbook b/doc/index.docbook
index 6f9b3a7..15fc985 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1279,15 +1279,15 @@
   itemizedlist
 listitem
   paraCheck that the file 
filenamenet.sourceforge.smb4k.mounthelper.policy/filename exists in the 
directory filename 
class=directory/usr/local/share/polkit-1/actions//filename. If it is not 
present, you need to link (or copy) it to that location:
-  screenuserinputprompt$/prompt commandcd/command filename 
class=directory/usr/local/share/polkit-1/actions//filename/userinput
-  userinputprompt$/prompt commandsudo ln/command -s \
-  
filename/usr/local/kde4/share/polkit-1/actions/net.sourceforge.smb4k.mounthelper.policy/filename
 ./userinput/screen/para
+screenuserinputprompt$/prompt commandcd/command filename 
class=directory/usr/local/share/polkit-1/actions//filename/userinput
+userinputprompt$/prompt commandsudo ln/command -s \
+filename/usr/local/kde4/share/polkit-1/actions/net.sourceforge.smb4k.mounthelper.policy/filename
 ./userinput/screen/para
 /listitem
 listitem
   paraThe installation most likely put the DBUS files into the wrong 
location, so you have to link (or copy) them to the right one:
-  screenuserinputprompt$/prompt commandcd/command filename 
class=directory/usr/local/share/dbus-1/system-services/filename/userinput
-  userinputprompt$/prompt commandsudo ln/command -s \
-  
filename/usr/local/kde4/share/dbus-1/system-services/net.sourceforge.smb4k.mounthelper.service/filename
 ./userinput/screen/para
+screenuserinputprompt$/prompt commandcd/command filename 
class=directory/usr/local/share/dbus-1/system-services/filename/userinput
+userinputprompt$/prompt commandsudo ln/command -s \
+filename/usr/local/kde4/share/dbus-1/system-services/net.sourceforge.smb4k.mounthelper.service/filename
 ./userinput/screen/para
 /listitem
   /itemizedlist
 /sect2


[kde-doc-english] [smb4k] doc: Updated handbook.

2014-12-07 Thread Alexander Reinholdt
Git commit e113ddcc19c4ea4bab008a7b125fdbff02525f80 by Alexander Reinholdt.
Committed on 07/12/2014 at 07:24.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +---doc/dialog_custom_options.png
M  +104  -60   doc/index.docbook

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

diff --git a/doc/dialog_custom_options.png b/doc/dialog_custom_options.png
index bc4ab00..2bf1c7d 100644
Binary files a/doc/dialog_custom_options.png and 
b/doc/dialog_custom_options.png differ
diff --git a/doc/index.docbook b/doc/index.docbook
index 6374973..2b7d6ec 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -28,10 +28,10 @@
 holderAlexander Reinholdt/holder
 /copyright
 legalnoticeunderFDL;/legalnotice
-date2014-10-xx/date
+date2014-11-xx/date
 releaseinfo5.1.0/releaseinfo
 abstract
-parasmb4k; is an advanced network neighborhood browser and a front end to 
the programs of the Samba software suite./para
+parasmb4k; is an advanced network neighborhood browser and Samba share 
mounting utility for KDE./para
 /abstract
 keywordset
 keywordKDE/keyword
@@ -45,9 +45,9 @@
 chapter id=introduction 
 titleIntroduction/title
 
-paraThis handbook describes smb4k; 1.1.x and to some extent earlier 
versions./para
+paraThis handbook describes smb4k; 1.2.x and to some extent earlier 
versions./para
 
-parasmb4k; is an advanced network neighborhood browser and a front end to 
the programs of the ulink url=http://www.samba.org;Samba software 
suite/ulink. It provides many handy features that ease your life in a mostly 
Windows;-dominated network environment:/para
+parasmb4k; is an advanced network neighborhood browser and ulink 
url=http://www.samba.org;Samba/ulink share mounting utility. It provides 
many handy features that ease your life in a mostly Windows;-dominated network 
environment:/para
 
 itemizedlist
   listitemparaScanning for (active) workgroups, hosts, and 
shares/para/listitem
@@ -73,7 +73,7 @@
   listitemparaLaptop support through the Solid hardware device 
framework/para/listitem
   listitemparaWake-On-LAN capabilities/para/listitem
   listitemparaplasmoid; for desktop integration/para/listitem
-  listitemparaProfiles/para/listitem
+  listitemparaProfiles for different network neighborhood 
setups/para/listitem
 /itemizedlist
 
  paraIf you encounter problems while using smb4k;, please visit our ulink 
url=https://sourceforge.net/p/smb4k/wiki/Home/;wiki/ulink first. If you 
cannot find your problem described there, please post a help request to our 
ulink url=https://sourceforge.net/p/smb4k/discussion/help/;Help/ulink 
forum. In case you find a bug, please report it to our ulink 
url=https://sourceforge.net/p/smb4k/tickets/;bug tracker/ulink./para
@@ -85,7 +85,7 @@
 chapter id=using_smb4k
 titleUsing smb4k;/title
 
-!-- Running Smb4K --
+!-- Using Smb4K : Running Smb4K --
 
 sect1 id=running_smb4k 
 titleRunning smb4k;/title
@@ -107,12 +107,12 @@
 /textobject
 /mediaobject
 /screenshot
-paraIn this case, please install the listed programs or, if they are already 
present, add their location to the envarPATH/envar environment variable in 
your shell's configuration file (for the ulink 
url=man:/bashciterefentryrefentrytitlebash/refentrytitlemanvolnum1/manvolnum/citerefentry/ulink
 shell it is the filename~/.bashrc/filename file)./para
+paraIn this case, please install the specified program or, if it is already 
present, add its location to the envarPATH/envar environment variable in 
your shell's configuration file (for the ulink 
url=man:/bashciterefentryrefentrytitlebash/refentrytitlemanvolnum1/manvolnum/citerefentry/ulink
 shell it is the filename~/.bashrc/filename file)./para
 
-paraIn addition, it is recommended that you configure Samba before using 
smb4k;. The ulink 
url=man:/swatciterefentryrefentrytitleswat/refentrytitlemanvolnum8/manvolnum/citerefentry/ulink
 utility can be used for this purpose. It is part of the Samba software suite 
and provides an easy-to-use web interface. See its manual page for 
documentation./para/note
+paraIn addition, it is recommended that you configure Samba before using 
smb4k;. You may use the web-based ulink 
url=man:/swatciterefentryrefentrytitleswat/refentrytitlemanvolnum8/manvolnum/citerefentry/ulink
 utility for this purpose, if you have Samba 3 installed. However, it was 
removed from Samba 4. In this case, you can use other graphical tools (eg; 
applicationsystem-config-samba/application) or configure the ulink 
url=man:/smb.confciterefentryrefentrytitlesmb.conf/refentrytitlemanvolnum5/manvolnum/citerefentry/ulink
 file manually./para/note
 /sect1
 
-!-- Main Window --
+!-- Using Smb4K : Main Window --
 
 sect1 id=mainwindow_overview
 titleThe Main Window/title
@@ -129,7 +129,7 @@
   /mediaobject
 /screenshot
 
-paraSince version 1.1.0, smb4k; comes with a compact unified toolbar as the 
default, but the user can still choose to use multiple toolbars. If you wish to 
use the classical way, four toolbars are defined, for