Commit graph

15039 commits

Author SHA1 Message Date
Cosimo Cecchi
0a7b552d93 search: use g_get_system_data_dirs() to discover providers
Currently, the search panel looks for search providers in
DATADIR/gnome-shell/search-providers. This won't work when providers are
located in a different directory which is still part of XDG_DATA_DIRS,
which is a valid use case and supported by gnome-shell.

This commit refactors the loader code to scan all the directories
upfront in a separate thread.

https://bugzilla.gnome.org/show_bug.cgi?id=739148
2014-10-27 09:44:51 -07:00
Baurzhan Muftakhidinov
3e89996908 Updated Kazakh translation 2014-10-24 03:16:42 +00:00
Bastien Nocera
57aab756e9 background: Fix possible crash when date isn't available
https://bugzilla.gnome.org/show_bug.cgi?id=736475
2014-10-23 11:32:34 +02:00
Cosimo Cecchi
422166f320 region: don't crash for locales with no country_code
gnome_parse_locale() can return an empty country_code for some locales,
which we are not taking into account when building the simple_locale
string.

https://bugzilla.gnome.org/show_bug.cgi?id=738963
2014-10-22 15:46:28 -07:00
Umarzuki Bin Mochlis Moktar
f9107d43c0 Updated Malay translation 2014-10-21 23:43:23 +00:00
Daniel Mustieles
a7d1aa1599 Updated Spanish translation 2014-10-21 19:49:45 +02:00
Rui Matos
22fa7f1292 sound: Fix the main volume bars to correctly display changes in volume
The active input and output streams aren't added through add_stream()
so they weren't being mapped to their respective volume bars,
resulting in updates to the volume through other means not being
reflected in our UI.

Moving the mapping to bar_set_stream() which is called for every
stream fixes the problem. Also, there's no value in having a
helper function to do a g_hash_table_insert() and not doing the same
for the respective g_hash_table_remove()s so remove it.

https://bugzilla.gnome.org/show_bug.cgi?id=738869
2014-10-21 15:07:17 +02:00
Dušan Kazik
1635cd5be9 Updated Slovak translation 2014-10-19 17:41:35 +00:00
Dušan Kazik
7e47e1007c Updated Slovak translation 2014-10-19 17:39:12 +00:00
Bastien Nocera
19f9bf95dc universal-access: Disable hover on non-clickable rows
https://bugzilla.gnome.org/show_bug.cgi?id=733264
2014-10-17 12:19:41 +02:00
Bastien Nocera
f325d6cc36 power: Disable hover on non-clickable rows
https://bugzilla.gnome.org/show_bug.cgi?id=733264
2014-10-17 12:19:41 +02:00
Bastien Nocera
633af27f2d common: Make Done button in language chooser blue
https://bugzilla.gnome.org/show_bug.cgi?id=737966
2014-10-17 12:19:41 +02:00
Michael Catanzaro
212a4e9b6e region: Make Add/Done buttons blue
https://bugzilla.gnome.org/show_bug.cgi?id=737966
2014-10-17 12:19:41 +02:00
Stas Solovey
34ff7c44c5 Updated Russian translation 2014-10-16 21:49:48 +00:00
Stas Solovey
894bd5bee4 Updated Russian translation 2014-10-16 21:40:23 +00:00
Stas Solovey
3377509a18 Updated Russian translation 2014-10-16 21:25:41 +00:00
Stas Solovey
3201d46070 Updated Russian translation 2014-10-16 20:19:11 +00:00
Ondrej Holy
066d66383e cc-language-chooser: Reset dialog to original state when used the 2nd time
The language chooser dialog is used in the users panel repeatedly.
When we click to show more languages and/or select language, close
the dialog and show it again e.g. for different user, the chooser
isn't in an original state. So filter entry isn't hidden (and all
languages are shown) and/or the last selected language is focused.
But the dialog should be in the original state when it is open.

This patch changes cc_language_chooser_clear_filter to clear the
dialog into the original state that we can reuse the dialog later.

https://bugzilla.gnome.org/show_bug.cgi?id=738077
2014-10-15 16:26:16 +02:00
David King
d3c93d9249 user-accounts: Rename UmCropArea to CcCropArea
Cheese has an internal copy of UmCropArea, and exports the corresponding
um_crop_area_get_type() as part of libcheese-gtk. This leads to a crash
when taking a photo in the avatar chooser, as the control center copy of
the get_type() function is used. Renaming the function in Cheese would
be an ABI break, so at this stage it is best to do the rename in the
control center instead.

https://bugzilla.gnome.org/show_bug.cgi?id=697039
2014-10-15 15:08:46 +01:00
Rui Matos
ea0297863b 3.14.1 2014-10-14 16:19:48 +02:00
Antoine Jacoutot
fda606c4f8 power: conditionally display the bluetooth button
We do not want to display the bluetooth power option if we were built
without bluetooth support; same way we do with NetworkManager.
2014-10-14 10:38:09 +02:00
Marek Kasik
12c4777c06 printers: Don't crash for URIs with leading "//"
Initialize result of getting of LPD devices early to avoid crash.

https://bugzilla.gnome.org/show_bug.cgi?id=738165
2014-10-10 12:31:07 +02:00
Dušan Kazik
49a0406425 Updated Slovak translation 2014-10-09 08:01:45 +00:00
Ekaterina Gerasimova
e176d701e5 Fix typo in British English translation 2014-10-08 21:02:36 +01:00
Ondrej Holy
37a54b69d6 user-accounts: remove dead code
This lines are dead code, because act_user_get_language() returns empty
string if language isn't set. We don't want to fix the condition, because
cc_common_language_get_current_language is wrong for other users.

https://bugzilla.gnome.org/show_bug.cgi?id=737216
2014-10-07 12:19:01 +02:00
Ondrej Holy
4c6ef8568d user-accounts: fix language chooser response if language is unknown
If language is unknown and language chooser is cancelled, panel crash
with the following error:

(gnome-control-center:24952): Gtk-CRITICAL **: gtk_list_store_get_path:
assertion 'iter->stamp == priv->stamp' failed

(gnome-control-center:24952): Gtk-CRITICAL **: gtk_list_store_get_value:
assertion 'iter_is_valid (iter, list_store)' failed

(gnome-control-center:24952): GLib-GObject-WARNING **: gtype.c:4221:
type id '0' is invalid

(gnome-control-center:24952): GLib-GObject-WARNING **:
can't peek value table for type '<invalid>' which is not currently referenced
Segmentation fault (core dumped)

https://bugzilla.gnome.org/show_bug.cgi?id=738002
2014-10-07 12:09:43 +02:00
Ondrej Holy
6b3b223668 user-accounts: preset language chooser if language is known
Preset the language chooser similary as it is done in the region panel.
Also remove one goto command and share code.

https://bugzilla.gnome.org/show_bug.cgi?id=738002
2014-10-07 12:08:55 +02:00
Ondrej Holy
6f13d0ad8b user-accounts: fix language chooser response
If the language chooser is confirmed and no language is selected,
"Other..." is shown as user's language and the following error is printed:

(gnome-control-center:14608): AccountsService-CRITICAL **:
act_user_set_language: assertion 'language != NULL' failed
2014-10-07 12:08:38 +02:00
Luca Ferretti
6df5295bb5 Updated Italian translation 2014-10-05 10:59:54 +00:00
Changwoo Ryu
4fa0de1737 Updated Korean translation 2014-10-04 22:21:35 +09:00
Piotr Drąg
0ce6a3ec80 Updated Polish translation 2014-10-03 15:22:24 +02:00
Christian Kirbach
793065713a Updated German translation 2014-10-01 20:29:48 +00:00
Rafael Ferreira
34293f77f6 Updated Brazilian Portuguese translation 2014-09-30 16:02:52 +00:00
Yosef Or Boczko
fcb0ba05f8 Updated Hebrew translation 2014-09-30 14:10:43 +03:00
Alexander Shopov
bcb24572b6 Updated Bulgarian translation 2014-09-30 06:30:33 +03:00
Piotr Drąg
c390e25c1a Updated Polish translation 2014-09-29 16:29:14 +02:00
Enrico Nicoletto
9254b2251d Updated Brazilian Portuguese translation 2014-09-29 01:32:26 +00:00
Kjartan Maraas
5b73ed4b6f Updated Norwegian bokmål translation. 2014-09-28 10:26:01 +02:00
Denis Arnaud
8b00c5d3dc Updated breton translation 2014-09-27 21:38:58 +02:00
Jinkyu Yi
047ae3c937 region: obtain keyboard variant from IBus
This will fix unable to show keyboard variant from IBus through menu.

https://bugzilla.gnome.org/show_bug.cgi?id=735065
2014-09-26 17:54:38 +02:00
Kjartan Maraas
008a6d5021 Updated Norwegian bokmål translation. 2014-09-26 17:28:11 +02:00
Ondrej Holy
49e3fe482d user-accounts: be sure widgets has same height
Autologin widgets are different in height as compared with other widgets,
which looks odd. Put all the widgets in the sizegroups, to have same
height.

https://bugzilla.gnome.org/show_bug.cgi?id=737343
2014-09-25 11:50:29 +02:00
Ondrej Holy
50bed210e5 user-accounts: show correct language if it isn't set
Determine the language for the logged in user if it isn't set in the
acountsservice.

https://bugzilla.gnome.org/show_bug.cgi?id=737216
2014-09-24 18:28:38 +02:00
Friedel Wolff
db5de7fa6b Updated translation for Afrikaans (af) 2014-09-23 21:50:24 +02:00
Rajesh Ranjan
6c2151a0a7 Updated Hindi translation 2014-09-23 09:56:51 +00:00
Cosimo Cecchi
436d220f88 network: hide airplane switch when g-s-d says so
https://bugzilla.gnome.org/show_bug.cgi?id=736291
2014-09-22 22:11:23 +02:00
Frédéric Péters
b36685f9a8 keyboard: allow shortcut explanation text to wrap
https://bugzilla.gnome.org/show_bug.cgi?id=736966
2014-09-22 22:09:53 +02:00
Rui Matos
11d0907f96 3.14.0 2014-09-22 18:34:09 +02:00
Alexandre Franke
fa4c937401 Updated French translation 2014-09-22 14:16:30 +00:00
Sweta Kothari
af5ed13d38 Updated gujarati translations 2014-09-22 11:57:40 +05:30