After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 591375 - make slideshows visually distinct
make slideshows visually distinct
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Appearance
git master
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on: 591633
Blocks:
 
 
Reported: 2009-08-10 20:38 UTC by William Jon McCann
Modified: 2009-08-26 06:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
very quick proof of concept (4.57 KB, patch)
2009-08-13 02:37 UTC, Matthias Clasen
none Details | Review
stacked frames (101.71 KB, image/png)
2009-08-13 02:38 UTC, Matthias Clasen
  Details
allow singlestepping (11.84 KB, patch)
2009-08-13 14:19 UTC, Matthias Clasen
none Details | Review
slideshow with buttons (98.25 KB, image/png)
2009-08-13 14:20 UTC, Matthias Clasen
  Details
cleaned up a bit, less flickering (13.96 KB, patch)
2009-08-17 03:15 UTC, Matthias Clasen
committed Details | Review

Description William Jon McCann 2009-08-10 20:38:28 UTC
We should make slideshows visually distinct.  Right now the only way to tell something is a slideshow is the tooltip.  It is also misleading when the visible frame changes without reason.

Maybe show the different frames stacked and cycle through them visually.  Maybe eventually have a way to configure the slideshow.  We'd need to have a way to filter out other information in the slideshow that is simply used to get aspect ratio proper images.

We should also show information about the transitions.  Especially the frequency.
Comment 1 Matthias Clasen 2009-08-13 02:37:03 UTC
Created attachment 140616 [details] [review]
very quick proof of concept
Comment 2 Matthias Clasen 2009-08-13 02:38:58 UTC
Created attachment 140617 [details]
stacked frames

The patch fixes the tooltips to not lie about the backgrounds, and adds a stacked frame decoration around slide shows. Doing more complicated things, like controls to flip through a slideshow, would require more gnome-desktop api.
Comment 3 Matthias Clasen 2009-08-13 14:19:12 UTC
Created attachment 140665 [details] [review]
allow singlestepping
Comment 4 Matthias Clasen 2009-08-13 14:19:58 UTC
This patch adds two little buttons below the slide show that let you step through the frames of the slide show, to see whats in it.
Comment 5 Matthias Clasen 2009-08-13 14:20:36 UTC
Created attachment 140666 [details]
slideshow with buttons
Comment 6 Matthias Clasen 2009-08-17 03:15:22 UTC
Created attachment 140940 [details] [review]
cleaned up a bit, less flickering
Comment 7 William Jon McCann 2009-08-21 18:55:36 UTC
+    gnome_wp_item_ensure_gnome_bg (item);
     gnome_wp_item_update (item);
     gnome_wp_item_update_description (item);
-    gnome_wp_item_ensure_gnome_bg (item);
 
Seems like this part will try to use the background colors before they are loaded from gconf.