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 710874 - Implement avatar chooser mockups
Implement avatar chooser mockups
Status: RESOLVED OBSOLETE
Product: cheese
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-10-25 12:28 UTC by Bastien Nocera
Modified: 2020-11-12 07:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libcheese: Avoid warnings with no pixbuf in UmCropArea (902 bytes, patch)
2013-10-25 12:29 UTC, Bastien Nocera
committed Details | Review
libcheese: Set a nice default size (1.85 KB, patch)
2013-10-25 12:29 UTC, Bastien Nocera
committed Details | Review
libcheese: Style the button bar properly (3.78 KB, patch)
2013-10-25 12:29 UTC, Bastien Nocera
committed Details | Review
libcheese: Rename the buttons (2.69 KB, patch)
2013-10-25 12:29 UTC, Bastien Nocera
committed Details | Review
libcheese: Add margins to the chooser (913 bytes, patch)
2013-10-25 12:29 UTC, Bastien Nocera
committed Details | Review
libcheese: Add CheeseAvatarWidget (27.69 KB, patch)
2013-10-25 12:29 UTC, Bastien Nocera
committed Details | Review
libcheese: Set a reasonable default size for cropping (1.81 KB, patch)
2013-10-25 12:29 UTC, Bastien Nocera
committed Details | Review
libcheese: Add a margin to the avatar widget (1.59 KB, patch)
2013-10-25 12:29 UTC, Bastien Nocera
reviewed Details | Review
libcheese: Line up the buttons and webcam area (1.24 KB, patch)
2013-10-25 12:29 UTC, Bastien Nocera
committed Details | Review
first screen (235.62 KB, image/png)
2013-10-25 12:35 UTC, Bastien Nocera
  Details
after capture (225.86 KB, image/png)
2013-10-25 12:36 UTC, Bastien Nocera
  Details

Description Bastien Nocera 2013-10-25 12:28:52 UTC
.
Comment 1 Bastien Nocera 2013-10-25 12:29:10 UTC
Created attachment 258101 [details] [review]
libcheese: Avoid warnings with no pixbuf in UmCropArea
Comment 2 Bastien Nocera 2013-10-25 12:29:15 UTC
Created attachment 258102 [details] [review]
libcheese: Set a nice default size

as per mockups.

https://raw.github.com/gnome-design-team/gnome-mockups/master/avatar-chooser/avatar-chooser.png
Comment 3 Bastien Nocera 2013-10-25 12:29:20 UTC
Created attachment 258103 [details] [review]
libcheese: Style the button bar properly

Style the button bar underneath the video widget properly.

As per mockups:
https://raw.github.com/gnome-design-team/gnome-mockups/master/avatar-chooser/avatar-chooser.png
Comment 4 Bastien Nocera 2013-10-25 12:29:24 UTC
Created attachment 258104 [details] [review]
libcheese: Rename the buttons

As per mockups:
https://raw.github.com/gnome-design-team/gnome-mockups/master/avatar-chooser/avatar-chooser.png
Comment 5 Bastien Nocera 2013-10-25 12:29:29 UTC
Created attachment 258105 [details] [review]
libcheese: Add margins to the chooser
Comment 6 Bastien Nocera 2013-10-25 12:29:33 UTC
Created attachment 258106 [details] [review]
libcheese: Add CheeseAvatarWidget

A stand-alone widget for avatar capture, like the avatar chooser
but without the precanned dialogue.
Comment 7 Bastien Nocera 2013-10-25 12:29:38 UTC
Created attachment 258107 [details] [review]
libcheese: Set a reasonable default size for cropping

The default is based on the minimum 48x48 size. Instead we
should be cropping to nearly the maximum size of the image,
which would still show the crop handles but wouldn't discard 90%
of the captured image.
Comment 8 Bastien Nocera 2013-10-25 12:29:43 UTC
Created attachment 258108 [details] [review]
libcheese: Add a margin to the avatar widget
Comment 9 Bastien Nocera 2013-10-25 12:29:48 UTC
Created attachment 258109 [details] [review]
libcheese: Line up the buttons and webcam area
Comment 10 Bastien Nocera 2013-10-25 12:35:37 UTC
Created attachment 258110 [details]
first screen
Comment 11 Bastien Nocera 2013-10-25 12:36:01 UTC
Created attachment 258111 [details]
after capture
Comment 12 Bastien Nocera 2013-10-25 12:38:23 UTC
TODO:
- Rounded toolbar bottom
- Blue handles for the crop

Anything else?
Comment 13 David King 2013-10-28 21:00:03 UTC
Comment on attachment 258101 [details] [review]
libcheese: Avoid warnings with no pixbuf in UmCropArea

Pushed to master as commit 3f3c4ceffc4cc058dfbd07ddfed720c833f8a974.
Comment 14 David King 2013-10-28 21:04:03 UTC
Comment on attachment 258102 [details] [review]
libcheese: Set a nice default size

Pushed to master as commit 263effb65a6551cf97df94f0ec777432ed6aeb7d.
Comment 15 David King 2013-10-28 21:15:01 UTC
Comment on attachment 258103 [details] [review]
libcheese: Style the button bar properly

Pushed to master as commit 2f4c00cbb463e24f1ae06bc088cf0288f7a8c110.
Comment 16 David King 2013-10-28 21:28:15 UTC
Comment on attachment 258104 [details] [review]
libcheese: Rename the buttons

Pushed to master as commit dadbf07420d9198a47fc955b59c640e862d382dc.
Comment 17 David King 2013-10-28 21:33:16 UTC
Comment on attachment 258105 [details] [review]
libcheese: Add margins to the chooser

Pushed to master as commit 15aba2127b87a57fe47fa75ba2b705c32d901da6.
Comment 18 David King 2013-10-28 21:37:41 UTC
Comment on attachment 258107 [details] [review]
libcheese: Set a reasonable default size for cropping

Pushed to master as commit c605ad3578ff66452bd7b01d257f31c64e7905ef.
Comment 19 David King 2013-10-28 21:50:38 UTC
Comment on attachment 258106 [details] [review]
libcheese: Add CheeseAvatarWidget

Pushed, and modified to add cheese-avatar-widget.c to POTFILES.in, to master as commit 3a1d55c9371ab642670064254d8f473e48104eac.
Comment 20 David King 2013-10-28 21:51:17 UTC
Comment on attachment 258109 [details] [review]
libcheese: Line up the buttons and webcam area

Squased into 3a1d55c9371ab642670064254d8f473e48104eac.
Comment 21 David King 2013-10-28 21:53:13 UTC
Comment on attachment 258108 [details] [review]
libcheese: Add a margin to the avatar widget

The commit is fine, but I do not like the black background. Can the stage colour be set to the "background" colour from the theme?
Comment 22 Bastien Nocera 2013-10-28 22:05:11 UTC
(In reply to comment #21)
> (From update of attachment 258108 [details] [review])
> The commit is fine, but I do not like the black background. Can the stage
> colour be set to the "background" colour from the theme?

The frame around the video and the image are the same colour, black, as per the mockups.
Comment 23 André Klapper 2020-11-12 07:12:33 UTC
bugzilla.gnome.org is being replaced by gitlab.gnome.org. We are closing all
old bug reports and feature requests in GNOME Bugzilla which have not seen
updates for a long time.

If you still use cheese and if you still see this bug / want this feature in a
recent and currently supported version, then please feel free to report it at
https://gitlab.gnome.org/GNOME/cheese/-/issues/

Thank you for creating this report and we are sorry it could not be implemented
(volunteer workforce and time is quite limited).