Hugo Carvalho
961c013f0a
Update Portuguese translation
2022-02-08 12:33:28 +00:00
Boyuan Yang
65b2e655fb
Update Chinese (China) translation
2022-02-07 21:11:18 +00:00
Boyuan Yang
1a1c936aa4
Update Chinese (China) translation
2022-02-07 20:40:16 +00:00
Yosef Or Boczko
fe97726bac
Update Hebrew translation
2022-02-07 18:40:21 +00:00
Aleksandr Melman
1be997f0ec
Update Russian translation
2022-02-07 18:32:53 +00:00
Matej Urbančič
c731a21f63
Update Slovenian translation
2022-02-07 18:23:04 +00:00
Yosef Or Boczko
3f08458094
Update Hebrew translation
2022-02-07 17:28:17 +00:00
Daniel Mustieles
a1dd24135d
Updated Spanish translation
2022-02-07 13:51:40 +01:00
Yuri Chornoivan
d0a557cf34
Update Ukrainian translation
2022-02-07 12:47:48 +00:00
Alexander Mikhaylenko
ca5bdd07de
background: Refine background chooser layout
...
Make thumbnails smaller, add margin on the sides.
2022-02-07 10:50:10 +00:00
Alexander Mikhaylenko
c5792cfb00
background: Support dark wallpapers
2022-02-07 10:50:10 +00:00
Alexander Mikhaylenko
303cc2176e
background-preview: Add a missing break
2022-02-07 10:50:10 +00:00
Alexander Mikhaylenko
1e2069e748
background: Don't expand the background list
...
It looks weird when there are few wallpapers.
2022-02-07 10:50:10 +00:00
Georges Basile Stavracas Neto
85199430cb
region: Fix format chooser leaflet page
...
We need to go back to region_box, not region_list.
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
c591ab3f77
common: Slightly increase default width of CcLanguageChooser
...
So it doesn't cut the title label in Portuguese.
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
eaa62700f6
region: Various small improvements to CcFormatChooser
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
6f2875e467
region: Replace "Login Screen" toggle button by section
...
Rework the panel to have 2 groups: the user's language and
format; and the login screen's language and format. Remove
the now unused bottom label explainig the login screen.
Special-casing of single user systems is still present.
Related: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
53b31dd753
region: Merge language and formats into a single group
...
As per mockups. We'll be adding another pair for the login
screen soon.
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
6ed208221f
region: Switch formats row to AdwActionRow
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
ae93012543
region: Switch language row to AdwActionRow
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
01e7544827
region: Move logout message to an infobar
...
As per mockups. Also adjust the wording of the info bar label.
2022-02-07 07:03:37 -03:00
Georges Basile Stavracas Neto
72742f9580
region: Switch to AdwPreferencesPage and AdwPreferencesGroup
...
This cleans up all the manual label shenanigans we've been
doing.
2022-02-07 07:01:30 -03:00
Fran Dieguez
97a1e8a3c1
Update Galician translation
2022-02-07 06:29:08 +00:00
Hugo Carvalho
83a0eea6cc
Update Portuguese translation
2022-02-06 22:29:18 +00:00
Aurimas Černius
28f82fe516
Updated Lithuanian translation
2022-02-06 16:58:57 +02:00
Leônidas Araújo
1b66da8645
Update Brazilian Portuguese translation
2022-02-06 13:49:04 +00:00
Luming Zh
b86fe046ed
Update Chinese (China) translation
2022-02-05 15:20:31 +00:00
sicklylife
df34648cdd
Update Japanese translation
2022-02-05 13:11:25 +00:00
Mohammed Sadiq
703725e93f
wwan: apn-dialog: Ellipsize apn row
...
ellipsize the apn row so that the window won't grow too long.
2022-02-05 04:15:16 +00:00
Mohammed Sadiq
7da8101446
wwan: apn-dialog: Use AdwPreferencesPage
...
This fixes the listbox content being cut of with the scrolled window.
2022-02-05 04:15:16 +00:00
Christopher Davis
fc8817380d
network: Center connection-editor spinner
...
Prevents the spinner from taking up a large amount
of space.
2022-02-05 00:11:21 +00:00
Yuri Chornoivan
1bb6b1d508
Update Ukrainian translation
2022-02-04 20:50:22 +00:00
Sam Hewitt
65b109763b
Cleanup private use symbolics
...
- remove references to deprecated app symbolics
- reduce file size of private-use icons
- update dated icons
2022-02-04 18:12:41 +00:00
Felipe Borges
9c593c5d7b
sound: Remove CcSoundButton in favor of a simple GtkToggleButton
...
Without the custom image allocation, we can simply use a simple
button instead.
Fixes #1583
2022-02-04 18:03:38 +00:00
Jakub Steiner
d85111f3f1
sound: remove noisy icon
...
- remove the oversized repeating icon, use only labels
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1583
2022-02-04 18:03:38 +00:00
Christopher Davis
41cc608721
network: Use AdwPreferences{Page,Group} for network panel
...
Uses AdwPreferences{Page,Group} where possible.
net-device-ethernet has been changed into an
AdwPreferencesGroup subclass itself.
2022-02-04 17:54:25 +00:00
Christopher Davis
e7f89a49d5
network: Clean up ethernet details row
...
* Remove placeholder text
* Remove redundant haligns
* Remove redundant `selectable=False`
* Set activatable widget
2022-02-04 17:54:25 +00:00
Christopher Davis
fcc1cb9da7
network: Adjust list styling and use GtkStack for ethernet
...
Previously we used an unstyled list for the network
connections, and we switched lists by using
GtkWidget:visbile.
This commit makes the connection list use boxed-list
styling, and adds a GtkStack.
2022-02-04 17:54:25 +00:00
Christopher Davis
ffeec81f0e
network: Use AdwActionRow for NetDeviceBluetooth
...
Similar to the last commit, we can use a regular
GtkListBox and make the device widget an AdwActionRow.
2022-02-04 17:54:25 +00:00
Christopher Davis
de16d7bb39
network: Use AdwActionRow and GtkListBox for vpn list
...
Previously the widget was using a hack to show
separators and had a row nested in a listbox,
nested in a box. Instead of having a custom setup
to work around not haveing a listbox, we can use a
listbox.
See: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-02-04 17:54:25 +00:00
Felipe Borges
e03000bd73
universal-access: Add "animations" to desktop file keywords
...
In commit a825ded085
we added the option
to enable/disable animations in the desktop as an accessibility feature.
Adding the keyword makes it possible to find the Accessibility
settings while searching for "animations" in the shell or in
gnome-control-center.
Fixes #1620
2022-02-04 17:23:56 +00:00
Marek Kasik
20adb5632f
printers: Remove redundant UI properties
...
Remove redundant UI properties from PPDSelectionDialog's UI file.
2022-02-04 17:50:04 +01:00
Marek Kasik
613a2d8b5b
printers: Fix UI file of PPDSelectionDialog
...
A regression from the GTK4 port.
2022-02-04 17:15:53 +01:00
Marek Kasik
52fdf0435e
printers: Expand PpPrinterEntry when window resizes
...
A regression from the GTK4 port.
2022-02-04 17:15:53 +01:00
Marek Kasik
e7a1501d13
printers: Do not ellipsize title of details dialog
...
A regression from the GTK4 port.
2022-02-04 17:15:53 +01:00
Marek Kasik
634d622c7a
printers: Show file chooser dialog when selecting PPD
...
A regression from the GTK4 port.
2022-02-04 17:15:53 +01:00
Aleksandr Melman
1f32b147fc
Update Russian translation
2022-02-04 13:15:00 +00:00
Fran Dieguez
1c7480ceac
Update Galician translation
2022-02-03 18:34:08 +00:00
Yuri Chornoivan
5909063867
Update Ukrainian translation
2022-02-03 18:33:16 +00:00
Asier Sarasua Garmendia
b9ff4bb5d1
Update Basque translation
2022-02-03 18:20:24 +00:00