summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixing new tab action positionAndrea Diamantini2010-04-251-4/+1
|
* Detach tab. last fixes.Andrea Diamantini2010-04-241-10/+19
| | | | | - Do not detach one tab windows - let detach work with "about" urls
* Dramatically improved "detach tab" performances..Andrea Diamantini2010-04-231-6/+17
| | | | Need to round some corners, yet.
* Fix the url bar focus when the only tab is closedYoann Laissus2010-04-171-1/+1
|
* Fix focus problems and trim search strings (fix encodings problems, step 1)Andrea Diamantini2010-04-101-2/+8
|
* This is a really big commit, implementing the new urlbarAndrea Diamantini2010-04-081-23/+33
| | | | | | | | | | | | | | | | | | | - 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
* This commit is the first implementation of a new new new urlbarAndrea Diamantini2010-04-051-38/+30
| | | | | | | | | | Here are its features: - KLineEdit based - ability to easily add "icons" :) - SSL informations shown (a-la firefox) - smoother animation - cleaner code - data QString, not KUrl based (Users type string, not urls!!!)
* Cleaning urlbar API and improving animationAndrea Diamantini2010-03-301-19/+9
| | | | | | | | | | | | | | | | | | | 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
* This commit merge all our work about new UrlBar.Andrea Diamantini2010-03-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DISCLAIMER: this is far from perfect, but we finally have a good starting point to work on.. :) Jonas Gastal started working on it in the 0.3 times, startin from CompletionBase code .. .. I did some work on another idea, proposing (in code) a new "suggest engine" created from scratch... Lionel Chauvin finally merged our ideas and implemented what you are seeing (and improved it, too!).. - New suggestion items (Firefox style) - a mockup on the known urls (rekonq style) - for now, automatic Google and Wikipedia searches (more coming).. - a beautiful animation :) - quite all rough edges smoothed -------------------------------------------------------- Squashed commit of the following: commit d9cf43da421c7f6c71f78444ff1935c414468b98 commit 9dcb6e18f8a3e9ae8ef1cd1299d47d37393aa6e5 commit 6c4bf2b2040ea20c78c5703f20c6bc88b7e40169 commit 8488df67115d186489f34210b638c150c66f62d3 commit 066ab907661282b1ffa4cf640739c20b4c7b6556 commit c23e23cbca7ab3197c570651a95d3f8fea270d78 commit 60655b0a8685a76e2b8b7a457bfded974bc98b4c commit 9a8817db124b55f501c9e5d3415a975ee6f92d68 commit 61312b6b577a535a4d56758b3bd3ea38812d5139 commit b6a3f4ea12423a063eafa641cedd13b890b9d392 commit 5e8e2f851edb42bc2deed296c26c58c3d7570381 commit 2904d828f71ac8ff46a53e58da8f45b5aa16e7ef ---------------------------------------------------------
* Further changes to my last commitpano2010-03-061-1/+1
| | | | Change string and icon of the button
* Replace "Yes/No" dialogpano2010-03-061-3/+3
| | | | | code copied and pasted from Konqueror (konqmainwindow.cpp) and adapted to rekonq code by me
* Revert "Simpler is better :)"Andrea Diamantini2010-02-261-5/+8
| | | | | | bacause it sometimes works worst :( This reverts commit 9f29a5eb7223ea2edd7a9f3ee39dd9285820affb.
* Simpler is better :)Andrea Diamantini2010-02-241-8/+5
| | | | removed doubled check
* Again and again.. :)Andrea Diamantini2010-02-241-3/+5
| | | | Saving one QString for each tab..
* Restored addTabButton ctor initializationAndrea Diamantini2010-02-201-0/+1
|
* 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
|