| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
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"
|
|
|
|
|
| |
available.
Otherwise, try loading it.
|
|
|
|
|
| |
Reverting a beautiful fix by me letting rekonq joyfully crashing
on every non default action
|
|
|
|
| |
happen if Qt Docs say to delete (later) them?
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
a good idea..
|
|
|
|
| |
We need just this F*****g awesome bar to show them :)
|
|
|
|
| |
checking metadata missing..
|
|
|
|
|
|
| |
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 (squashed) commit adds this new feature in rekonq, letting
people to simply "forgot" adblock and let rekonq do everything for it
I added:
- a new (rekonq) adblock widget
- an asyncronous method to update rules from the net every TOT days
- a better AdBlockManager management.
What it is actually missing is the adp protocol support to add new
subscriptions to adblock. This will come the next week.
For now this part seems stable and needs just testing :)
|
| |
|
|
|
|
| |
a clear (network) error management.
|
|
|
|
| |
Change WebPage ctor && setting winId for each page in the cookiejar
|
|
|
|
| |
(When you want to download something from a page, you should just have loaded it..)
|
|\
| |
| |
| | |
into m94
|
| | |
|
| | |
|
|/
|
|
|
|
|
| |
(1 QUrl variable for each webpage). It needs testing, obvious, but it
seems working well..
BUG:217521
|
|
|
|
| |
the KDirLister class (and delete on finish)
|
| |
|
| |
|
| |
|
|
|
|
| |
BUG:226520
|
| |
|
| |
|
|
|
|
| |
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
|
|
|
|
| |
to search in the history navigation in the right cache..
|
|
|
|
|
| |
This will save rekonq from crashing on fast CTRL+W close
on notify message popup
|
| |
|
|
|
|
|
| |
We can now manage all the most important
protocols :D
|
| |
|
|
|
|
| |
replace kio for download
|
|
|
|
|
| |
- show dirs
- download files
|
| |
|
|
|
|
| |
cleanups
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We are actually creating two widget for request.
I'll merge it anyway to let you fix it :)
Merge commit 'refs/merge-requests/72' of git://gitorious.org/rekonq/mainline into m72
Conflicts:
src/mainview.cpp
src/webview.cpp
|
| |
| |
| |
| |
| | |
* it basically represents a tab in rekonq
* everything that happens within one tab should go here (wallet bar, find bar?)
|
|/
|
|
| |
Moved remaining code to kdewebkit
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
I have to say, BRUTE prevention :)
Hope this works.
Also some fixes in Urlbar class to ensure that a KUrl is a KUrl
and a QString is a QString.
Removed the annoying "restore url on focus out" feature. No other browsers
have it and I really cannot understand gain
|