~vcs-imports/gnome-control-center/+git/gnome-control-center:gnome-40-mouse-button-order-rtl

Last commit made on 2021-04-13
Get this branch:
git clone -b gnome-40-mouse-button-order-rtl https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
gnome-40-mouse-button-order-rtl
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

44ee3e5... by Felipe Borges <email address hidden>

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

983a44b... by chautari

Update Nepali translation

43ac108... by Carmen Bianca BAKKER <email address hidden>

Update Esperanto translation

9acaa10... by Bastien Nocera

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 }

1e0076d... by Yaron

Update Hebrew translation

69ea6e8... by Yosef Or Boczko <email address hidden>

Update Hebrew translation

af832e1... by wsxy162

Update Chinese (China) translation

7303622... by Boyuan Yang

Update Chinese (China) translation

e8fc8fd... by Georges Basile Stavracas Neto

Post-release version bump

49d71c0... by Georges Basile Stavracas Neto

40.0