Summary: | Tabbed Browsing / Better Feedback / Progress Bar | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | Xavion <Xavion.0> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Xavion
2006-08-23 06:26:30 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. 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 |