| 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.
|
|
|
|
|
|
| |
The path added to the scheme is already supposed to be an absolute path,
so starting with a '/'. By putting three slashes for the scheme, the
final path has four /, which is not a valid url (legacy url).
|
|
|
|
|
|
|
|
|
|
|
| |
Use explicit text encoding in NewTabPage::browsingMenu() with
QLatin1String().
Using explicit text encoding has a some advantages:
-it is safe if the default codec is changed
-the application compile even with QT_NO_CAST_FROM_ASCII
Reviewed-by: Andreas Kling
|
|
|
|
| |
In the Favorites page we add Favorites, not Previews^^
|
|
|
|
|
|
|
|
| |
dialogues, ...)
- Fix bookmark icons with the bookmark panel
BUG: 247196
|
|
|
|
|
| |
It's actually the same, but probably a bit more coherent.
More over, we are going to change a lot of things in the HistoryManager class...
|
|
|
|
|
| |
Also, make the "Open file" feature, that was commented out, work
(the solution might be a bit hackish though^^)
|
| |
|
|
|
|
| |
QString is more efficient than passing a one-character string.
|
|
|
|
| |
BUG: 238852
|
|
|
|
|
| |
and use it to fix back/forward buttons also on kparts and so on
:)
|
| |
|
| |
|
|
|
|
| |
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"
|
| |
|
|
|
|
|
|
|
|
| |
When you started to load closedTabs and opened favorites, previews were replaced when background load of previews finished.
Changes :
- preview titles are saved only when urls match
- previews are replaced only when urls match
- added some checks to prevent NewTabPage to have strange behaviour in the future
|
| |
|
|
|
|
| |
bookmarks, "Edit Downloads"
|
| |
|
| |
|
|
|
|
| |
remove favorites. Some work needed on the "add favorite" button
|
|
|
|
| |
the downloads info are shown on 3 lines with the icon of the file
|
|
|
|
|
|
| |
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
|
|
|