Felipe Borges
169a0b3d56
user-accounts: Introduce a UI template for UmPhotoDialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=766670
2018-02-05 16:18:24 +01:00
Felipe Borges
3fb1c1dca1
user-accounts: Turn UmPhotoDialog in a full GObject
...
For the new avatar-chooser implementation we will use Gtk+ widget
composite templates.
https://bugzilla.gnome.org/show_bug.cgi?id=766670
2018-02-05 16:17:53 +01:00
Felipe Borges
0f893b7cff
user-accounts: Make face images bigger
...
Now we present 72x72 faces in a 4x4 grid.
https://bugzilla.gnome.org/show_bug.cgi?id=792243
2018-02-05 16:17:10 +01:00
Silvère Latchurié
7bd7fcdf2c
user-accounts: Handle EXIF orientation
...
Apply the EXIF orientation of the picture that has been picked.
https://bugzilla.gnome.org/show_bug.cgi?id=706547
2017-05-15 11:51:08 +02:00
Felipe Borges
936899277c
user-accounts: Explicitly set photo_popup transient_for window
...
Instead of relying in the underlying machinery for guessing the
correct window.
https://bugzilla.gnome.org/show_bug.cgi?id=780498
2017-05-03 13:58:45 +02:00
Felipe Borges
9536dcdd63
user-accounts: Use gtk_menu_popup_at_widget for user photo popup
...
gtk_menu_popup has been deprecated since version 3.22.
The use of gtk_menu_popup lately was causing gtk+ to have to guess
the right position to present the widget, causing the menu to
eventually appear in a wrong position under Wayland.
https://bugzilla.gnome.org/show_bug.cgi?id=780498
2017-05-03 13:05:49 +02:00
Felipe Borges
ffb2aaabe7
user-accounts: Drop the user photo selector arrow
...
https://bugzilla.gnome.org/show_bug.cgi?id=778458
2017-02-13 11:55:32 +01:00
Bastien Nocera
5c5d608730
user-accounts: Fix button sensitivity in photo dialogue
...
g_file_info_get_content_type() returns an internal string, and we were
freeing the file_info we got it from in the next line, so it's a miracle
that the mime_type was ever not garbage.
https://bugzilla.gnome.org/show_bug.cgi?id=778424
2017-02-12 20:09:44 +01:00
Rui Matos
33404f1ea8
user-accounts/photo-dialog: Remove needless frame
...
Now that the crop area isn't all black around the picture, this frame
is just visual noise.
https://bugzilla.gnome.org/show_bug.cgi?id=740986
2014-12-05 16:13:29 +01:00
David King
d3c93d9249
user-accounts: Rename UmCropArea to CcCropArea
...
Cheese has an internal copy of UmCropArea, and exports the corresponding
um_crop_area_get_type() as part of libcheese-gtk. This leads to a crash
when taking a photo in the avatar chooser, as the control center copy of
the get_type() function is used. Renaming the function in Cheese would
be an ABI break, so at this stage it is best to do the rename in the
control center instead.
https://bugzilla.gnome.org/show_bug.cgi?id=697039
2014-10-15 15:08:46 +01:00
Ondrej Holy
4f2e590cf5
user-accounts: fix response sensitivity of photo dialog
...
Preview has to be generated after default handler of "selection-changed"
signal, otherwise dialog response sensitivity is rewritten (Bug 547988).
Preview also has to be generated on "selection-changed" signal to reflect
all changes (Bug 660877).
https://bugzilla.gnome.org/show_bug.cgi?id=721683
2014-07-24 11:40:32 +02:00
Ondrej Holy
924872ba0c
user-accounts: do not generate previews for directories
...
https://bugzilla.gnome.org/show_bug.cgi?id=721683
2014-07-18 18:19:12 +02:00
Ondrej Holy
8d5d712e2c
user-accounts: add pixbuf filter for the avatar file chooser
...
https://bugzilla.gnome.org/show_bug.cgi?id=721683
2014-06-24 13:28:22 +02:00
Ondrej Holy
06367651d7
user-accounts: replace deprecated gtk_widget_get_state
...
https://bugzilla.gnome.org/show_bug.cgi?id=731271
2014-06-23 14:13:43 +02:00
Yosef Or Boczko
4c42f1530f
user-accounts: Use header bar in the photo dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Daniel Mustieles
2c5951819d
Updated FSF's address
2014-01-29 11:27:38 +01:00
Yosef Or Boczko
0ca9771079
user-accounts: drop GtkStock
...
https://bugzilla.gnome.org/show_bug.cgi?id=704178
2013-07-19 16:02:31 +03:00
Ryan Lortie
d46a23a5a2
user-accounts: port to libaccountsservice
...
This removes a bunch of duplicated code, and also drops
a direct dependency on libsystemd-login.
https://bugzilla.gnome.org/show_bug.cgi?id=671858
2013-01-03 11:39:58 -05:00
Jeremy Bicha
19fae9d966
user-accounts: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:12:26 -05:00
Matthias Clasen
b0aecdd987
users: Fix resetting the avatar
...
This probably broke when the D-Bus code was ported to GDBus, as
passing NULL for a string into a GVariant constructor doesn't work.
Thankfully, passing an empty string has just the same effect.
https://bugzilla.gnome.org/show_bug.cgi?id=673841
2012-11-25 22:51:33 -05:00
Matthias Clasen
a955ec4152
Switch files created by me to GPLv2+
...
This matches the rest of the control-center code base.
https://bugzilla.gnome.org/show_bug.cgi?id=683420
2012-09-06 19:07:09 -04:00
Bastien Nocera
ebde7222be
user-accounts: Add missing include
...
CheeseCameraDevice was never defined.
2012-01-17 16:09:12 +00:00
Matthias Clasen
f3592ce32a
Adapt to libcheese API changes
2012-01-13 13:06:42 -05:00
Bastien Nocera
5b5347b5b2
user-accounts: Make crop window modal
...
So it's attached to the panel correctly.
https://bugzilla.gnome.org/show_bug.cgi?id=645700
2011-03-24 21:34:51 +00:00
Bastien Nocera
e1bebc6bf2
user-accounts: Remove stray debug
2011-03-23 18:39:04 +00:00
Bastien Nocera
a97d65fdcc
user-accounts: Don't warn if there are no faces pixmaps
...
https://bugzilla.gnome.org/show_bug.cgi?id=645347
2011-03-21 00:15:52 +00:00
Matthias Clasen
f503381455
Use cairo to draw an arrow
...
Misusing gtk_paint_expander() turned out to not be a good
idea, now that the theme has started to draw +/- for expanders
instead of arrows.
2011-01-24 23:42:27 -05:00
Bastien Nocera
747f48beb4
user-accounts: Add "Disable icon" menu item
...
When the faces/ directory cannot be loaded.
2010-11-21 03:16:41 +00:00
Bastien Nocera
254513f75d
user-accounts: Don't allow opening non-images
...
We need to be able to load it, otherwise it's not something
we'll support, and can use.
2010-11-21 02:17:38 +00:00
Matthias Clasen
24b5fb73c1
Reinstate popup arrows
2010-11-15 14:59:31 -05:00
Andreas Proschofsky
32f59e6df5
all: Fix build for latest gnome-desktop changes
...
https://bugzilla.gnome.org/show_bug.cgi?id=634859
2010-11-14 22:12:59 +00:00
William Jon McCann
bf5cb44016
Add user-accounts dialog
...
Copied from the accounts-dialog git module.
2010-10-30 18:04:15 -04:00