gnome-software:1385-version-history-dialog-has-non-rounded-corners

Last commit made on 2021-09-29
Get this branch:
git clone -b 1385-version-history-dialog-has-non-rounded-corners https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
1385-version-history-dialog-has-non-rounded-corners
Repository:
lp:gnome-software

Recent commits

68749a7... by Milan Crha <email address hidden>

gs-app-version-history-dialog: Turn it to GsInfoWindow descendant

This will present the window consistently with the other similar windows
in the Software.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1385

b98e081... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

688e09f... by Philip Withnall

Merge branch '1335-highlight-when-a-runtime-is-out-of-date' into 'main'

Resolve "Highlight when a runtime is out of date"

Closes #1335

See merge request GNOME/gnome-software!965

d429173... by Philip Withnall

Merge branch '1423-gs-overview-page-inconsistent-font-for-iconless-tiles-categories' into 'main'

Resolve "gs-overview-page: Inconsistent font for iconless tiles (categories)"

Closes #1423

See merge request GNOME/gnome-software!988

09341ac... by Milan Crha <email address hidden>

gs-safety-context-dialog: Highlight when a runtime is End-Of-Life

Read the data on the Flatpak side and use it in the safety context
dialog and the safety tile.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1335

80d8723... by Philip Withnall

Merge branch 'wip/hughsie/fwupd-cats' into 'main'

fwupd: Add translations for more device categories

See merge request GNOME/gnome-software!979

f872b2e... by Philip Withnall

Merge branch 'info-window' into 'main'

Add and use GsInfoWindow to factorize toolbox-style windows

See merge request GNOME/gnome-software!950

624202b... by Adrien Plazas

Fix the indentation

0016ab0... by Adrien Plazas

Use GsInfoWindow

This homogeneizes and simplifies the many windows implementing this
pattern. This doesn't apply it to GsFirstRunDialog as it doesn't have a close
button, and hence implements a slightly different pattern.

Indentation in UI files is purposefully left broken to make the change
easier to review, and will be fixed in the next commit.

9465912... by Adrien Plazas

Add GsInfoWindow

This will help homogeneize and simplify the many windows implementing
this pattern.