Jiro Matsuzawa
6f20703f2b
l10n: Update Japanese translation
2014-09-17 21:10:49 +09:00
Bastien Nocera
c102c05455
po: Fix Bulgarian translation for Sharing desktop file
...
There's no linefeeds in the original string, for a good reason. This is
supposed to show on a single line in the .desktop file. Showing it on
multiple ones breaks the .desktop file.
2014-09-17 12:39:23 +02:00
Mattias Eriksson
7f36047ad2
Updated Swedish translation
2014-09-16 20:26:47 +00:00
Muhammet Kara
74c3e1895c
Updated Turkish translation
2014-09-16 09:00:06 +00:00
Rui Matos
0c6ed9af60
3.13.92
2014-09-15 22:12:44 +02:00
Dušan Kazik
d13a9a14c0
Updated Slovak translation
2014-09-15 16:49:42 +00:00
Shantha kumar
c9b88e8831
Updated Tamil translation
2014-09-15 10:58:21 +00:00
Saibal Ray
daded1735b
Updated Bengali (India) translation
2014-09-15 10:43:28 +00:00
Carles Ferrando
ae22086059
[l10n] Updated Catalan (Valencian) translation
2014-09-14 22:40:46 +02:00
Gil Forcada
780a42ab56
[l10n] Update Catalan translation
2014-09-14 22:40:37 +02:00
Balázs Úr
0d1df92040
Updated Hungarian translation
2014-09-14 13:03:28 +00:00
Matej Urbančič
23a28dbff7
Updated Slovenian translation
2014-09-13 21:03:26 +02:00
Pawan Chitrakar
3fe6e9e738
Updated Nepali translation
2014-09-13 18:36:59 +00:00
Matthias Clasen
177166c65b
user-accounts: Fix focus in the account dialog
...
Making containers take focus is almost never right. In this
case, it disrupts the focus chain in the dialog, because the
focus gets stuck on the stack.
https://bugzilla.gnome.org/show_bug.cgi?id=736223
2014-09-12 08:14:26 -04:00
Debarshi Ray
eaed418f2a
background: Use a stack with three views for the chooser dialog
...
Instead of using a GtkGrid and GtkBox to mimic what GtkStack and
GtkStackSwitcher already does for us, let's just use the latter. As a
result each source now has its separate GtkIconView. The pictures
source has a nested GtkStack to switch between the 'empty' box and the
view, which should simplify size-related issues.
https://bugzilla.gnome.org/show_bug.cgi?id=736366
2014-09-12 13:08:13 +02:00
Bastien Nocera
658bcc86e6
sharing: Fix empty folder list by default
...
https://bugzilla.gnome.org/show_bug.cgi?id=736536
2014-09-12 12:04:58 +02:00
Bastien Nocera
da160033c0
background: Fix memory leak in Flickr support
...
When the GrlSourceResultCb callback is called, the media's ownership is
given to the callback function (as per documentation that says "media"
is "transfer full").
2014-09-12 10:36:47 +02:00
Ask Hjorth Larsen
97f98e8e46
Updated Danish translation
2014-09-11 21:52:15 +00:00
Debarshi Ray
16a79ae6e4
background: Remove a useless horizontal size request
...
There are three cases which affect our size calculation:
- When the dialog is without a parent in the test application.
- When the dialog is maximized on small screens.
- When the dialog is used with an unmaximized parent.
The width of the chooser is much more than half the width of the parent
in the third case. So there is no point in doing it.
The width that we set for the grid in the content area is actually what
is useful.
https://bugzilla.gnome.org/show_bug.cgi?id=736366
2014-09-10 18:51:42 +02:00
Aurimas Černius
5e9274f93f
Updated Lithuanian translation
2014-09-10 18:54:04 +03:00
Daniel Mustieles
44a9ba4a30
Updated Spanish translation
2014-09-10 12:07:29 +02:00
Sweta Kothari
19aa1df646
Updated gujarati translations
2014-09-10 11:21:40 +05:30
Bastien Nocera
72cd2e69e1
keyboard: Add translator comments to new feature
...
Conflict resolution and automatic "Shift" assignment need some
examples for translators to do their work.
https://bugzilla.gnome.org/show_bug.cgi?id=736336
2014-09-09 17:07:07 +02:00
Bastien Nocera
dbd1a539f6
network: Don't show underlying device for VPN connections
...
We don't need to see "tun0" with its IP address in there, separate
from the VPN configuration.
2014-09-09 17:07:07 +02:00
Dušan Kazik
e46c83a078
Updated Slovak translation
2014-09-09 15:01:18 +00:00
A S Alam
d7b1310026
update Punjabi Translation - back for 3.14
2014-09-08 19:23:41 -05:00
Bastien Nocera
034d269fe0
network: Really hide all of the virtualisation bridges
...
Follow-up to ddc35609bd
.
2014-09-08 14:29:21 +02:00
Rūdolfs Mazurs
c73217a015
Updated Latvian translation
2014-09-07 18:37:29 +03:00
Ville-Pekka Vainio
4201acb101
Finnish translation update by Jiri Grönroos
2014-09-07 13:30:34 +03:00
Alexander Shopov
d705411a08
Updated Bulgarian translation
2014-09-07 09:47:34 +03:00
Piotr Drąg
1f5add155a
Updated Polish translation
2014-09-07 01:32:09 +02:00
Kjartan Maraas
5e44532c6b
Updated Norwegian bokmål translation.
2014-09-06 12:12:08 +02:00
Michael Catanzaro
7b33be9d14
printers: Fix multiple definitions of libprinters_la_CPPFLAGS
...
CUPS_CPPFLAGS is in AM_CPPFLAGS, so we can just remove the first
definition (which I guess has been ignored).
2014-09-05 22:50:17 -05:00
Bastien Nocera
439eb22ca1
keyboard: Fix a crash if the WM changes (or restarts)
...
By stopping watching for WM changes when leaving the shortcuts panel.
#0 reload_sections
#1 wm_window_event_filter
#2 gdk_event_apply_filters at gdkeventsource.c:81
#3 gdk_event_source_translate_event at gdkeventsource.c:195
#4 _gdk_x11_display_queue_events at gdkeventsource.c:338
#5 gdk_display_get_event at gdkdisplay.c:313
#10 g_main_context_iteration at gmain.c:3766
#11 g_application_run at gapplication.c:1623
See https://bugzilla.redhat.com/show_bug.cgi?id=1094480
https://bugzilla.gnome.org/show_bug.cgi?id=736117
2014-09-05 14:15:59 +02:00
Bastien Nocera
6c43ebe3b0
keyboard: Make it possible to stop watching for WM changes
...
As we don't want to be doing that anymore if we're not in the keyboard
panel anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=736117
2014-09-05 14:15:59 +02:00
Ondrej Holy
c218a2198e
user-accounts: replace fingerprint widgets by the UmEditableButton
...
The patch fixes also a wrong padding and replaces GtkNotebook.
https://bugzilla.gnome.org/show_bug.cgi?id=736009
2014-09-05 13:05:46 +02:00
Ondrej Holy
6ce59765dc
user-accounts: fix wrong label padding
...
Hardcoded value is avoided and the label offset is calculated from
style context now.
https://bugzilla.gnome.org/show_bug.cgi?id=736009
2014-09-05 13:05:46 +02:00
Bastien Nocera
110bc2ebb5
keyboard: Fix warnings when clearing the help shortcut
...
(gnome-control-center:20334): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed
#0 g_logv (log_domain=0x7fffec6a040e "GLib", log_level=G_LOG_LEVEL_CRITICAL, format=<optimized out>, args=args@entry=0x7fffffffd148) at gmessages.c:1046
#1 0x00007fffec63ca12 in g_log (log_domain=log_domain@entry=0x7fffec6a040e "GLib", log_level=log_level@entry=G_LOG_LEVEL_CRITICAL, format=format@entry=0x7fffec6a9cbd "%s: assertion '%s' failed") at gmessages.c:1079
#2 0x00007fffec63ca39 in g_return_if_fail_warning (log_domain=log_domain@entry=0x7fffec6a040e "GLib", pretty_function=pretty_function@entry=0x7fffec6fa860 <__FUNCTION__.5201> "g_variant_new_string", expression=expression@entry=0x7fffec6fc5f2 "string != NULL") at gmessages.c:1088
#3 0x00007fffec66890a in g_variant_new_string (string=string@entry=0x0) at gvariant.c:1227
#4 0x00007fffecc34dd4 in g_settings_set_string (settings=settings@entry=0x14b3640, key=key@entry=0x14caac0 "help", value=value@entry=0x0) at gsettings.c:1708
#5 0x000000000047cd2e in settings_set_binding (value=0x0, key=0x14caac0 "help", settings=0x14b3640) at cc-keyboard-item.c:117
#6 _set_binding (set_backend=1, value=<optimized out>, item=<optimized out>) at cc-keyboard-item.c:155
#7 cc_keyboard_item_set_property (object=<optimized out>, prop_id=<optimized out>, value=<optimized out>, pspec=0x146e300) at cc-keyboard-item.c:204
#8 0x00007fffec93b3eb in object_set_property (nqueue=<optimized out>, value=<optimized out>, pspec=<optimized out>, object=<optimized out>) at gobject.c:1415
#9 g_object_set_valist (object=0x149fc00, first_property_name=0x146e300 "\320\064\231", var_args=0x7fffffffd378) at gobject.c:2159
#10 0x00007fffec93bc0f in g_object_set (_object=0x149fc00, first_property_name=first_property_name@entry=0x53a4a6 "binding") at gobject.c:2269
#11 0x0000000000479652 in accel_cleared_callback (cell=<optimized out>, path_string=<optimized out>, data=<optimized out>) at keyboard-shortcuts.c:1625
2014-09-05 10:05:58 +02:00
Changwoo Ryu
12a811dff9
Updated Korean translation
2014-09-05 06:45:43 +09:00
Owen W. Taylor
8629632c4d
network: Fix build
...
Last patch refers to nm_device instead of the actual variable device.
https://bugzilla.gnome.org/show_bug.cgi?id=723643
2014-09-04 13:13:32 -04:00
Michael Catanzaro
aa421e09d0
network: report hotspot is running only if device is active
...
https://bugzilla.gnome.org/show_bug.cgi?id=723643
2014-09-04 18:42:37 +02:00
David King
86b7af3f0e
panels: Mark label strings as translatable
...
https://bugzilla.gnome.org/show_bug.cgi?id=736052
2014-09-04 16:00:20 +01:00
David King
745c7ef9de
panels: Fix all but one uses of use-stock property
...
Avoid the deprecated use-stock.
https://bugzilla.gnome.org/show_bug.cgi?id=736052
2014-09-04 14:14:31 +01:00
David King
cea2c74a3e
panels: Avoid deprecated has-resize-grip property
...
https://bugzilla.gnome.org/show_bug.cgi?id=736052
2014-09-04 14:11:07 +01:00
Shankar Prasad
a59542f0b0
Updated Kannada translation
2014-09-04 06:43:24 +00:00
Bastien Nocera
d7bda0bc2e
datetime: Don't hard-code font size
...
Use a percentage instead.
https://bugzilla.gnome.org/show_bug.cgi?id=735973
2014-09-03 18:04:58 +02:00
Bastien Nocera
c515a6e67e
network: Fix more potential crashers for WWAN
...
And virtual devices. Again, listening on the long-lasting client
object but expecting the user_data (the object) to be around when
it might have been destroyed already.
https://bugzilla.gnome.org/show_bug.cgi?id=735932
2014-09-03 18:04:58 +02:00
Bastien Nocera
a19c7ec977
network: Fix possible crash when wireless-enabled changes
...
The device we're handling might have disappeared already, but we're
listening on the NMClient object, which is still alive.
https://bugzilla.gnome.org/show_bug.cgi?id=735932
2014-09-03 18:04:58 +02:00
Krishnababu Krothapalli
9703d6f0e8
Updated Telugu translation
2014-09-03 14:48:56 +00:00
Bastien Nocera
3a2606ea80
libgd: Update to fix GdNotification theming
...
https://bugzilla.gnome.org/show_bug.cgi?id=735680
2014-09-03 13:14:51 +02:00