summaryrefslogtreecommitdiff
path: root/src/websnap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* A better preview implementation:megabigbug2009-10-251-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 Diamantini2009-10-211-8/+11
|
* STEP 1Andrea Diamantini2009-10-191-9/+29
| | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url
* some fixes on preview home page mechanismAndrea Diamantini2009-10-161-1/+0
|
* favorites managementmatgic782009-10-141-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 Diamantini2009-10-081-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 Diamantini2009-10-061-0/+3
|
* no more strange windows opened while loading previews :)Andrea Diamantini2009-10-021-0/+5
|
* 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-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 Diamantini2009-09-251-1/+0
|
* fix page previewmegabigbug2009-09-221-16/+30
|
* fix previews:megabigbug2009-09-201-16/+28
| | | | | | -tab preview uses websnap -remove scrollbars -antialiased preview
* Fixing websnap resizing...Andrea Diamantini2009-09-201-5/+4
|
* Fixing loading previewAndrea Diamantini2009-09-201-1/+0
| | | | | | | busywidget image provided by AdriĆ :) with Pano's intercession. Many thanks!
* Faster loading..Andrea Diamantini2009-09-181-5/+7
|
* It finally works!Andrea Diamantini2009-09-181-10/+17
| | | | Need some fixes to be merged..
* LAST BRANCH (promised!!)Andrea Diamantini2009-09-181-0/+94
| | | | first commit here. We have the homepage classes
* Here we are, embedding Qt Widgets..Andrea Diamantini2009-09-151-91/+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..
* Fixing state. Rekonq is not usable now, but this seems a good tech preview.Andrea Diamantini2009-09-151-4/+4
| | | | | | | Anyway, performance is definitely a problem with this method, also loading just the first time. Looking at the other way... :)
* Initial newtab page settings implementationAndrea Diamantini2009-09-151-1/+4
| | | | | it doesn't really fit our needs. Just a starting point..
* We have thumbnails! Hugh!Andrea Diamantini2009-09-141-0/+88