Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Insert back HistoryManager | Andrea Diamantini | 2012-12-10 | 1 | -0/+3 |
| | | | | | | There are a few notable changes here: - rekonq_defines.h clean up, removing the enums from there - let HistoryManager be accessible by a self function | ||||
* | Re-add WebSnap class & included API in WebWindow for tab preview | Andrea Diamantini | 2012-12-10 | 1 | -0/+118 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 1 | -124/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 1 | -2/+2 |
| | |||||
* | clean up WebSnap and provide automatic thumbs update for about:tabs | Andrea Diamantini | 2012-02-02 | 1 | -14/+0 |
| | | | | page | ||||
* | Removed unuseful renderClosingTabPreview | Andrea Diamantini | 2012-02-02 | 1 | -11/+0 |
| | |||||
* | Restore scrollbars when using websnap features | Andrea Diamantini | 2012-01-29 | 1 | -1/+1 |
| | | | | BUG:288957 | ||||
* | Unifies macro style | Johannes Troscher | 2011-11-27 | 1 | -2/+2 |
| | | | | | REVIEW: 103242 REVIEWED-BY: adjam | ||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -1/+1 |
| | |||||
* | clean up code | Andrea Diamantini | 2011-07-11 | 1 | -1/+2 |
| | |||||
* | 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 | -7/+6 |
| | | | | | | | | | 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. | ||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -10/+10 |
| | |||||
* | add comments | megabigbug | 2010-06-27 | 1 | -12/+2 |
| | |||||
* | improve previews: compute preview when webview is deleted => instant preview ↵ | megabigbug | 2010-06-26 | 1 | -0/+22 |
| | | | | in closed tab page | ||||
* | add comments | megabigbug | 2010-06-22 | 1 | -2/+14 |
| | |||||
* | fix (almost) empty area in the previews | megabigbug | 2010-06-22 | 1 | -2/+4 |
| | |||||
* | No more save tab previews as they are everytime computed again.. | Andrea Diamantini | 2010-06-18 | 1 | -1/+2 |
| | |||||
* | This should save rekonq from crashes in closed tabs view. | Andrea Diamantini | 2010-06-03 | 1 | -0/+2 |
| | | | | | | Anyway, this crash smells as a QtWebKit bug in QWebPage deletion. BUG:237767 | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -3/+5 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -2/+3 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -8/+8 |
| | |||||
* | Fix, improve and clean WebSnap API. | Andrea Diamantini | 2010-04-22 | 1 | -16/+44 |
| | | | | | | 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 | -1/+0 |
| | | | | | removed a duplicated method and save one QPixmap in WebSnap class | ||||
* | First Krazy rekonq-git fixes :D | Andrea Diamantini | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | First bunch of fixes for the NewTabPage + WebSnap chain. | Andrea Diamantini | 2010-03-16 | 1 | -12/+13 |
| | | | | | | | | | 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 | ||||
* | Cleaning websnaps code.. | Andrea Diamantini | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 1 | -1/+4 |
| | |||||
* | 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 | -8/+3 |
| | |||||
* | A new approach for choosing previews : a bar appears, then you browse to the ↵ | matgic78 | 2010-02-06 | 1 | -1/+6 |
| | | | | page you want to preview, and then you click a button | ||||
* | Re-implemented previews in homepage without using plugins. Not finished yet : | matgic78 | 2010-02-06 | 1 | -2/+12 |
| | | | | | | | | | | | | 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 | -1/+1 |
| | | | | | 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 | -1/+1 |
| | |||||
* | STEP 1 | Andrea Diamantini | 2009-10-19 | 1 | -0/+1 |
| | | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url | ||||
* | favorites management | matgic78 | 2009-10-14 | 1 | -0/+4 |
| | | | | | | | -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 | -0/+1 |
| | | | | | | 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 | -1/+3 |
| | |||||
* | 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 | -2/+1 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | fix page preview | megabigbug | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | fix previews: | megabigbug | 2009-09-20 | 1 | -1/+2 |
| | | | | | | -tab preview uses websnap -remove scrollbars -antialiased preview | ||||
* | Faster loading.. | Andrea Diamantini | 2009-09-18 | 1 | -3/+4 |
| | |||||
* | It finally works! | Andrea Diamantini | 2009-09-18 | 1 | -5/+4 |
| | | | | Need some fixes to be merged.. | ||||
* | LAST BRANCH (promised!!) | Andrea Diamantini | 2009-09-18 | 1 | -0/+67 |
| | | | | first commit here. We have the homepage classes | ||||
* | Here we are, embedding Qt Widgets.. | Andrea Diamantini | 2009-09-15 | 1 | -65/+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.. | ||||
* | Initial newtab page settings implementation | Andrea Diamantini | 2009-09-15 | 1 | -1/+1 |
| | | | | | it doesn't really fit our needs. Just a starting point.. | ||||
* | We have thumbnails! Hugh! | Andrea Diamantini | 2009-09-14 | 1 | -0/+65 |