Matthias Clasen
51020d5976
Improve strength bar drawing
...
Use border-color from theme, don't create our own cairo context,
and use GdkRGBA.
2011-01-25 08:21:38 -05:00
Matthias Clasen
86bff4b953
user-accounts: Disable deprecated API
2011-01-25 00:34:37 -05: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
26dd6e3d09
Quiet some gcc warnings
2011-01-24 23:48:30 -05:00
Matthias Clasen
f503381455
Use cairo to draw an arrow
...
Misusing gtk_paint_expander() turned out to not be a good
idea, now that the theme has started to draw +/- for expanders
instead of arrows.
2011-01-24 23:42:27 -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
Matthias Clasen
ab178f195e
No xalign on GtkSwitch
2011-01-24 23:04:08 -05:00
William Jon McCann
30231c7980
user-accounts: add autologin option
2011-01-24 21:21:58 -05:00
William Jon McCann
202ddad8fb
user-accounts: add a section for login options
2011-01-24 21:21:58 -05:00
William Jon McCann
30514161e1
user-accounts: remove unused addressbook card label
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
9d000c1c8f
user-accounts: don't expand table vertically
2011-01-24 17:22:23 -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
06e61c8283
user-accounts: remove another placeholder
2011-01-24 16:42:01 -05:00
William Jon McCann
1a129074e0
user-accounts: remove unused notebook tabs
2011-01-24 16:36:28 -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
93832da41f
user-accounts: Move more functions to common/
2011-01-24 18:20:54 +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
930540ea28
user-accounts: Move gdm-languages to common/
...
Move gdm-languages and some of the helper functions to common/,
so that we can share it with the region panel.
2011-01-24 18:10:10 +00:00
Bastien Nocera
e82bb15537
user-accounts: Remove unneeded include
2011-01-24 18:10:10 +00:00
Matthias Clasen
d711c58e70
Make the fingerprint dialog play nice with gnome-shell
...
It needs some convincing to let itself be attached...
2011-01-21 15:58:00 -05: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
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