| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
|
|
|
|
|
|
| |
ReKonfig::alwaysShowTabBar() is off
and update tab button position.
It also removes a "feature" introduced to hide/show tab button on tab moving: it has negative effects
on tab middle click closing.
Reviewed by: NOBODY (oops..)
|
|
|
|
|
|
| |
Fantastic patch by Johannes Troscher.
Reviewed by benjaminp (mainly) and adjam
|
|
|
|
|
|
|
|
| |
It seems that while me and pierre (with our lazy eyes) found this good,
Benjamin found some glitches to fix :)
Waiting for a better patch...
This reverts commit fc669e0bf82018baa70a8b59529e1a571d5ad820.
|
|
|
|
|
|
|
| |
Courtesy patch by Johannes Troscher. Thanks :)
Reviewed by: adjam
Reviewed by: elproxy
|
|
|
|
| |
Patch by Furkan Uzumcu, cleaned up and reviewed by me
|
|
|
|
|
|
|
| |
instead of cycling with a while loop
Thanks to Furkan Üzümcü
Review Board request : http://git.reviewboard.kde.org/r/100324/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hovering tabs:
* tab preview (default one)
* show title as tooltip
* show url as tooltip
* show nothing
Patch by Furkan Uzumcu, reviewed (and merged) by adjam
BUG:260343
RB:100282
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Previously, the action of Ctrl+Maj+T was opening all the closed tabs.
This was differing from Firefox and Chrome, which can be confusing
for users.
This patch change the behavior to open only the last closed tab,
making the behavior more like the other browsers.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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...
|
|
|
|
| |
to prevent rekonq being WITHOUT any bar...
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m142
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
| |
The problem comes when too much sites are listed as closed tabs, so I though
to create the contextual menu just on request and to clean out the sites
that are reopened. (They are NO MORE closed tabs..)
This and the next commit should fast a lot rekonq about that
|
|
|
|
|
|
|
|
| |
a corner case
where the trick implemented doesn't work. We'll see if someone can fix also that..
BUG:233937
|
|
|
|
|
|
|
|
|
| |
BUG:224276
@Christoph
Feel free to open a new bug against the link delays, explaining why
you think it's important.
We'll be happy to debate a bit about it, again :)
|
| |
|
| |
|
|
|
|
|
|
| |
tabbar actions & CTRL + SHIFT + T shortcut for the last
Johannes Zellner's patch. Thanks :)
|
|
|
|
| |
added cppcheck script
|
| |
|
|
|
|
|
|
| |
It seems webkit removed an update on setViewPortSize, letting
our trick about setScrollBarPolicy dangerous (no scrollbar on rendered
pages)
|
|
|
|
|
| |
- Do not detach one tab windows
- let detach work with "about" urls
|
|
|
|
|
|
| |
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 a duplicated method and save one QPixmap
in WebSnap class
|
|
|
|
|
|
| |
Johannes Zellner's patch. Thanks :)
CCMAIL:johannes.zellner@nokia.com
|
|
|
|
|
|
|
|
|
| |
It seems clear (to me) that they leaks memory, so they urgently need
fixes. And a complete redesign.
This is just a first (the easiest) part of it:
- Removed some unuseful methods,
- Added some documentation for the WebSnap class
- Cleaned code, in general
|
| |
|
| |
|
|
|
|
| |
Anyway, it needs some days of testing..
|
|
|
|
|
| |
page fro the tab preview.
Some days of testing needed..
|
| |
|
|
|
|
|
| |
It actually hides the addTab button when moving the bars
letting it reappear on the release event.. :)
|
| |
|
| |
|
|
|
|
| |
WeakPointer misconcept
|
| |
|
|
|
|
|
|
|
| |
Johannes Zellner patch.
Thanks :)
BUG: 219752
|
|
|
|
| |
Thanks to Thomas Gahr for the fix
|
| |
|
|
|
|
|
| |
* it basically represents a tab in rekonq
* everything that happens within one tab should go here (wallet bar, find bar?)
|
|
|
|
|
|
|
| |
Anyway, this moving/renaming helped me finding lots of strange circulary
dependencies and easily solve them :)
We have also a more organized structure, hopefully letting people work on different areas
altogether.
|