Commit graph

20949 commits

Author SHA1 Message Date
Asier Sarasua Garmendia
b0b7b966e0 Update Basque translation 2022-02-12 07:07:29 +00:00
Leônidas Araújo
368c001dc9 Update Brazilian Portuguese translation 2022-02-12 00:23:02 +00:00
Hugo Carvalho
adb9808841 Update Portuguese translation 2022-02-11 22:56:51 +00:00
Alexander Mikhaylenko
c932168462 background: Trigger screen transition when changing style
See https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2070
2022-02-11 22:12:49 +00:00
Mohammed Sadiq
15df3bc494 network: Fix QR code with dark theme
Explicitly set white background for the image so that white border
is shown around the QR code in dark themes too.
2022-02-11 17:24:52 +00:00
Marek Kasik
8fe87ac6ef printers: Use bold font for title of details dialog
All other dialogs have bold titles, this should too.

Issue #1587
2022-02-11 13:18:15 +01:00
Marek Kasik
2a2d7ec111 printers: Make search entry symetric
Allow search entry of new printer dialog to expand so that it fills
the available area. It does not fill it now so there is more free
space on the right than on the left.

Issue #1587
2022-02-11 13:18:15 +01:00
Marek Kasik
cc75a07a69 printers: Fix blurred icons of printers
Change align of the printers icons to CENTER from FILL so that the icons
are not stretched.

Issue #1587
2022-02-11 13:18:15 +01:00
Yuri Chornoivan
596e432adc Update Ukrainian translation 2022-02-11 07:46:16 +00:00
Kukuh Syafaat
4a95383137 Update Indonesian translation 2022-02-11 07:19:00 +00:00
Christopher Davis
4f2aa07ff5 thunderbolt: Use AdwStatusPage for empty state
Make use of libadwaita's provided widget for status pages
instead of rolling our own.
2022-02-10 14:01:18 -08:00
Luming Zh
cb75c0591a Update Chinese (China) translation 2022-02-10 15:30:07 +00:00
Felipe Borges
37ee555c44 network: Show configuration button only for active/connecting connections
In commit c7bd442839 we started to
show the configuration button for all rows, which fixes the original
issue of not being able to tweak a connection during association but
also introduces a regression of not having connection data to show
for other connections in the list. This way, the configuration
button will fail to create a net_connection_editor interface for
rows that aren't associated with an active connection.

Let's only show the configuration button when the NMActiveConnectionState
is either NM_ACTIVE_CONNECTION_STATE_ACTIVATING or
NM_ACTIVE_CONNECTION_STATE_ACTIVATED.

Fixes #1494
2022-02-10 15:05:08 +00:00
Hugo Carvalho
57d2fd98e3 Update Portuguese translation 2022-02-10 13:32:21 +00:00
Daniel Mustieles
c3f4a91f24 Updated Spanish translation 2022-02-10 13:47:49 +01:00
Kukuh Syafaat
00b69e09ab Update Indonesian translation 2022-02-10 02:49:05 +00:00
Alexander Mikhaylenko
eca4c0a370 background-paintable: Clip light wallpapers as well
Turns out drawing the whole light wallpaper and then half of the dark
wallpaper on top of it is leading to a case of
https://gitlab.gnome.org/GNOME/gtk/-/issues/3840

Draw half of each instead, so they don't overlap.
2022-02-10 05:11:30 +05:00
Marek Černocký
acbb8092a8 Updated Czech translation 2022-02-09 21:38:45 +01:00
Yosef Or Boczko
8f9e2bcf52 Update Hebrew translation 2022-02-09 20:30:16 +00:00
Felipe Borges
26cc82c754 user-accounts: Always populate other users list
We were not re-populating the list when switching panels.

Related #1631
2022-02-09 15:04:32 +00:00
Yuri Chornoivan
9f2d7c25b8 Update Ukrainian translation 2022-02-09 14:54:08 +00:00
Christopher Davis
770da3788a notifications: Remove redundant haligns 2022-02-09 14:33:17 +00:00
Christopher Davis
a8bc1a222e notifications: Make dialog resizeable, adjust default size
We can't use flat headerbars here because we need to
be able to scroll the dialog at smaller sizes. We
also need for the dialog to be able to reach smaller
sizes.
2022-02-09 14:33:17 +00:00
Christopher Davis
17d3a297ae notifications: Handle keynav-failed on app list
Fixes keyboard navigation with arrow keys
2022-02-09 14:33:17 +00:00
Christopher Davis
2f00725af8 notifications: Remove options_listbox
Since CcListRow is now an AdwActionRow subclass,
we don't need to have a custom listbox for the top
group.
2022-02-09 14:33:17 +00:00
Alexander Mikhaylenko
24311b6ebd background-chooser: Remove a leftover binding
GtkWidget:text-direction doesn't exist. That's why we connect to the
::direction-changed signal instead, and this property binding was
just a leftover from c5792cfb00.
2022-02-09 14:23:29 +00:00
Alessandro Bono
5ecc569014 flatpak: Don't rename desktop file
No more needed since commit acd59aec65.
2022-02-09 14:06:35 +00:00
Christopher Davis
0e2531f500 search: Activate results row switch on click 2022-02-09 13:53:17 +00:00
Christopher Davis
e14847b73f search: Search group fixups
* Set the right accessibility relations, as
AdwPreferencesGroup does not manage it
for custom listboxes

* Handle `keynav-failed` for proper behavior with arrow keys

* Set `selection-mode` to none
2022-02-09 13:53:17 +00:00
Christopher Davis
b4e74d58be search: Use AdwActionRow for locations dialog rows
Gives us consistent styling without needing to set
margins, as well as simple row activation.
2022-02-09 13:53:17 +00:00
Christopher Davis
ddb979abfd search: Use AdwPreferences{Window,Page,Group} for location dialog
Gives us more modern styling for the search locations
window.
2022-02-09 13:53:17 +00:00
Felipe Borges
0bf91ed4d6 user-accounts: Fix crash while cancelling user rename
Fixes #1632
2022-02-09 10:51:45 +01:00
Kukuh Syafaat
b75daf84c1 Update Indonesian translation 2022-02-09 02:45:09 +00:00
Fran Dieguez
380235d983 Update Galician translation 2022-02-08 22:02:13 +00:00
Yuri Chornoivan
5338d6c4bb Update Ukrainian translation 2022-02-08 20:44:23 +00:00
Georges Basile Stavracas Neto
59e3c32825 users: Set the activatable-widget property of various rows
It makes it slightly more convenient to interact with them,
since they become activatable.
2022-02-08 11:10:37 -03:00
Georges Basile Stavracas Neto
55072f54db users: Hide enterprise group in new users dialog
Otherwise we get a strange shadow at the bottom.
2022-02-08 11:05:51 -03:00
Georges Basile Stavracas Neto
998db79732 users: Cleanup and modernize CcLoginHistoryDialog
- Remove all 'can-focus' properties, rely on GTK defaults
 - Use AdwPreferencesPage internally
 - Make dialog resizable
 - Set 'icon-name' in header buttons instead of a GtkImage
2022-02-08 10:53:55 -03:00
Felipe Borges
7f8e90a966 user-accounts: Port to gtk4/libadwaita implementing the new design
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/raw/master/users/users.png
2022-02-08 13:29:56 +00:00
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