Bug 305720 - [RFE] Spellchecking
Summary: [RFE] Spellchecking
Status: RESOLVED FIXED
Alias: None
Product: rekonq
Classification: Applications
Component: general (show other bugs)
Version: latest git snapshot
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Andrea Diamantini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 14:31 UTC by Kevin Clevenger
Modified: 2012-09-17 17:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Clevenger 2012-08-24 14:31:08 UTC
The Webkit QT bug has been resolved for a year but there's still no spellchecking in rekonq.
Prevous rekonq bug: 237718
Webkit QT bug: 44114

Reproducible: Always




Please add spellchecking. As it is now I have to edit in kate and then copy/paste into rekonq.
Comment 1 Andrea Diamantini 2012-09-17 17:52:03 UTC
Git commit b2b2692bf2a24ef4a588c0f94cffde0dbe3c94ac by Andrea Diamantini, on behalf of Lindsay Mathieson.
Committed on 17/09/2012 at 19:52.
Pushed by adjam into branch 'master'.

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.
CCMAIL: lindsay.mathieson@gmail.com
REVIEW: 106417
REVIEWED-BY: adjam

M  +6    -0    src/CMakeLists.txt
A  +197  -0    src/kspellplugin.cpp     [License: GPL (v2/3)]
A  +76   -0    src/kspellplugin.h     [License: GPL (v2/3)]
A  +201  -0    src/qwebkitplatformplugin.h     [License: LGPL (v2+)]
M  +3    -1    src/rekonq.kcfg
M  +21   -2    src/settings/settings_advanced.ui
M  +209  -16   src/webview.cpp
M  +12   -0    src/webview.h

http://commits.kde.org/rekonq/b2b2692bf2a24ef4a588c0f94cffde0dbe3c94ac