| Summary: | [RFE] Spellchecking | ||
|---|---|---|---|
| Product: | [Unmaintained] rekonq | Reporter: | Kevin Clevenger <kevin.clevenger> |
| Component: | general | Assignee: | Andrea Diamantini <adjam7> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | latest git snapshot | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/rekonq/b2b2692bf2a24ef4a588c0f94cffde0dbe3c94ac | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Kevin Clevenger
2012-08-24 14:31:08 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 |