26 Commits

Author SHA1 Message Date
openeuler-ci-bot
cde4a73dfa
!26 Fix double-free when closing the input chooser dialog
From: @shaoxuehua 
Reviewed-by: @zmr_2020, @dwl301 
Signed-off-by: @dwl301
2023-05-05 09:48:34 +00:00
shao_xuehua
14ced05a32 Fix double-free when closing the input chooser dialog 2023-05-05 16:05:35 +08:00
openeuler-ci-bot
93791e8fe9
!24 some Chinese adaptations in combobox of power options
From: @chenwei_kernel 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-12-16 07:05:30 +00:00
openeuler-ci-bot
789a16783a
!23 settings: some Chinese adaptations in Thunderbolt panels in devices tab
From: @chenwei_kernel 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-12-16 02:06:35 +00:00
Chen Wei
c2bf13581a some Chinese adaptations in combobox of power options
Signed-off-by: Chen Wei <chenwei@xfusion.com>
2022-12-14 11:16:59 +08:00
openeuler-ci-bot
958678502e
!21 settings: some Chinese adaptations in the system settings
From: @chenwei_kernel 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-12-14 02:22:28 +00:00
Chen Wei
fcb0069533 some Chinese adaptations in Thunderbolt panels in devices tab
Signed-off-by: Chen Wei <chenwei@xfusion.com>
2022-12-13 20:07:15 +08:00
openeuler-ci-bot
fa0b741b50
!20 power: Correctly lookup or insert new items into combobox
From: @chenwei_kernel 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-12-13 06:47:58 +00:00
Chen Wei
ffd965035b settings: some Chinese adaptations in the system settings
Signed-off-by: Chen Wei <chenwei@xfusion.com>
2022-12-12 21:19:15 +08:00
Chen Wei
1488053d66 power: Correctly lookup or insert new items into combobox
From b5711c59eccb90a547921af6e0f11e5e3dd249f5 Mon Sep 17 00:00:00 2001
From: Benjamin Berg <bberg@redhat.com>
Date: Mon, 5 Nov 2018 13:27:12 +0100
Subject: [PATCH] power: Correctly lookup or insert new items into combobox

The code to lookup or insert items into the combobox had a few issues.
It would assume that the items are sorted, causing existing items to not
be found and be inserted instead. It also would simply forget to insert
an item if it was larger than all existing items.

This code is now changed to iterate over all items, finding the best
insertion point in the process (next item has a larger value, or the
values are not increasing anymore). The item will only be inserted if it
has not been found.

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

Signed-off-by: Chen Wei <chenwei@xfusion.com>
2022-12-12 16:58:06 +08:00
openeuler-ci-bot
02b40722ce
!19 power: set no-show-all to TRUE on wifi and mobile rows
From: @chenwei_kernel 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-12-10 03:32:02 +00:00
Chen Wei
75bb9b7db1 power: set no-show-all to TRUE on wifi and mobile rows
The Wi-Fi and mobile broadband row's visibility depends on related
device status. But calling gtk_widget_show_all on the whole list box
makes them visible even related device is not avialbe. Fix that by
setting no-show-all of these two widgets as TRUE.

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

Signed-off-by: Chen Wei <chenwei@xfusion.com>
2022-12-10 10:58:46 +08:00
openeuler-ci-bot
e733e1dabc !8 Delete BuildRequires libXxf86misc-devel
Merge pull request !8 from 靳智敏/openEuler-20.03-LTS
2020-08-29 11:37:56 +08:00
jinzhimin369
9e9ca7d8b1 Delete BuildRequires libXxf86misc-devel 2020-08-29 10:31:40 +08:00
openeuler-ci-bot
16137d4c54 !5 gnome-control-center: add gdb in buildrequires
Merge pull request !5 from orange-snn/master
2020-03-20 15:31:31 +08:00
songnannan
46ae91d8e2 add gdb in buildrequires 2020-03-20 11:23:14 +08:00
openeuler-ci-bot
972420cd02 !4 Fix crashes when retrieving disk size
Merge pull request !4 from 通行百万/local
2020-03-18 22:51:36 +08:00
xiaoweiwei
be12326643 fix crashes when retrieving disk size 2020-03-18 20:43:33 +08:00
openeuler-ci-bot
5e274e586e !3 remove country in the name of timezone
Merge pull request !3 from t.feng/master
2020-03-13 22:12:04 +08:00
t_feng
2f896bd704 update 2020-03-13 21:52:52 +08:00
t_feng
dd5f19d162 remove country in the name of timezone 2020-03-13 21:48:23 +08:00
openeuler-ci-bot
1c79273f61 !2 bugfix: duplicate Current password
Merge pull request !2 from 薄皮小笼包/dqw_test
2019-12-30 14:03:53 +08:00
ruebb
85718592c0 bugfix:old password can not check 2019-12-30 13:16:42 +08:00
openeuler-ci-bot
be2c0676b1 !1 gnome-control-center: optimization the spec
Merge pull request !1 from openeuler-net/init
2019-12-29 16:55:55 +08:00
songnannan
b76eb1e4c8 init 2019-12-29 16:48:42 +08:00
openeuler-ci-bot
64be36fe4d Initial commit 2019-12-29 15:04:31 +08:00