summaryrefslogtreecommitdiff
path: root/src/icons
Commit message (Collapse)AuthorAgeFilesLines
* Supporting panel (again) :)Andrea Diamantini2013-03-101-2/+2
| | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354
* Improve icon management codeAndrea Diamantini2013-01-232-16/+1
| | | | | In the 1.x way, IconManager notified all the tabs about icons changed. This way, just the interested tab is :)
* Fix IconManager to let webapp window favicons workAndrea Diamantini2013-01-201-1/+1
|
* New Private Browsing mode :DAndrea Diamantini2012-12-101-1/+1
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-1/+1
| | | | | | | | | | | | | - 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... :)
* IconManager restoreAndrea Diamantini2012-12-106-0/+657
Just 3 lines fixes ;) Also clean up in the dir structure...