Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed "home" scheme | Andrea Diamantini | 2009-09-10 | 1 | -7/+1 |
| | |||||
* | HUGE HUGE HUGE COMMIT! | Andrea Diamantini | 2009-09-10 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | 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 Diamantini | 2009-09-10 | 1 | -0/+23 |
| | | | | | | | | | 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 and | Andrea Diamantini | 2009-09-06 | 1 | -8/+23 |
| | | | | Added options about tabbed (or not) browsing.. | ||||
* | Fixing Application::newMainWindow method | Andrea Diamantini | 2009-09-05 | 1 | -1/+1 |
| | |||||
* | Open in new Window Action | Andrea Diamantini | 2009-09-04 | 1 | -1/+11 |
| | |||||
* | Improving Multi Windows implementation | Andrea Diamantini | 2009-09-04 | 1 | -10/+19 |
| | |||||
* | Fix compilation and improved a (little) bit | Andrea Diamantini | 2009-09-03 | 1 | -1/+1 |
| | | | | Bookmarks Manager | ||||
* | - Removed HistoryMenu (no more used) | Andrea Diamantini | 2009-09-03 | 1 | -23/+36 |
| | | | | - Multi Windows 1st implementation | ||||
* | Some fixes icon related | Andrea Diamantini | 2009-08-27 | 1 | -1/+9 |
| | |||||
* | Fixed problems restoring Lionel's hack about focused (or not) new WebViews | Andrea Diamantini | 2009-08-23 | 1 | -5/+3 |
| | | | | | | Some fixing also on urlbar/tabwidget/webview focus. It seems working well.. :) | ||||
* | Modified newTab function and splitted into two parts. | Andrea Diamantini | 2009-08-23 | 1 | -3/+5 |
| | | | | | | | 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.. | ||||
* | Merge branch 'OneUrlBar2' | Andrea Diamantini | 2009-08-22 | 1 | -3/+3 |
|\ | |||||
| * | Remove url stack | Lionel Chauvin | 2009-08-22 | 1 | -3/+3 |
| | | |||||
* | | Merge commit 'pano/string-fixes' | Andrea Diamantini | 2009-08-22 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | Added colons to strings | Panagiotis Papadopoulos | 2009-08-09 | 1 | -2/+2 |
| | | |||||
* | | Some trivial fixes on GuessUrlFromString function | Andrea Diamantini | 2009-08-21 | 1 | -2/+2 |
| | | |||||
* | | Applied patch from Johannes Zellner about {Middle,CTRL} clicking | Andrea Diamantini | 2009-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | bookmarks links handling. Many thanks! | ||||
* | | Removing unuseful QUrl class from guessUrlFromString method | Andrea Diamantini | 2009-08-10 | 1 | -25/+13 |
|/ | |||||
* | small fix: prevent empty url at the begining of loading | Lionel Chauvin | 2009-08-07 | 1 | -2/+7 |
| | |||||
* | Load url in the background urlbar fixes | Andrea Diamantini | 2009-08-07 | 1 | -2/+1 |
| | |||||
* | fix loadUrl for query with accents (eg: églantine) | Lionel Chauvin | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -8/+14 |
| | |||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -5/+0 |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | ||||
* | Reverting loadUrl function at previous behaviour. | Andrea Diamantini | 2009-08-04 | 1 | -6/+16 |
| | | | | | Next release (with something new..) we'll fix this "strange" colon/space bug. | ||||
* | loadUrl function fix (hopefully, last!) | Andrea Diamantini | 2009-08-01 | 1 | -12/+26 |
| | |||||
* | Fixing a bit enum OpenType names.. | Andrea Diamantini | 2009-08-01 | 1 | -3/+3 |
| | |||||
* | fix Webshortcuts, works with space and colon delimiter | megabigbug | 2009-08-01 | 1 | -15/+12 |
| | |||||
* | Some string changes and various fixes | Andrea Diamantini | 2009-08-01 | 1 | -3/+4 |
| | |||||
* | Fix tab in background feature | megabigbug | 2009-07-31 | 1 | -27/+17 |
| | |||||
* | Add WebShorcuts Settings in the configuration panel | megabigbug | 2009-07-29 | 1 | -1/+1 |
| | | | | | Remove Webshorcuts Settings item in menus Remove trailing spaces | ||||
* | Fix // bug | megabigbug | 2009-07-27 | 1 | -1/+2 |
| | |||||
* | KDE "real" Web Browsing shortcut support! | Andrea Diamantini | 2009-07-27 | 1 | -36/+8 |
| | |||||
* | A lot of fixes here: | Andrea Diamantini | 2009-07-26 | 1 | -1/+1 |
| | | | | | | | | | - 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 Clear Private Data action | Andrea Diamantini | 2009-07-26 | 1 | -1/+0 |
| | | | | Needs some fixes.. | ||||
* | Trivial fix. Yesterday was late night ;) | Andrea Diamantini | 2009-07-24 | 1 | -17/+28 |
| | | | | | This patch lets rekonq to load url in.. the current page instead of loading infinite new tabs... :) | ||||
* | cleaning code a bit... | Andrea Diamantini | 2009-07-24 | 1 | -7/+0 |
| | |||||
* | Removed rekonqrun class and provided slots in Application one. | Andrea Diamantini | 2009-07-24 | 1 | -6/+101 |
| | |||||
* | Definitely fixing rekonq API. First step. | Andrea Diamantini | 2009-07-24 | 1 | -2/+2 |
| | | | | newTab function in MainView | ||||
* | Merge commit 'pano/master' | Andrea Diamantini | 2009-07-10 | 1 | -1/+1 |
|\ | |||||
| * | Changed the icon for tabs without own favicon to a generic html-icon | Panagiotis Papadopoulos | 2009-06-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git | Domrachev Alexandr | 2009-06-27 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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 | ||||
| * | New notify system | Andrea Diamantini | 2009-06-21 | 1 | -26/+0 |
| | | |||||
| * | Working on new notify system... | Andrea Diamantini | 2009-06-20 | 1 | -11/+16 |
| | | | | | | | | new download icon | ||||
| * | start moving things.. | Andrea Diamantini | 2009-06-20 | 1 | -0/+22 |
| | | |||||
* | | Application::icon() changed to static | Domrachev Alexandr | 2009-06-19 | 1 | -1/+1 |
|/ | |||||
* | bookmark toolbar displaying ALL the bookmarks. | Andrea Diamantini | 2009-06-08 | 1 | -1/+1 |
| | | | | | | | This commit is based on patch from Matthieu Gicquel (many thanks). While I don't like this "super-filled" bm toolbar, this is probably the best solution, waiting for an akonadi based bookmarks model. | ||||
* | Fixing GPL3 header files | Andrea Diamantini | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | Moving guessUrlFromString function to Application class | Andrea Diamantini | 2009-06-01 | 1 | -2/+61 |
| | |||||
* | Removed unuseful download classes | Andrea Diamantini | 2009-06-01 | 1 | -13/+0 |
| |