summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Get sure right zoom is restored...Andrea Diamantini2013-12-081-0/+1
|
* Added option for global zoom settings :)Andrea Diamantini2013-12-031-7/+11
| | | | BUG: 307477
* oops... signal --> slotAndrea Diamantini2013-06-271-4/+4
|
* Added "wheel" case to the general zoom managementAndrea Diamantini2013-06-271-14/+17
| | | | | | | This should fix the problem that zoom changes are not saved when applied with the wheel CCBUG: 223188
* Let fixed behavior when site is NOT loadedAndrea Diamantini2013-06-191-0/+2
| | | | | | | work also when you don't have connection from the beginning. CCBUG:319924 CCBUG:312928
* i18n fixesPino Toscano2013-06-101-2/+2
| | | | | | | | | - remove exclamation marks - remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum") - fix style - spell "Java", "JavaScript" and "MD5" correctly - lowercase "NOT" (do not shout to the user) - remove extra spaces
* i18n fixesPino Toscano2013-06-071-5/+5
| | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-061-1/+1
|
* Remember to save zoom settings on changeAndrea Diamantini2013-06-061-0/+15
| | | | BUG:223188
* normalize signal/slotMontel Laurent2013-05-061-3/+3
|
* Add bool info in WebTab about being a web appAndrea Diamantini2013-04-071-0/+8
|
* Fix conditional compilation when compiled without activitiesAndrea Diamantini2013-03-171-0/+4
| | | | CCBUG: 315694
* Restore activity daemon supportAndrea Diamantini2013-03-131-0/+35
| | | | BUG: 315694
* Fix about pages titleAndrea Diamantini2013-02-171-0/+3
|
* Fix tab when showing a kpart. Let also see title where neededAndrea Diamantini2013-01-271-14/+35
|
* Fix kpart window half shownAndrea Diamantini2013-01-261-2/+3
| | | | BUG: 311887
* Restore usual position of web inspector on the bottomAndrea Diamantini2013-01-261-4/+2
|
* Prevent uglyfying URL in suggest listViktar Vauchkevich2013-01-141-1/+1
| | | | | REVIEW: 108412 REVIEWED-BY: adjam. (Thanks!)
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-281-2/+2
|
* "Workaround" cookie management in private browsing modeAndrea Diamantini2012-12-161-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 Diamantini2012-12-121-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 3Andrea Diamantini2012-12-101-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 2Andrea Diamantini2012-12-101-7/+28
| | | | Add an inspector widget to the bottom of the page
* Restoring inspector, part 1Andrea Diamantini2012-12-101-0/+9
| | | | restored action and code to activate/deactivate it
* Fix tabwindow title when webwindow one is emptyAndrea Diamantini2012-12-101-1/+1
| | | | (no more "rekonq - rekonq")
* enable webapp mode by calling "rekonq --webapp URL" :DAndrea Diamantini2012-12-101-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! :DAndrea Diamantini2012-12-101-0/+44
|
* Re-enable the restore on crash message bar :)Andrea Diamantini2012-12-101-3/+3
|
* New Private Browsing mode :DAndrea Diamantini2012-12-101-1/+4
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-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 featureAndrea Diamantini2012-12-101-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 APIAndrea Diamantini2012-12-101-0/+18
|
* Clean out WebTab methods not really related.Andrea Diamantini2012-12-101-105/+4
| | | | They have to be reinserted in the right place. What?
* Let WebTab compile (and everything NOT commented out...)Andrea Diamantini2012-12-101-72/+37
|
* Let WebView compile and workAndrea Diamantini2012-12-101-0/+55
| | | | WARNING: Not everything compiles yet...
* Copy webtab related files from rekonq repoAndrea Diamantini2012-12-101-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...