Commit graph

22863 commits

Author SHA1 Message Date
Alice Mikhaylenko
f82515ca17 user-accounts: Fix account type row sensitivity 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
dbfaa5cbfa sound: Port dialogs to AdwWindow and AdwToolbarView
Consistently handle Esc to close as well.
2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
e56374e2ed sound: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
5a3fd40bc8 network: Stop leaking the hotspot dialog 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
f461053753 network: Port Wi-Fi panel 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
b21991d002 wwan: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
67022edc28 mouse: Stop leaking the test window 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
7ceb1834ae mouse: Port test dialog to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
0aa15fb286 mouse: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
b91859c4b3 sharing: Port dialogs to AdwWindow and AdwToolbarView
Normalize the fingerprint dialog: use a header bar, have esc-to-close, stop
leaking it
2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
a96b5306a0 sharing: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
0da63843c9 search: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
59a46ee7f9 removable-media: Port the dialog to AdwWindow 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
c3c139393c removable-media: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
4af030d74c region: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
1032ab01f0 power: Port the suspend dialog to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
0921015b8b power: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
dad9c8a732 online-accounts: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
55e3bc1fbc notifications: Port notifications dialog to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
e56faa1421 notifications: Port to AdwToolbarView
Remove an unused size group.
2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
e2018c18b7 multitasking: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
6390d10d64 info-overview: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
3a52cf59cd info-overview: Port the system details window to AdwBreakpoint 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
ae4995803a info-overview: Port the system details window to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
df06d76eab display: Port to AdwNavigationView and AdwToolbarView
Duplicate the apply titlebar between pages. This should really be
redesigned.
2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
e64833d97d default-apps: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Christopher Davis
f50cf970ac wacom: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
a7afbea0d3 datetime: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
205a3b7d91 datetime: Port dialogs to AdwWindow 2023-08-25 08:00:43 +00:00
Christopher Davis
23249b2def keyboard: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
49b1c59c34 color: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
cf8d23eae4 bluetooth: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
11a9c20ba6 background: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
2de150fcdf applications: Stop using GtkDialog 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
04851552c8 applications: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Christopher Davis
b28d10d60d network: Port to Adw{Navigation,ToolbarView}
See previous commits for details on the widgets.

This commit ports the network panel to these new widgets.
In addition, it moves the switch to enable the proxy into
a row within the proxy page itself, following the latest
mockups.
2023-08-25 08:00:43 +00:00
Christopher Davis
793498ba91 universal-access: Port to Adw{Navigation,Toolbar}View
AdwNavigationView is a new widget meant to be used specifically
for navigation, unlike AdwLeaflet which was multipurpose.
AdwNavigationView provides a cleaner API and gives us automatic
titles, back buttons, gestures, actions, and windowcontrols.

AdwToolbarView is a utility widget that simplifies setting the
top and bottom bars for simple views, giving us styling with
undershoots, the ability to use flat headers in scrolling views,
and proper styling when used with the new sidebar widgets.

This commit ports the Accessibility panel to AdwNavigationView
and AdwToolbarView. Subpages now subclass AdwNavigationPage
and contain toolbar views - meaning their headers are joined with
their content. Their titles and their back buttons are automatically
handled by libadwaita, with proper accessibility.

The actions provided by AdwNavigationPage allow us to remove
the custom listbox we used for the `row-activated` signal. Rows
now use the `navigation.push` action in order to push a subpage
by tag.

Currently our AdwToolbarViews use the `raised` style, as we
have not ported to the new sidebar widget yet.
2023-08-25 08:00:43 +00:00
Christopher Davis
2a94420350 keyboard-shortcut-dialog: Port to AdwNavigationView
AdwNavigationView is a new widget meant to be used specifically
for navigation, unlike AdwLeaflet which was multipurpose.
AdwNavigationView provides a cleaner API, and when used in
conjuction with the new AdwToolbarView widget we get automatic
titles, back buttons, gestures, actions, and window controls.
In addition, AdwToolbarView provides a new style with flat headers
and an undershoot.

This commit ports the keyboard shortcut dialog to use both of
these new widgets, allowing us to simplify our navigation.
2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
d0f28e7ab5 printers: Remove an unnecessary margin 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
8132563956 printers: Move search bar above the banner 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
49a0bf2f33 printers: Use a regular clamped boxed list for printers 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
3a94c78aad printers: Port the printer menu to GMenuModel 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
a597ba706d printers: Slightly modernize the entry layout 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
8473c78b22 printers: Port dialogs to AdwWindow and AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
3e0363b41b printers: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
782698e4b5 printers: Port to GtkWidget template 2023-08-25 08:00:43 +00:00
Amn Alam
1881d6a91f Update Punjabi translation 2023-08-24 14:19:30 +00:00
Michael Catanzaro
fd296004e7 keyboard: Fix criticals when input chooser is destroyed
This fixes the first critical reported in #2616. And the second issue
reported there appears to be a GTK bug, so let's close #2616.

Fixes #2616
2023-08-24 08:16:47 +00:00
Tobias Wiese
284ddccf0e printers: Fix size calculation for normalized printer name
The worst-case size of the normalized printer name is twice the
original length (if a space is inserted between each character) plus one
byte for the terminating null byte.

Fixes #2619

Signed-off-by: Tobias Wiese <tobias@tobiaswiese.com>
2023-08-24 10:15:24 +02:00
Niels De Graef
bdc9986d1c ci: Use JUnit reports from Meson
Meson has been generating Junit XML files of its test results since
0.55, so we can use that to show the test results in the GitLab UI.
2023-08-23 23:56:41 +02:00