- 28 Apr, 2022 16 commits
-
-
Milan Crha authored
This will merge information from the .desktop files and system merge components into the corresponding appstream data. Closes #1649
-
Milan Crha authored
This will merge information from the .desktop files and system merge components into the corresponding appstream data.
-
Milan Crha authored
This can be used to merge component data and information from the .desktop files into the corresponding components. Related to #1649
-
Milan Crha authored
-
Milan Crha authored
To regenerate each minor release. It helps to catch on changes in the merging code, in case the remotes did not change.
-
Milan Crha authored
-
Milan Crha authored
-
Milan Crha authored
It will be used by the other code, to avoid code duplication.
-
Milan Crha authored
This will be used in a future commit. It also follows the pattern used by appdata and appstream data paths.
-
Milan Crha authored
This will be used in a following commit to read merge components from these directories.
-
Milan Crha authored
To avoid code duplication.
-
Milan Crha authored
To avoid code duplication.
-
Milan Crha authored
It can be used by the plugins, to avoid code duplication.
-
(cherry picked from commit fc8dc773)
-
(cherry picked from commit 28ed7d74)
-
(cherry picked from commit f61e4cd8)
-
- 27 Apr, 2022 5 commits
-
-
Philip Withnall authored
Merge branch '1701-permissions-context-tile-says-has-access-to-no-files-even-if-flatpak-app-has-access-to' into 'main' Resolve "Permissions context tile says “Has access to no files” even if flatpak app has access to Pictures and Music" Closes #1701 See merge request !1317
-
Philip Withnall authored
gs-plugin: Add D-Bus connection properties Closes #1694 See merge request !1310
-
Philip Withnall authored
Merge branch '1684-download-or-restart-update-button-remains-visible-for-some-time-after-hitting-refresh' into 'main' Resolve ""Download" or "Restart & Update" button remains visible for some time after hitting Refresh" Closes #1684 See merge request !1308
-
Philip Withnall authored
Support new URL types added in AppStream 0.15.3 Closes #1702 See merge request !1311
-
Philip Withnall authored
Resolve "eos-updater plugin: Allow other OS names" Closes #881 See merge request !1293
-
- 26 Apr, 2022 17 commits
-
-
Phaedrus Leeds authored
meson.build: Bump version to 43.alpha on main See merge request !1330
-
Phaedrus Leeds authored
-
Phaedrus Leeds authored
Merge branch '1712-clicking-fedora-flathub-selection-does-not-update-the-filtered-flathub-appstream-metadata' into 'main' Resolve "Clicking "Fedora Flathub Selection" does not update the filtered Flathub AppStream metadata until reboot" Closes #1712 See merge request !1325
-
Philip Withnall authored
Resolve "Installed Updates papercuts" Closes #1723 See merge request !1326
-
Philip Withnall authored
Resolve "GNOME OS: Most system apps have no icons in installed list" Closes #1514 See merge request !1322
-
Philip Withnall authored
Resolve "Wrong direction of arrows in RTL languages" Closes #1727 See merge request !1327
-
-
Milan Crha authored
It's not needed here. Closes #1723
-
Milan Crha authored
As the comment in the .ui file suggests, this did not work, it needs the CSS property to be set directly on the list box. Related to #1723
-
Milan Crha authored
The "installed" label can be unneeded in "Installed Updates" dialog, thus this new option will help to hide it there.
-
Milan Crha authored
-
Milan Crha authored
This can avoid unneeded refreshes of the app row.
-
Milan Crha authored
...rather than by name.
-
Milan Crha authored
Can be better used with GObject bindings, if needed.
-
Milan Crha authored
Can be better used with GObject bindings, if needed.
-
Milan Crha authored
Can be better used with GObject bindings, if needed.
-
Milan Crha authored
The installed apps, coming from .appdata.xml files, usually do not have set any icon. Try to lookup icons from the .desktop files in such cases, thus, when the .appdata.xml files have properly set references between then and their .desktop files, the expected icons are shown. Closes #1514
-
- 22 Apr, 2022 1 commit
-
-
Milan Crha authored
This was the only place where only appstream data had been updated, while it should update whole app data, in case it's needed. Caught by Phaedrus Leeds.
-
- 20 Apr, 2022 1 commit
-
-
Milan Crha authored
While a load of an appstream store can fail and be ignored, the cancellation is a different kind of failure, as it can mean the appstream data not being read at all, thus rather return failure when the read is cancelled, to have the internal caches marked as invalid by the caller. Closes #1712
-