summaryrefslogtreecommitdiff
path: root/src/kspellplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restore rekonq 1.x shortcutsAndrea Diamantini2013-01-021-0/+1
| | | | | | | ALT + #number to change tabs CTRL + #number to load favorites BUG: 312341
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-24/+52
|
* Fixes problem with Web Comboxes not dropping down when clicked,Lindsay Mathieson2012-12-101-4/+5
| | | | | | this was due to not checking the requested creation type in createExtension() Removes unnecessary debug output.
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-0/+197
| | | | | | | | | | | | | - 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. oops... also a codingstyle script round here... :)
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-198/+0
| | | | Preparing repo to merge rekonq2 code...
* Fixes problem with Web Comboxes not dropping down when clicked, this was due ↵Lindsay Mathieson2012-10-251-4/+5
| | | | | | to not checking the requested creation type in createExtension(). Removes unneccessary debug output
* Integrated spell checkingLindsay Mathieson2012-09-171-0/+197
- 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