Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve icon management code | Andrea Diamantini | 2013-01-23 | 1 | -3/+0 |
| | | | | | 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 | -0/+1 |
| | |||||
* | Fix double opening with local files && kparts opening in webapp mode | Andrea Diamantini | 2012-12-16 | 1 | -27/+35 |
| | |||||
* | "Workaround" cookie management in private browsing mode | Andrea Diamantini | 2012-12-16 | 1 | -57/+54 |
| | | | | | | | | | | | | 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 | -38/+42 |
| | | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me | ||||
* | Get sure we are using suggested file name if available | Andrea Diamantini | 2012-12-10 | 1 | -16/+29 |
| | |||||
* | Fix downloads notifications | Andrea Diamantini | 2012-12-10 | 1 | -11/+18 |
| | |||||
* | Shorter string. May fit better... | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Use view parent tab to get use calling tab exists | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | Removed some porting FIXME and re-enabled old features | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | Fix new page creation on blank target url click | Andrea Diamantini | 2012-12-10 | 1 | -9/+10 |
| | |||||
* | Network error management (again) | Andrea Diamantini | 2012-12-10 | 1 | -43/+33 |
| | | | | | | | | Following the 1.x series, a better error management based on SOLID (i.e. added dependency about) showing local network problems, if any, or suggesting search engines or cached copy. Removed the hated "wall of text" | ||||
* | New Private Browsing mode :D | Andrea Diamantini | 2012-12-10 | 1 | -3/+32 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | - 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... :) | ||||
* | Fix urlbar widget show | Andrea Diamantini | 2012-12-10 | 1 | -0/+18 |
| | |||||
* | Remove a lot of application calls by refactoring code | Andrea Diamantini | 2012-12-10 | 1 | -20/+9 |
| | |||||
* | Fix use of webpage | Andrea Diamantini | 2012-12-10 | 1 | -15/+7 |
| | |||||
* | Let WebView compile and work | Andrea Diamantini | 2012-12-10 | 1 | -55/+26 |
| | | | | WARNING: Not everything compiles yet... | ||||
* | Copy webtab related files from rekonq repo | Andrea Diamantini | 2012-12-10 | 1 | -0/+777 |
NOTE: This change does NOT affect CMakeLists.txt, so that compilation will continue to work as the previous commit. I'm just trying to track changes from original rekonq files... |