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.
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.
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.
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