TaskbarThumbnails

Differences between revisions 2 and 3
Revision 2 as of 2006-11-15 15:24:56
Size: 2238
Editor: 190-49-97-134
Comment:
Revision 3 as of 2006-11-16 00:34:10
Size: 3590
Editor: anonymisierungsdienst
Comment: Needs input from someone Compiz/Beryl-minded
Deletions are marked like this. Additions are marked like this.
Line 46: Line 46:
Warbo: This is certainly possible with Compiz/Beryl, but I don't think it would be on a regular X server without those window managers. This is because X.org (the program which draws the graphics onto the screen) tries to save memory by not working out anything which is not visible (eg. if something has another window in front of it, or is minimised, etc.). This was obviously a huge problem for transparency effects, since the part which is meant to shine through would not actually be there, which is why the Composite extension was made (this basically draws everything off the side of the screen, so nothing is overlapping, then moves them back into place on the screen so that all thge parts of all of the windows have been worked out, and can therefore be seen through transparent windows). Last time I used Compiz there was a plugin which basically replaces the taskbar completely with thumbnails. This obviously takes up much more room than your suggestion, and although it has been a while since I used Compiz I found that this was the most unstable plugin it had (Compiz would basically crash a few seconds after enabling it). Integrating it with the GNOME-panel might take some work, but I am guessing that if this idea is accepted then it would be implemented quickly, since it actually has some tangible benefit, unlike rain drops :)

Please check the status of this specification in Launchpad before editing it. If it is Approved, contact the Assignee or another knowledgeable person before making changes.

Summary

Provide the user with more assistance when have to bring to foreground a minimized or hidden task on the taskbar.

Rationale

Users have window name and and icon that represent the window on the taskbar. Sometimes this is not intuitive and further assistance may be given to the user to know the window it wants to maximize.

Use cases

John has open two images using gThumb named 01010.jpg and 020202.jpg because he download the pics from his digital camera. He cant recognize the photo by the name when both are minimized. He wants to move the mouse over the minimized task and have a mini window of the content.

Scope

The intention is to modify the existing applet or maybe create a new one if the first choice have issues.

Design

Well, this is stolen from Windows Vista. But, in my opinion, we should take good features of other OS's and improve it.

http://static.flickr.com/111/298100135_5bb221f2d0.jpg

http://static.flickr.com/109/298100132_e34ee725ba.jpg

http://static.flickr.com/120/298100130_b33371e74e.jpg

Implementation

"The next section is written with my poor knowledge of some of the thing i mention" It seems to me that this can be done using the new effects showed by beryl or similar. Other approach is to do a more simple implementation with the tools we have so far, without using the accelerated effects. Using effects, can make this really great, because a video can be shown on the thumbnails, and the changes that happens on the window. I think that maybe the code of the alt-tab feature that shows live thumbnails could be used to do the same but when the mouse i over the task.

Code

Data preservation and migration

Unresolved issues

BoF agenda and discussion

Warbo: This is certainly possible with Compiz/Beryl, but I don't think it would be on a regular X server without those window managers. This is because X.org (the program which draws the graphics onto the screen) tries to save memory by not working out anything which is not visible (eg. if something has another window in front of it, or is minimised, etc.). This was obviously a huge problem for transparency effects, since the part which is meant to shine through would not actually be there, which is why the Composite extension was made (this basically draws everything off the side of the screen, so nothing is overlapping, then moves them back into place on the screen so that all thge parts of all of the windows have been worked out, and can therefore be seen through transparent windows). Last time I used Compiz there was a plugin which basically replaces the taskbar completely with thumbnails. This obviously takes up much more room than your suggestion, and although it has been a while since I used Compiz I found that this was the most unstable plugin it had (Compiz would basically crash a few seconds after enabling it). Integrating it with the GNOME-panel might take some work, but I am guessing that if this idea is accepted then it would be implemented quickly, since it actually has some tangible benefit, unlike rain drops Smile :)


CategorySpec

TaskbarThumbnails (last edited 2008-08-06 16:18:39 by localhost)