Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not crash when closing WebView that didn't load successfully | Bernhard Beschow | 2009-12-09 | 1 | -1/+1 |
| | |||||
* | kde wallet integration. | Andrea Diamantini | 2009-12-06 | 1 | -0/+8 |
| | | | | First bits | ||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 1 | -3/+1 |
| | | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether. | ||||
* | switching back from rekonq: protocol to about: one | Andrea Diamantini | 2009-11-10 | 1 | -1/+1 |
| | | | | | | This is the more logical solution and let rekonq working also with the upcoming Qt4.6. (QWebView::setHtml() trouble) Anyway we have a little regression in the urlbar clean && select | ||||
* | Changing homepage.* --> newtabpage.* and fixing API | Andrea Diamantini | 2009-11-10 | 1 | -1/+0 |
| | |||||
* | removing unuseful kDebug calls | Andrea Diamantini | 2009-11-10 | 1 | -3/+0 |
| | |||||
* | (BIG commit) API change | Andrea Diamantini | 2009-11-10 | 1 | -24/+24 |
| | | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions) | ||||
* | fixing new mainWindow() behaviour, porting functions calling it | Andrea Diamantini | 2009-11-10 | 1 | -18/+12 |
| | |||||
* | Trivial MainView Test | Andrea Diamantini | 2009-11-03 | 1 | -3/+0 |
| | | | | and now we have two.. :) | ||||
* | Fixing hide/show tab bar and flickering new tabs. | Andrea Diamantini | 2009-10-29 | 1 | -12/+84 |
| | | | | | That happened because of the code moving from mainview to tabbar (my fault) (tabbar cannot draw and be drawn..) | ||||
* | cloneTab patch | Andrea Diamantini | 2009-10-25 | 1 | -2/+9 |
| | | | | | I could find references about this QtWebkit bug. But this patch surely has no downsides for us :) | ||||
* | Last Krazy fixes | Andrea Diamantini | 2009-10-25 | 1 | -1/+1 |
| | |||||
* | Krazy fixes for 0.2.71 | Andrea Diamantini | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | (LAST hopefully) BIG change (before 0.3) | Andrea Diamantini | 2009-10-22 | 1 | -1/+1 |
| | | | | | | | | | | A strange bug on new window loading, calling from .desktop file (krunner & friends). So I had to change the homePage launch mechanism. Working on that I started playing with startup settings and implemented this. I hope Pano like this very much: 0.3 gift :D Waiting for someone comments and reviews to merge.. | ||||
* | Porting recently closed tabs to use HistoryItem. | Andrea Diamantini | 2009-10-19 | 1 | -3/+6 |
| | | | | This way we can have more useful infos about | ||||
* | reintroduce and fix recently closed tab feature | megabigbug | 2009-10-17 | 1 | -0/+15 |
| | |||||
* | removed bugged closed tabs and implemented a simple tab switch | Andrea Diamantini | 2009-10-16 | 1 | -9/+1 |
| | |||||
* | Another fix for the new tab button... | Andrea Diamantini | 2009-10-14 | 1 | -8/+16 |
| | | | | I'm starting hating it!! | ||||
* | Actions reorganization. Now we can configure all them :) | Andrea Diamantini | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | Restored recently closed tabs | Andrea Diamantini | 2009-10-11 | 1 | -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 COMMIT | Andrea Diamantini | 2009-10-09 | 1 | -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 position | Andrea Diamantini | 2009-10-09 | 1 | -11/+12 |
| | | | | - some comments gone, some added | ||||
* | 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 |
| |