Commit graph

682 commits

Author SHA1 Message Date
Kjartan Maraas
57895a4455 Remove unused assignment 2011-03-02 20:06:20 +01:00
William Jon McCann
08aac9e129 user-accounts: reduce visual noise by removing lots of colons
https://bugzilla.gnome.org/show_bug.cgi?id=643339
2011-02-25 19:34:11 -05:00
Matthias Clasen
3be36e735b Drop the sync language loading code
All users have been ported to use the async variant.
2011-02-23 23:43:16 -05: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
Matthias Clasen
8053c9561d User accounts: Load languages async
https://bugzilla.gnome.org/show_bug.cgi?id=643096
2011-02-24 03:12:27 +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
Thomas Wood
e2f944a66a configure: Group pkg-config checks based on how they are used
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.

https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00:00
Bastien Nocera
50211514c5 user-accounts: Hide fingerprint dialogue by default
The dialogue was shown when loaded by GtkBuilder, and then
parented properly, which made it jump before display.

https://bugzilla.gnome.org/show_bug.cgi?id=641990
2011-02-14 23:52:10 +00:00
Bastien Nocera
07664136d0 user-accounts: Remove use of obsolete properties 2011-02-14 23:48:49 +00:00
Cosimo Cecchi
7da8390241 um-editable-entry: port to GtkStyleContext 2011-02-04 15:50:29 -05: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
5ce5e74692 user-accounts: use 0 instead of blank to clear options 2011-02-02 00:35:16 -05:00
Bastien Nocera
8d2f8ac3ce user-accounts: Avoid warning about uninitialised variable
cursor_type could be used uninitialised (probably not, but gcc
complains).
2011-02-01 02:35:33 +00:00
William Jon McCann
40701689f7 user-accounts: center real name label 2011-01-30 14:01:07 -05:00
William Jon McCann
32159d0533 user-accounts: make packing settings explicit 2011-01-30 13:56:24 -05:00
William Jon McCann
2efa54af5d user-accounts: remove unused hbox 2011-01-30 13:00:00 -05:00
William Jon McCann
b9e69ccf90 user-accounts: remove permissions items
We don't use them yet.
2011-01-30 11:30:44 -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
57b3678f07 user-accounts: Select the current language
We assume that env. locale == locale selected in accounts services.
2011-01-26 18:40:58 +00:00
Bastien Nocera
a3c2f534ce user-accounts: Fix possible crasher
When the current locale isn't in the list of languages used
by other users.
2011-01-26 18:22:55 +00:00
Bastien Nocera
226aa064aa user-accounts: Fix timeout hack to not crash
Could end up crashing the way we implemented it.
2011-01-25 18:45:03 +00: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
Bastien Nocera
f925a9ea86 user-accounts: Don't use gtk_widget_size_request() 2011-01-25 18:45:02 +00:00
Bastien Nocera
f7f1b4c073 user-accounts: Move more of the treeview setup to common/
Make more of the code common one, so we can re-use it for
the region panel. Show the user's current locale first, as well
as the list of languages used by other users, followed by a separator.
2011-01-25 17:09:10 +00:00
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