]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/ui.rcs/browserwindowui.rc
Partial filter list implementation.
[PrivacyBrowserPC.git] / src / ui.rcs / browserwindowui.rc
index 12eb32d72ab4a6fd2e01bdc3ca58f3717a316eac..08f5cfccdaa4e2f1244a1a40b3db26066ae5780d 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2022-2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
+  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc/>.
 
   Privacy Browser PC is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
     <MenuBar>
         <!-- File. -->
         <Menu name="file">
-            <Action name="new_tab" append="new_merge"/>
-            <Action name="new_window" append="new_merge"/>
+            <Action name="new_tab" append="new_merge" />
+            <Action name="new_window" append="new_merge" />
+
+            <Action name="save_archive" append="save_merge" />
+        </Menu>
+
+        <!-- View. -->
+        <Menu name="view">
+            <Action name="zoom_default" append="view_zoom_merge" />
+
+            <Action name="reload_and_bypass_cache" />
+            <Action name="stop" />
+
+            <Separator />
+
+            <Action name="view_source" />
+            <Action name="view_source_in_new_tab" />
+            <Action name="developer_tools" />
         </Menu>
 
         <!-- On-the-fly Settings. -->
         <Menu name="on_the_fly_settings"> <text>On-The-Fly Settings</text>
+            <Action name="javascript" />
+            <Action name="local_storage" />
+            <Action name="dom_storage" />
+
             <Menu name="user_agent">
                 <Action name="user_agent_privacy_browser" />
                 <Action name="user_agent_webengine_default" />
             </Menu>
         </Menu>
 
+        <!-- Filter lists. -->
+        <Menu name="filter_lists"> <text>Filter Lists</text>
+            <Action name="requests" />
+            <Action name="view_filter_lists" />
+        </Menu>
+
+        <!-- Bookmarks. -->
+        <Menu name="bookmarks">
+            <Action name="view_bookmarks_toolbar" />
+
+            <Separator />
+        </Menu>
+
         <!-- Settings. -->
         <Menu name="settings">
             <Action name="domain_settings" />
         <Action name="go_back" />
         <Action name="go_forward" />
         <Action name="view_redisplay" />
+        <Action name="stop" />
         <Action name="go_home" />
     </ToolBar>
 
         <Action name="find_case_sensitive" />
         <Action name="hide_find_actions" />
     </ToolBar>
+
+    <!-- The bookmarks toolbar. The newline aspect of this doesn't currently work. -->
+    <ToolBar name="bookmarks_toolbar" iconText="icontextright" newline="true" hidden="true"> <text>Bookmarks Toolbar</text> </ToolBar>
 </gui>