Skip to content

Port to new libadwaita widgets

Marco Melorio requested to merge melix99/gnome-software:port-to-new-widgets into main

This MR ports GNOME Software to the new libadwaita widgets, like AdwToolbarView and AdwNavigationView, which make the app look more modern and consistent with other GNOME apps. This work is part of this initiative.

This is what has been ported so far:

Port to AdwToolbarView

  • GsAppDetailsPage
  • GsAppReviewsDialog
  • GsAppVersionHistoryDialog
  • GsBasicAuthDialog
  • GsInfoWindow
  • GsOsUpdatePage
  • GsRemovalDialog
  • GsReposDialog
  • GsReviewDialog
  • GsShell
  • GsUpdateDialog

Port to AdwNavigationView

Port away from AdwViewSwitcherTitle

  • GsShell

Fixes #2245 (closed).

Edited by Marco Melorio

Merge request reports