Summary: | please allow multiple (tabbed) comics in one plasmoid instance | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | cobaco |
Component: | widget-comic | Assignee: | Tobias Koenig <tokoe> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | greg, matija, toddrme2178 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
cobaco
2008-04-08 19:52:16 UTC
I'd like to have multiple strips for one plasmoid, too. But I think tabbing isn't a good idea. Maybe this idea is better: In the preferences one selects the interesting feeds, for example with checkboxes. Then, any left-klick on the plasmoid which is not on the other-date-triangle cycles through the list of interesting feeds. In a similar vein, I would like to see multiple comics per plasmoid, arranged vertically, instead of having 5 separate plasmoids on my desktop, I would get one. This would also reduce the very large borders around each comic plasmoid. The selection system used in the activity bar would work perfectly for this. I saw a screenshot recently where it was also being used with the weather widget to change views, so it must be available to other plasmoids besides just the activity bar. It allow you to switch between view in a single plasmoid, fits well with the overall plasma look, is not position-dependent like a tab bar would be, and does a good job of handling lists that are too large for it to show at one time. I think it fits all of the criteria that would be needed for this task. I think needing to have a separate plasmoid for every comic is a waste of space for someone who reads more than one or two comics, especially with ones like XKCD that can take up a widely varying amount of space depending on the day. I agree that the Comics Plasmoid needs support for several comics in the same instance. I noticed that if you have "Show comic ID" set in its options, you can choose which page you want to jump to by clicking the comic's ID (usually it's the page number) at the bottom of the Plasmoid. I think it would be more coherent and easier to use, if when "Show comic name" is enabled, you could click on the comics name and get either a dialog or a directly a menu to choose which comic you'd like to switch to. SVN commit 938009 by mfuchs: Adds support for tabs to the comic applet. BUG:160578 M +76 -41 appearanceSettings.ui M +106 -7 comic.cpp M +12 -0 comic.h M +26 -0 configwidget.cpp M +5 -0 configwidget.h M +9 -3 imagewidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=938009 |