gnome-software:1524-style-consistent-card-border-radii

Last commit made on 2021-11-02
Get this branch:
git clone -b 1524-style-consistent-card-border-radii https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
1524-style-consistent-card-border-radii
Repository:
lp:gnome-software

Recent commits

585a49c... by Milan Crha <email address hidden>

gtk-style.css: Use same widget radius as libadwaita

Use 12px radius, the same as libadwaita uses now.

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

e3c1ab2... by Milan Crha <email address hidden>

Merge branch '1155-fedora-link' into 'main'

fedora: Update link documenting third party repos

Closes #1155

See merge request GNOME/gnome-software!1075

9077b89... by Philip Withnall

Merge branch 'wip/mcrha/gs-update-dialog-ui-title' into 'main'

gs-update-dialog.ui: Remove unused window title

See merge request GNOME/gnome-software!1060

13d330d... by Milan Crha <email address hidden>

gs-update-dialog: Update window title with the current page title

Make sure the window title is the same as the current page title.

1637c34... by Milan Crha <email address hidden>

gs-os-update-page: Add read-only 'title' property

Reflects current window title, to be tight to the parent's window title.

cabec31... by Milan Crha <email address hidden>

gs-app-details-page: Add read-only 'title' property

Reflects current window title, to be tight to the parent's window title.

89983ea... by Milan Crha <email address hidden>

gs-update-dialog: Avoid g_object_ref() call with a NULL app

The app can be NULL when using `gnome-software --mode=updated`, thus
check for it and do not call the g_object_ref() in the case the app
is NULL.

6cc7946... by RÅ«dolfs Mazurs

Update Latvian translation

(cherry picked from commit 8d031d6335208914e10bdf1245cf07c1ee0f6b80)

9643b1c... by Milan Crha <email address hidden>

Merge branch '1525-os-upgrade-vertically-center-download-button' into 'main'

Resolve "OS upgrade: Vertically center "Download" button"

Closes #1525

See merge request GNOME/gnome-software!1079

242fb64... by Milan Crha <email address hidden>

gs-upgrade-banner: Hide download info label when not set

It uses vertical space even when being left empty, causing
the Download button look vertically non-centered.

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