| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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..
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Anyway, the fix seems quite "hackish" to me.
Perhaps someone else will think something better..
BUG: 203156
|
|
|
|
| |
- improper include guards
|
| |
|
|
|
|
| |
Imported commit from KDE svn. Thanks to mlaurent for this..
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Refactored loadUrl code to divide UI classes from WEB classes.
We now have two loadUrl methods in the Application class to load
(hopefully) every kind of (k)url..
|
|
|
|
| |
newTab function in MainView
|
|
|
|
|
| |
Initial Url && Search Bar (to be improved in 0.3)
Trivial cleaning things here and there..
|
|
|
|
|
| |
rekonq 0.2. Anyway, there are a lot of improvements needed.
We'll see..
|