summaryrefslogtreecommitdiff
path: root/src/websnap.h
Commit message (Collapse)AuthorAgeFilesLines
* Insert back HistoryManagerAndrea Diamantini2012-12-101-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 previewAndrea Diamantini2012-12-101-0/+118
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-124/+0
| | | | Preparing repo to merge rekonq2 code...
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-2/+2
|
* clean up WebSnap and provide automatic thumbs update for about:tabsAndrea Diamantini2012-02-021-14/+0
| | | | page
* Removed unuseful renderClosingTabPreviewAndrea Diamantini2012-02-021-11/+0
|
* Restore scrollbars when using websnap featuresAndrea Diamantini2012-01-291-1/+1
| | | | BUG:288957
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-1/+1
|
* clean up codeAndrea Diamantini2011-07-111-1/+2
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Websnaps: change the image path to use base64.Pierre Rossi2010-09-151-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 directoryJon Ander Peñalba2010-09-031-10/+10
|
* add commentsmegabigbug2010-06-271-12/+2
|
* improve previews: compute preview when webview is deleted => instant preview ↵megabigbug2010-06-261-0/+22
| | | | in closed tab page
* add commentsmegabigbug2010-06-221-2/+14
|
* fix (almost) empty area in the previewsmegabigbug2010-06-221-2/+4
|
* No more save tab previews as they are everytime computed again..Andrea Diamantini2010-06-181-1/+2
|
* This should save rekonq from crashes in closed tabs view.Andrea Diamantini2010-06-031-0/+2
| | | | | | Anyway, this crash smells as a QtWebKit bug in QWebPage deletion. BUG:237767
* Include Fixes, first bunchAndrea Diamantini2010-04-301-3/+5
|
* Krazy fixesAndrea Diamantini2010-04-301-1/+1
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-2/+3
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-8/+8
|
* Fix, improve and clean WebSnap API.Andrea Diamantini2010-04-221-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 loadingAndrea Diamantini2010-04-171-1/+0
| | | | | removed a duplicated method and save one QPixmap in WebSnap class
* First Krazy rekonq-git fixes :DAndrea Diamantini2010-03-171-1/+1
|
* First bunch of fixes for the NewTabPage + WebSnap chain.Andrea Diamantini2010-03-161-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 Diamantini2010-03-051-2/+2
|
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+4
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+2
|
* Fix loading previews : when load finished, result wasn't shownmatgic782010-02-061-8/+3
|
* A new approach for choosing previews : a bar appears, then you browse to the ↵matgic782010-02-061-1/+6
| | | | page you want to preview, and then you click a button
* Re-implemented previews in homepage without using plugins. Not finished yet :matgic782010-02-061-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:megabigbug2009-10-251-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 Diamantini2009-10-211-1/+1
|
* STEP 1Andrea Diamantini2009-10-191-0/+1
| | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url
* favorites managementmatgic782009-10-141-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 Diamantini2009-10-081-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 Diamantini2009-10-061-1/+3
|
* Code fixes in the homepageAndrea Diamantini2009-10-011-2/+2
| | | | also changed history && bookmarks layout (we need just icons there)
* BIG BIG commitAndrea Diamantini2009-09-301-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 previewmegabigbug2009-09-221-1/+1
|
* fix previews:megabigbug2009-09-201-1/+2
| | | | | | -tab preview uses websnap -remove scrollbars -antialiased preview
* Faster loading..Andrea Diamantini2009-09-181-3/+4
|
* It finally works!Andrea Diamantini2009-09-181-5/+4
| | | | Need some fixes to be merged..
* LAST BRANCH (promised!!)Andrea Diamantini2009-09-181-0/+67
| | | | first commit here. We have the homepage classes
* Here we are, embedding Qt Widgets..Andrea Diamantini2009-09-151-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 implementationAndrea Diamantini2009-09-151-1/+1
| | | | | it doesn't really fit our needs. Just a starting point..
* We have thumbnails! Hugh!Andrea Diamantini2009-09-141-0/+65