summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* General (shift +) ctrl tab switch management.Andrea Diamantini2009-10-041-3/+0
| | | | This let tab switch work also when webview is not focused :)
* moving from about: protocol to rekonq: protocol :DAndrea Diamantini2009-10-021-2/+2
| | | | | This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!)
* Lionel's idea about urlbar ready for queries in the home pagesAndrea Diamantini2009-10-011-1/+1
|
* Modified the string a bitPanagiotis Papadopoulos2009-09-301-3/+4
| | | | Made it similar to the Konqueror one
* BIG BIG commitAndrea Diamantini2009-09-301-10/+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
* Implemented about protocol to load home page(s)Andrea Diamantini2009-09-291-3/+4
| | | | and changed its layout
* cleaning mainview code (unuseful method)Andrea Diamantini2009-09-261-12/+0
| | | | Patch courtesy from Ronny Scholz (thanks!)
* Fixing sessionmanager (at least I hope so):Andrea Diamantini2009-09-261-1/+1
| | | | | | - moved from DataStream to TextStream (we use strings..) - implemented a semaphore (m_safe) - closing every time file
* add a border to tab previewslionelc2009-09-231-1/+2
|
* Fixing tab moving behaviourAndrea Diamantini2009-09-231-1/+0
| | | | (Johannes Zellner patch I forgot to apply. Again, sorry!!)
* Fixing rekonq home page urlbar focus issueAndrea Diamantini2009-09-231-4/+5
|
* fix page previewmegabigbug2009-09-221-1/+1
|
* Merge commit 'refs/merge-requests/1561' of ↵Andrea Diamantini2009-09-221-3/+2
|\ | | | | | | git://gitorious.org/rekonq/mainline into megaint
| * small fix of tab preview behaviormegabigbug2009-09-201-3/+2
| |
* | fix previews:megabigbug2009-09-201-13/+2
|/ | | | | | -tab preview uses websnap -remove scrollbars -antialiased preview
* Merge commit 'refs/merge-requests/1549' of ↵Andrea Diamantini2009-09-201-1/+86
|\ | | | | | | git://gitorious.org/rekonq/mainline into int
| * Show a preview when mouse is over a tabmegabigbug2009-09-191-1/+86
| |
* | open a new tab on double click on empty tab areaAndrea Diamantini2009-09-201-0/+1
|/ | | | Courtesy patch from Ronny Sholz (Thanks!)
* Merge branch 'HomePageEmbedded2'Andrea Diamantini2009-09-181-2/+12
|\ | | | | | | | | | | | | Seems fixed now. WE HAVE HOME PAGE!! Conflicts: src/mainview.cpp
| * Here we are, embedding Qt Widgets..Andrea Diamantini2009-09-151-1/+0
| | | | | | | | | | | | | | | | | | Now it's time to RUN working or I'll be dismissed!! This implementation works quite fine, it's a bit slow but really better than the previous one. It crashes gloriously loading flash contents (Qt bug? WebPlugin one's?) and does not resize well webviews..
| * First adjustments and code about it (it's really simple, anyway..Qt rocks!!!)Andrea Diamantini2009-09-151-21/+0
| |
| * Fixing state. Rekonq is not usable now, but this seems a good tech preview.Andrea Diamantini2009-09-151-1/+23
| | | | | | | | | | | | | | 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-1/+11
| |
| * Open new tab near previousAndrea Diamantini2009-09-141-1/+2
| |
* | Open links in new tab located near currently active tabDomrachev Alexandr2009-09-131-2/+5
|/
* Modified rekonq behaviour:Andrea Diamantini2009-09-131-20/+13
| | | | | HomePage has 2 choices: usual home page vs new tab page new tab has 3: new tabp page, home page, blank page
* Removed "home" schemeAndrea Diamantini2009-09-101-12/+22
|
* HUGE HUGE HUGE COMMIT!Andrea Diamantini2009-09-101-3/+10
| | | | | | | | | | | | | | | | | First implementation of "rekonq home page" - Added icons && htmls for it - fixed pics places && CMakeLists.txt - Added a HomePage class to create the "rekonq home Page" - Modified setting to load on new tab start 1) rekonq home page (default) 2) blank page 3) an url (to set) - removed home page button - fixed WebPage && loadUrl slot to load "home:" scheme - Added a toolbar method in BookmarksProvider to load bookmarks in the homepage The page needs a lot of love, but I think this is a really good starting point for. Hope you like it :)
* Session Management (restore on crash)Andrea Diamantini2009-09-101-0/+4
| | | | | | | | | This is HEAVILY based on code from Lionel and Yoram branches. But this code behaves differently: it restores rekonq tabs (just) on crash. Thanks to Lionel suggestions, it seems "better" than my initial idea :) It is quite extensible. We need just to fix it better as possible and then manage its behaviour in newInstance code.. ;)
* Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-061-1/+0
| | | | Added options about tabbed (or not) browsing..
* Typo SIGNAL --> SLOTAndrea Diamantini2009-08-281-1/+1
| | | | perhaps the bug for Mouse Middle close feature..
* New tab button code improvements.Andrea Diamantini2009-08-271-67/+9
| | | | Patch from Johannes Zellner (thanks)
* Some fixes icon relatedAndrea Diamantini2009-08-271-3/+4
|
* Middle click closes tabAndrea Diamantini2009-08-241-0/+2
|
* Fixed problems restoring Lionel's hack about focused (or not) new WebViewsAndrea Diamantini2009-08-231-50/+6
| | | | | | Some fixing also on urlbar/tabwidget/webview focus. It seems working well.. :)
* Modified newTab function and splitted into two parts.Andrea Diamantini2009-08-231-12/+58
| | | | | | | 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..
* Applied Lindsay's patch about opening Home Page in new tabsAndrea Diamantini2009-08-231-0/+5
| | | | and changed a bit General UI
* Removed some menu related actions (cloned in the context menus)Andrea Diamantini2009-08-231-56/+0
|
* Removed MenuBar. First steps..Andrea Diamantini2009-08-221-1/+0
|
* Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-221-0/+1
|
* Remove url stackLionel Chauvin2009-08-221-66/+35
|