Matthias Clasen
9088ef2870
User-accounts: Add a few accessibility labels
2011-11-03 13:21:07 -04:00
Matthias Clasen
314df488b7
user-accounts: Improve tooltips
...
Don't speak about 'deleting users'. Instead, use the term
'user account' consistently.
https://bugzilla.gnome.org/show_bug.cgi?id=661765
2011-10-25 17:56:44 +01:00
Matthias Clasen
bae25a142f
user-accounts: Make unlock icon in tooltip match reality
2011-10-25 17:56:03 +01:00
Bastien Nocera
660f957566
user-accounts: Add label to toolbar buttons
2011-10-25 17:53:05 +01:00
Bastien Nocera
1bd60f5835
user-accounts: Hide old message when enrolling
...
When you've enrolled your fingerprints and we show "Done!", hide
the label that asked us to swipe/press our finger on the fingerprint
reader, it's too late.
2011-09-09 15:10:19 +01:00
Bastien Nocera
1ed6f51d8e
user-accounts: Correct initial focus in password dialogue
...
The password dialogue needs to have the "Current password" field
focused by default if we're changing the password.
https://bugzilla.gnome.org/show_bug.cgi?id=658521
2011-09-09 09:57:35 +01:00
Jeremy Bicha
8afbc4ddc6
Fix help links for gnome-help 3.1*
...
gnome-help 3.1.1 and higher uses the help: protocol with a slash
instead of the ghelp: protocol with a question mark
2011-09-06 09:28:58 -04:00
Matthias Clasen
f56f4a503d
users: Fix life-cycle issues
...
We were leaking various references, leading to failures to populate
the list upon reloading, or to segfaults. With this commit, all
created user objects, as well as the user-manager object are
finalized when the panel is unloaded.
2011-08-25 23:45:38 -04:00
Matthias Clasen
64419bf3c9
users: prevent autologin for disabled users
...
gdm can't handle this currently, so prevent this situation
from happening. Forcibly turning off the autologin when an
account is disabled is a slightly odd side-effect, but
good enough in practice.
https://bugzilla.gnome.org/show_bug.cgi?id=649816
2011-08-25 12:43:22 -04:00
Bastien Nocera
222bd72be8
user-accounts: Add translator comments for split line
...
https://bugzilla.gnome.org/show_bug.cgi?id=657168
2011-08-25 17:34:58 +01:00
Bastien Nocera
bbe58b586b
user-accounts: Remove trailing space in string
...
https://bugzilla.gnome.org/show_bug.cgi?id=657169
2011-08-25 17:31:16 +01:00
Matthias Clasen
9e02793982
common: Add a region mode to the language chooser
...
In this mode, locales are primarily represented by their
region component, instead of their language component.
2011-08-22 14:29:55 -04:00
Matthias Clasen
60c8f11a12
user: Move the language chooser to common
...
It will soon be used in the region panel as well.
2011-08-22 14:29:52 -04:00
Matthias Clasen
daf2dae1ff
user: Prepopulate the language combo
...
Add a small set of major languages to the combobox. This covers
the 80% case and makes the list look less empty.
2011-08-22 14:29:52 -04:00
Matthias Clasen
eaec9ce362
user: Add a filter entry to the language dialog
...
This makes the dialog more similar to the layout add dialog
in the region panel, where we want to use it eventually as
well.
2011-08-22 14:29:51 -04:00
Matthias Clasen
97d759271d
user: Remove some dead code
...
There were some unused declarations leftover in the language dialog.
2011-08-22 14:29:50 -04:00
Bastien Nocera
a24c6a7f66
user-accounts: Remove unneeded markup in label
2011-07-11 13:37:47 +01:00
Robert Roth
2714908bf7
Improved new username format message (bug #647851 )
...
Added 'only' to the new username sentence ("The username must consist of")
to have "The username must only consist of", based on the suggestion in
bug #647851 (https://bugzilla.gnome.org/show_bug.cgi?id=647851 ).
2011-07-11 10:01:01 +02:00
Michael Terry
0a8669a5b5
Add Unity to OnlyShowIn fields
...
https://bugzilla.gnome.org/show_bug.cgi?id=653661
2011-06-30 12:44:52 +01:00
Bastien Nocera
36cc21db32
user-accounts: Fix deleting users on 32-bit systems
...
https://bugzilla.gnome.org/show_bug.cgi?id=652073
2011-06-11 12:41:35 +01:00
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