summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added commentAndrea Diamantini2009-08-201-0/+4
|
* Fixing bug 203156, about stop/reload switch on tab switching.Andrea Diamantini2009-08-101-2/+8
| | | | | | | Anyway, the fix seems quite "hackish" to me. Perhaps someone else will think something better.. BUG: 203156
* Load url in the background urlbar fixesAndrea Diamantini2009-08-071-0/+1
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-7/+13
|
* Krazy issues fixes. Part 1Andrea Diamantini2009-08-051-1/+2
|
* Fix IncludeAndrea Diamantini2009-08-051-3/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Dynamic tab barmegabigbug2009-08-011-7/+21
|
* Some string changes and various fixesAndrea Diamantini2009-08-011-3/+7
|
* Fix tab in background featuremegabigbug2009-07-311-3/+3
|
* "Fixed" a string a littlePanagiotis Papadopoulos2009-07-311-1/+1
|
* Simplifying a bit web load progress process structureAndrea Diamantini2009-07-291-7/+5
|
* A lot of fixes here:Andrea Diamantini2009-07-261-3/+6
| | | | | | | | | - CTRL + click browsing - mouse wheel gestures - cleaning a bit web* classes This has been possible restoring some code from rekonq 0.1 web classes implementation.
* New beautiful pano's loading.mng fileAndrea Diamantini2009-07-261-1/+1
|
* Trivial fix. Yesterday was late night ;)Andrea Diamantini2009-07-241-1/+1
| | | | | This patch lets rekonq to load url in.. the current page instead of loading infinite new tabs... :)
* Big Big Big Commit!Andrea Diamantini2009-07-241-91/+1
| | | | | | 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-25/+22
| | | | newTab function in MainView
* Giving webview focus fasterAndrea Diamantini2009-07-171-1/+1
|
* Fixing addTabButton visibility.Andrea Diamantini2009-07-111-0/+3
| | | | Courtesy patch from Zorael. Thanks ;)
* Merge commit 'avaddon/master'Andrea Diamantini2009-07-071-5/+4
|\
| * Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.gitDomrachev Alexandr2009-06-271-21/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git: Fixing popup pos && removing unwanted statusBar 0.1.6 version with new notifying system New notifying system. Perhaps this should be default for Deleting popup in empty msg Comments and Fixes New notify system Working on new notify system... start moving things.. slot Save File As Finally fixed F5 shortcut New history menu code comments history menu fix
| * \ Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.gitDomrachev Alexandr2009-06-201-52/+39
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git: (23 commits) rekonq 0.1.5: UI changes Various Fixes RFC. History Menu Revisited. History Panel Action fix Removed unuseful history dialog. We use just history panel, from now on.. Removed recently closed tabs history No more Action Back Menu UI changes New Tab tool button Fixing webpage headers Restored Unsupport Content Handler (new 1st implementation) Fix forward declaration Cosmetic networkmanager changes SVN_SILENT made messages (.desktop file) Forgot to remove unuseful KDE IS VERSION check. Removed now.. bookmark toolbar displaying ALL the bookmarks. fixuifiles SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file, second try) ... Conflicts: src/mainview.cpp src/mainwindow.cpp
| * | | Application::icon() changed to staticDomrachev Alexandr2009-06-191-2/+2
| | | |
| * | | Some text reformattingDomrachev Alexandr2009-06-181-4/+3
| | | |
* | | | Finally (and hopefully) fixed Google search url. Sorry for committing spam :)Andrea Diamantini2009-07-011-1/+1
| | | |