Loading
Commits on Source 49
-
Milan Crha authored
-
Automeris naranja authored
- Use the icon-name property of GtkButton instead of embedding a GtkImage into a GtkButton - Add a tooltip - Remove a11y label because Orca also reads tooltips - Remove image-button style class, because it's added automatically when a GtkMenuButton have an icon[1] [1] https://docs.gtk.org/gtk4/class.MenuButton.html
-
Philip Withnall authored
shell: Tweak "Back" buttons See merge request GNOME/gnome-software!1880
-
Alexandre Franke authored
-
Philip Withnall authored
Replace wiki links See merge request GNOME/gnome-software!1898
-
Jiri Grönroos authored
-
Seong-ho Cho authored
-
Aefgh Threenine authored
-
Artur S0 authored
-
Milan Crha authored
The app name with its icon is shown when being at the very top, thus do not show it also in the title of the window, to avoid information duplication. Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2440
-
Philip Withnall authored
Resolve "Remove window title in app details view" Closes #2440 See merge request GNOME/gnome-software!1894
-
Anders Jonsson authored
-
Sid authored
Fixes #2472
-
Milan Crha authored
app-reviews-dialog: Fix refcount issue in 'GsAppReviewsDialog' refine callback Closes #2472 See merge request GNOME/gnome-software!1899
-
Juliano de Souza Camargo authored
-
Piotr Drąg authored
-
Rūdolfs Mazurs authored
-
Sophie Herold authored
-
Ekaterine Papava authored
-
Balázs Úr authored
-
Ekaterine Papava authored
-
Fran Dieguez authored
-
Milan Crha authored
The system update has the same version as the OS version, while the system upgrade has different version than the OS version is - it's a version to upgrade to. Flip the condition, to check the state of the correct upgrade item.
-
Milan Crha authored
Rather than always set the upgrade state as available, set the correct state from the beginning. Still left the switch in the refine function, in case some other plugin changes the upgrade state.
-
Milan Crha authored
Always ignore EOL upgrades, even if they are for the future OS version.
-
Alan Mortensen authored
-
Milan Crha authored
The AdwBin assumes ownership of the 'banner', thus properly ref/unref it instead of using gtk_widget_unparent() once by the AdwBin and once by the 'self'. Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2475
-
Milan Crha authored
data/assets: Update Circle apps in Featured See merge request GNOME/gnome-software!1903
-
Ekaterine Papava authored
-
Philip Withnall authored
Merge branch '2475-gtk_widget_unparent-assertion-gtk_is_widget-widget-failed-with-quit-option' into 'main' Resolve "gtk_widget_unparent: assertion 'GTK_IS_WIDGET (widget)' failed with --quit option" Closes #2475 See merge request GNOME/gnome-software!1906
-
Sid authored
This is to print the running packagekit version information in gnome-software logs, in cases when packagekit has been upgraded / installed manually and gnome-software was not rebuilt after that. When running packagekit version (say, x.y.z) and the packagekit version gnome-software was built with (say, a.b.c) are same, the following message is printed. PackageKit version: x.y.z When the versions differ, the following message is printed. PackageKit version: x.y.z (build version: a.b.c)
-
Milan Crha authored
packagekit: Print the running PackageKit version See merge request GNOME/gnome-software!1904
-
Vincent Chatelain authored
-
Milan Crha authored
PackageKit in Debian sends unexpected installing/removing status updates when getting updates, which causes repeated refreshing of the Updates page, approximately every 3 seconds. Workaround the problem by: * not call "updates-changed" when getting updates or even updating packages * when would notify about changed updates, do not do that too often (this commit picks delay of three minutes, which can be changed if needed). Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2462
-
Philip Withnall authored
Resolve ""Loading Updates" keeps repeating endlessly on Debian" Closes #2462 See merge request GNOME/gnome-software!1908
-
Philip Withnall authored
Several fixes for fedora-pkgdb-collections See merge request GNOME/gnome-software!1905
-
Philip Withnall authored
It’s not helpful to call something `label_installed` if it’s actually a box, not a label. Signed-off-by:Philip Withnall <pwithnall@gnome.org>
-
Lukáš Tyrychtr authored
By default, for list box rows, Orca does a tree travelsal for labels in the row. So, it ignores the properly labeled critical updates image. So, set the name explicitly. Fixes #2437.
-
Milan Crha authored
a11y: Force the screen reader to announce the critical updates icon Closes #2437 See merge request GNOME/gnome-software!1892
-
Danial Behzadi authored
-
Ekaterine Papava authored
-
AsciiWolf authored
-
Philip Withnall authored
Rework the previous commit to hard-code the two possible orders of components in this string, based on the widget’s text direction. This is the only way the string translation would have varied anyway. This has the benefit of not breaking string freeze, and also making things a bit simpler for translators. Signed-off-by:
Philip Withnall <pwithnall@gnome.org> Helps: #2437 Fixes: https://gitlab.gnome.org/Teams/Translation/Coordination/-/issues/142
-
Kukuh Syafaat authored
-
Emin Tufan Çetin authored
-
Seong-ho Cho authored
-
Philip Withnall authored
gs-os-update-page: Drop a new translatable string in favour of direction Closes Teams/Translation/Coordination#142 and #2437 See merge request GNOME/gnome-software!1909
-
Philip Withnall authored
Signed-off-by:Philip Withnall <pwithnall@gnome.org>
-
Jeremy Bícha authored