Commit graph

17 commits

Author SHA1 Message Date
Kjartan Maraas
dd7d6aa484 Remove unused assignment 2011-03-02 20:06:20 +01: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
8053c9561d User accounts: Load languages async
https://bugzilla.gnome.org/show_bug.cgi?id=643096
2011-02-24 03:12:27 +00:00
Cosimo Cecchi
0132e4be37 all: make GCC stop complaining about set but unused variables 2011-02-04 15:43:40 -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
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
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
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
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
William Jon McCann
bf5cb44016 Add user-accounts dialog
Copied from the accounts-dialog git module.
2010-10-30 18:04:15 -04:00