Commit graph

147 commits

Author SHA1 Message Date
Michael Terry
04eca6d951 user-accounts: Make controls insensitive when a user is not selected
https://bugzilla.gnome.org/show_bug.cgi?id=671484l
2012-04-10 11:17:08 -04:00
Bastien Nocera
96b404c537 user-accounts: Minimum of 200 width for the users list
https://bugzilla.gnome.org/show_bug.cgi?id=671480
2012-03-08 17:14:46 +01:00
Colin Walters
d378dbae48 build: Add missing include of git.mk in user-accounts/data/icons 2012-03-08 10:09:09 -05:00
Bastien Nocera
74450e3acd user-accounts: Fix sizing problems in user list
About half-way through the user list, vertically, the user's name
would get cut off. Showing the treeview headers showed that the
"automatic login" pixbuf was added in a separate column.

To make sizing easier, and avoid the user's name being cut off
half-way through, add the "automatic-login" icon in the first column.

https://bugzilla.gnome.org/show_bug.cgi?id=659998
2012-03-01 17:16:22 +00:00
Richard Hughes
ccf5d0028c user-accounts: Switch from UmStrengthBar to CcStrengthBar 2012-02-14 17:00:24 +00:00
Bastien Nocera
32013533b1 user-accounts: Fixes for the fingerprint GDBus port 2012-02-08 13:12:13 +00:00
Robert Ancell
98ebfcb1af user-accounts: Port fingerprint code to GDBus
https://bugzilla.gnome.org/show_bug.cgi?id=622875
2012-02-08 12:18:11 +00:00
Robert Ancell
bbef732913 user-accounts: Port to GDBus (excluding fingerprint code)
https://bugzilla.gnome.org/show_bug.cgi?id=622875
2012-02-08 12:18:11 +00:00
Javier Jardón
1070762478 configure.ac: Do not use GNOME_MAINTAINER_MODE_DEFINES
We have compilation warnings now for deprecated api
2012-01-23 14:35:16 +00:00
Bastien Nocera
232aa050c2 user-accounts: Call cheese init function
Instead of clutter-gst's
2012-01-23 14:21:20 +00:00
Bastien Nocera
ebde7222be user-accounts: Add missing include
CheeseCameraDevice was never defined.
2012-01-17 16:09:12 +00:00
Matthias Clasen
b294b10324 Add optional systemd support
When configured with --enable-systemd, this patch makes
the user panel use systemd for session tracking instead
of ConsoleKit.

https://bugzilla.gnome.org/show_bug.cgi?id=666573
2012-01-13 13:17:25 -05:00
Matthias Clasen
f3592ce32a Adapt to libcheese API changes 2012-01-13 13:06:42 -05:00
Matthias Clasen
0833ea6de6 Initialize clutter-gst for the user panel
Otherwise, we get an error out of libcheese, complaining about
gstreamer not being initialized.
2012-01-13 13:05:25 -05:00
Florian Müllner
4cd7b6c6dc .desktop: Drop prefix from X-GNOME-Keywords
The field has now been included in the spec, so use the standardized
name.
2011-12-19 16:26:40 +01:00
Bastien Nocera
6665b60422 panels: Update for Shell API changes 2011-11-07 18:03:14 +00:00
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