Commit graph

20174 commits

Author SHA1 Message Date
Adrien Plazas
3069dc84c8 power: Use HdyComboRow for the Blank Screen row
This simplifies the code a bit and modernizes the UI.
2021-05-07 02:50:40 +00:00
Adrien Plazas
f986fedf49 power: Don't set the vadjustment
This is useless as GtkScrolledwindow already does it on the viewport it
creates.
2021-05-07 02:50:40 +00:00
Adrien Plazas
5168e924cf power: Simplifies keyboard navigation
This drops the ability to loop through the page but significantly
simplifies the code. I think this is a good tradeoff as looping is a
rather unexpected behavior.
2021-05-07 02:50:40 +00:00
Jordi Mas
8677645ed0 Update Catalan translation 2021-05-05 09:11:45 +02:00
Pawan Chitrakar
d0fda0f5d6 Update Nepali translation
(cherry picked from commit 815ed9169d)
2021-05-01 13:04:52 +00:00
Pawan Chitrakar
334eb3f194 Update Nepali translation
(cherry picked from commit c4a91dc613)
2021-05-01 04:45:55 +00:00
Pawan Chitrakar
9033b1ba93 Update Nepali translation
(cherry picked from commit 7c04266599)
2021-04-23 17:42:01 +00:00
Bastien Nocera
2052c91f8f bluetooth: Add debug for rfkill calls 2021-04-22 12:47:24 +02:00
Carlos Garnacho
7196e8aaea 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
2021-04-21 20:54:06 +02:00
Andre Klapper
4650983352 Fix broken markup in Vietnamese UI translation 2021-04-21 15:23:19 +02:00
Debarshi Ray
f85750274c background: Drop the unused build dependency on Grilo
The code that uses Grilo to fetch the user's Flickr photos isn't
actually used by the Background panel, to the extent that the final
binary doesn't even link against Grilo. Getting rid of this unused code
will ensure that distributors aren't needlessly pulling in this
dependency.

https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1345
2021-04-20 23:04:10 +02:00
Ian Douglas Scott
b804fdb01a shell: Fix bug when multiple panels use custom sidebar widget
This is not currently a problem because the feature is only used in the
Applications panel, but this fixes the behavior if a custom sidebar is used
in more than one panel.
2021-04-19 14:31:44 +00:00
Hugo Carvalho
e9cc111854 Update Portuguese translation
(cherry picked from commit 0da2ef8b0b)
2021-04-15 09:59:57 +00:00
Hugo Carvalho
3772b23111 Update Portuguese translation
(cherry picked from commit b5f191894c)
2021-04-14 17:57:35 +00:00
Jordi Mas
d6d3cab8d7 Update Catalan translation 2021-04-13 22:19:24 +02:00
Georges Basile Stavracas Neto
b1134f3dca Post-branching version bump
The GNOME 41 merge window is open now.
2021-04-13 08:02:52 -03:00
Felipe Borges
d980e0ffee 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 10:36:10 +02:00
Yuri Chornoivan
3eef196381 Update Ukrainian translation 2021-04-13 05:44:40 +00:00
Enrico Nicoletto
a4bec06e37 Update Brazilian Portuguese translation 2021-04-13 01:46:05 +00:00
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