| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Patch courtesy from Ronny Scholz (thanks!)
|
|
|
|
|
|
| |
-tab preview uses websnap
-remove scrollbars
-antialiased preview
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Seems fixed now. WE HAVE HOME PAGE!!
Conflicts:
src/mainview.cpp
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Anyway, performance is definitely a problem with this method, also loading just
the first time.
Looking at the other way... :)
|
| | |
|
|/ |
|
|
|
|
| |
Added options about tabbed (or not) browsing..
|
| |
|
|
|
|
| |
Patch from Johannes Zellner (thanks)
|
|
|
|
|
|
| |
Some fixing also on urlbar/tabwidget/webview focus.
It seems working well.. :)
|
|
|
|
|
|
|
| |
There are still some regressions to be fixed:
- open link in new tab is always without focus
- urlbar is empty on new tab loading
- mics..
|
| |
|
| |
|
| |
|