Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add bool info in WebTab about being a web app | Andrea Diamantini | 2013-04-07 | 1 | -0/+8 |
| | |||||
* | Fix conditional compilation when compiled without activities | Andrea Diamantini | 2013-03-17 | 1 | -0/+4 |
| | | | | CCBUG: 315694 | ||||
* | Restore activity daemon support | Andrea Diamantini | 2013-03-13 | 1 | -0/+35 |
| | | | | BUG: 315694 | ||||
* | Fix about pages title | Andrea Diamantini | 2013-02-17 | 1 | -0/+3 |
| | |||||
* | Fix tab when showing a kpart. Let also see title where needed | Andrea Diamantini | 2013-01-27 | 1 | -14/+35 |
| | |||||
* | Fix kpart window half shown | Andrea Diamantini | 2013-01-26 | 1 | -2/+3 |
| | | | | BUG: 311887 | ||||
* | Restore usual position of web inspector on the bottom | Andrea Diamantini | 2013-01-26 | 1 | -4/+2 |
| | |||||
* | Prevent uglyfying URL in suggest list | Viktar Vauchkevich | 2013-01-14 | 1 | -1/+1 |
| | | | | | REVIEW: 108412 REVIEWED-BY: adjam. (Thanks!) | ||||
* | Krazy fixes, second shot (normalize) | Andrea Diamantini | 2012-12-28 | 1 | -2/+2 |
| | |||||
* | "Workaround" cookie management in private browsing mode | Andrea Diamantini | 2012-12-16 | 1 | -2/+3 |
| | | | | | | | | | | | | 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 | -9/+9 |
| | | | | | | | | | - 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 3 | Andrea Diamantini | 2012-12-10 | 1 | -4/+12 |
| | | | | | | | | Added a splitter to let inspector widget be resizable Following my wife hint, it seems it is better to let it be in the right part. Let's see what people has to comment about... | ||||
* | Restoring inspector, part 2 | Andrea Diamantini | 2012-12-10 | 1 | -7/+28 |
| | | | | Add an inspector widget to the bottom of the page | ||||
* | Restoring inspector, part 1 | Andrea Diamantini | 2012-12-10 | 1 | -0/+9 |
| | | | | restored action and code to activate/deactivate it | ||||
* | Fix tabwindow title when webwindow one is empty | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | | | | (no more "rekonq - rekonq") | ||||
* | enable webapp mode by calling "rekonq --webapp URL" :D | Andrea Diamantini | 2012-12-10 | 1 | -1/+27 |
| | | | | | NOTE: in my opinion, this is a great feature that needs a lot of attention and testing. But it's really cool to see how it works... ;) | ||||
* | Zoom actionis restored, yeah! :D | Andrea Diamantini | 2012-12-10 | 1 | -0/+44 |
| | |||||
* | Re-enable the restore on crash message bar :) | Andrea Diamantini | 2012-12-10 | 1 | -3/+3 |
| | |||||
* | New Private Browsing mode :D | Andrea Diamantini | 2012-12-10 | 1 | -1/+4 |
| | |||||
* | 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... :) | ||||
* | Removed (FOR NOW) open search feature | Andrea Diamantini | 2012-12-10 | 1 | -7/+0 |
| | | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this... | ||||
* | Urlbar, first code ported to the new API | Andrea Diamantini | 2012-12-10 | 1 | -0/+18 |
| | |||||
* | Clean out WebTab methods not really related. | Andrea Diamantini | 2012-12-10 | 1 | -105/+4 |
| | | | | They have to be reinserted in the right place. What? | ||||
* | Let WebTab compile (and everything NOT commented out...) | Andrea Diamantini | 2012-12-10 | 1 | -72/+37 |
| | |||||
* | Let WebView compile and work | Andrea Diamantini | 2012-12-10 | 1 | -0/+55 |
| | | | | WARNING: Not everything compiles yet... | ||||
* | Copy webtab related files from rekonq repo | Andrea Diamantini | 2012-12-10 | 1 | -0/+419 |
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... |