]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commitdiff
Release 0.1. v0.1
authorSoren Stoutner <soren@stoutner.com>
Sat, 11 Mar 2023 19:17:48 +0000 (12:17 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 14 Mar 2023 22:18:08 +0000 (15:18 -0700)
changelog [new file with mode: 0644]
doc/index.docbook
src/com.stoutner.privacybrowser.appdata.xml
src/settings/Settings.kcfg
src/uis/SettingsSpellCheck.ui

diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..fde7439
--- /dev/null
+++ b/changelog
@@ -0,0 +1,2 @@
+# Version 0.1 (11 March 2023)
+ * Initial release.
index f4da41f597401406984ccced2bfa93a28c42b0c3..7ccb177345a1372c33e38158bb2adb5883f3a724 100644 (file)
         Domain settings for all domains can be accessed through <xref linkend="settings-domain-settings"/>. When domain settings are active, the URL line edit will have a green background.
       </para>
     </sect1>
         Domain settings for all domains can be accessed through <xref linkend="settings-domain-settings"/>. When domain settings are active, the URL line edit will have a green background.
       </para>
     </sect1>
+
+    <!-- Spell Checking. -->
+    <sect1 id="spell-checking">
+      <title>Spell Checking</title>
+
+      <para>
+        Privacy Browser uses the binary <filename>.bdic</filename> Hunspell dictionary format <ulink url="https://doc.qt.io/qt-5/qtwebengine-features.html#spellchecker">utilized by Qt WebEngine</ulink>
+        which was <ulink url="https://sites.google.com/a/chromium.org/dev/developers/how-tos/editing-the-spell-checking-dictionaries">created by Google for Chromium</ulink>.
+        Debian’s Hunspell dictionary language packages are slowly adding support for the <filename>.bdic</filename> format. Those which have are listed by Privacy Browser as suggested packages.
+      </para>
+
+      <para>
+        Once a <filename>.bdic</filename> dictionary is installed, it can be enabled in Privacy Browser’s settings.
+      </para>
+    </sect1>
   </chapter>
 
   <!-- Commands. -->
   </chapter>
 
   <!-- Commands. -->
index 106d54636c526a843017917b0f041ecf9515dd49..196d0ea661c45fa9d24f55b2d577123ee801f8f4 100644 (file)
@@ -44,7 +44,7 @@
     <launchable type="desktop-id">com.stoutner.privacybrowser.desktop</launchable>
 
     <releases>
     <launchable type="desktop-id">com.stoutner.privacybrowser.desktop</launchable>
 
     <releases>
-        <release version="0.1" date="2023-03-10">
+        <release version="0.1" date="2023-03-11">
             <description>
                 <p>Initial release.</p>
             </description>
             <description>
                 <p>Initial release.</p>
             </description>
index 9f8a87d30765960e3e1a1876b82be3f6859a56f8..a395e2eaca9c5bc2c39f01f4f8af043f8d28973c 100644 (file)
@@ -87,7 +87,7 @@
 
     <group name="SpellCheck">
         <entry name="spellCheckLanguages" type="StringList">
 
     <group name="SpellCheck">
         <entry name="spellCheckLanguages" type="StringList">
-            <default>en_US</default>
+            <default></default>
         </entry>
     </group>
 </kcfg>
         </entry>
     </group>
 </kcfg>
index eb16b6a418fdc0fa5ec3dd2bbb6a2e35f87bb844..9375f0bf9575555fdffc481e4870681e3dd2a49a 100644 (file)
@@ -28,7 +28,7 @@
             <item>
                 <widget class="QLabel" name="spellCheckInstructions">
                     <property name="text">
             <item>
                 <widget class="QLabel" name="spellCheckInstructions">
                     <property name="text">
-                        <string>Spell checking languages can be added by installing the Hunspell language packages.  One or more languages can be selected.  All selected languages will be applied simultaneously.</string>
+                        <string>Spell checking languages can be added by installing the Hunspell language packages. One or more languages can be selected. All selected languages will be checked simultaneously.</string>
                     </property>
 
                     <property name="wordWrap">
                     </property>
 
                     <property name="wordWrap">