Cosimo Cecchi
ce1e2eddd8
common: use a GResource for GtkBuilder UI definition
...
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-07 10:57:17 +01:00
Bastien Nocera
e2ced1c2c3
common: Avoid the language chooser resizing during load
...
250px should be enough to start with.
2012-12-13 12:26:35 +01:00
Bastien Nocera
897243858f
region: Reinstate the separator in the languages list
...
The separator went missing when we started adding the popular
languages to the list. Make it come back to separate the user
languages from the popular ones.
2012-12-11 09:15:55 +01:00
Matthias Clasen
5a2f836e74
region: Make 'Add' dialogs consistent
...
These dialogs had an inconsistent mix of bold window titles and
non-bold headings. Change them to all use window titles with similar
wording.
https://bugzilla.gnome.org/show_bug.cgi?id=684829
2012-12-10 15:25:15 +01:00
Jeremy Bicha
fa9ef0d5d9
common: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:13:47 -05:00
Bastien Nocera
e851e426d0
common: Avoid crashing if a language doesn't have a display name
...
If for some reason we cannot translate a language name, then
we wouldn't have a display language.
https://bugzilla.redhat.com/show_bug.cgi?id=752806
2012-11-29 17:06:19 +01:00
Thomas Wood
7dab589e9e
common: remove the use of the GDK thread functions
...
Remove the use of gdk_threads_enter and gdk_threads_leave functions, as
they have been deprecated, and also replace gdk_threads_add_idle with
g_idle_add.
https://bugzilla.gnome.org/show_bug.cgi?id=688231
2012-11-13 13:49:08 +00:00
Matthias Clasen
a955ec4152
Switch files created by me to GPLv2+
...
This matches the rest of the control-center code base.
https://bugzilla.gnome.org/show_bug.cgi?id=683420
2012-09-06 19:07:09 -04:00
Bastien Nocera
ee3f0720f2
common: Fix crash when filtering language list
...
And it's still being populated. If the list gets filtered
while it's being populated, we would end up with a row with NULL
data, causing us to crash.
Make sure to hold the GDK threads lock when reading from the list,
to avoid racing with the insert code.
http://bugzilla.gnome.org/show_bug.cgi?id=672293
2012-03-27 13:49:54 +02:00
Cosimo Cecchi
4c806ba60a
language-chooser: make the filter entry grab focus on creation
...
The filter entry should have initial keyboard focus, so typing in the
dialog right away will filter it.
https://bugzilla.gnome.org/show_bug.cgi?id=664505
2011-11-22 09:48:55 -05:00
Matthias Clasen
9e02793982
common: Add a region mode to the language chooser
...
In this mode, locales are primarily represented by their
region component, instead of their language component.
2011-08-22 14:29:55 -04:00
Matthias Clasen
be235bd9ae
region: Redo the language tab
...
Prepopulate the list with a small set of 'common' languages,
as we already did in the user panel, and use a language chooser
to add to that list.
2011-08-22 14:29:53 -04:00
Matthias Clasen
60c8f11a12
user: Move the language chooser to common
...
It will soon be used in the region panel as well.
2011-08-22 14:29:52 -04:00