Matthias Clasen
5ffae5b569
user-accounts: Fix fingerprint assistant
...
https://bugzilla.gnome.org/show_bug.cgi?id=649678
2011-06-10 17:57:29 +01:00
Matthias Clasen
d8bbb0af66
users: don't add a lockbutton
...
Instead, implement get_permission to get a lockbutton
in the toolbar.
https://bugzilla.gnome.org/show_bug.cgi?id=650292
2011-05-23 16:10:04 +01:00
Matthias Clasen
13a08f4994
Users: strip out periods when generating proposals
...
Some systems seem to disallow them in usernames, but more
importantly, the proposals look just wrong for abbreviated
middle initials with a period.
https://bugzilla.gnome.org/show_bug.cgi?id=650777
2011-05-23 09:19:19 -04:00
Matthias Clasen
aef79bbf79
Move username related utilities to um-utils.[hc]
...
This will make it easier to reuse them in gdm-initial-setup.
2011-05-18 21:20:39 -04:00
David Benjamin
61623a1f66
user-accounts: don't call gtk_main_quit if AccountService is unavailable
...
Just desensitize the panel and call it a day.
https://bugzilla.gnome.org/show_bug.cgi?id=648969
2011-05-16 15:35:08 +01:00
Matthias Clasen
a13cdf16f4
Forgotten file
...
This belongs to the earlier commit that fixed a11y/keynav issues
in the user account panel.
2011-05-15 21:09:40 -04:00
Matthias Clasen
0725cffaee
Fix a11y/keynav issues in the user account panel
...
Add missing mnemonics to a number of places. Also make
the editable button/combo widgets react better to mnemonic
activation.
Part of bug 650132
2011-05-15 20:10:57 -04:00
Bastien Nocera
ac5bc2da75
user-accounts: Move UmEditableEntry to lib
...
So it can be reused in the printers panel.
Also see:
https://bugzilla.gnome.org/show_bug.cgi?id=649511
2011-05-13 13:44:55 +01:00
Bastien Nocera
c3e7514ed6
user-accounts: UmEditableEntry improvements
...
* Avoid sending two consecutive "editing-done" signals when
validating the entry with the "Return" key
* Use symbolic names for the notebook page numbers
2011-05-12 18:51:45 +01:00
Bastien Nocera
f66e7bb4dd
user-accounts: Fix bug when name is changed to contain markup
...
When changing to a "display name" that contains markup, such
as "Foo & Bar", the code to update the user list on the left
wasn't escaping the text correctly.
2011-05-12 18:45:58 +01:00
Bastien Nocera
3980a44ebb
user-accounts: Remove use of images in fingerprint
...
gtk_assistant_set_page_header_image() is deprecated, stop using
it in the fingerprint setup assistant.
2011-05-07 19:10:35 +01:00
Bastien Nocera
8c6221a567
user-accounts: Use GTK+ lock button
2011-05-07 17:47:13 +01:00
Bastien Nocera
b435556cd3
user-accounts: Show username when no real name
...
So that users added "by hand" with adduser show up correctly
in the treeview.
https://bugzilla.gnome.org/show_bug.cgi?id=648348
2011-04-28 14:35:12 +01:00
Bastien Nocera
f8c3b0c59e
user-accounts: Don't include link in translation
...
And use a link to local documentation, rather than an
external website in English.
Removed mentions of "in English" for the languages that mentioned it.
https://bugzilla.gnome.org/show_bug.cgi?id=643118
2011-04-15 02:40:20 +01:00
Bastien Nocera
846dca05af
Revert "Users: Use a local document for 'How to choose a good password'"
...
This reverts commit 76ba785b06
.
It's actually a string change, because the link is within the
translatable string.
2011-04-13 15:19:28 +01:00
Matthias Clasen
76ba785b06
Users: Use a local document for 'How to choose a good password'
...
The user guide contains a suitable page, so lets just use it.
https://bugzilla.gnome.org/show_bug.cgi?id=643118
2011-04-13 13:25:40 +01:00
Matthias Clasen
59db8d3716
Users: try harder not to show system accounts
...
When used with accountsservice >= 0.6.9, this fixes the problem where,
when you click the unlock button on the user panel, the root user pops
up in the user list, unexpectedly.
When used with 0.6.8 it silently does nothing, since the system-account
property is not available.
https://bugzilla.gnome.org/show_bug.cgi?id=647487
2011-04-12 20:37:36 -04:00
Bastien Nocera
3812dbc1d5
user-accounts: Fix blue-ish bg in crop dialogue
...
The conversion to GtkStyleContext means we now use GdkRGBA,
so we need to scale the colours between 0.0 and 1.0, not 0 and 255.
https://bugzilla.gnome.org/show_bug.cgi?id=645712
2011-03-24 21:34:52 +00: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
William Jon McCann
92e95d0752
user-accounts: move faces images from GDM
...
The don't really make sense in GDM anymore since all the tools
that used them have been removed from there. It makes more sense
for them to live close the UI that selects and manipulates them.
At some point we should probably consider making face images themeable
so that they can be loaded in various sizes.
2011-03-21 09:50:22 -04: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
Frédéric Péters
f1d70389c0
Do not abort if an unknown user is signaled removed
...
https://bugzilla.gnome.org/show_bug.cgi?id=645118
2011-03-18 12:29:24 +01:00
Cosimo Cecchi
92c3f6dd61
all: set the 'inline-toolbar' style class to toolbars which need it
...
https://bugzilla.gnome.org/show_bug.cgi?id=645059
2011-03-17 15:09:09 -04:00
David Zeuthen
bc160c4537
Nuke supervised accounts
...
The org.freedesktop.Accounts mechanism no longer supports supervised
accounts as per the patch in
https://bugs.freedesktop.org/show_bug.cgi?id=35390
Therefore, nuke supervised accounts from the user interface as well.
Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-03-17 10:34:25 -04:00
William Jon McCann
936175eddf
user-accounts: use dim-label class instead of hardcoded color
2011-03-14 14:56:03 -04:00
Bastien Nocera
5fdc90cc8b
2.91.91
...
Fix wrong include lines, so distcheck works
2011-03-08 11:59:16 +00:00
Colin Walters
1b7ce6ee5a
configure: Make cheese detection auto
...
Simply detect cheese availability, and build with if it is.
This helps people jhbuilding the gnome-shell moduleset.
2011-03-03 14:12:23 -05:00
Kjartan Maraas
dd7d6aa484
Remove unused assignment
2011-03-02 20:06:20 +01:00
Kjartan Maraas
57895a4455
Remove unused assignment
2011-03-02 20:06:20 +01:00
William Jon McCann
08aac9e129
user-accounts: reduce visual noise by removing lots of colons
...
https://bugzilla.gnome.org/show_bug.cgi?id=643339
2011-02-25 19:34:11 -05:00
Matthias Clasen
3be36e735b
Drop the sync language loading code
...
All users have been ported to use the async variant.
2011-02-23 23:43:16 -05:00
Matthias Clasen
14e503fa2c
User accounts: Get the invisible char to use from GTK+
...
https://bugzilla.gnome.org/show_bug.cgi?id=643103
2011-02-24 03:25:53 +00:00
Matthias Clasen
8053c9561d
User accounts: Load languages async
...
https://bugzilla.gnome.org/show_bug.cgi?id=643096
2011-02-24 03:12:27 +00:00
Bastien Nocera
3336eb9d88
lib: Add a lock button
...
Instead of using a copy/pasted version, until GTK+ includes
such a button itself.
2011-02-23 14:59:21 +00:00
Thomas Wood
e2f944a66a
configure: Group pkg-config checks based on how they are used
...
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.
https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00:00
Bastien Nocera
50211514c5
user-accounts: Hide fingerprint dialogue by default
...
The dialogue was shown when loaded by GtkBuilder, and then
parented properly, which made it jump before display.
https://bugzilla.gnome.org/show_bug.cgi?id=641990
2011-02-14 23:52:10 +00:00
Bastien Nocera
07664136d0
user-accounts: Remove use of obsolete properties
2011-02-14 23:48:49 +00:00
Cosimo Cecchi
7da8390241
um-editable-entry: port to GtkStyleContext
2011-02-04 15:50:29 -05:00
Cosimo Cecchi
0132e4be37
all: make GCC stop complaining about set but unused variables
2011-02-04 15:43:40 -05:00
William Jon McCann
5ce5e74692
user-accounts: use 0 instead of blank to clear options
2011-02-02 00:35:16 -05:00
Bastien Nocera
8d2f8ac3ce
user-accounts: Avoid warning about uninitialised variable
...
cursor_type could be used uninitialised (probably not, but gcc
complains).
2011-02-01 02:35:33 +00:00
William Jon McCann
40701689f7
user-accounts: center real name label
2011-01-30 14:01:07 -05:00
William Jon McCann
32159d0533
user-accounts: make packing settings explicit
2011-01-30 13:56:24 -05:00
William Jon McCann
2efa54af5d
user-accounts: remove unused hbox
2011-01-30 13:00:00 -05:00
William Jon McCann
b9e69ccf90
user-accounts: remove permissions items
...
We don't use them yet.
2011-01-30 11:30:44 -05:00
William Jon McCann
36043e66ef
user-accounts: set a minimum size for the panel
2011-01-30 10:57:23 -05:00
William Jon McCann
053f0f3709
user-accounts: use junction sides to connect toolbar and list
2011-01-26 15:08:15 -05:00
Bastien Nocera
57b3678f07
user-accounts: Select the current language
...
We assume that env. locale == locale selected in accounts services.
2011-01-26 18:40:58 +00:00
Bastien Nocera
a3c2f534ce
user-accounts: Fix possible crasher
...
When the current locale isn't in the list of languages used
by other users.
2011-01-26 18:22:55 +00:00