Git commit eb7842af816e21048ef5ab907adbbedbb4c94330 by Alexander Reinholdt. Committed on 29/07/2024 at 05:06. Pushed by areinholdt into branch 'master'.
Update handbook. M +- -- doc/configuration_page_authentication.png M +- -- doc/configuration_page_bookmarks.png A +- -- doc/configuration_page_bookmarks_editor.png M +- -- doc/configuration_page_custom_settings.png M +- -- doc/configuration_page_profiles.png M +10 -1 doc/index.docbook https://invent.kde.org/network/smb4k/-/commit/eb7842af816e21048ef5ab907adbbedbb4c94330 diff --git a/doc/configuration_page_authentication.png b/doc/configuration_page_authentication.png index 4d4b1b84..c147290e 100644 Binary files a/doc/configuration_page_authentication.png and b/doc/configuration_page_authentication.png differ diff --git a/doc/configuration_page_bookmarks.png b/doc/configuration_page_bookmarks.png index 3d820c89..1189560d 100644 Binary files a/doc/configuration_page_bookmarks.png and b/doc/configuration_page_bookmarks.png differ diff --git a/doc/configuration_page_bookmarks_editor.png b/doc/configuration_page_bookmarks_editor.png new file mode 100644 index 00000000..f30f8488 Binary files /dev/null and b/doc/configuration_page_bookmarks_editor.png differ diff --git a/doc/configuration_page_custom_settings.png b/doc/configuration_page_custom_settings.png index 78c79af0..518c94bf 100644 Binary files a/doc/configuration_page_custom_settings.png and b/doc/configuration_page_custom_settings.png differ diff --git a/doc/configuration_page_profiles.png b/doc/configuration_page_profiles.png index 7df05e37..67b55b85 100644 Binary files a/doc/configuration_page_profiles.png and b/doc/configuration_page_profiles.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 5f0026bf..bea33085 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -4171,8 +4171,17 @@ export QT_QPA_PLATFORMTHEME=qt6ct </mediaobject> </screenshot> - <para>...</para> + <para>To edit a category or bookmark, double click it or click the <guibutton>Edit</guibutton> button on the righthand side. Categories can directly be renamed. For bookmarks, the editor opens and you can set the label, the category and the username for login as well as the workgroup or domain and the ip address of its host.</para> + <screenshot> + <screeninfo>Screenshot of the "Bookmarks" configuration page with open editor</screeninfo> + <mediaobject> + <imageobject><imagedata fileref="configuration_page_bookmarks_editor.png" format="PNG" /></imageobject> + <textobject><phrase>The "Bookmarks" configuration page with open editor</phrase></textobject> + </mediaobject> + </screenshot> + + <para>Categories can be added by either using the <guibutton>Add Category</guibutton> button, or by entering a new category name in the editor. Individual entries or the entire list can be deleted by pressing the <guibutton>Remove</guibutton> or <guibutton>Clear List</guibutton> button. To undo your changes, click the <guibutton>Reset</guibutton> button.</para> </sect1>
