Florian Müllner
8eb0782f25
loginDialog: Pass-through UserWidget's label-actor
...
https://bugzilla.gnome.org/show_bug.cgi?id=729603
2015-03-06 17:24:13 +01:00
Jasper St. Pierre
18f569280c
userWidget: Respect the scale factor in the bin size we set
...
Otherwise, the widget will be too small on hi-DPI devices.
Based on a patch by: Darcy Beurle <darcy@beurle.id.au>
https://bugzilla.gnome.org/show_bug.cgi?id=735419
2014-10-06 17:02:04 -07:00
Giovanni Campagna
98b50fd942
UserWidget: replace vfunc_destroy override with a signal connection
...
The destroy vfunc might be called during object finalization, and
we can't call any JS from a GC finalizer, so we use a signal
connection instead, as that is removed by GObject the first time
the object is disposed.
https://bugzilla.gnome.org/show_bug.cgi?id=719730
2013-12-02 23:59:50 +01:00
Jasper St. Pierre
0c9d95f183
userWidget: Chain up in destroy()
2013-11-19 18:11:43 -05:00
Jasper St. Pierre
a5dd44c77f
userWidget: Use the user name if the real name doesn't fit
...
This meets the new designs.
https://bugzilla.gnome.org/show_bug.cgi?id=706851
2013-10-30 13:19:02 -04:00
Jasper St. Pierre
1a415d5fa7
userWidget: Actually respect the iconSize parameter
...
The iconSize parameter was only being respected if it was the
default icon fallback.
https://bugzilla.gnome.org/show_bug.cgi?id=706681
2013-08-23 13:25:11 -04:00
Jasper St. Pierre
8ce5b087bc
userWidget: Rename the default style class of the user widget
...
As the status chooser is going away, it doesn't make sense to
keep the "status-chooser" name around.
https://bugzilla.gnome.org/show_bug.cgi?id=704368
2013-07-19 05:34:09 -04:00
Jasper St. Pierre
403540e8a1
userMenu: Move UserAvatarWidget into UserWidget
...
https://bugzilla.gnome.org/show_bug.cgi?id=701755
2013-06-06 14:00:37 -04:00
Rui Matos
3754a76f10
userWidget: Fix leaking instances
...
UserWidget instances should be destroyed when the actor is. That's
what consumer code expects since the destroy() method is never called.
https://bugzilla.gnome.org/show_bug.cgi?id=700807
2013-05-21 21:59:14 +02:00
Ray Strode
a3d3d81447
unlockDialog: move user widget into separate file
...
The user widget is the username and avatar shown on
the unlock dialog.
The login dialog has something very similar.
This commit separates the user widget out to its own
file, so we can use it from the login dialog in a
later commit.
https://bugzilla.gnome.org/show_bug.cgi?id=694062
2013-02-19 18:39:53 -05:00