Loading
Commits on Source 93
-
Milan Crha authored
-
Sabri Ünal authored
-
Ekaterine Papava authored
-
Danial Behzadi authored
-
Yuri Chornoivan authored
-
Allan Day authored
Avoid repetition in the notification bubbles, as much as possible. Fixes #2436
-
Artur S0 authored
-
Allan Day authored
Change the UI text so it doesn't suggest that every contributor is a volunteer. Change one of the icons so the semantics are more inclusive and less quirky. Fixes #2407
-
Milan Crha authored
license-tile: Small messaging adjustments Closes #2407 See merge request GNOME/gnome-software!1871
-
AsciiWolf authored
-
Yuri Chornoivan authored
-
Milan Crha authored
Reviews are not meant to be used as a bug tracker, thus make the reviewers aware of it. Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2423
-
Danial Behzadi authored
-
Jürgen Benvenuti authored
-
Aefgh Threenine authored
-
Aefgh Threenine authored
-
Philip Withnall authored
These symbols were soft-renamed in libmalcontent 0.5.0 (released in February 2020). We can probably now safely depend on that, and use the renamed versions. Signed-off-by:Philip Withnall <pwithnall@gnome.org>
-
Milan Crha authored
Merge branch '2423-add-a-disclaimer-when-making-a-review-to-contact-the-developer-if-it-s-an-issue' into 'main' Resolve "Add a disclaimer when making a review to contact the developer if it's an issue" Closes #2423 See merge request GNOME/gnome-software!1872
-
Quique Serrano authored
-
Yuri Chornoivan authored
-
Yaron Shahrabani authored
-
Asier Sarasua Garmendia authored
-
Philipp Kiemle authored
-
Danial Behzadi authored
-
AsciiWolf authored
-
Ekaterine Papava authored
-
Sabri Ünal authored
-
Aurimas Černius authored
-
Nathan Follens authored
-
Daniel Mustieles authored
-
Milan Crha authored
malcontent: Fix use of deprecated libmalcontent symbols See merge request GNOME/gnome-software!1881
-
Allan Day authored
gs-update-monitor: Rewrite some notification strings Closes #2436 See merge request GNOME/gnome-software!1879
-
AsciiWolf authored
-
Yuri Chornoivan authored
-
Yaron Shahrabani authored
-
Danial Behzadi authored
-
Ekaterine Papava authored
-
Milan Crha authored
The new async API jobs do not set a GsPluginJob::action, thus the verbose log is full of "running unknown..." lines, giving not much idea what had been running. Use the job's type name as a fallback when the action is unknown.
-
Brage Fuglseth authored
-
Milan Crha authored
The images are blurred when they are scaled to match the allocated place for the image, thus rather center the image in the given place, to avoid image deformation. Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2448
-
Richard Hughes authored
See https://github.com/fwupd/fwupd/pull/6820 for the fwupd half -- which will be present in fwupd 2.0.0 due for release in a couple of months time.
-
Asier Sarasua Garmendia authored
-
Milan Crha authored
fwupd: Remove now-unused call to fwupd_device_get_description() See merge request GNOME/gnome-software!1882
-
Milan Crha authored
With the file name, the glib can run the application using D-Bus activation, if needed. Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2450
-
Matej Urbančič authored
-
Matej Urbančič authored
-
Milan Crha authored
PackageKit 1.2.9 adds a new "installed-changed" signal, which notifies the listener about possible changes in the installed apps/packages, thus listen on it and let the GUI know. Depends on https://github.com/PackageKit/PackageKit/pull/555 Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1787
-
Kukuh Syafaat authored
-
Sabri Ünal authored
-
Jordi Mas authored
-
Brage Fuglseth authored
-
Brage Fuglseth authored
-
Vasil Pupkin authored
-
Milan Crha authored
Merge branch '2450-extensions-app-fails-to-run-from-a-terminal-using-exec-from-the-desktop-file' into 'main' Resolve "extensions-app: Fails to run from a terminal using Exec from the .desktop file" Closes #2450 See merge request GNOME/gnome-software!1885
-
Quentin PAGÈS authored
-
Matej Urbančič authored
-
Fran Dieguez authored
-
Boyuan Yang authored
-
Andi Chandler authored
-
Brage Fuglseth authored
-
Baurzhan Muftakhidinov authored
-
Rūdolfs Mazurs authored
-
Milan Crha authored
The passed-in GCancellable can be cancelled after the XbBuilder checks for its state, causing a valid XbSilo returned with no GError set, which can result in a NULL GError dereference in the debug message, thus do not test whether the GCancellable is cancelled or not, trust the XbBuilder whether it returned correct data or not. Closes downstream https://bugzilla.redhat.com/show_bug.cgi?id=2265824
-
Milan Crha authored
gs-appstream: Fix possible NULL GError dereference under gs_appstream_gather_merge_data() See merge request GNOME/gnome-software!1889
-
Daniel Mustieles authored
-
Milan Crha authored
The 'title' was incorrectly set to not be translated. It's not a new string, it's properly marked for translation few lines below this occurrence. Reported at https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2265#note_2026810
-
Milan Crha authored
gs-updates-page: Mark string for translation See merge request GNOME/gnome-software!1890
-
Philipp Kiemle authored
-
Aurimas Černius authored
-
Sid authored
-
Milan Crha authored
gs-plugin-job: Identify job by the type name in debug print when action is unknown See merge request GNOME/gnome-software!1883
-
Milan Crha authored
Resolve "Screenshots created by libappstream are blurry" Closes #2448 See merge request GNOME/gnome-software!1884
-
Milan Crha authored
Merge branch '1787-a-newly-installed-application-is-not-shown-in-the-list-of-installed-applications-when' into 'main' Resolve "A newly installed application is not shown in the list of installed applications when installed in a CLI." Closes #1787 See merge request GNOME/gnome-software!1886
-
Milan Crha authored
To be able to get all cached apps by the plugin. It will be used in a 'reload' handler to reset state of the cached apps.
-
Milan Crha authored
Apps can be cached in various plugins, not only those which adopted them. When a plugin emits the 'reload' signal, let the other interested plugins know that "something big changed" thus they can do needed changes, like invalidating states of their cached apps.
-
Milan Crha authored
When any plugin emits a 'reload', the cached apps might not reflect the current state, thus unset the state to have it refined when needed. Also invalidate the silo, thus the installed apps hash is recreated. The appstream plugin is special, because it serves as a helper for the other plugins.
-
Milan Crha authored
The cached app states might not reflect the current state of the apps, thus unset it, to be refined when needed. Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2451
-
Milan Crha authored
Merge branch '2451-uninstalling-a-rpm-package-does-not-correctly-change-its-state-still-shown-as-installed' into 'main' Resolve "Uninstalling a rpm package does not correctly change its state, still shown as installed" Closes #2451 See merge request GNOME/gnome-software!1887
-
Milan Crha authored
The appstream <description/> content can contain consecutive spaces, which are insignificant, thus replace them with a single space and remove leading and trailing spaces as well. Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2454
-
Milan Crha authored
appdata: Fix release date typo for 46~beta See merge request GNOME/gnome-software!1891
-
Milan Crha authored
Resolve "Extra spacing in description of app" Closes #2454 See merge request GNOME/gnome-software!1888
-
Sid authored
When version history dialog is displayed for an app, the text in the first 'GtkListBoxRow' is selected, which is distracting and unnecessary. We now avoid that by letting 'GtkListBox' grab focus. User can always press 'Tab' etc. to get the text selected. Refer: https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/1893
-
Milan Crha authored
app-version-history-dialog: Avoid default selection of text when displaying dialog See merge request GNOME/gnome-software!1893
-
Milan Crha authored
There can be seen runtime warnings on the gnome-software terminal like: Gs Kind change on xxx from console-application to desktop-application is not OK Gs Kind change on xxx from addon to runtime is not OK They happen, because the appstream plugin sets correct kind as read from the appstream data, but then the flatpak plugin tries to overwrite that kind with the one guessed from the app ID. Make the flatpak plugin either keep already set kind or use the one stored in the appstream data, if the appstream data is available.
-
Philip Withnall authored
flatpak: Set precise app kind from the appstream data See merge request GNOME/gnome-software!1895
-
Richard Hughes authored
-
Sophie Herold authored
Appstream decided to use reversed domains. Please merge before 46 if possible.
-
Sid authored
Fixes #2471
-
Milan Crha authored
metainfo: Fix wrong developer id See merge request GNOME/gnome-software!1896
-
Milan Crha authored
gs-plugin-generic-updates: List service types as part of system updates Closes #2471 See merge request GNOME/gnome-software!1897
-
Milan Crha authored
fwupd: Do not ask the user to reboot if we failed to deploy the update See merge request GNOME/gnome-software!1869
-
Milan Crha authored
-
Jeremy Bícha authored