Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed options show recently closed tabs / show recent history | Andrea Diamantini | 2009-09-18 | 4 | -97/+11 |
| | |||||
* | It finally works! | Andrea Diamantini | 2009-09-18 | 6 | -40/+44 |
| | | | | Need some fixes to be merged.. | ||||
* | LAST BRANCH (promised!!) | Andrea Diamantini | 2009-09-18 | 7 | -13/+273 |
| | | | | first commit here. We have the homepage classes | ||||
* | First changes.. | Andrea Diamantini | 2009-09-18 | 3 | -20/+26 |
| | |||||
* | trivial fix | Andrea Diamantini | 2009-09-17 | 1 | -1/+1 |
| | |||||
* | Fixing previews dimension.. | Andrea Diamantini | 2009-09-17 | 1 | -1/+9 |
| | |||||
* | Here we are, embedding Qt Widgets.. | Andrea Diamantini | 2009-09-15 | 10 | -129/+102 |
| | | | | | | | | | 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 | 4 | -35/+9 |
| | |||||
* | Fixing state. Rekonq is not usable now, but this seems a good tech preview. | Andrea Diamantini | 2009-09-15 | 8 | -42/+40 |
| | | | | | | | Anyway, performance is definitely a problem with this method, also loading just the first time. Looking at the other way... :) | ||||
* | Initial newtab page settings implementation | Andrea Diamantini | 2009-09-15 | 9 | -36/+310 |
| | | | | | it doesn't really fit our needs. Just a starting point.. | ||||
* | Some CSS fixes | Andrea Diamantini | 2009-09-14 | 1 | -5/+3 |
| | |||||
* | Google search engine | Andrea Diamantini | 2009-09-14 | 1 | -119/+18 |
| | |||||
* | Recently closed tabs: first implementation | Andrea Diamantini | 2009-09-14 | 3 | -3/+25 |
| | |||||
* | Fixing a bit examples, positions, links and so on.. | Andrea Diamantini | 2009-09-14 | 2 | -21/+35 |
| | |||||
* | Search Engine, first draft | Andrea Diamantini | 2009-09-14 | 1 | -1/+25 |
| | | | | | Time to cook, now :) Hope you glad this "technologic" preview | ||||
* | Adding url to previews | Andrea Diamantini | 2009-09-14 | 2 | -3/+6 |
| | |||||
* | We have thumbnails! Hugh! | Andrea Diamantini | 2009-09-14 | 6 | -165/+311 |
| | |||||
* | Open new tab near previous | Andrea Diamantini | 2009-09-14 | 1 | -1/+2 |
| | |||||
* | Bugfix: when trying to open link in new tab & network request fails (no | Domrachev Alexandr | 2009-09-13 | 1 | -9/+10 |
| | | | | | connection, etc) error page opened not only on new tab, but on tab with that link. | ||||
* | change sessionRestored to isSessionRestored | Domrachev Alexandr | 2009-09-13 | 1 | -1/+1 |
| | |||||
* | Fixing session manager behaviour following a bit dolphin's code | Andrea Diamantini | 2009-09-13 | 3 | -13/+13 |
| | |||||
* | rekonq 0.2.57 with new "new tab" page. | Andrea Diamantini | 2009-09-13 | 2 | -2/+2 |
| | | | | | I'm aware this is a "pre-alpha" feature, but I need this in master to let people play, comment, brainstorm this.. ;) | ||||
* | Merge branch 'HomePage' | Andrea Diamantini | 2009-09-13 | 19 | -151/+475 |
|\ | |||||
| * | Modified rekonq behaviour: | Andrea Diamantini | 2009-09-13 | 9 | -146/+98 |
| | | | | | | | | | | HomePage has 2 choices: usual home page vs new tab page new tab has 3: new tabp page, home page, blank page | ||||
| * | notification system made default and no more "unsettable" | Andrea Diamantini | 2009-09-12 | 2 | -20/+4 |
| | | |||||
| * | Removed "home" scheme | Andrea Diamantini | 2009-09-10 | 6 | -49/+27 |
| | | |||||
| * | Added support for bookmark icons. Not yet working.. | Andrea Diamantini | 2009-09-10 | 1 | -1/+6 |
| | | |||||
| * | Restored Home Action (and button in the main toolbar) | Andrea Diamantini | 2009-09-10 | 1 | -0/+2 |
| | | |||||
| * | Fixed improper use of Bookmark Manager class | Andrea Diamantini | 2009-09-10 | 3 | -6/+6 |
| | | |||||
| * | HUGE HUGE HUGE COMMIT! | Andrea Diamantini | 2009-09-10 | 22 | -63/+466 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 :) | ||||
* | | Some "stupid" toolbars fixes | Andrea Diamantini | 2009-09-12 | 2 | -17/+18 |
| | | |||||
* | | Merge commit 'avaddon/master' | Andrea Diamantini | 2009-09-12 | 1 | -27/+26 |
|\ \ | |/ |/| | |||||
| * | View source bugfix. | Domrachev Alexandr | 2009-09-10 | 1 | -27/+26 |
| | | | | | | | | Previous code added some crap at the begining of html source | ||||
* | | rekonq 0.2.56 with session management (recover on crash) | Andrea Diamantini | 2009-09-10 | 2 | -2/+2 |
| | | |||||
* | | Session Management (restore on crash) | Andrea Diamantini | 2009-09-10 | 6 | -3/+207 |
|/ | | | | | | | | | 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.. ;) | ||||
* | Webkit -> WebKit | Panagiotis Papadopoulos | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | Some typo fixes | Panagiotis Papadopoulos | 2009-09-10 | 1 | -3/+3 |
| | |||||
* | Make strings comply to the KDE HIG | Panagiotis Papadopoulos | 2009-09-10 | 2 | -4/+4 |
| | |||||
* | Merge commit 'megabigbug/noNewWindowItem' | Andrea Diamantini | 2009-09-10 | 1 | -1/+0 |
|\ | |||||
| * | remove "new window" item from the tool menu (keep this menu short!) | megabigbug | 2009-09-06 | 1 | -1/+0 |
| | | |||||
* | | rekonq 0.2.55 with multiwindows "first fixes" support | Andrea Diamantini | 2009-09-06 | 2 | -2/+2 |
| | | |||||
* | | Fixing rekonq Multi Windows behaviour and | Andrea Diamantini | 2009-09-06 | 10 | -28/+66 |
| | | | | | | | | Added options about tabbed (or not) browsing.. | ||||
* | | Simplified CookieJar management | Andrea Diamantini | 2009-09-05 | 3 | -17/+6 |
| | | |||||
* | | Restored the beautiful CTRL + L shortcut. | Andrea Diamantini | 2009-09-05 | 2 | -2/+14 |
|/ | | | | Sorry :) | ||||
* | rekonq 0.2.54 with multi windows support | Andrea Diamantini | 2009-09-05 | 2 | -2/+2 |
| | | | | (needs a LOT of tests...) | ||||
* | Simplified history actions reintroducing KStandard ones. | Andrea Diamantini | 2009-09-05 | 2 | -13/+10 |
| | | | | (we have text, icon, shortcuts && translations for free) | ||||
* | Fixing Application::newMainWindow method | Andrea Diamantini | 2009-09-05 | 1 | -1/+1 |
| | |||||
* | Adding method docs | Andrea Diamantini | 2009-09-05 | 1 | -1/+9 |
| | |||||
* | Replaced isNull with isEmpty check.. | Andrea Diamantini | 2009-09-05 | 1 | -1/+2 |
| | |||||
* | Fixed FullScreen slot | Andrea Diamantini | 2009-09-04 | 1 | -9/+11 |
| |