Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure renderWidth is no more than 2000. | Andrea Diamantini | 2012-02-12 | 1 | -0/+5 |
| | | | | | | I saw some sites with strange CMS and with absurd content size width (eg: my school's site has 8584553) This usually leads setViewportSize to crash :( | ||||
* | clean up WebSnap and provide automatic thumbs update for about:tabs | Andrea Diamantini | 2012-02-02 | 1 | -24/+27 |
| | | | | page | ||||
* | Removed unuseful renderClosingTabPreview | Andrea Diamantini | 2012-02-02 | 1 | -13/+1 |
| | |||||
* | Restore scrollbars when using websnap features | Andrea Diamantini | 2012-01-29 | 1 | -2/+7 |
| | | | | BUG:288957 | ||||
* | remove unneeded include in websnap.cpp | Johannes Tröscher | 2011-11-26 | 1 | -3/+0 |
| | | | | REVIEWED-BY: trustMe | ||||
* | Improve the mechanism of thumnbs file names generation | Andrea Di Menna | 2011-10-03 | 1 | -1/+5 |
| | | | | | | | | We are now using an md5 hash instead of base64 strings. Please, read review 102760 description about. REVIEW: 102760 REVIEWED-BY: adjam | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -1/+1 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -48/+0 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -3/+3 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -10/+10 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Websnaps: change the image path to use base64. | Pierre Rossi | 2010-09-15 | 1 | -6/+5 |
| | | | | | | | | | This should solve the problems caused by special characters for good. A few other improvements: - do not call updateImage as many times as there are favorites. - removed an unused variable. - trade #defines for static const ints - take advantage of the already loaded page to refresh the snapshot. | ||||
* | Name cleanup in WebSnap::imagePathFromUrl with QRegExp. | Pierre Rossi | 2010-08-25 | 1 | -12/+1 |
| | | | | One less TODO to worry about. | ||||
* | fix tab preview when tab has never been focused. (old bug, fixed, ↵ | megabigbug | 2010-07-01 | 1 | -2/+6 |
| | | | | reintroduced, fixed again etc) | ||||
* | add comments | megabigbug | 2010-06-27 | 1 | -2/+7 |
| | |||||
* | improve previews: compute preview when webview is deleted => instant preview ↵ | megabigbug | 2010-06-26 | 1 | -16/+49 |
| | | | | in closed tab page | ||||
* | fix (almost) empty area in the previews | megabigbug | 2010-06-22 | 1 | -21/+36 |
| | |||||
* | no more scrollbar on rendered previews | Andrea Diamantini | 2010-06-18 | 1 | -9/+1 |
| | | | | Lionel fixed this :) | ||||
* | No more save tab previews as they are everytime computed again.. | Andrea Diamantini | 2010-06-18 | 1 | -8/+11 |
| | |||||
* | This should save rekonq from crashes in closed tabs view. | Andrea Diamantini | 2010-06-03 | 1 | -1/+10 |
| | | | | | | Anyway, this crash smells as a QtWebKit bug in QWebPage deletion. BUG:237767 | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -6/+9 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -30/+30 |
| | |||||
* | Fixing tab switch behavior. | Andrea Diamantini | 2010-04-29 | 1 | -4/+8 |
| | | | | | | It seems webkit removed an update on setViewPortSize, letting our trick about setScrollBarPolicy dangerous (no scrollbar on rendered pages) | ||||
* | Fix, improve and clean WebSnap API. | Andrea Diamantini | 2010-04-22 | 1 | -43/+24 |
| | | | | | | This led me to a little polish in the classes using the WebSnap facilities and to change the mechanism the NewTabPage retrieves images from the "cache" | ||||
* | Clean tab previews, not showing on loading | Andrea Diamantini | 2010-04-17 | 1 | -3/+5 |
| | | | | | removed a duplicated method and save one QPixmap in WebSnap class | ||||
* | First bunch of fixes for the NewTabPage + WebSnap chain. | Andrea Diamantini | 2010-03-16 | 1 | -29/+17 |
| | | | | | | | | | It seems clear (to me) that they leaks memory, so they urgently need fixes. And a complete redesign. This is just a first (the easiest) part of it: - Removed some unuseful methods, - Added some documentation for the WebSnap class - Cleaned code, in general | ||||
* | Ok, things seem working well now. | Andrea Diamantini | 2010-03-05 | 1 | -2/+7 |
| | | | | Anyway, it needs some days of testing.. | ||||
* | Cleaning websnaps code.. | Andrea Diamantini | 2010-03-05 | 1 | -17/+9 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -1/+2 |
| | |||||
* | Fix loading previews : when load finished, result wasn't shown | matgic78 | 2010-02-06 | 1 | -15/+12 |
| | |||||
* | bugfix : previews were sometimes saved using the good size | matgic78 | 2010-02-06 | 1 | -13/+5 |
| | |||||
* | bugfixing... | matgic78 | 2010-02-06 | 1 | -1/+3 |
| | |||||
* | A new approach for choosing previews : a bar appears, then you browse to the ↵ | matgic78 | 2010-02-06 | 1 | -4/+7 |
| | | | | page you want to preview, and then you click a button | ||||
* | First expermimental implementation of a new way of choosing a preview | matgic78 | 2010-02-06 | 1 | -1/+1 |
| | |||||
* | Re-implemented previews in homepage without using plugins. Not finished yet : | matgic78 | 2010-02-06 | 1 | -3/+49 |
| | | | | | | | | | | | | Little things that change: -nice buttons appearing on hover -transitions on hover TODO: -when a preview is empty or when loading, it is very ugly -for now there's no way to choose the page you want to preview -port "closed Tabs" to this new architecture -totally remove PreviewImage classes -eventually, specific contextmenu for previews | ||||
* | A better preview implementation: | megabigbug | 2009-10-25 | 1 | -27/+3 |
| | | | | | WebSnap doesn't render borders/background => borders/background not cached => style can be actualized easily. PreviewImage uses a label for display the background and an other label inside for display preview or animation. | ||||
* | Me stupid.. fixing tab previews! | Andrea Diamantini | 2009-10-21 | 1 | -8/+11 |
| | |||||
* | STEP 1 | Andrea Diamantini | 2009-10-19 | 1 | -9/+29 |
| | | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url | ||||
* | some fixes on preview home page mechanism | Andrea Diamantini | 2009-10-16 | 1 | -1/+0 |
| | |||||
* | favorites management | matgic78 | 2009-10-14 | 1 | -0/+14 |
| | | | | | | | -right click menu to set the preview url by selecting one of the 15 last history entries -abitlity to remove previews and manage empty previews (show a toolbutton to set the url) -contextmenu->add to favorites now adds preview in an empty space when there is one -modified the loop used in HomePage::lastVisited because I encountered an infinite loop with it. (and because it is simpler this way) | ||||
* | TONS of events ignored to let homepage no more crash! | Andrea Diamantini | 2009-10-08 | 1 | -2/+7 |
| | | | | | | Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests | ||||
* | Cleaning headers and so on... | Andrea Diamantini | 2009-10-06 | 1 | -0/+3 |
| | |||||
* | no more strange windows opened while loading previews :) | Andrea Diamantini | 2009-10-02 | 1 | -0/+5 |
| | |||||
* | Code fixes in the homepage | Andrea Diamantini | 2009-10-01 | 1 | -2/+2 |
| | | | | also changed history && bookmarks layout (we need just icons there) | ||||
* | BIG BIG commit | Andrea Diamantini | 2009-09-30 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Cleaning some unuseful kDebug(s)... | Andrea Diamantini | 2009-09-25 | 1 | -1/+0 |
| | |||||
* | fix page preview | megabigbug | 2009-09-22 | 1 | -16/+30 |
| | |||||
* | fix previews: | megabigbug | 2009-09-20 | 1 | -16/+28 |
| | | | | | | -tab preview uses websnap -remove scrollbars -antialiased preview | ||||
* | Fixing websnap resizing... | Andrea Diamantini | 2009-09-20 | 1 | -5/+4 |
| |