Christopher Davis
95c5d443ae
search: Move header controls to action rows
...
Inspired by the bluetooth mockups. According to the
designers, we should move away from switches in header
bars.
2022-01-26 19:02:56 -08:00
Christopher Davis
e5a2281dbe
search: Use AdwPreferences{Page,Group}
2022-01-26 19:02:56 -08:00
Bastien Nocera
fa01d3f10a
power: Add scenario for a 2nd non-charging laptop battery
2022-01-27 02:52:20 +00:00
Bastien Nocera
6c6d9f4f38
power: Fix launching upower from scenario tester
...
Not everyone would have upower built under jhbuild, so use the system
one if we can't find it.
2022-01-27 02:52:20 +00:00
Georges Basile Stavracas Neto
043d4fab74
datetime: Switch day row to AdwActionRow
...
Another small cleanup.
2022-01-26 23:47:36 -03:00
Georges Basile Stavracas Neto
b7876233e9
datetime: Switch year row to AdwActionRow
...
Another nice, small cleanup
2022-01-26 23:46:10 -03:00
Georges Basile Stavracas Neto
65c53a4c57
datetime: Switch Month row to AdwComboRow
...
It fits it much better, and allows for a great cleanup.
2022-01-26 23:43:43 -03:00
Matej Urbančič
9568bad4cd
Update Slovenian translation
2022-01-26 20:45:01 +00:00
Rafael Fontenelle
06401da755
Update Brazilian Portuguese translation
2022-01-26 19:15:53 +00:00
Fran Dieguez
ce28e92aa6
Update Galician translation
2022-01-26 19:07:56 +00:00
Leônidas Araújo
e98c72ed3f
Update Brazilian Portuguese translation
2022-01-26 18:46:11 +00:00
Yuri Chornoivan
a19233257f
Update Ukrainian translation
2022-01-25 21:08:38 +00:00
Hugo Carvalho
9620da8442
Update Portuguese translation
2022-01-25 19:31:40 +00:00
Jonas Ådahl
21862c3e48
display: Only display configuration options if apply is allowed
...
org.gnome.Mutter.DisplayConfig contains a new property that tells
whether apply will be allowed to be called or not. Whether it is true or
not depends on policy stored in any of its monitors.xml configuration
files.
In order to make it clearer that configuration is not possible, except
for night light, make sure to hide the unconfigurable parts, leaving
only night light.
2022-01-25 16:43:26 +00:00
Pablo Correa Gómez
7c91fc1400
datetime: get month_label from GtkFlowBox widget
...
Using g_date_time_format to get the name of the month
translates the name according to LC_TIME. This is inconsistent
with all other labels displayed, which get translated according
to LC_MESSAGES. By taking the label from the corresponding
entry in the GtkFlowBox, we avoid the incosistency
Fixes #1507
2022-01-25 11:42:41 +00:00
Fran Dieguez
a557382579
Update Galician translation
2022-01-25 01:33:06 +00:00
Fran Dieguez
c04df68f96
Update Galician translation
2022-01-25 01:31:45 +00:00
Christopher Davis
fdf5841b8e
lock: Remove redundant haligns
...
AdwActionRow handles horizontal alignment for us.
2022-01-24 21:33:47 +00:00
Christopher Davis
847f1ea584
lock: Use AdwComboRow for blank screen delay
2022-01-24 21:33:47 +00:00
Christopher Davis
0c5d3fb50d
lock: Use AdwComboRow for screen lock delay
2022-01-24 21:33:47 +00:00
Christopher Davis
848224ea57
lock: Use AdwPreferences{Page,Group}
2022-01-24 21:33:47 +00:00
Sam Hewitt
b0bc4f4a76
network: Minimize small symbolic icons
2022-01-24 20:07:52 +00:00
Boyuan Yang
3e710d6ee2
Update Chinese (China) translation
2022-01-24 19:12:23 +00:00
Aleksandr Melman
a1a0b066b3
Update Russian translation
2022-01-24 13:02:41 +00:00
Danial Behzadi
4f5f39b94c
Update Persian translation
2022-01-23 07:46:22 +00:00
Christopher Davis
05187608f5
info-overview: Fix Software Updates row
...
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-01-22 13:16:37 -08:00
Piotr Drąg
0a218e76fb
Update POTFILES.in
2022-01-22 14:25:59 +01:00
Hui Wang
aa0adcaa36
sound: clear the value on level_bar when stream is empty
...
We met an Input Device level_bar display issue on a machine which has
no internal mic. At first there is no external mic plugged, so the
Input Device list is empty and level_bar is gray color, after we plug
an external mic, the level_bar has red color ripples, then we unplug
the external mic, the Input Device list changes to empty and we
expect the level_bar changes back to gray color, but some bars are
still red color.
Here clear the self->value to 0 if the stream is empty, then the
level_bar will change back to gray color when Input/Output device
list is empty.
Signed-off-by: Hui Wang <hui.wang@canonical.com>
2022-01-21 18:38:30 +00:00
Georges Basile Stavracas Neto
4cd8c05e0a
region: Remove title buttons from format chooser dialog
...
A regression from the GTK4 port.
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-01-21 16:13:21 +00:00
Georges Basile Stavracas Neto
17c25a18d2
region: Hide login label by default
...
A regression from the GTK4 port.
2022-01-21 16:13:21 +00:00
Georges Basile Stavracas Neto
fbee78874f
region: Add go-next-symbolic to rows
...
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-01-21 16:13:21 +00:00
Georges Basile Stavracas Neto
2e73952d28
datetime: Add go-next-symbolic to dialog rows
...
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-01-21 16:13:21 +00:00
Georges Basile Stavracas Neto
bc686f7b14
accessibility: Add go-next-symbolic icon to various rows
...
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-01-21 16:13:21 +00:00
Georges Basile Stavracas Neto
07e3f5c3f3
power: Add go-next-symbolic icon to automatic suspend row
...
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-01-21 16:13:21 +00:00
Georges Basile Stavracas Neto
1ef843583d
sound: Add boxed list around system volume
...
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-01-21 16:13:21 +00:00
Georges Basile Stavracas Neto
0831e41fb0
notifications: Use AdwActionRow in the dialog
...
Reduces code and makes it more consistent with other panels.
2022-01-21 16:13:21 +00:00
Georges Basile Stavracas Neto
f23d876dc2
notifications: Adjust style of notifications dialog
...
Add margins around it, make the titlebar flat.
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-01-21 16:13:21 +00:00
Georges Basile Stavracas Neto
ca7ba70047
notifications: Add go-next-symbolic icon to rows
...
As per design feedback.
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-01-21 16:13:21 +00:00
Yaron Shahrabani
5a5389b886
Update Hebrew translation
2022-01-21 15:41:33 +00:00
Hugo Carvalho
4194722bef
Update Portuguese translation
2022-01-21 14:56:40 +00:00
Georges Basile Stavracas Neto
07acd70c62
po: Adjust files after the great renaming
2022-01-21 13:08:50 +00:00
Georges Basile Stavracas Neto
acd59aec65
Rename app-id to org.gnome.Settings
...
Rename the app-id to org.gnome.Settings since this is what
we've been calling it for many years now. Adjust all files
that derive from the app-id, such as the desktop file, D-Bus
service file names, search providers, GSettings schemas, to
match that.
Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/344
2022-01-21 13:08:50 +00:00
Yuri Chornoivan
5fbb9dfc6b
Update Ukrainian translation
2022-01-21 10:05:08 +00:00
Daniel Mustieles
7cdc93f7f6
Updated Spanish translation
2022-01-21 10:27:31 +01:00
Georges Basile Stavracas Neto
77b1821a1d
applications: Switch to g_spawn_check_wait_status()
...
It's the undeprecated version of g_spawn_check_exit_status().
2022-01-20 18:55:44 -03:00
Georges Basile Stavracas Neto
00cb6386e4
applications: Properly protect against NULL app_id
...
The 'app_id' variable can be NULL, and g_str_has_prefix() does
not particularly enjoy that.
2022-01-20 18:55:03 -03:00
Georges Basile Stavracas Neto
de26f9a8f5
applications: Remove CcActionRow
...
This class is now unused.
2022-01-20 17:30:45 -03:00
Georges Basile Stavracas Neto
750c4fc5a6
applications: Add descriptions to permission rows
...
As per mockups.
2022-01-20 17:30:45 -03:00
Georges Basile Stavracas Neto
53d3b9a70e
applications: Merge permissions and integration sections
...
As per mockups
2022-01-20 17:30:45 -03:00
Georges Basile Stavracas Neto
25e0605f54
applications: Polish the Storage dialog
...
As per mockups, make the headerbar flat, add more spacings
and margins.
2022-01-20 17:30:45 -03:00