Commit graph

20305 commits

Author SHA1 Message Date
Claude Paroz
d0d44dd6cd keyboard: Use g_dngettext to allow pluralized 'modified' string 2021-04-13 01:31:13 +00:00
Kalev Lember
a64bb833ee 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.
2021-04-13 01:26:22 +00:00
Ngọc Quân Trần
56845415d3 Update Vietnamese translation 2021-04-11 07:24:11 +00:00
Fabio Tomat
ff574e2bdc Update Friulian translation 2021-04-08 22:31:08 +00:00
Felipe Borges
4fa6852cdc online-accounts: Present all supported providers at once
Instead of having the "more" button which reveals more items to the
providers list.

We still list branded providers above non-branded providers in the
list.

Fixes #1072
2021-04-08 12:34:44 +00: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
Danial Behzadi
9aa5fd0785 Update Persian translation 2021-03-07 04:26:44 +00:00
Danial Behzadi
c67f0f2639 Update Persian translation 2021-03-07 04:02:32 +00:00
Alexander Mikhaylenko
13ffacb083 background: Fix thumbnail size on hidpi
Use GIcon GtkImage API instead lf GdkPixbuf. The latter treats pixbufs as
always being in 1x scale and upscales them to compensate, while in our case
they are pre-scaled.

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/787
2021-03-04 13:29:27 +00:00
Georges Basile Stavracas Neto
9fc0a4c2b1 common/language-chooser: Center More row icon
Otherwise it gets pushed to the start of the row.
2021-03-04 09:33:44 -03:00
Georges Basile Stavracas Neto
c223ba2554 common/language-chooser: Make "More" rows visible by default
The inner box of the More row is visible, but the row itself isn't.
Make the row visible too.

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1273
2021-03-04 09:33:40 -03:00
Fabio Tomat
d63ada24fe Update Friulian translation 2021-03-04 07:53:41 +00:00
Rafael Fontenelle
e6cf66d265 Update Brazilian Portuguese translation 2021-02-28 23:41:12 +00:00
Philipp Kiemle
f0b7049482 Update German translation 2021-02-28 14:11:03 +00:00
Goran Vidović
7cee552585 Update Croatian translation 2021-02-26 11:49:37 +00:00
Baurzhan Muftakhidinov
09f8442dec Update Kazakh translation 2021-02-26 10:58:29 +00:00
Мирослав Николић
d2c17c339e Update Serbian translation 2021-02-25 08:16:36 +00:00
Fran Dieguez
a8eb19d711 Update Galician translation 2021-02-24 21:59:26 +00:00
Fran Dieguez
2172181af0 Update Galician translation 2021-02-24 18:30:35 +00:00
Georges Basile Stavracas Neto
af5d13e7b5 common: Rename 'check' to 'check_image'
The C code tries to fetch and use 'check_image', but the UI definition
calls it 'check', which throws a few warnings. Renaming it in the UI file
is easier than in the C file, so I went with the former.
2021-02-23 10:28:22 -03:00
Georges Basile Stavracas Neto
7167019522 common: Add missing <child> tag to CcLanguageChooser
The UI file is not wrapping the <object> tag with <child>, which
fails to parse and blanks the dialog.

Add the missing <child>  tag around the "More" row object.

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1270
2021-02-23 10:28:15 -03:00