Commit graph

9475 commits

Author SHA1 Message Date
Bastien Nocera
8a2f45992f region: Implement setting the user language
And clean up the accounts service proxy when done.
2011-01-27 12:41:14 +00:00
Chao-Hsiung Liao
43dc7e3a7e Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-01-27 18:53:55 +08:00
Matthias Clasen
38f06df607 screen: Add Monitor as a keyword 2011-01-27 01:37:17 -05:00
Matthias Clasen
df3a7e4c79 region: Add Keyboard as a keyword 2011-01-27 01:36:48 -05:00
Matthias Clasen
959f720c3e media: Add some keywords 2011-01-27 01:36:23 -05:00
Matthias Clasen
118fcb3921 background: Add Desktop as a keyword 2011-01-27 01:35:58 -05:00
Matthias Clasen
2e701f158f power: add Battery as a keyword 2011-01-27 01:23:45 -05:00
Fran Diéguez
cb334de67c QA of Galician translations 2011-01-27 03:44:45 +01:00
William Jon McCann
bee5e5950b printers: set shadow type to be IN on scrolled windows 2011-01-26 17:18:48 -05:00
William Jon McCann
2723a3b51e keyboard: use attached toolbar pattern 2011-01-26 16:47:43 -05:00
William Jon McCann
34298c696b printers: use toolbar pattern for jobs list 2011-01-26 16:40:37 -05:00
William Jon McCann
409cbfde9a printers: simplify layout a bit 2011-01-26 16:18:04 -05:00
William Jon McCann
228a3ccd2c printers: fix table row spacing 2011-01-26 16:00:00 -05:00
William Jon McCann
4d622d7b98 printers: never use horizontal scrollbars 2011-01-26 15:55:18 -05:00
William Jon McCann
72de22398c printers: add junctions for allowed users list 2011-01-26 15:53:08 -05:00
William Jon McCann
ff224f5623 printers: use the correct add/remove icons 2011-01-26 15:49:13 -05:00
William Jon McCann
053f0f3709 user-accounts: use junction sides to connect toolbar and list 2011-01-26 15:08:15 -05:00
William Jon McCann
4fe7c98d8c network: add junction sides to devices list 2011-01-26 15:02:53 -05:00
Daniel Mustieles
6c20a5b03d Updated Spanish translation 2011-01-26 20:24:03 +01:00
Daniel Mustieles
4964c1b21e Updated Spanish translation 2011-01-26 20:22:28 +01:00
Daniel Mustieles
3ae8285189 Updated Spanish translation 2011-01-26 20:21:14 +01:00
Bastien Nocera
8f29da02e2 region: Select the current session language 2011-01-26 18:41:34 +00: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
1edc17e126 common: Add API to select the current language 2011-01-26 18:40:41 +00:00
Bastien Nocera
c01c4b2cb2 region: Load languages from other users
Using the accounts service.
2011-01-26 18:22:55 +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
Khaled Hosny
f45a46c312 Updated Arabic translation 2011-01-26 19:13:52 +02:00
Yaron Shahrabani
f791bd05db Updated Hebrew translation. 2011-01-26 17:23:20 +02:00
Kjartan Maraas
9d411e4387 Updated Norwegian bokmål translation. 2011-01-26 12:07:30 +01:00
Matthias Clasen
42273b65f7 Fix capitalization of other media names
The English originals for these strings in shared-mime-info are
supposed to stay lowercase for some reason, so duplicate them here
and add an English translation that fixes the capitalization.
https://bugzilla.gnome.org/show_bug.cgi?id=640013
2011-01-25 23:58:57 -05:00
Matthias Clasen
8e3b7054ef media: Add better headings for appchooser dialogs
https://bugzilla.gnome.org/show_bug.cgi?id=640008
2011-01-25 23:17:29 -05:00
Matthias Clasen
ff64ff10fd datetime: Remove extra padding 2011-01-25 22:55:22 -05:00
Matthias Clasen
4d3aee8904 keyboard: make scales functional
Without adjustments, nothing gets drawn and no change is possible.
The boundaries for these adjustments were taking from the 2.32 branch.
2011-01-25 22:54:04 -05:00
Matthias Clasen
5bc2bbe79b Prevent the date&time panel from growing horizontally 2011-01-25 21:50:55 -05:00
Matthias Clasen
2c4bba74e0 Fix handling of multichar splitting for regions
g_strsplit_set is not the right thing to use with multibyte
characters. GRegex to the rescue. This was causing misrendering
and crashes in Chinese:
https://bugzilla.redhat.com/show_bug.cgi?id=669415

Also, we have to call bind_textdomain_codeset().
2011-01-25 20:37:01 -05:00
Yaron Shahrabani
f1399b53a2 Updated Hebrew translation. 2011-01-26 00:34:56 +02:00
Kjartan Maraas
c758dfb2a2 Updated Norwegian bokmål translation. 2011-01-25 20:26:02 +01:00
Kjartan Maraas
81e67f086c Remove a string from translations. 2011-01-25 20:26:02 +01:00
Kjartan Maraas
0ec577167e Remove a string from translation. 2011-01-25 20:26:02 +01:00
Bastien Nocera
395e310512 region: Populate the language list
Using the new common/ helper functions.
2011-01-25 18:45:03 +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
e48c04a092 common: Remove debug 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
Ivar Smolin
dd4760b57f [l10n] Updated Estonian translation 2011-01-25 20:40:41 +02:00
Kjartan Maraas
338d27feb0 Updated Norwegian bokmål translation 2011-01-25 19:24:15 +01:00
Kjartan Maraas
259e25000e Remove non-existing file 2011-01-25 19:20:10 +01: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
Marek Kasik
107e4db2f8 printers: Place buttons adding/removing allowed users to toolbar 2011-01-25 15:24:07 +01: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