summaryrefslogtreecommitdiff
path: root/src/webtab
Commit message (Collapse)AuthorAgeFilesLines
* Save Action (to re-enable CTRL + S)Andrea Diamantini2014-01-041-1/+1
|
* Get sure right zoom is restored...Andrea Diamantini2013-12-082-2/+3
|
* Added option for global zoom settings :)Andrea Diamantini2013-12-032-11/+14
| | | | BUG: 307477
* Fix search engine settings loading on first startupAndrea Diamantini2013-11-292-14/+33
|
* Get sure webkit objects are deleted in the app d-torAndrea Diamantini2013-11-172-0/+4
| | | | CCBUG: 321557
* Set the Base URL of Error PagesDavid E. Narváez2013-08-261-1/+1
| | | | | | | Otherwise, all error pages show about:blank in the URL which makes it complicated for the user to know what page went wrong. REVIEW: 112289
* Fix support for http proxy in private modeAndrea Diamantini2013-08-051-9/+33
| | | | | | | | | this patch is a tiny modification of the one provided by Pali Rohàr (thanks!!!). I just misunderstood it before and then forgot in my mail. Sorry for that, Pali. And thank you again :) CCMAIL: pali.rohar@gmail.com
* Contextual menu workAndrea Diamantini2013-08-011-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Group inspect action alone as requested and reorganized action as proposed. Now we have --- OPEN ACTION --- open here open there open everywhere --- SAVE --- save link as.. --- LINK RELATED copy link bookmark link share link ---- inspect . "Save link" is the text chosen in KDE, webkit, chrom* && firefox. I don't want to change it. BUG: 322987 BUG: 322988
* Add contextual action when in fullscreen to easily exitAndrea Diamantini2013-07-311-1/+10
| | | | BUG: 323012
* Move autoscroll timer interval from 100ms to 16msDiego Soenens2013-07-301-1/+1
| | | | | | | | | | The current m_autoScrollTimer interval of 100ms (10 FPS!) makes auto-scrolling feel sluggish and unresponsive. IMHO it should have the same interval as m_smoothScrollTimer (16ms) so that it feels smooth and responsive. REVIEW: 111567 REVIEWED-BY: adjam
* Review ssl widget generation code.Andrea Diamantini2013-07-122-17/+6
| | | | | | | | This also seems to fix some way problem about multiple widget creations What about you, guys? CCBUG:321226
* oops... signal --> slotAndrea Diamantini2013-06-271-4/+4
|
* Added "wheel" case to the general zoom managementAndrea Diamantini2013-06-272-15/+19
| | | | | | | This should fix the problem that zoom changes are not saved when applied with the wheel CCBUG: 223188
* Set URL on initial load just when it comes from main frameAndrea Diamantini2013-06-261-10/+12
| | | | | | | | | Stupid me, I tested one week this patch and then pushed the wrong version. Sorry guys, things happen :( BUG: 321583
* Let fixed behavior when site is NOT loadedAndrea Diamantini2013-06-193-1/+9
| | | | | | | work also when you don't have connection from the beginning. CCBUG:319924 CCBUG:312928
* Restore use of webkit icon cacheAndrea Diamantini2013-06-161-3/+0
| | | | | | | Fix rekonq icon retrieve mechanism to let it show well engine icons on bar BUG:272565
* Let private popus open in private modeAndrea Diamantini2013-06-123-4/+7
| | | | BUG: 320218
* fix not consecutively numbered placeholderBurkhard Lück2013-06-111-1/+1
|
* i18n fixesPino Toscano2013-06-102-3/+3
| | | | | | | | | - 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
* Link custom rekonq QNAM to KDE proxy settingsAndrea Diamantini2013-06-104-1/+153
| | | | | | | | | | This is a first attempt to link our needed QNAM to KDE proxy settings. It will try to fix proxy problems when used. Oh... I also added some new error strings in case of proxy problems :) CCBUG: 304378 CCBUG: 315598
* i18n fixesPino Toscano2013-06-075-18/+20
| | | | | | | | | - 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
* Fix behavior on unloaded sitesAndrea Diamantini2013-06-072-5/+22
| | | | | | | | - show url - reload with f5 BUG:319924 BUG:312928
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-064-19/+13
|
* Use webkit general font to render rekonq pagesAndrea Diamantini2013-06-062-3/+6
| | | | BUG: 320318
* Remember to save zoom settings on changeAndrea Diamantini2013-06-061-0/+15
| | | | BUG:223188
* Get sure JS is properly detected and executedAndrea Diamantini2013-06-062-1/+2
|
* normalize signal/slotMontel Laurent2013-05-062-4/+4
|
* Fix forward declarationMontel Laurent2013-05-061-2/+0
|
* Revert "Use kurifilter instead of custom rekonq code."Andrea Diamantini2013-04-281-3/+3
| | | | | | | | This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed. Conflicts: src/searchengine.cpp src/urlresolver.cpp
* Changes order of link actions for link context menuLindsay Mathieson2013-04-251-8/+8
| | | | | | | | Moved "Open Here" action (if needed) to after "Open in Private Window" so as to keep the order of link actions consistent. This reduces the need for users to inspect the context menu when right clicking links. REVIEW: 110168
* Make it build with QT_STRICT_ITERATORSKevin Ottens2013-04-181-4/+4
|
* urlbar look changeAndrea Diamantini2013-04-151-3/+0
| | | | | | Move SSL icon in place of left urlbar favicon (as usually major browsers do). Remove positive and negative background when https page is visited.
* honor filetype setting WRT embeddingHarald Sitter2013-04-111-1/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | there are 3 distinct states a filetype can have WRT kpart embeding - always embed - never embed - do whatever the parent node does (e.g. application/foo would take the setting of application) since the logic to determine which of those it is going to be we are using a bit of code imported from konqueror deciding in a boolean fashion whether or not we are supposed to embed or not. this is particularly non- intrusive as the decision directly relates to whether a kpart is created, if not the file will simply be krun'. this change is using static functions for the imported code. rationale being that they are in fact static and not having them reflected in the header makes them all the easier to remove should a better solution arise in the future. with that in mind: while the code is copy'n'pastable it seems like a good idea to move this into some shared library in the long term such that konqueror and rekonq (and any other kpart enabled app) can use the same code. REVIEW: 109942 BUG: 240400 BUG: 279423
* Always show the open link in new tab/window contextual actionsAndrea Diamantini2013-04-071-12/+10
|
* Clean up url loadingAndrea Diamantini2013-04-071-12/+13
|
* Add bool info in WebTab about being a web appAndrea Diamantini2013-04-072-0/+11
|
* Workaround about private browsingAndrea Diamantini2013-04-073-1/+24
| | | | | | | | | Use a unique QNAM for private browsing. This lets private windows share navigation info. I guess the "optimus workaround" should be creating this "per window". But I think this way it's easier and enough (to be a workaround...) BUG: 317565
* Use kurifilter instead of custom rekonq code.Maarten De Meyer2013-04-071-3/+3
| | | | | | | | Now all web shortcuts work. BUG: 258639 REVIEWED BY: adjam
* Fix conditional compilation when compiled without activitiesAndrea Diamantini2013-03-171-0/+4
| | | | CCBUG: 315694
* Support "open in webapp" && "install webapp" linksAndrea Diamantini2013-03-171-0/+23
| | | | And now... :D
* Reverting changes in sslinfodialog as discussed with kdepepo.Andrea Diamantini2013-03-141-5/+3
| | | | | | Thanks :) CCMAIL: christoph@maxiom.de
* Let rekonq save file remotely (again)Andrea Diamantini2013-03-141-2/+4
| | | | | | | Restored the (il)logic fix applied for bug 242675 and added a big note to NOT remove it again BUG: 316684
* Restore activity daemon supportAndrea Diamantini2013-03-132-0/+49
| | | | BUG: 315694
* Added missing reload button when webpage fails to loadSomsubhra bairi2013-03-121-1/+1
| | | | BUG: 316235
* Guess if url is on target blank and show different contextual actionsAndrea Diamantini2013-03-112-9/+73
| | | | | | | | | | I would not re-enable the "describing" icon part because it is NOT really working here. I'm having troubles when I show the icon and switch pages. Hope this is enough BUG: 237095 BUG: 303911
* Properly manage open in new tab/window selected urlsAndrea Diamantini2013-02-271-2/+2
|
* Fix search managementAndrea Diamantini2013-02-271-1/+1
| | | | | show search on focused tab let search on current page work again :)
* AdBlock ImprovementAndrea Diamantini2013-02-243-7/+10
| | | | | | | | | Hiding rules support (at least the easy ones, the most ones, against hiding id && classes) :D To test it, take a look (in example) at the url: http://simple-adblock.com/faq/testing-your-adblocker/
* Make rekonq use the selection (PRIMARY) for MMB clicksThiago Macieira2013-02-241-1/+1
| | | | | | | | | | | | The Selection is what usually gets pasted when one does an MMB click, so it makes sense to use that as search term or URL to load. (Thanks, Thiago!) BUG: 315657 BUG: 314551 REVIEW: 109107 REVIEWED-BY: adjam
* Do not display Access Keys upon Ctrl+Click.Dimitrios Christidis2013-02-171-0/+4
| | | | | | | BUG: 312785 REVIEW: 108981 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>