Bug 132838 - Tabbed Browsing / Better Feedback / Progress Bar
Summary: Tabbed Browsing / Better Feedback / Progress Bar
Status: RESOLVED FIXED
Alias: None
Product: ktorrent
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Joris Guisson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-23 06:26 UTC by Xavion
Modified: 2006-08-31 19:31 UTC (History)
0 users

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 Xavion 2006-08-23 06:26:30 UTC
Version:           2.0.1 (using KDE KDE 3.5.4)
Installed from:    Fedora RPMs
OS:                Linux

KTorrent is great!  Keep up the good work.

Tabbed browsing would be a nice addition so that multiple searches could be conducted simultaneously.

Better feedback from KTorrent when conducting a search would be good.  Even just the little Konqueror 'Animated Logo' (rotating gears) icon that reveals whether KTorrent is currently loading a page or if it's finished (and therefore idling).

Under the "Down Speed" column, perhaps put a progress bar behind the text so that the user can quickly see the overall progress without having to manually read the percentage.
Comment 1 Joris Guisson 2006-08-23 18:52:20 UTC
There is a good chance that we will do tabbed browsing. We will see about the feedback.

There is not gonna be a progress bar in the downspeed column, if you use the infowidget plugin, you can see the progress pretty clearly.
Comment 2 Xavion 2006-08-24 06:40:01 UTC
Thanks for the quick reply.

I just want a little animated feedback icon in the KTorrent toolbar so that I'll know whether the current page is still loading or if it has already finished.  All web browsers have a little animated feedback icon (e.g. "K" in Konqueror, "E" in IE), and I think KTorrent should too.
Comment 3 Joris Guisson 2006-08-31 19:31:11 UTC
SVN commit 579274 by guisson:

The search plugin is now part of a tool view and opens tabs as necessary. 
This means that :
- it is now possible to do multiple searches at the same
- tabs can be closed

BUG: 132838



 M  +55 -5     apps/ktorrent/ktorrent.cpp  
 M  +13 -3     apps/ktorrent/ktorrent.h  
 M  +3 -1      ktorrent.kdevelop  
 M  +14 -1     libktorrent/interfaces/guiinterface.h  
 M  +3 -2      plugins/search/Makefile.am  
 M  +23 -20    plugins/search/searchbar.ui  
 A             plugins/search/searchenginelist.cpp   [License: GPL (v2+)]
 A             plugins/search/searchenginelist.h   [License: GPL (v2+)]
 M  +53 -16    plugins/search/searchplugin.cpp  
 M  +15 -2     plugins/search/searchplugin.h  
 M  +53 -107   plugins/search/searchprefpage.cpp  
 M  +3 -3      plugins/search/searchprefpage.h  
 A             plugins/search/searchtab.cpp   [License: GPL (v2+)]
 A             plugins/search/searchtab.h   [License: GPL (v2+)]
 A             plugins/search/searchtabbase.ui  
 M  +26 -74    plugins/search/searchwidget.cpp  
 M  +4 -16     plugins/search/searchwidget.h