Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up urlbar url loading. We really are lighter now :) | Andrea Diamantini | 2012-12-10 | 2 | -9/+26 |
| | |||||
* | Add sizeHint code from rekonq | Andrea Diamantini | 2012-12-10 | 2 | -7/+0 |
| | | | | | | | oops... by accident (-a) added here also the easy fix for tabs: - shown "Loading..." string while loading - use IconManager to properly show tab icon on load finished | ||||
* | New Private Browsing mode :D | Andrea Diamantini | 2012-12-10 | 2 | -4/+21 |
| | |||||
* | new tab action | Andrea Diamantini | 2012-12-10 | 1 | -48/+5 |
| | |||||
* | Re-enable fullscreen capabilities | Andrea Diamantini | 2012-12-10 | 2 | -12/+38 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 6 | -38/+38 |
| | | | | | | | | | | | | | - 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... :) | ||||
* | Manage Bookmarks Toolbar show/hide (&& create/delete) | Andrea Diamantini | 2012-12-10 | 3 | -17/+90 |
| | |||||
* | FindBar. Rewamped and restored | Andrea Diamantini | 2012-12-10 | 4 | -2/+420 |
| | |||||
* | KHelpMenu | Andrea Diamantini | 2012-12-10 | 1 | -1/+8 |
| | |||||
* | Moved the bookmark toolbar to be a... toolbar!!! | Andrea Diamantini | 2012-12-10 | 3 | -29/+91 |
| | |||||
* | Restore rekonq settings | Andrea Diamantini | 2012-12-10 | 2 | -1/+23 |
| | |||||
* | Tools actions restored | Andrea Diamantini | 2012-12-10 | 2 | -5/+36 |
| | |||||
* | User agent management restored | Andrea Diamantini | 2012-12-10 | 2 | -0/+24 |
| | |||||
* | Add actions to the web window, STEP 1 (the easiest ones...) | Andrea Diamantini | 2012-12-10 | 2 | -7/+54 |
| | |||||
* | Add RekonqFactory to locally generate rekonq toolbars and menus by the | Andrea Diamantini | 2012-12-10 | 4 | -10/+422 |
| | | | | ui xml file | ||||
* | Clean up WebWindow ctor | Andrea Diamantini | 2012-12-10 | 2 | -38/+27 |
| | |||||
* | Ensure Rekonq (tools) menu does not crash by using a Q(Weak)Pointer | Andrea Diamantini | 2012-12-10 | 2 | -5/+12 |
| | |||||
* | link hovered messages restored :) | Andrea Diamantini | 2012-12-10 | 2 | -0/+86 |
| | |||||
* | Implementing the webwindow as special widget | Andrea Diamantini | 2012-12-10 | 4 | -13/+496 |
| | | | | first step, main & bookmarks toolbar | ||||
* | Port WebWindow to use Urlbar class. Easier testing changes... | Andrea Diamantini | 2012-12-10 | 2 | -30/+10 |
| | |||||
* | Remove a lot of application calls by refactoring code | Andrea Diamantini | 2012-12-10 | 2 | -0/+15 |
| | |||||
* | Fix use of webpage | Andrea Diamantini | 2012-12-10 | 1 | -0/+1 |
| | |||||
* | Clean up WebWindow inserting the WebTab there. | Andrea Diamantini | 2012-12-10 | 2 | -39/+34 |
| | |||||
* | Let WebTab compile (and everything NOT commented out...) | Andrea Diamantini | 2012-12-10 | 4 | -380/+0 |
| | |||||
* | Let WebView compile and work | Andrea Diamantini | 2012-12-10 | 1 | -0/+10 |
| | | | | WARNING: Not everything compiles yet... | ||||
* | Fix up copyright headers | Andrea Diamantini | 2012-12-10 | 2 | -36/+48 |
| | |||||
* | Restored Adblock moving hiding logic to the one used in kwebkitpart | Andrea Diamantini | 2012-12-10 | 3 | -1/+265 |
| | | | | | This will let everyone to save time reinventing the wheel and let us remove webpage from adblockmanager code, but just manage it via (Q)NAM. | ||||
* | Insert back HistoryManager | Andrea Diamantini | 2012-12-10 | 3 | -3/+9 |
| | | | | | | There are a few notable changes here: - rekonq_defines.h clean up, removing the enums from there - let HistoryManager be accessible by a self function | ||||
* | Re-add && Re-view tab preview popup | Andrea Diamantini | 2012-12-10 | 2 | -28/+33 |
| | |||||
* | Re-add WebSnap class & included API in WebWindow for tab preview | Andrea Diamantini | 2012-12-10 | 2 | -0/+10 |
| | |||||
* | Coding style | Andrea Diamantini | 2012-12-10 | 2 | -8/+8 |
| | |||||
* | TabWindow, first import :) | Andrea Diamantini | 2012-12-10 | 4 | -0/+333 |