| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Tag a file as removed when it has been removed :)
|
|
|
|
|
|
| |
- created a "general" folder css class
- truncated links titles longer than 100 chars
- improved upper margin in titles
|
|
|
|
|
| |
We have 7 managers and 1 provider... finally fixing this strange
thing!
|
|
|
|
|
| |
REVIEW: 103242
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
| |
"clear history" action... guess where?!?!
Google code-in 2011 task by Huseyin Zengin, GCI Student.
MANY THANKS FOR!!!
REVIEW: 103217
REVIEWED-BY: adjam
|
|
|
|
| |
It seems now we are really ready for the stable release...
|
|
|
|
| |
BUG: 282092
|
|
|
|
|
|
|
|
|
| |
When "use the favicon of the current web site as the window icon"
option is enabled, the window icon used to have problems changing
on new tab page. Wrong icons or no icon.
This patch fixes this problem.
REVIEW: 102310
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
| |
We finally have it :D
CCMAIL: akreuzkamp@web.de
REVIEW: 100604
REVIEWED-BY: adjam, elproxy
|
|
|
|
|
|
| |
- QL1S
- one stupid kDebug less
- codingstyle
|
| |
|
| |
|
|
|
|
| |
First step in the introduction of the new rekonq pages
|
|
|
|
|
|
| |
Patch by Thomas Murach. Thanks ;)
RB:101297
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
|
| |
1) icons in the history & bookmarks pages
2) minor performance improvement, using QL1S macro
|
|
|
|
|
|
|
|
|
|
|
| |
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 :(
|
|
|
|
|
|
|
|
|
| |
This should solve the problems caused by special characters for good.
A few other improvements:
- do not call updateImage as many times as there are favorites.
- removed an unused variable.
- trade #defines for static const ints
- take advantage of the already loaded page to refresh the snapshot.
|
| |
|
| |
|
|
|
|
| |
modified: src/newtabpage.cpp
|
| |
|
|
|
|
| |
src/bookmarks/bookmarkprovider.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|