summaryrefslogtreecommitdiff
path: root/src/previewimage.h
Commit message (Collapse)AuthorAgeFilesLines
* Various changes:matgic782010-02-061-101/+0
| | | | | | | - improve appearance of empty/loading previews - port closedTabs to new system - remove PreviewImage files TODO : dialog to choose preview
* Here we are, with this commit I removed a lot of direct calls toAndrea Diamantini2010-01-231-0/+4
| | | | | | | | Application::loadUrl slot and changed it to signals emitted there. This to let rekonq managing them and faster return to the main event loop (and hopefully don't freeze). Next step here is change loadUrl slot to a multithreaded one.
* A better preview implementation:megabigbug2009-10-251-10/+15
| | | | | 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.
* check title length fixAndrea Diamantini2009-10-191-0/+2
|
* Fixing thumbs positionAndrea Diamantini2009-10-191-1/+3
|
* STEP 1Andrea Diamantini2009-10-191-5/+10
| | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url
* add an action to refresh thumbnailsmatgic782009-10-161-0/+1
|
* some fixes on preview home page mechanismAndrea Diamantini2009-10-161-1/+2
|
* Fixing code of PluginFactory + PreviewImage.Andrea Diamantini2009-10-151-3/+1
| | | | In this way, we don't need to pass *ALL* the QStringList(s)..
* favorites managementmatgic782009-10-141-2/+20
| | | | | | | -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-1/+4
| | | | | | 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/+2
|
* Code fixes in the homepageAndrea Diamantini2009-10-011-4/+4
| | | | also changed history && bookmarks layout (we need just icons there)
* BIG BIG commitAndrea Diamantini2009-09-301-3/+5
| | | | | | | | | | | | | | | | 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
* Load on click (links on previews)Andrea Diamantini2009-09-291-3/+7
|
* Faster loading..Andrea Diamantini2009-09-181-1/+1
|
* It finally works!Andrea Diamantini2009-09-181-8/+6
| | | | Need some fixes to be merged..
* LAST BRANCH (promised!!)Andrea Diamantini2009-09-181-0/+57
first commit here. We have the homepage classes