summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* The newTab button must be initialized after the tabBar.Yoann Laissus2010-02-201-1/+1
| | | | (Fix the regression introduced by b0ef8fdaa1f36f144980f9df30707deb7a076403)
* Save memory.Andrea Diamantini2010-02-191-31/+32
| | | | One tabBar pointer less for each mainwindow
* half fixed (but half is not enough...) the favicon querelle..Andrea Diamantini2010-02-181-1/+1
|
* don't change stop/reload icon on not focused loading pages.Andrea Diamantini2010-02-181-2/+1
| | | | BUG: 227277
* Fixes focus && let Protocol handler to just load on demandAndrea Diamantini2010-02-161-2/+2
| | | | the KDirLister class (and delete on finish)
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+3
|
* Merge commit 'refs/merge-requests/86' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-061-0/+4
|\ | | | | | | into ZoomSlide
| * Replace zoom setting submenu by a widget with a slidermatgic782010-02-061-0/+4
| |
* | FIx focus on browsing (FIRST STEP) and on findbar hidingAndrea Diamantini2010-02-061-3/+3
|/
* This is not Cedric's fix about new tab button positionAndrea Diamantini2010-01-271-8/+5
| | | | | | | | | | 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.. :)
* fix close tab when javascript:self.close()megabigbug2010-01-171-1/+1
|
* Merge branch 'm81'Andrea Diamantini2009-12-281-5/+15
|\
| * hide tabbar in fulscreen modemegabigbug2009-12-241-5/+15
| |
* | Merge Request #79 with the changes discussed.Andrea Diamantini2009-12-281-1/+18
|/ | | | | 1) no more confirm dialog on exit 2) restore newtab page or home page on close last tab
* Just some stupid changes.Andrea Diamantini2009-12-171-59/+62
|
* fix crashes webtabsmegabigbug2009-12-171-2/+2
|
* not sure about this..Andrea Diamantini2009-12-171-5/+5
| | | | | | It seems these lines let sometime crash rekonq. Anyway, it never happens here. I basically changed a cast from KWebView to WebView.
* detach tab actionAndrea Diamantini2009-12-161-1/+16
|
* Stupid fix.Andrea Diamantini2009-12-161-7/+7
| | | | | Not sure we have a Webview, yet? Don't call it!
* First form of protocol handlingAndrea Diamantini2009-12-161-12/+12
|
* I tried a bit, but this is not working pretty well :(Andrea Diamantini2009-12-151-112/+60
|\ | | | | | | | | | | | | | | | | | | | | 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
| * factor out WebTab class from WebViewBernhard Beschow2009-12-141-115/+60
| | | | | | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* | create walletwidget only when necessarymegabigbug2009-12-141-24/+21
|/
* clean up creation of WebView:Bernhard Beschow2009-12-141-15/+41
| | | | | | * 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
* move KWallet integration into WebPageBernhard Beschow2009-12-141-8/+0
|
* Just some stupid fixesAndrea Diamantini2009-12-141-10/+18
|
* walletwidget on top of the webview (not over)megabigbug2009-12-131-21/+30
| | | | | add close button add icons
* do not crash when closing WebView that didn't load successfullyBernhard Beschow2009-12-091-1/+1
|
* kde wallet integration.Andrea Diamantini2009-12-061-0/+8
| | | | First bits
* Last structure change, promised!Andrea Diamantini2009-11-271-3/+1
| | | | | | | 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.
* switching back from rekonq: protocol to about: oneAndrea Diamantini2009-11-101-1/+1
| | | | | | 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
* Changing homepage.* --> newtabpage.* and fixing APIAndrea Diamantini2009-11-101-1/+0
|
* removing unuseful kDebug callsAndrea Diamantini2009-11-101-3/+0
|
* (BIG commit) API changeAndrea Diamantini2009-11-101-24/+24
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* fixing new mainWindow() behaviour, porting functions calling itAndrea Diamantini2009-11-101-18/+12
|
* Trivial MainView TestAndrea Diamantini2009-11-031-3/+0
| | | | and now we have two.. :)
* Fixing hide/show tab bar and flickering new tabs.Andrea Diamantini2009-10-291-12/+84
| | | | | That happened because of the code moving from mainview to tabbar (my fault) (tabbar cannot draw and be drawn..)
* cloneTab patchAndrea Diamantini2009-10-251-2/+9
| | | | | I could find references about this QtWebkit bug. But this patch surely has no downsides for us :)
* Last Krazy fixesAndrea Diamantini2009-10-251-1/+1
|
* Krazy fixes for 0.2.71Andrea Diamantini2009-10-231-1/+1
|
* (LAST hopefully) BIG change (before 0.3)Andrea Diamantini2009-10-221-1/+1
| | | | | | | | | | 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..
* Porting recently closed tabs to use HistoryItem.Andrea Diamantini2009-10-191-3/+6
| | | | This way we can have more useful infos about
* reintroduce and fix recently closed tab featuremegabigbug2009-10-171-0/+15
|
* removed bugged closed tabs and implemented a simple tab switchAndrea Diamantini2009-10-161-9/+1
|
* Another fix for the new tab button...Andrea Diamantini2009-10-141-8/+16
| | | | I'm starting hating it!!
* Actions reorganization. Now we can configure all them :)Andrea Diamantini2009-10-131-2/+2
|
* Restored recently closed tabsAndrea Diamantini2009-10-111-0/+9
| | | | | | | 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 :)
* HUGE COMMITAndrea Diamantini2009-10-091-80/+0
| | | | | | | | | | | | | | | | | 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 things in the right positionAndrea Diamantini2009-10-091-11/+12
| | | | - some comments gone, some added
* Cleaning headers and so on...Andrea Diamantini2009-10-061-0/+1
|