Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaning headers and so on... | Andrea Diamantini | 2009-10-06 | 1 | -0/+1 |
| | |||||
* | General (shift +) ctrl tab switch management. | Andrea Diamantini | 2009-10-04 | 1 | -3/+0 |
| | | | | This let tab switch work also when webview is not focused :) | ||||
* | moving from about: protocol to rekonq: protocol :D | Andrea Diamantini | 2009-10-02 | 1 | -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 pages | Andrea Diamantini | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Modified the string a bit | Panagiotis Papadopoulos | 2009-09-30 | 1 | -3/+4 |
| | | | | Made it similar to the Konqueror one | ||||
* | BIG BIG commit | Andrea Diamantini | 2009-09-30 | 1 | -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 Diamantini | 2009-09-29 | 1 | -3/+4 |
| | | | | and changed its layout | ||||
* | cleaning mainview code (unuseful method) | Andrea Diamantini | 2009-09-26 | 1 | -12/+0 |
| | | | | Patch courtesy from Ronny Scholz (thanks!) | ||||
* | Fixing sessionmanager (at least I hope so): | Andrea Diamantini | 2009-09-26 | 1 | -1/+1 |
| | | | | | | - moved from DataStream to TextStream (we use strings..) - implemented a semaphore (m_safe) - closing every time file | ||||
* | add a border to tab previews | lionelc | 2009-09-23 | 1 | -1/+2 |
| | |||||
* | Fixing tab moving behaviour | Andrea Diamantini | 2009-09-23 | 1 | -1/+0 |
| | | | | (Johannes Zellner patch I forgot to apply. Again, sorry!!) | ||||
* | Fixing rekonq home page urlbar focus issue | Andrea Diamantini | 2009-09-23 | 1 | -4/+5 |
| | |||||
* | fix page preview | megabigbug | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/1561' of ↵ | Andrea Diamantini | 2009-09-22 | 1 | -3/+2 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into megaint | ||||
| * | small fix of tab preview behavior | megabigbug | 2009-09-20 | 1 | -3/+2 |
| | | |||||
* | | fix previews: | megabigbug | 2009-09-20 | 1 | -13/+2 |
|/ | | | | | | -tab preview uses websnap -remove scrollbars -antialiased preview | ||||
* | Merge commit 'refs/merge-requests/1549' of ↵ | Andrea Diamantini | 2009-09-20 | 1 | -1/+86 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into int | ||||
| * | Show a preview when mouse is over a tab | megabigbug | 2009-09-19 | 1 | -1/+86 |
| | | |||||
* | | open a new tab on double click on empty tab area | Andrea Diamantini | 2009-09-20 | 1 | -0/+1 |
|/ | | | | Courtesy patch from Ronny Sholz (Thanks!) | ||||
* | Merge branch 'HomePageEmbedded2' | Andrea Diamantini | 2009-09-18 | 1 | -2/+12 |
|\ | | | | | | | | | | | | | Seems fixed now. WE HAVE HOME PAGE!! Conflicts: src/mainview.cpp | ||||
| * | Here we are, embedding Qt Widgets.. | Andrea Diamantini | 2009-09-15 | 1 | -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 Diamantini | 2009-09-15 | 1 | -21/+0 |
| | | |||||
| * | Fixing state. Rekonq is not usable now, but this seems a good tech preview. | Andrea Diamantini | 2009-09-15 | 1 | -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 implementation | Andrea Diamantini | 2009-09-14 | 1 | -1/+11 |
| | | |||||
| * | Open new tab near previous | Andrea Diamantini | 2009-09-14 | 1 | -1/+2 |
| | | |||||
* | | Open links in new tab located near currently active tab | Domrachev Alexandr | 2009-09-13 | 1 | -2/+5 |
|/ | |||||
* | Modified rekonq behaviour: | Andrea Diamantini | 2009-09-13 | 1 | -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" scheme | Andrea Diamantini | 2009-09-10 | 1 | -12/+22 |
| | |||||
* | HUGE HUGE HUGE COMMIT! | Andrea Diamantini | 2009-09-10 | 1 | -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 Diamantini | 2009-09-10 | 1 | -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 and | Andrea Diamantini | 2009-09-06 | 1 | -1/+0 |
| | | | | Added options about tabbed (or not) browsing.. | ||||
* | Typo SIGNAL --> SLOT | Andrea Diamantini | 2009-08-28 | 1 | -1/+1 |
| | | | | perhaps the bug for Mouse Middle close feature.. | ||||
* | New tab button code improvements. | Andrea Diamantini | 2009-08-27 | 1 | -67/+9 |
| | | | | Patch from Johannes Zellner (thanks) | ||||
* | Some fixes icon related | Andrea Diamantini | 2009-08-27 | 1 | -3/+4 |
| | |||||
* | Middle click closes tab | Andrea Diamantini | 2009-08-24 | 1 | -0/+2 |
| | |||||
* | Fixed problems restoring Lionel's hack about focused (or not) new WebViews | Andrea Diamantini | 2009-08-23 | 1 | -50/+6 |
| | | | | | | 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 | -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 tabs | Andrea Diamantini | 2009-08-23 | 1 | -0/+5 |
| | | | | and changed a bit General UI | ||||
* | Removed some menu related actions (cloned in the context menus) | Andrea Diamantini | 2009-08-23 | 1 | -56/+0 |
| | |||||
* | Removed MenuBar. First steps.. | Andrea Diamantini | 2009-08-22 | 1 | -1/+0 |
| | |||||
* | Some stupid fixes on style, spaces and some comments added | Andrea Diamantini | 2009-08-22 | 1 | -0/+1 |
| | |||||
* | Remove url stack | Lionel Chauvin | 2009-08-22 | 1 | -66/+35 |
| | |||||
* | Added comment | Andrea Diamantini | 2009-08-20 | 1 | -0/+4 |
| | |||||
* | Fixing bug 203156, about stop/reload switch on tab switching. | Andrea Diamantini | 2009-08-10 | 1 | -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 fixes | Andrea Diamantini | 2009-08-07 | 1 | -0/+1 |
| | |||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -7/+13 |
| | |||||
* | Krazy issues fixes. Part 1 | Andrea Diamantini | 2009-08-05 | 1 | -1/+2 |
| | |||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -3/+0 |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | ||||
* | Dynamic tab bar | megabigbug | 2009-08-01 | 1 | -7/+21 |
| | |||||
* | Some string changes and various fixes | Andrea Diamantini | 2009-08-01 | 1 | -3/+7 |
| |