~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/feborges/avatar-chooser

Last commit made on 2018-01-31
Get this branch:
git clone -b wip/feborges/avatar-chooser https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/feborges/avatar-chooser
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

5f616a2... by Felipe Borges <email address hidden>

user-accounts: Add current avatar line to avatar chooser

So pictures selected from the file chooser or taken from the
camera are also shown in the grid.

This is based on the wireframes available at
https://wiki.gnome.org/Design/OS/AvatarChooser#Tentative_Design

142f9ea... by Felipe Borges <email address hidden>

user-accounts: Introduce the new Avatar Chooser popover

c8cab0c... by Felipe Borges <email address hidden>

user-accounts: Introduce a UI template for UmPhotoDialog

5cbe276... by Felipe Borges <email address hidden>

user-accounts: Turn UmPhotoDialog in a full GObject

For the new avatar-chooser implementation we will use Gtk+ widget
composite templates.

d10b58c... by Felipe Borges <email address hidden>

user-accounts: Make face images bigger

Now we present 72x72 faces in a 4x4 grid.

https://bugzilla.gnome.org/show_bug.cgi?id=792243

d6a2251... by Felipe Borges <email address hidden>

user-accounts: Update face images

The faces that are included in the users panel are really old,
the style is outdated and they are too small for modern designs
as well as hidpi screens.

https://bugzilla.gnome.org/show_bug.cgi?id=792243

f57a192... by Jason Gerecke

wacom: Support the WSTYLUS_3D stylus type

Wacom's new "Pro Pen 3D" stylus is declared as a new stylus type within
libwacom: WSTYLUS_3D. Now that the Wacom panel supports arbitrary three-
button styli, we can add specific support for this new stylus type to
suppress the warning message that is generated.

https://bugzilla.gnome.org/show_bug.cgi?id=790028

039f30a... by Jason Gerecke

wacom: Add support for three-button styli

Wacom has introduced its new "Pro Pen 3D" stylus which includes a third
button. This commit adds support for arbitrary three-button styli.

https://bugzilla.gnome.org/show_bug.cgi?id=790028

69e9448... by Jason Gerecke

wacom: Make remove_buttons dynamic

Both 'remove_buttons' and 'remove_button' perform the same general task and
can be unified into a single function. This makes supporting an arbitrary
number of stylus buttons more straightforward.

https://bugzilla.gnome.org/show_bug.cgi?id=790028

0c65e04... by Jason Gerecke

wacom: Set combo-topbutton to current value for styli with > 2 buttons

Although the Wacom panel doesn't have explicit support for styli with more
than two buttons, it tries to at least allow configuration of the upper and
lower buttons. This commit fixes an incorrect conditional which prevents
the panel from setting the combo box for the upper switch to the current
setting.

https://bugzilla.gnome.org/show_bug.cgi?id=790028