summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorLindsay Mathieson <lindsay.mathieson@gmail.com>2012-09-17 19:52:53 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-09-17 19:56:40 +0200
commitb2b2692bf2a24ef4a588c0f94cffde0dbe3c94ac (patch)
tree43deb1c344798373dd2f62de45c36afbef8245ea /src/settings
parentSVN_SILENT made messages (.desktop file) (diff)
downloadrekonq-b2b2692bf2a24ef4a588c0f94cffde0dbe3c94ac.tar.xz
Integrated spell checking
- inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. BUG: 305720 CCMAIL: lindsay.mathieson@gmail.com REVIEW: 106417 REVIEWED-BY: adjam
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/settings_advanced.ui23
1 files changed, 21 insertions, 2 deletions
diff --git a/src/settings/settings_advanced.ui b/src/settings/settings_advanced.ui
index 9457ca22..03891e2c 100644
--- a/src/settings/settings_advanced.ui
+++ b/src/settings/settings_advanced.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>480</width>
+ <width>555</width>
<height>440</height>
</rect>
</property>
@@ -43,7 +43,9 @@
<string>Change them!</string>
</property>
<property name="icon">
- <iconset theme="preferences-system-network"/>
+ <iconset theme="preferences-system-network">
+ <normaloff/>
+ </iconset>
</property>
</widget>
</item>
@@ -130,6 +132,13 @@
</item>
</layout>
</item>
+ <item>
+ <widget class="QCheckBox" name="kcfg_automaticSpellChecking">
+ <property name="text">
+ <string>Automatic Spell Check</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
@@ -148,6 +157,16 @@
</item>
</layout>
</widget>
+ <tabstops>
+ <tabstop>proxyButton</tabstop>
+ <tabstop>kcfg_hScrollWheelHistory</tabstop>
+ <tabstop>kcfg_useFavicon</tabstop>
+ <tabstop>kcfg_smoothScrolling</tabstop>
+ <tabstop>kcfg_enableViShortcuts</tabstop>
+ <tabstop>kcfg_accessKeysEnabled</tabstop>
+ <tabstop>kcfg_middleClickAction</tabstop>
+ <tabstop>kcfg_automaticSpellChecking</tabstop>
+ </tabstops>
<resources/>
<connections/>
</ui>