Bug 149596 - Opera "Speed Dial" page as konqueror start page
Summary: Opera "Speed Dial" page as konqueror start page
Status: CONFIRMED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-06 10:19 UTC by Thomas Walther
Modified: 2009-08-18 09:43 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Walther 2007-09-06 10:19:08 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

Instead of the boring start page we currently have in konqueror (http://www.linux-user.de/ausgabe/2005/05/032-konqueror/konqueror.png) I'd love to see something more useful for the user, and in my opinion the best current concept for this is Opera's "Speed Dial" function:
http://www.opera.com/img/products/desktop/screenshots/speeddial.jpg
Comment 1 Andrey 2008-02-10 17:16:14 UTC
I agree, for me this is the most wanted feature in Konqueror.
Comment 2 kwindva 2008-06-07 14:17:55 UTC
*** This bug has been confirmed by popular vote. ***
Comment 3 kwindva 2008-06-07 14:24:52 UTC
Bitte,this function in Konqueror will make me get out of the curse of Opera.
Comment 4 Thomas Fischer 2008-06-21 12:45:44 UTC
I'm interested in this feature, too, but unfortunately I don't have time to write it myself.
However, I have some ideas how to implement it:
- The speed dial has to be implemented as a KPart (not a HTML page) which is opened by Konqueror as the KPart is associated with some mime type or file set as start page. The part's UI can be either some advanced list widget or a just static form
- Thumbnails for each bookmarked website have to be generated (no idea how, maybe print to pdf?), cached, and shown to the user.
- Clicking on thumbnails opens the website in a new window/tab just as KHTML does it with KParts::BrowserArguments.setNewTab(..) and createNewWindow
- The whole thing can be made fancy by putting an svg image in the background...

If someone is willing to implement this feature, I'm willing to discuss implementation issues and help you coding if possible.
Comment 5 Thomas Fischer 2008-12-27 15:33:17 UTC
I created a prototype implementation for a Speed Dial for Konqueror. The code is available at my hompage:

http://www.unix-ag.uni-kl.de/~fischer/speeddial/

Feedback is welcome.
Comment 6 kwindva 2008-12-28 09:28:00 UTC
Thank you very much.
Though after compilation,I got a blank page with "konqueror example.trs".I know I am far from a adequate tester.So I'm afraid I could not assist you at all.
Good luck.