| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
but I hope he is anyway happy about :)
I removed the oxygen trick as I noticed bug is no more present
(tested with kde4/oxygen, kde4/cleanlooks && fluxbox)
I also noticed that putting Y position to 2 is better than 0.
But this is just my opinion.. :)
 | 
| |  | 
 | 
| |\   | 
 | 
| | |  | 
 | 
| |/  
|   
|   
|   
|    | 
1) no more confirm dialog on exit
2) restore newtab page or home page on close last tab
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
It seems these lines let sometime crash rekonq.
Anyway, it never happens here.
I basically changed a cast from KWebView to WebView.
 | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
Not sure we have a Webview, yet?
Don't call it!
 | 
| |  | 
 | 
| |\  
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| |  | 
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?)
 | 
| |/   | 
 | 
| | 
| 
| 
| 
| 
|  | 
* remove pointer to messageBar in WebView, don't even hand messageBar over to WebView constructor
* add WalletWidget to messageBar outside of WebView constructor
* hide the walletBar, but not the whole messageBar
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
add close button
add icons
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
First bits
 | 
| | 
| 
| 
| 
| 
| 
|  | 
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.
 | 
| | 
| 
| 
| 
| 
|  | 
This is the more logical solution and let rekonq working also
with the upcoming Qt4.6. (QWebView::setHtml() trouble)
Anyway we have a little regression in the urlbar clean && select
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
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..)
 | 
| | 
| 
| 
| 
|  | 
I could find references about this QtWebkit bug. But this patch
surely has no downsides for us :)
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
A strange bug on new window loading, calling from .desktop file
(krunner & friends). So I had to change the homePage launch mechanism.
Working on that I started playing with startup settings and implemented this.
I hope Pano like this very much: 0.3 gift :D
Waiting for someone comments and reviews to merge..
 | 
| | 
| 
| 
|  | 
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!
 | 
| | 
| 
| 
|  | 
- some comments gone, some added
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
This let tab switch work also when webview is not focused :)
 | 
| | 
| 
| 
| 
|  | 
This fix some issues, about some "stupid" sites whose js
sends strange "about:blank" requests (just found 2!!)
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
Made it similar to the Konqueror one
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
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
 | 
| | 
| 
| 
|  | 
and changed its layout
 | 
| | 
| 
| 
|  | 
Patch courtesy from Ronny Scholz (thanks!)
 | 
| | 
| 
| 
| 
| 
|  | 
- moved from DataStream to TextStream (we use strings..)
- implemented a semaphore (m_safe)
- closing every time file
 | 
| |  | 
 |