| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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 :(
|
|
|
|
|
|
|
|
| |
and by... Wikipedia!! ;)
CCBUG: 251264
Xeng, does this fix your issue?
|
|
|
|
|
| |
There is at least just another one about threading. But I'm not 100% sure about.
And anyway, it will be eventually addressed after 0.6 release..
|
| |
|
|
|
|
|
|
|
|
| |
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...
|
|
|
|
|
|
|
| |
it lets rekonq work on every site I tested (all those where there are
some bugs opened) and let us factorize a big bunch of code
BUG:212808
|
|
|
|
|
|
| |
This commit, together with adawit's patch to QtWebKit (not yet merged) && KIO
will definitely solve download handling.
At least, I hope so :)
|
|
|
|
|
| |
and use it to fix back/forward buttons also on kparts and so on
:)
|
|
|
|
|
|
|
|
| |
network analyzer.
Its code is based on previous implementation of Web Inspector Dock
and on Richmoore example about QNAM proxy.
Many thanks for :)
|
|
|
|
| |
This time seems good.
|
|
|
|
| |
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..
|
| |
|
|
|
|
|
|
| |
This led me to a little polish in the classes using
the WebSnap facilities and to change the mechanism
the NewTabPage retrieves images from the "cache"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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!!!)
|
|
|
|
|
|
|
| |
DISCLAIMER:
This code really A LOT of testing. Not for the code itself,
but for the parts it lets rekonq use. I'm experiencing a lot of crashes
with the Dragon Part, in example.
|
| |
|
|
|
|
| |
checking metadata missing..
|
| |
|
|
|
|
| |
Change WebPage ctor && setting winId for each page in the cookiejar
|
|
|
|
|
|
|
| |
(1 QUrl variable for each webpage). It needs testing, obvious, but it
seems working well..
BUG:217521
|
|
|
|
| |
return an url on webview->url() calls
|
| |
|
| |
|
| |
|
|
|
|
| |
page you want to preview, and then you click a button
|
|
|
|
|
|
|
|
|
|
|
|
| |
Little things that change:
-nice buttons appearing on hover
-transitions on hover
TODO:
-when a preview is empty or when loading, it is very ugly
-for now there's no way to choose the page you want to preview
-port "closed Tabs" to this new architecture
-totally remove PreviewImage classes
-eventually, specific contextmenu for previews
|
|
|
|
| |
replace kio for download
|
| |
|
|
|
|
| |
Moved remaining code to kdewebkit
|
| |
|
|
|
|
| |
adblock (KDE one) fix #1
|
|
|
|
| |
Sorry about that :(
|
|
|
|
| |
ported to kdewebkit signals and functions
|
| |
|
|
|
|
| |
First step
|
|
|
|
|
| |
I fixed rekonq API removing all slotName call switching to
a proper getter call (so, name() functions)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
argue this strange GUI behaviour
Revert "- Cleaning mouse gesture managements"
This reverts commit 0c71d428f284675c658c55d2f3d9f858ad78c850.
|
|
|
|
|
| |
- context menu crash fixes && some separators added
- preparing PreviewImage for right mouse click manage
|
| |
|
| |
|
| |
|
|
|
|
| |
Some TODO comments added.
|
| |
|
| |
|
| |
|