Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get sure we try downloading just once engine favicon(s)... | Andrea Diamantini | 2013-12-15 | 2 | -4/+15 |
| | |||||
* | improvements on urlbar | Andrea Diamantini | 2013-11-22 | 3 | -15/+5 |
| | | | | | | | | | STEP 2: - work & fix on search engine favicons - simplify code (and remove dead one) - API clean up - delete ASAP list items and suggestions - let the URL in the suggestions be an hard grey | ||||
* | Do NOT download everytime engines favicons if present | Andrea Diamantini | 2013-11-21 | 1 | -6/+14 |
| | |||||
* | Get sure WebIcon does NOT autodelete the icon downloader before done | Andrea Diamantini | 2013-08-09 | 1 | -2/+3 |
| | |||||
* | Get sure WebIcon is deleted when done | Andrea Diamantini | 2013-07-09 | 2 | -1/+3 |
| | |||||
* | Fix rekonq pages icons according to last changes in IconManager | Andrea Diamantini | 2013-06-16 | 3 | -21/+19 |
| | |||||
* | Manage local mimetype icons | Andrea Diamantini | 2013-06-16 | 1 | -3/+7 |
| | |||||
* | Restore use of webkit icon cache | Andrea Diamantini | 2013-06-16 | 3 | -69/+83 |
| | | | | | | | Fix rekonq icon retrieve mechanism to let it show well engine icons on bar BUG:272565 | ||||
* | Link custom rekonq QNAM to KDE proxy settings | Andrea Diamantini | 2013-06-10 | 1 | -2/+4 |
| | | | | | | | | | | This is a first attempt to link our needed QNAM to KDE proxy settings. It will try to fix proxy problems when used. Oh... I also added some new error strings in case of proxy problems :) CCBUG: 304378 CCBUG: 315598 | ||||
* | Move from about: to rekonq: protocol for our special links | Andrea Diamantini | 2013-06-06 | 1 | -18/+13 |
| | |||||
* | Fix forward declaration | Montel Laurent | 2013-05-06 | 1 | -1/+0 |
| | |||||
* | Supporting panel (again) :) | Andrea Diamantini | 2013-03-10 | 1 | -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 code | Andrea Diamantini | 2013-01-23 | 2 | -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 work | Andrea Diamantini | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | New Private Browsing mode :D | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 1 | -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 restore | Andrea Diamantini | 2012-12-10 | 6 | -0/+657 |
Just 3 lines fixes ;) Also clean up in the dir structure... |