Commit graph

20170 commits

Author SHA1 Message Date
Jiri Grönroos
f2e1dfd161 Update Finnish translation 2021-05-26 06:51:09 +00:00
Philipp Kiemle
3bfc5f71d0 Update German translation 2021-05-22 20:58:56 +00:00
Ngọc Quân Trần
83f774f9ea Update Vietnamese translation 2021-05-22 01:34:45 +00:00
treysis
37bd61ccd6 network: display IPv6 gateway 2021-05-19 15:17:37 +12:00
treysis
db7c2b2cc5 Network: Show all IPv6 addresses for an interface
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1300
2021-05-19 15:16:56 +12:00
Hugo Carvalho
ac3839d0c9 Update Portuguese translation 2021-05-15 15:45:42 +00:00
Hugo Carvalho
5650a5f5c7 Update Portuguese translation 2021-05-14 12:10:20 +00:00
Hugo Carvalho
dfbeace734 Update Portuguese translation 2021-05-13 11:01:12 +00:00
Aurimas Černius
7c6e4d4174 Updated Lithuanian translation 2021-05-10 22:12:14 +03:00
Quentin PAGÈS
753ba80b3b Update Occitan translation 2021-05-09 19:26:07 +00:00
Daniel Șerbănescu
3e9d08287c Update Romanian translation 2021-05-08 21:25:27 +00:00
Pawan Chitrakar
815ed9169d Update Nepali translation 2021-05-01 13:04:42 +00:00
Pawan Chitrakar
c4a91dc613 Update Nepali translation 2021-05-01 04:45:44 +00:00
Pawan Chitrakar
7c04266599 Update Nepali translation 2021-04-23 17:41:48 +00:00
Hugo Carvalho
cdd1118add Update Portuguese translation 2021-04-23 14:10:18 +00:00
Carlos Garnacho
bd23f743d3 shell: Avoid handling map events from other windows
The CcWindow tries to unset the focus when first mapping the window.
However this pretty wide check intercepts mapping events from other
windows than the toplevel (e.g. subsurfaces, for popovers). This
causes the focus to move away from the popover, overriding its
modality.

Check that the event received is addressed to the CcWindow's
GDK window before unsetting the focus, so we don't mess with popover
focus.

Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1327


(cherry picked from commit 7196e8aaea)
2021-04-21 20:37:42 +00:00
Hugo Carvalho
0da2ef8b0b Update Portuguese translation 2021-04-15 09:59:46 +00:00
Hugo Carvalho
b5f191894c Update Portuguese translation 2021-04-14 17:57:27 +00:00
Kalev Lember
4c52d5b646 info-overview: Don't show GNOME micro version
With the new versioning scheme, GNOME just has major.minor versions
(e.g. 40.rc, 40.0) and micro versions are no longer used. Even if
gnome-desktop happens to get a micro version to fix a bug, it's not
something we should show in the UI.


(cherry picked from commit a64bb833ee)
2021-04-13 12:59:32 +00:00
Felipe Borges
44ee3e5fa2 mouse: Prevent direction change for primary mouse button box
In Right-to-left locales GNOME Settings presents a button on the
left with the translated label "Right" and a button on the right
with the translated label "Left".

These changes prevent the flip of the direction buttons in RTL
locales.

Fixes #1101
2021-04-13 13:41:14 +02:00
Pawan Chitrakar
983a44bfca Update Nepali translation 2021-04-08 02:37:23 +00:00
Carmen Bianca BAKKER
43ac108ef3 Update Esperanto translation 2021-04-07 12:02:33 +00:00
Bastien Nocera
9acaa10567 power: Fix possible assertion on startup
When opening the Power panel, and if power-profiles-daemon isn't already
started, we'll be autostarting it, making it send signals about all the
changed properties, including "PerformanceInhibited" even if we
don't have a Performance row.

Ignore the property change if we don't have a row for it rather than
asserting.

 #0  0x00007f73916bc292 in raise () from /lib64/libc.so.6
 #1  0x00007f73916a58a4 in abort () from /lib64/libc.so.6
 #2  0x00007f7393203ccc in g_assertion_message.cold () from /lib64/libglib-2.0.so.0
 #3  0x00007f739325f22f in g_assertion_message_expr () from /lib64/libglib-2.0.so.0
 #4  0x000055a4099e28ae in performance_profile_set_inhibited (self=0x55a40b37e320, self=0x55a40b37e320, performance_inhibited=<optimized out>) at ../panels/power/cc-power-panel.c:1366
 #5  power_profiles_properties_changed_cb (self=0x55a40b37e320, changed_properties=<optimized out>, invalidated_properties=<optimized out>, proxy=<optimized out>) at ../panels/power/cc-power-panel.c:1425
 #6  0x00007f7393332c2f in g_closure_invoke () from /lib64/libgobject-2.0.so.0
 #7  0x00007f739334eea6 in signal_emit_unlocked_R () from /lib64/libgobject-2.0.so.0

1362	{
1363	  CcPowerProfileRow *row;
1364
1365	  row = self->power_profiles_row[CC_POWER_PROFILE_PERFORMANCE];
1366	  g_assert (row != NULL);
1367	  cc_power_profile_row_set_performance_inhibited (row, performance_inhibited);
1368	}
2021-03-31 11:12:17 +02:00
Yaron Shahrabani
1e0076da23 Update Hebrew translation 2021-03-29 22:07:22 +00:00
Yosef Or Boczko
69ea6e810e Update Hebrew translation 2021-03-28 21:10:09 +00:00
Dz Chen
af832e127e Update Chinese (China) translation 2021-03-26 15:12:21 +00:00
Boyuan Yang
73036224f1 Update Chinese (China) translation 2021-03-25 03:09:18 +00:00
Georges Basile Stavracas Neto
e8fc8fd47a Post-release version bump 2021-03-20 19:08:20 -03:00
Georges Basile Stavracas Neto
49d71c07b5 40.0 2021-03-20 18:47:27 -03:00
Hannie Dumoleyn
9d66021e13 Update Dutch translation 2021-03-18 17:22:07 +00:00
Rafael Fontenelle
d255a61815 Update Brazilian Portuguese translation 2021-03-17 07:02:52 +00:00
Milo Casagrande
80fc9ec588 Update Italian translation 2021-03-15 08:04:17 +00:00
Bruce Cowan
3b55946de1 Update British English translation 2021-03-14 11:08:57 +00:00
Marek Černocký
2c0d63d008 Updated Czech translation 2021-03-14 09:14:18 +01:00
Marek Černocký
dccd364745 Updated Czech translation 2021-03-13 22:26:32 +01:00
Marek Černocký
7a37f0d731 Updated Czech translation 2021-03-13 22:22:45 +01:00
Piotr Drąg
01702211c8 Update Polish translation 2021-03-13 19:07:37 +01:00
Kjartan Maraas
f7538c2543 Update Norwegian Bokmål translation 2021-03-13 16:39:19 +00:00
Jiri Grönroos
0db6800f97 Update Finnish translation 2021-03-12 17:24:28 +00:00
Georges Basile Stavracas Neto
bcb6b70aa9 Post-release version bump 2021-03-12 11:52:57 -03:00
Georges Basile Stavracas Neto
e5ad8e7626 40.rc 2021-03-12 11:46:05 -03:00
Guido Günther
3ac2804868 location-panel: Allow label to wrap
Otherwise the panel overflows when enabling location services.
2021-03-12 14:16:31 +00:00
Rafael Fontenelle
24de51feb9 Update Brazilian Portuguese translation 2021-03-11 21:54:29 +00:00
Changwoo Ryu
3ac01a5b5b Update Korean translation 2021-03-10 09:02:05 +00:00
Marek Černocký
a44c60d2be Updated Czech translation 2021-03-09 07:40:57 +01:00
Igor Raits
f966c99409 network/connection-editor: Fixup creation of the netmask widget
Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1274
Signed-off-by: Igor Raits <igor.raits@gmail.com>
2021-03-09 00:43:08 +00:00
Tim Sabsch
181c6bf23b Update German translation 2021-03-08 16:30:45 +00:00
Anders Jonsson
b4f50f7d1e Update Swedish translation 2021-03-08 11:02:42 +00:00
Charles Monzat
12c0f0824e Update French translation 2021-03-08 07:29:43 +00:00
Emin Tufan Çetin
14bedf43d3 Update Turkish translation 2021-03-07 20:08:58 +00:00