| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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 :)
|
|
|
|
| |
Speed up compilation & linking on Win, Lin & Mac. Step 1
|
| |
|
|
|
|
|
|
| |
It seems webkit removed an update on setViewPortSize, letting
our trick about setScrollBarPolicy dangerous (no scrollbar on rendered
pages)
|
| |
|
|
|
|
|
| |
It actually hides the addTab button when moving the bars
letting it reappear on the release event.. :)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
I fixed rekonq API removing all slotName call switching to
a proper getter call (so, name() functions)
|
| |
|
|
|
|
|
| |
First test is trivial, but it's a test (tabbar test).
And now we have it!
|
|
|
|
|
| |
That happened because of the code moving from mainview to tabbar (my fault)
(tabbar cannot draw and be drawn..)
|
|
|
|
|
|
| |
Implemented 2 slots to manage the menus and the actions.
the "close tab" action is yet waiting for fix.
|
| |
|
|
|
|
| |
I'm starting hating it!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) moved lionel preview implementation to tabbar class.
This to simplify MainView management AND to use TabBar::tabSizeHint().
Now previews are of the same width of the tab :)
2) cleaned a bit TabBar code
3) fixed scrollButton bug, via a "rude" HACK: an hidden toolbutton shown
when tabs are more than.. a number!
4) Changed tabbar::tabsizehint implementation using 2 stupid constants:
BASE_WIDTH_DIVISOR and MIN_WIDTH_DIVISOR.
Just play with them to modify tab dimension and resize quite all :)
Good night, guys!
|
| |
|
| |
|
|
|
|
| |
Patch from Johannes Zellner (thanks)
|
| |
|
| |
|
| |
|
|
I'm sorry I coudn't perform this with gitsvn or tailor..
but I cannot lose all the evening just for this.
And I need to sleep now..
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963146 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
|