Commit graph

12169 commits

Author SHA1 Message Date
Olivier Fourdan
62f34db332 wacom: Update from gnome-settings-daemon 2012-07-03 11:49:36 +02:00
Daniel Mustieles
b761b7d7c4 Updated Spanish translation 2012-07-02 17:29:22 +02:00
Nguyễn Thái Ngọc Duy
a46eff6f8c Updated Vietnamese translation 2012-07-01 10:50:32 +07:00
Nguyễn Thái Ngọc Duy
8444760f3a po/vi: import from Damned Lies 2012-07-01 10:31:57 +07:00
Cheng-Chia Tseng
a4d0923108 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2012-06-30 23:04:53 +08:00
Matthias Clasen
75e74cc09b network: Use g_clear_object where appropriate
Signed-off-by: Richard Hughes <richard@hughsie.com>
2012-06-28 17:04:54 +01:00
Matthias Clasen
b154ebd1d6 network: Remove redundant returns
https://bugzilla.gnome.org/show_bug.cgi?id=678158

Signed-off-by: Richard Hughes <richard@hughsie.com>
2012-06-28 17:04:40 +01:00
Matthias Clasen
31cd509a75 network: Sort access points by strength
Keep the active network at the top, and 'Other' at the bottom.
the other access points are sorted by strength now.
https://bugzilla.gnome.org/show_bug.cgi?id=678505

Signed-off-by: Richard Hughes <richard@hughsie.com>
2012-06-28 13:54:13 +01:00
Matthias Clasen
dcb34090cc network: avoid crashes due to leftover signal handlers
The libnm objects can survive the disposal of the network panel.
If we don't disconnect the signal handlers on them, bad things
can happen. Use g_signal_connect_object to tie the life-cycle
of the signal handlers to the panel.
https://bugzilla.gnome.org/show_bug.cgi?id=677969

Signed-off-by: Richard Hughes <richard@hughsie.com>
2012-06-28 13:46:03 +01:00
Richard Hughes
6689012eb8 network: Show multiple connections in the mobile broadband panel
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=647170
2012-06-28 13:43:58 +01:00
Richard Hughes
f0b88883d0 network: Increase the amount of debugging for mobile-bb 2012-06-28 13:42:44 +01:00
Richard Hughes
59b7500fb6 network: Don't try to show a wizard that failed to setup
This fixes a critical warning when mobile-broadband-provider-info isn't
installed into the correct prefix.
2012-06-28 13:41:33 +01:00
Richard Hughes
fd059a2d14 network: Don't try to set the mobile broadband speed widgets
This fixes a critical warning when using mobile broadband adaptors.
2012-06-28 13:40:08 +01:00
David Henningsson
fe69f4f135 sound: Move running input streams when default source is changed
When changing the default input source, active recording streams
are not moved. This patch will fix that, which will make input
and output behaviour consistent.

As a bonus, it will not destroy pulseaudio's input database when
changing default sink anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=674925
2012-06-27 16:13:47 +01:00
Bastien Nocera
49e3d8b4ce wacom: Update from gnome-settings-daemon 2012-06-27 10:59:11 +01:00
Daniel Mustieles
4cdaf4e022 Updated Spanish translation 2012-06-26 21:56:05 +02:00
Bastien Nocera
953da26d68 3.5.4 2012-06-26 16:39:14 +01:00
Bastien Nocera
ba5aea5ef7 wacom: Update from gnome-settings-daemon 2012-06-26 16:33:45 +01:00
Matej Urbančič
206e365eea Updated Slovenian translation 2012-06-26 09:13:13 +02:00
Bastien Nocera
cfa3aaed0f 3.5.3 2012-06-25 19:01:16 +01:00
Noriko Mizumoto
0b029d61e3 [l10n] Update Japanese translation 2012-06-26 00:49:08 +09:00
Bastien Nocera
25708e9c8e sound: Make sure the event sound stream stays unmuted
Apply mute changes to the stream straight away so that we don't get a
race with gvc_mixer_event_role_push_volume().
See https://bugs.freedesktop.org/show_bug.cgi?id=51413 for details.

https://bugzilla.gnome.org/show_bug.cgi?id=677478
2012-06-25 16:38:16 +01:00
Debarshi Ray
8138227ae3 online-accounts: Improve the layout when there is no configured account
Use a GtkButton instead of a GtkLabel to incite the user to configure
a new account, and insensitize the GtkBox on the left.

Fixes: https://bugzilla.gnome.org/672421
2012-06-25 16:18:39 +02:00
Matthias Clasen
bb531687ca sound: Fix mouse scrolls on sliders
Use gdk_event_get_scroll_deltas() to get the scroll direction.

https://bugzilla.gnome.org/show_bug.cgi?id=671724
2012-06-25 13:41:31 +01:00
Bastien Nocera
75cc274a3b sound: Fix use of deprecated gtk_vscale_new() 2012-06-25 13:33:31 +01:00
Bastien Nocera
9859ffbc27 sound: Remove left-click behaviour work-around
https://bugzilla.gnome.org/show_bug.cgi?id=678598
2012-06-25 13:33:31 +01:00
Fran Diéguez
dd2e8ed567 Updated Galician translations 2012-06-24 22:44:38 +02:00
Wylmer Wang
a5aeae8899 update Simplified Chinese (zh_CN) translation 2012-06-23 17:09:05 +08:00
Stef Walter
973adfa43b user-accounts: Update the realmd dbus interface to latest
The changes in the realmd dbus interface are futureproofing to
support cancellation.

In addition during this time of interface flux, check the
daemon version number to make sure we can talk to it.

https://bugzilla.gnome.org/show_bug.cgi?id=678105
2012-06-22 16:29:51 +02:00
Gabor Kelemen
7ed7628ba6 Insert soft hyphen characters into long panel names 2012-06-21 22:35:42 +02:00
Khaled Hosny
0f4f7b797d Updated Arabic translation 2012-06-21 21:32:11 +02:00
Debarshi Ray
c920ba6d4f online-accounts: The treeview should be in BROWSE mode and not SINGLE
This ensures that if there are configured accounts, then atleast one
of them will stay selected.

Fixes: https://bugzilla.gnome.org/672421
2012-06-21 14:48:51 +02:00
Daniel Mustieles
03ccd9d780 Updated Spanish translation 2012-06-21 12:30:37 +02:00
Bastien Nocera
4db7021513 shell: Fix search results not appearing
Introduced in commit d382c42e5c by
some overeager code removal.

https://bugzilla.gnome.org/show_bug.cgi?id=678514
2012-06-21 10:36:08 +01:00
Jasper St. Pierre
fd3afa8d4f shell: Handle non-existant panels more gracefully
If we're at the overview screen and try to launch a non-existant panel,
we shouldn't remove the scroll view.

https://bugzilla.gnome.org/show_bug.cgi?id=677980
2012-06-20 19:17:36 +01:00
Matthias Clasen
8c9a1eec33 Be robust against extraneous signal emissions
It seems that we are occasionally get duplicate ClutterTimeline::completed
emissions. Make the code robust against that.

https://bugzilla.gnome.org/show_bug.cgi?id=677946
2012-06-20 19:14:04 +01:00
Debarshi Ray
651431dd83 online-accounts: We might have an object even when the error is set
Fixes: https://bugzilla.gnome.org/674165
2012-06-20 15:05:26 +02:00
Bastien Nocera
6339c1819a wacom: Bump required gnome-desktop version
As needed for gnome_rr_output_get_ids_from_edid()
2012-06-20 13:28:22 +01:00
Luca Ferretti
4f935ad4bd backgrounds: add translation context for background sytles 2012-06-20 11:40:50 +02:00
Luca Ferretti
9d002d98fd universal-access: add translator context for Zoom label 2012-06-20 11:40:15 +02:00
Olivier Fourdan
22ea414271 wacom: Update from gnome-settings-daemon 2012-06-19 15:42:45 +02:00
Sasi Bhushan Boddepalli
4bbd27ad25 Updated Telugu Translation 2012-06-19 18:00:03 +05:30
A S Alam
dd10dac5b3 Update Punjabi Translation 2012-06-19 07:41:19 +05:30
Matej Urbančič
9be10b2f64 Updated Slovenian translation 2012-06-18 21:08:52 +02:00
Daniel Mustieles
9386e13aa8 Updated Spanish translation 2012-06-18 14:04:52 +02:00
Thomas Bechtold
806b3e0e13 network: Find connections specific MAC address set
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=677899

Signed-off-by: Richard Hughes <richard@hughsie.com>
2012-06-18 11:21:17 +01:00
Bastien Nocera
e9288acf1c sound: Add audio keyword
https://bugzilla.gnome.org/show_bug.cgi?id=678303
2012-06-18 11:05:19 +01:00
Khaled Hosny
a94f989851 Updated Arabic translation 2012-06-17 13:24:40 +02:00
Stef Walter
43cf067cf2 user-accounts: Use the symbolic error icon in entries
Use the symbolic error icon when entries as indication when
entries don't validate.

https://bugzilla.gnome.org/show_bug.cgi?id=678178
2012-06-15 23:05:25 +02:00
Matthias Clasen
a9ebbaa4a8 users: Set the right toolbar-style on the inline toolbar
While running in a bare X server, I noticed the inline toolbar here
showing its labels, while all the other inline toolbars in other panels
stayed nice and icon-only. The reason is that they explicitly set the
toolbar-style to 'icons'. Do the same here.

https://bugzilla.gnome.org/show_bug.cgi?id=678157
2012-06-15 16:25:01 -04:00