| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
And it should also be a nice semplification :)
|
|
|
|
|
| |
In KDE apps you should not use abbreviations like don't, doesn't, can't, etc.
You have to fully write them out: do not, does not, cannot, etc. :-)
|
| |
|
|
|
|
|
|
|
|
|
| |
1. preHandling: about, javascript, abp protocols. Stops if protocol is NOT known
2. WebKit handling: Allow WebKit to try doing its job
3. postHandling / unsupported content handling: try what is possible to let users see it :)
This also prevents some possible infinite loop on opening...
BUG:267201
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
| |
KDE documentation protocol is opened directly in rekonq instead of the KDE default browser
|
|
|
|
| |
urlBar --> currentUrlBar
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
It also contains a cleaned version of the WebTab::url() method (the previous one was
not working on loading pages. And also immediately after the loadFinished signal)
This should also fix some "bad" handling on back/forward buttons.
Finally, it contains some unrelated QLatin1String --> QL1S changes.
Benjamin, I spoke too early about those.
I squashed merged my work and removed previous branch :(
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Really sorry. Proposed fix does not handle cookies
This reverts commit b08c67eb1e45cb94dc6250fe555d84f0c0e7debe.
CCBUG:250298
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Hope this will be properly fixed upstream in KIO...
Please, Jurian & Pano. Let me know if this has been really fixed.
BUG: 242886
|
|
|
|
|
|
|
|
| |
it seems let everything work as expected (at least here).
It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks)
It also contains fixes & improvements for icons management in History & Bookmarks classes.
More code to maintain, but more things working.Let's see what'll happen...
|
|
|
|
| |
modified: src/protocolhandler.cpp
|
|
|
|
| |
modified: src/protocolhandler.cpp
|
|
|
|
| |
modified: src/protocolhandler.cpp
|
| |
|
| |
|
|
|
|
|
| |
and use it to fix back/forward buttons also on kparts and so on
:)
|
| |
|
|
|
|
| |
BUG: 227422
|
|
|
|
| |
BUG:237426
|
| |
|
|
|
|
| |
first bunch
|
| |
|
|
|
|
| |
Speed up compilation & linking on Win, Lin & Mac. Step 1
|
| |
|
|
|
|
|
| |
Disabled the "Failed to Load" string as rekonq usually does a lot more than
WebKit to "load" an url..
|
|
|
|
|
|
| |
Can someone explain how can we read a not readable dir??
CCBUG: 228660
|
|
|
|
| |
BUG: 231060
|
|
|
|
|
|
| |
Fix duplicated right icons.
CCBUG: 234320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- removed previous SSL animation, we have now a nice yellow lock :)
- faster and cleaner animations
- reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions
- implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured
- clean up the box :) Some old & unuseful files removed, some icons added
- Pano's request: grey text shown everytime in the empty bar
Again and again:
this is not the first, but the second implementation of the new urlbar UI.
About me this is clearly better than the first or the previous.
But it needs love :D
BUG: 230125
BUG: 231015
CCBUG: 228040
BUG: 227272
|
|
|
|
|
|
|
|
|
|
| |
Here are its features:
- KLineEdit based
- ability to easily add "icons" :)
- SSL informations shown (a-la firefox)
- smoother animation
- cleaner code
- data QString, not KUrl based (Users type string, not urls!!!)
|
|
|
|
|
|
| |
This commit implements the downloads history page.
While it is in an horrible shape, its slots seem working well
It needs just some love..
|
|
|
|
|
|
|
|
|
| |
This will let rekonq to automatically add abp subscriptions
from the adblockplus.org site (or wherever someone provides abp urls)
Anyway, consider that the raccomended way to manage adblock (by me and by
abp developers) is just adding the EasyList subscription.
rekonq just does it by default!!
|
|
|
|
| |
No more reloading pages on accepting configuration
|
|
|
|
| |
some unit tests for this, we'll no more see things like this :)
|
|
|
|
| |
return an url on webview->url() calls
|
|
|
|
|
| |
- honor rekonq settings on about:home page
- loads about:blank :) pages
|