Commit graph

35 commits

Author SHA1 Message Date
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
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
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
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
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
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
8c6221a567 user-accounts: Use GTK+ lock button 2011-05-07 17:47:13 +01:00
Bastien Nocera
5fdc90cc8b 2.91.91
Fix wrong include lines, so distcheck works
2011-03-08 11:59:16 +00: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
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
Cosimo Cecchi
0132e4be37 all: make GCC stop complaining about set but unused variables 2011-02-04 15:43:40 -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
ffb0f5aca6 user-accounts: Move idle hack to password dialogue
We had a hack to show the dialogue ASAP, and fill it in later. Now,
we have the list of existing languages populated when showing the
dialogue, and then populate it in an idle.
2011-01-25 18:45:02 +00:00
Matthias Clasen
5bc0d75d5c Remove one remaining use of gdk_cursor_unref 2011-01-25 00:33:57 -05:00
Matthias Clasen
4c2e26307f Drop some deprecated GTK+ api 2011-01-25 00:32:10 -05:00
Matthias Clasen
15bdbbfd97 Revert accidental commit 2011-01-24 23:17:54 -05:00
Matthias Clasen
fb193790c0 Use the correct widget id for remove-user-toolbutton 2011-01-24 23:15:07 -05:00
William Jon McCann
30231c7980 user-accounts: add autologin option 2011-01-24 21:21:58 -05:00
William Jon McCann
0cc58a4efa user-accounts: remove email configuration
We don't use it yet.  We can add it back if we want.
2011-01-24 21:21:58 -05:00
William Jon McCann
31f2e6bbe5 user-accounts: remove location configuration
We don't really have a good use case for it
2011-01-24 21:21:58 -05:00
William Jon McCann
4bacf4ba12 user-accounts: remove notebook and login options
The plan is to fold the options into the main view.  Guest account
configuration will be done via a Guest item in the user list.
Automatic login will be offered in the user account detail view.
2011-01-24 21:21:58 -05:00
William Jon McCann
80488555e1 user-accounts: put unlock button in its own row 2011-01-24 17:05:44 -05:00
William Jon McCann
5046c06752 user-accounts: use a toolbar for source list 2011-01-24 16:31:15 -05:00
Bastien Nocera
9229ab875e user-accounts: Move um_get_current_language to common/ 2011-01-24 18:26:00 +00:00
Bastien Nocera
5dd0a8c47a user-accounts: Move um_get_iter_for_language to common/
More sharing
2011-01-24 18:20:53 +00:00
Bastien Nocera
e82bb15537 user-accounts: Remove unneeded include 2011-01-24 18:10:10 +00:00
Bastien Nocera
05bef7fba7 user-accounts: Avoid multiple language dialogues
If the changed signal was emitted again before we got a chance
to create the language dialogue in the idle handler, we'd end up
with two (or more) dialogues.
2011-01-21 15:12:58 +00:00
Bastien Nocera
03a31f0fe9 user-accounts: Destroy language chooser when switching panels
Otherwise we still have some left-over widgets being parented.
2011-01-21 15:12:58 +00:00
Bastien Nocera
21b79f3045 user-accounts: Fix uninstalled files location
Uninstalled .ui files aren't in ../data/ anymore, but in data/
2011-01-21 14:49:04 +00:00
Bastien Nocera
05dd38ce68 user-accounts: Remove all uses of exit()
We shouldn't use exit() in a panel plugin.
2011-01-21 13:59:30 +00:00
Bastien Nocera
b644270689 user-accounts: Fix warnings with special chars in user name
https://bugzilla.gnome.org/show_bug.cgi?id=626282
2010-12-07 16:03:20 +00:00
Matthias Clasen
1607beaea2 Listen for permission changes
Since the lockbutton doesn't have a changed signal, connecting to
it doesn't help... directly listen for changes of the permission
object instead.
2010-11-15 14:04:14 -05:00
William Jon McCann
2874efc7f1 Don't crash if accounts service policy is not available 2010-10-30 18:09:08 -04:00
William Jon McCann
bf5cb44016 Add user-accounts dialog
Copied from the accounts-dialog git module.
2010-10-30 18:04:15 -04:00