Summary: | Pager tooltip doesn't list minimized windows, only maximized ones | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | jose luis m <jlmaturanag> |
Component: | Pager | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, thomas.pfeiffer |
Priority: | NOR | Flags: | kde:
Usability?
|
Version: | 5.5.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-desktop/3c252192cfb38d5d3d6d71ff8f7f497bcdd58039 | Version Fixed In: | 5.7.0 |
Sentry Crash Report: |
Description
jose luis m
2016-01-04 20:27:52 UTC
Usability: Minimized windows are ignored from the little window previews which is probably why they're ignored in the tooltip as well. Should they be shown in the tooltip always? Well, the thing is that when you hover over pager, it says "0 windows" , not "0 windows maximized". Besides that, to me doesn't make sense to report only maximized windows given that everytime i hover over any virtual desktop in pager it's because i want to know if there are any window opened (nor maximized or minimized) in that virtual desktop and have a list of those windows without changing the desktop. So for me the current implementation for maximized windows would be ideal but for all opened windows. Maybe others dont use pager hover like me, to me is almost natural and i cant recall if it was this way in kde3/4 but now it seems wrong. The previews have nothing to do with the list of windows. A minimized window is still a window, so yes, it should clearly be listed in the pager tooltip. I think that developers could give answers about bugs saying if they will fix them, if they won't and if they will do it maybe give a not really precise period of time. Answers always encourages people to ask and given that nobody is the position to demand for something here at least people who cares (who posted the bug cares ) may know what will happen. Git commit 3c252192cfb38d5d3d6d71ff8f7f497bcdd58039 by Kai Uwe Broulik. Committed on 13/06/2016 at 09:44. Pushed by broulik into branch 'master'. [Pager] List minimized windows in the tooltip The tooltip now shows minimized windows in a separate list below the regular ones. FIXED-IN: 5.7.0 REVIEW: 127332 M +64 -22 applets/pager/package/contents/ui/main.qml M +9 -4 applets/pager/plugin/model.cpp M +5 -3 applets/pager/plugin/model.h M +2 -2 applets/pager/plugin/pager.cpp http://commits.kde.org/plasma-desktop/3c252192cfb38d5d3d6d71ff8f7f497bcdd58039 |