| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
on that.
This, expecially to avoid double calls on functions to manage tab switching and info updating.
Reviewed by NOBODY (oops...)
|
|
|
|
|
|
|
|
|
|
| |
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..)
|
| |
|
|
|
|
| |
(Disabled by default).
|
| |
|
|
|
|
|
|
| |
This reverts commit eba8b17b2514c39897b035a1f5529f5b87a7b114.
This commit wroke the favicon rendering.
|
|
|
|
|
|
| |
This reverts commit bf94b5e71b1a7cedf2f69bb3cd61661bc21c24c3.
This commit introduced a bug that stoped the new tab button from working.
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/mainview.cpp
src/mainview.h
src/webtab.cpp
src/webtab.h
|
| |
| |
| |
| | |
urlBar --> currentUrlBar
|
| |
| |
| |
| |
| |
| |
| |
| | |
The destructor of MainView was redundant with the cleaning
mechanism of QObject. It is removed to simplify the class.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The attribute m_loadingGitPath is an invariant of runtime,
it is not specific to MainView objects.
The path has been changed to a constant of the implementation.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
| |
| |
| |
| |
| |
| |
| | |
Enforce the invariant of MainView by making the pointer const.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
|/
|
|
|
| |
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
|
|
|
|
|
|
|
| |
This reverts commit 8561c1b43a506ac4ead17734c20cc55ce7cec666.
This implementation lets the last close page to continue load eg flash
and in general can produce audio playback :(
|
|
|
|
|
| |
In fact, the tab is not really deleted, but just saved somewhere
to fastly restore it, having again history and so on..
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
a corner case
where the trick implemented doesn't work. We'll see if someone can fix also that..
BUG:233937
|
|
|
|
| |
BUG: 235107
|
|
|
|
| |
to speed up a bit
|
|
|
|
|
|
| |
us resize them as needed for themes different from oxygen.
This anyway seems working better with the upcoming Qt 4.7
|
|
|
|
|
|
| |
tabbar actions & CTRL + SHIFT + T shortcut for the last
Johannes Zellner's patch. Thanks :)
|
|
|
|
| |
Speed up compilation & linking on Win, Lin & Mac. Step 1
|
| |
|
|
|
|
| |
Need to round some corners, yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- removed previous SSL animation, we have now a nice yellow lock :)
- faster and cleaner animations
- reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions
- implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured
- clean up the box :) Some old & unuseful files removed, some icons added
- Pano's request: grey text shown everytime in the empty bar
Again and again:
this is not the first, but the second implementation of the new urlbar UI.
About me this is clearly better than the first or the previous.
But it needs love :D
BUG: 230125
BUG: 231015
CCBUG: 228040
BUG: 227272
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WARNING:
This is the best animation I could provide with the KComboBox class.
In the KLineEdit derived it works perfectly. In the Combos there are some
shadows on top :(
Squashed commit of the following:
commit 01e72a1996161028f8dbdc4e355daf00f954eace
commit 8bc032d98a4987d3b01566ac520f5e8a1a095dd0
commit bc5cfd9f7d1b34f5af06dd7af6de8d3b2edb277b
commit 73b4deac84d91fece407b9c700dcc61e36a34327
commit c55b753913b2619607c6aa11cabbf77ca3c84e3e
commit b901fbe71b7539f65260c4fa9bbfb22f4ea997b9
commit 1de363d9614c1309ac1ac4a8eea7e70be7f2f3ed
commit 76d6373f8b6c41f5c27b8404db2074f9bfc309c9
commit d741aa7109db016abc292d49fb45d15bb09e6c01
|
|
|
|
| |
One tabBar pointer less for each mainwindow
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We are actually creating two widget for request.
I'll merge it anyway to let you fix it :)
Merge commit 'refs/merge-requests/72' of git://gitorious.org/rekonq/mainline into m72
Conflicts:
src/mainview.cpp
src/webview.cpp
|
| |
| |
| |
| |
| | |
* 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.
|
|
|
|
|
| |
I fixed rekonq API removing all slotName call switching to
a proper getter call (so, name() functions)
|
| |
|
|
|
|
| |
and now we have two.. :)
|
|
|
|
|
| |
That happened because of the code moving from mainview to tabbar (my fault)
(tabbar cannot draw and be drawn..)
|
|
|
|
| |
This way we can have more useful infos about
|
| |
|
| |
|
|
|
|
| |
I'm starting hating it!!
|
|
|
|
|
|
|
| |
I'm not a big fan of this implementation, but modifying history
for this is impossible (no sense) and storing it somewhere.. don't know
Perhaps someone has some better ideas here :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
removed:
- last closed tabs feature
- new tab page settings (unuseful, we need something better)
implemented
- new home page layout (needs love)
- new about: protocol to load home page sections
- preview images cache
todo:
- cleaning cache mechanism
- bug fixing
- add/remove to preferred actions
|