summaryrefslogtreecommitdiff
path: root/src/mainview.h
Commit message (Collapse)AuthorAgeFilesLines
* Save memory.Andrea Diamantini2010-02-191-3/+3
| | | | One tabBar pointer less for each mainwindow
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+3
|
* fix close tab when javascript:self.close()megabigbug2010-01-171-1/+1
|
* hide tabbar in fulscreen modemegabigbug2009-12-241-0/+2
|
* detach tab actionAndrea Diamantini2009-12-161-1/+2
|
* I tried a bit, but this is not working pretty well :(Andrea Diamantini2009-12-151-6/+4
|\ | | | | | | | | | | | | | | | | | | | | 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-4/+3
| | | | | | | | | | * 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-1/+3
|/
* Last structure change, promised!Andrea Diamantini2009-11-271-1/+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.
* (BIG commit) API changeAndrea Diamantini2009-11-101-8/+8
| | | | | 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-3/+6
|
* Trivial MainView TestAndrea Diamantini2009-11-031-1/+2
| | | | and now we have two.. :)
* Fixing hide/show tab bar and flickering new tabs.Andrea Diamantini2009-10-291-0/+12
| | | | | That happened because of the code moving from mainview to tabbar (my fault) (tabbar cannot draw and be drawn..)
* Porting recently closed tabs to use HistoryItem.Andrea Diamantini2009-10-191-2/+3
| | | | This way we can have more useful infos about
* reintroduce and fix recently closed tab featuremegabigbug2009-10-171-1/+5
|
* removed bugged closed tabs and implemented a simple tab switchAndrea Diamantini2009-10-161-4/+0
|
* Another fix for the new tab button...Andrea Diamantini2009-10-141-2/+4
| | | | I'm starting hating it!!
* Restored recently closed tabsAndrea Diamantini2009-10-111-0/+3
| | | | | | | 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-12/+1
| | | | | | | | | | | | | | | | | 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!
* Cleaning headers and so on...Andrea Diamantini2009-10-061-2/+2
|
* BIG BIG commitAndrea Diamantini2009-09-301-4/+0
| | | | | | | | | | | | | | | | 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
* cleaning mainview code (unuseful method)Andrea Diamantini2009-09-261-1/+0
| | | | Patch courtesy from Ronny Scholz (thanks!)
* fix previews:megabigbug2009-09-201-1/+0
| | | | | | -tab preview uses websnap -remove scrollbars -antialiased preview
* Show a preview when mouse is over a tabmegabigbug2009-09-191-1/+11
|
* Merge branch 'HomePageEmbedded2'Andrea Diamantini2009-09-181-1/+4
|\ | | | | | | | | | | | | Seems fixed now. WE HAVE HOME PAGE!! Conflicts: src/mainview.cpp
| * First adjustments and code about it (it's really simple, anyway..Qt rocks!!!)Andrea Diamantini2009-09-151-2/+0
| |
| * Fixing state. Rekonq is not usable now, but this seems a good tech preview.Andrea Diamantini2009-09-151-0/+1
| | | | | | | | | | | | | | Anyway, performance is definitely a problem with this method, also loading just the first time. Looking at the other way... :)
| * Recently closed tabs: first implementationAndrea Diamantini2009-09-141-0/+4
| |
* | Open links in new tab located near currently active tabDomrachev Alexandr2009-09-131-1/+2
|/
* Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-061-1/+1
| | | | Added options about tabbed (or not) browsing..
* Adding method docsAndrea Diamantini2009-09-051-1/+9
|
* New tab button code improvements.Andrea Diamantini2009-08-271-9/+0
| | | | Patch from Johannes Zellner (thanks)
* Fixed problems restoring Lionel's hack about focused (or not) new WebViewsAndrea Diamantini2009-08-231-1/+1
| | | | | | Some fixing also on urlbar/tabwidget/webview focus. It seems working well.. :)
* Modified newTab function and splitted into two parts.Andrea Diamantini2009-08-231-3/+3
| | | | | | | 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..
* Removed some menu related actions (cloned in the context menus)Andrea Diamantini2009-08-231-7/+1
|
* Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-221-1/+0
|
* Remove url stackLionel Chauvin2009-08-221-15/+4
|
* Fixing bug 203156, about stop/reload switch on tab switching.Andrea Diamantini2009-08-101-1/+1
| | | | | | | Anyway, the fix seems quite "hackish" to me. Perhaps someone else will think something better.. BUG: 203156
* Krazy issues, part 3Andrea Diamantini2009-08-071-3/+3
| | | | - improper include guards
* Fixing Licensing issueAndrea Diamantini2009-08-051-6/+13
|
* Fix IncludeAndrea Diamantini2009-08-051-3/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Dynamic tab barmegabigbug2009-08-011-1/+2
|
* Some string changes and various fixesAndrea Diamantini2009-08-011-1/+1
|
* Fix tab in background featuremegabigbug2009-07-311-1/+1
|
* Simplifying a bit web load progress process structureAndrea Diamantini2009-07-291-1/+1
|
* Big Big Big Commit!Andrea Diamantini2009-07-241-7/+0
| | | | | | 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..
* Definitely fixing rekonq API. First step.Andrea Diamantini2009-07-241-5/+1
| | | | newTab function in MainView
* Fake gg:// and wk:// protocol.Andrea Diamantini2009-06-301-1/+1
| | | | | Initial Url && Search Bar (to be improved in 0.3) Trivial cleaning things here and there..
* New notifying system. Perhaps this should be default forAndrea Diamantini2009-06-211-1/+1
| | | | | rekonq 0.2. Anyway, there are a lot of improvements needed. We'll see..
* Comments and FixesAndrea Diamantini2009-06-211-17/+0
|