Commit graph

581 commits

Author SHA1 Message Date
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
3be95176ef user-accounts: Fix when GDM isn't installed
When GDM isn't installed, or isn't installed in the correct prefix,
avoid accessing std_out[-1] of a 0-length std_out.
2011-01-21 14:27:08 +00:00
Bastien Nocera
2650556c59 user-accounts: Remove dead code
That wasn't completely removed in:
http://git.gnome.org/browse/accounts-dialog/commit/?id=9c531fd0af9857d25de9fd4641d3f4ab8c046189
2011-01-21 14:13:30 +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
0bbdc8727f user-accounts: Update gdm-languages.c from GDM
Fixes a number of bugs, and keeps the 2 versions in sync.
2011-01-21 13:51:56 +00:00
Thomas Wood
d50dadc8ac shell: only include items identified as settings panels in the list
Simplify the category requirements and do not include items that are not
settings panels.
2010-12-20 21:04:49 +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
Bastien Nocera
96a726f20b user-accounts: Don't crash when apg is missing
https://bugzilla.gnome.org/show_bug.cgi?id=635808
2010-12-07 15:13:46 +00:00
Rodrigo Moya
cff53d1afb user-accounts: Link against missing libraries 2010-11-29 12:39:15 +01:00
William Jon McCann
d51d16fddf various: use a consistent and slightly larger border width for panels 2010-11-21 19:33:34 -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
Bastien Nocera
032d6326d5 panels: Add keywords to all the panels we ship
https://bugzilla.gnome.org/show_bug.cgi?id=399754
2010-11-17 16:02:47 +00:00
Matthias Clasen
24b5fb73c1 Reinstate popup arrows 2010-11-15 14:59:31 -05:00
Matthias Clasen
9d3811e670 Fix packing of the language dialog 2010-11-15 14:23:44 -05:00
Matthias Clasen
1786c5949f Don't show parental controls for now
This is not wired up, and will not be in place for 3.0, so hide
it for now.
2010-11-15 14:18:38 -05:00
Matthias Clasen
8cffbc0a4c Fix a little annoyance with combo boxes
Pop up the menu right away, instead of requiring the user to click
again after the button turned into a combobox.
2010-11-15 14:13:44 -05: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
Matthias Clasen
bd7cd034a4 Update to GTK+ api changes
Implement get_preferred_width/height instead of size_request.
Also, don't pretend that we have a changed signal when we don't.
2010-11-15 14:04:11 -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
Bastien Nocera
2a55c61ce1 user-accounts: Fix compile-time warning 2010-11-09 17:13:46 +00:00
Yanko Kaneti
1ea452d831 user-accounts: Adapt for gtk_box_new() API changes 2010-11-01 17:30:45 +00:00
Bastien Nocera
e242da7ad1 user-accounts: Remove unused variables
And declarations.
2010-11-01 17:30:45 +00:00
William Jon McCann
1700599844 Use the the full name without spaces as the default username 2010-10-30 20:03:33 -04:00
William Jon McCann
27dd815e8a Handle NULL usernames without crashing 2010-10-30 19:24:03 -04:00
William Jon McCann
e9e3eafe7e More GtkComboBoxText changes 2010-10-30 19:13:37 -04:00
William Jon McCann
5023fb16d8 GtkComboBoxEntry has been removed from GTK3 2010-10-30 18:38:56 -04: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