Commit graph

18915 commits

Author SHA1 Message Date
Georges Basile Stavracas Neto
34eb1fb73d Bump version to 3.35.0
Let the 3.35 development cycle begin!
2019-09-09 18:35:29 -03:00
Georges Basile Stavracas Neto
ea7b65a7ee 3.34.0.1
Urgent release
2019-09-09 12:37:32 -03:00
Iain Lane
ad39840066 sound: Pass a GvcMixerControl to the stream volume sliders
Since 9d612ff1c7 this is required,
otherwise we never set up the GtkAdjustment and so the scales don't
display any values or widget to make adjustments, meaning they can't be
used.

Also call `notify_volume_cb()` from `update_ranges()` to initialise the
adjustment, since when we set the mixer control we now might not have
set the value.

Closes #652
2019-09-09 15:23:32 +00:00
Georges Basile Stavracas Neto
d5ddbc06d8 3.34.0 2019-09-09 12:05:46 -03:00
Ryuta Fujii
e97205c8e3 Update Japanese translation 2019-09-09 12:40:43 +00:00
Ryuta Fujii
0357251f09 Update Japanese translation 2019-09-09 12:38:41 +00:00
Jiri Grönroos
6b9450be37 Update Finnish translation 2019-09-07 14:25:18 +00:00
Milo Casagrande
6f91642cde Update Italian translation 2019-09-06 08:39:46 +00:00
Efstathios Iosifidis
2e1252a191 Update Greek translation 2019-09-05 15:50:32 +00:00
Ask Hjorth Larsen
aec21bda3c Updated Danish translation 2019-09-04 22:35:54 +02:00
Marek Černocký
3414d49037 Updated Czech translation 2019-09-03 19:29:16 +02:00
Goran Vidović
63c8387104 Update Croatian translation 2019-09-03 14:00:45 +00:00
Changwoo Ryu
4103b79482 Update Korean translation 2019-09-02 05:02:41 +00:00
Daniel Rusek
81df785f57 Update Czech translation 2019-09-01 21:15:14 +00:00
Fran Dieguez
1d69480096 Update Galician translation 2019-09-01 21:06:08 +00:00
Aurimas Černius
2567a4ef9b Updated Lithuanian translation 2019-09-01 22:14:39 +03:00
A S Alam
93f71522ff Update Punjabi translation 2019-09-01 16:47:10 +00:00
Piotr Drąg
acac19fffb Update Polish translation 2019-09-01 16:13:41 +02:00
Balázs Úr
bb6189cf34 Update Hungarian translation 2019-09-01 05:29:30 +00:00
Claude Paroz
f7922fd76c Update French translation 2019-08-31 10:18:40 +00:00
Jordi Mas
628e30f7f4 Update Catalan translation 2019-08-31 09:05:13 +02:00
Tim Sabsch
4bc25d25da Update German translation 2019-08-30 19:15:13 +00:00
Tim Sabsch
4c3e904d01 Update German translation 2019-08-29 22:08:54 +00:00
Ryuta Fujii
331d0b8a32 Update Japanese translation 2019-08-29 11:04:08 +00:00
Ryuta Fujii
4bd394b62f Update Japanese translation 2019-08-29 10:53:43 +00:00
Pawan Chitrakar
60c5b19381 Update Nepali translation 2019-08-29 07:17:31 +00:00
Kukuh Syafaat
31f3c6b028 Update Indonesian translation 2019-08-29 07:16:59 +00:00
Ask Hjorth Larsen
ae46f3c42a Updated Danish translation 2019-08-29 02:13:27 +02:00
Enrico Nicoletto
1da734e7da Update Brazilian Portuguese translation 2019-08-28 19:33:11 +00:00
Daniel Mustieles
2af4160b00 Updated Spanish translation 2019-08-28 12:55:15 +02:00
Fabio Tomat
bb1937ba60 Update Friulian translation 2019-08-28 06:59:26 +00:00
Danial Behzadi
dbafac3863 Update Persian translation 2019-08-27 22:15:56 +00:00
Sabri Ünal
bebac96137 Update Turkish translation 2019-08-27 21:09:34 +00:00
Benjamin Berg
4e800cc558 display: Consider monitors in landscape mode for minimum size
Some devices have panels with a native resolution in portrait mode. In
these cases the monitor will likely be used in landscape mode.

Accept the modes as if they are landscape rather than portrait. A
further improvement would be to restrict the orientation setting.

Fixes #639
2019-08-27 13:43:29 +00:00
Robert Ancell
fe932a4cea info: Only connect web related mime types when setting default browser
The previous code would make that browser the default handler for all mime types
it supported. This meant Firefox would become the handler for PNG and JPEG images.

Fixes #473
2019-08-27 13:33:45 +00:00
Mohammed Sadiq
661df1b683 window: Disable selection when panel list is folded
When the panel list is folded, either the panel items list or the
panel itself is shown, not both.  And when the list is shown it
doesn’t mean anything for an item to be marked as selected.
2019-08-27 13:26:21 +00:00
Ryuta Fujii
c6d5df7d27 Update Japanese translation 2019-08-27 12:01:40 +00:00
Ryuta Fujii
aa662629ff Update Japanese translation 2019-08-27 11:41:41 +00:00
Zander Brown
731a76f67d Update British English translation 2019-08-26 21:34:03 +00:00
Daniel Șerbănescu
8dd1fab75a Update Romanian translation 2019-08-26 16:03:25 +00:00
Anders Jonsson
1c1c66d0f5 Update Swedish translation 2019-08-26 14:21:29 +00:00
Piotr Drąg
f719217181 Update Polish translation 2019-08-26 16:15:23 +02:00
Ondrej Holy
1f71ae6046 user-accounts: Check username validity over usermod
Username policies differ across the distributions. See the discussion on:
https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/359

It is not possible to hard-code some rules here without the need for
downstream modifications. Let's check the validity of usernames dynamically
over "usermod" to prevent this.

Just be careful that this is based on undocumented usermod behavior, which
may change in the future.
2019-08-26 16:26:45 +03:00
Robert Ancell
14b9f65ba4 search: Remove global variable that could get leaked
Tracker GSettings were previously stored in a global variable. This
seems to have been done to avoid difficulty passing the settings via
callbacks. Global variables are easy to leak and make mistakes with.

Update the code to have better callback handling so the variable can
be stored inside the object.
2019-08-26 11:57:53 +00:00
Ryuta Fujii
a2a02ec478 Update Japanese translation 2019-08-26 11:43:31 +00:00
Ryuta Fujii
b5bb7e03e1 Update Japanese translation 2019-08-26 11:41:47 +00:00
Fran Dieguez
74975166d0 Update Galician translation 2019-08-25 17:03:27 +00:00
Ryuta Fujii
6a7ce38a91 Update Japanese translation 2019-08-25 13:26:17 +00:00
Ryuta Fujii
7cf2eb1608 Update Japanese translation 2019-08-25 13:18:23 +00:00
Robert Ancell
9d612ff1c7 sound: Fix volume sliders regression
GVC added additional checks that break where we were using a NULL value instead
of a GvcMixerControl. Solution is to pass this object where appropriate.

(gnome-control-center:833): Gvc-CRITICAL **: 11:09:33.818: gvc_mixer_control_get_vol_max_norm: assertion 'GVC_IS_MIXER_CONTROL (control)' failed

Fixes #636
2019-08-25 09:51:31 +00:00