Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix forward declaration | Montel Laurent | 2013-05-06 | 1 | -1/+0 |
| | |||||
* | Respect hovering settings | Andrea Diamantini | 2013-03-07 | 1 | -1/+2 |
| | | | | BUG:316207 | ||||
* | Fix search management | Andrea Diamantini | 2013-02-27 | 1 | -0/+2 |
| | | | | | show search on focused tab let search on current page work again :) | ||||
* | Fix tab when showing a kpart. Let also see title where needed | Andrea Diamantini | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Improve icon management code | Andrea Diamantini | 2013-01-23 | 1 | -1/+2 |
| | | | | | In the 1.x way, IconManager notified all the tabs about icons changed. This way, just the interested tab is :) | ||||
* | Reimplement (in 2.x way) the ability to edit toolbar | Andrea Diamantini | 2013-01-14 | 1 | -1/+5 |
| | | | | BUG: 312340 | ||||
* | Restore (in 2.x way) shortcuts configuration options | Andrea Diamantini | 2013-01-03 | 1 | -0/+1 |
| | | | | | BUG: 311886 BUG: 305403 | ||||
* | Krazy Fixes, first shot | Andrea Diamantini | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | "Workaround" cookie management in private browsing mode | Andrea Diamantini | 2012-12-16 | 1 | -6/+1 |
| | | | | | | | | | | | | From the note in webpage file: I'm sorry I really cannot let KIO work as needed in private browsing mode. The problem is basically cookie related. This way we lose some features in private browsing mode, but we ensure PRIVACY! This change cannot be reverted until a proper fix for KIO (or the right workaround for rekonq) will be found. BUG: 303552 | ||||
* | - Code style check (codestyle script round) | Andrea Diamantini | 2012-12-12 | 1 | -2/+2 |
| | | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me | ||||
* | Restoring inspector, part 1 | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | | | | restored action and code to activate/deactivate it | ||||
* | Fix and improve rekonq tools menu | Andrea Diamantini | 2012-12-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | - added "open" menu (A-LA firefox) with: - new tab - new windown - new incognito window ------ - open (local) file - added "bookmarks" menu with: - add bookmark ---- - show bookmarks page - show bookmarks toolbar - edit bookmarks (maybe, we'll list all bk after a separator there in the future...) - show history && downloads page Obviously checked/fixed all the relative slots finally, added in the menu quit option :D | ||||
* | work on the findbar | Andrea Diamantini | 2012-12-10 | 1 | -1/+4 |
| | | | | | | restored find next/previous shortcuts set to 20 secs the timeout to auto hide findbar restored hide it on ESC key | ||||
* | Fix/add missing rekonq actions & shortcuts | Andrea Diamantini | 2012-12-10 | 1 | -0/+4 |
| | |||||
* | Fix focus handling on views | Andrea Diamantini | 2012-12-10 | 1 | -1/+3 |
| | |||||
* | Fix "new window" menu action | Andrea Diamantini | 2012-12-10 | 1 | -0/+2 |
| | |||||
* | Re-enable the restore on crash message bar :) | Andrea Diamantini | 2012-12-10 | 1 | -0/+2 |
| | |||||
* | clean up urlbar url loading. We really are lighter now :) | Andrea Diamantini | 2012-12-10 | 1 | -0/+2 |
| | |||||
* | Add sizeHint code from rekonq | Andrea Diamantini | 2012-12-10 | 1 | -1/+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 | 1 | -0/+5 |
| | |||||
* | Re-enable fullscreen capabilities | Andrea Diamantini | 2012-12-10 | 1 | -1/+5 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | - 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 | 1 | -1/+4 |
| | |||||
* | FindBar. Rewamped and restored | Andrea Diamantini | 2012-12-10 | 1 | -2/+6 |
| | |||||
* | Restore rekonq settings | Andrea Diamantini | 2012-12-10 | 1 | -0/+3 |
| | |||||
* | Tools actions restored | Andrea Diamantini | 2012-12-10 | 1 | -0/+2 |
| | |||||
* | User agent management restored | Andrea Diamantini | 2012-12-10 | 1 | -0/+2 |
| | |||||
* | Add actions to the web window, STEP 1 (the easiest ones...) | Andrea Diamantini | 2012-12-10 | 1 | -0/+3 |
| | |||||
* | Add RekonqFactory to locally generate rekonq toolbars and menus by the | Andrea Diamantini | 2012-12-10 | 1 | -1/+5 |
| | | | | ui xml file | ||||
* | Clean up WebWindow ctor | Andrea Diamantini | 2012-12-10 | 1 | -6/+3 |
| | |||||
* | link hovered messages restored :) | Andrea Diamantini | 2012-12-10 | 1 | -0/+10 |
| | |||||
* | Implementing the webwindow as special widget | Andrea Diamantini | 2012-12-10 | 1 | -4/+32 |
| | | | | first step, main & bookmarks toolbar | ||||
* | Port WebWindow to use Urlbar class. Easier testing changes... | Andrea Diamantini | 2012-12-10 | 1 | -6/+3 |
| | |||||
* | Remove a lot of application calls by refactoring code | Andrea Diamantini | 2012-12-10 | 1 | -0/+3 |
| | |||||
* | Clean up WebWindow inserting the WebTab there. | Andrea Diamantini | 2012-12-10 | 1 | -5/+7 |
| | |||||
* | 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 | 1 | -18/+24 |
| | |||||
* | Insert back HistoryManager | Andrea Diamantini | 2012-12-10 | 1 | -1/+5 |
| | | | | | | 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 | 1 | -0/+9 |
| | |||||
* | Re-add WebSnap class & included API in WebWindow for tab preview | Andrea Diamantini | 2012-12-10 | 1 | -0/+3 |
| | |||||
* | Coding style | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | TabWindow, first import :) | Andrea Diamantini | 2012-12-10 | 1 | -0/+69 |