| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change createNavItem() to a more generic createLinkItem() capable of
generating icon of any type.
Use the new createLinkItem() in every position where .link items are
created.
Fix the flags used for icons. The flags were specified with a boolean
or operator:
KIconLoader::SizeSmall || KIconLoader::Small -> one |
All the icon flags have been changed to KIconLoader::Toolbar in order
to keep the same behavior as before (Toolbar value equals 1).
|
|
|
|
|
| |
Almost identical code was copied 5 times. It has been replaced by
a private function.
|
|
|
|
| |
Speed up compilation & linking on Win, Lin & Mac. Step 1
|
| |
|
|
|
|
|
|
| |
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"
|
|
|
|
|
|
| |
This commit implements the downloads history page.
While it is in an horrible shape, its slots seem working well
It needs just some love..
|
| |
|
|
|
|
| |
(we are using just a class for it)
|
|
|
|
|
| |
In Italy we say "Pulizie di Pasqua". Just some changes to reorganize
things better
|
|
|
|
|
|
| |
This is the more logical solution and let rekonq working also
with the upcoming Qt4.6. (QWebView::setHtml() trouble)
Anyway we have a little regression in the urlbar clean && select
|
|
|