- 30 Jun, 2022 2 commits
-
-
- 25 Jun, 2022 1 commit
-
-
- 23 Jun, 2022 5 commits
-
-
-
Previously Music would use a dashed string to display an unknown release year, but more recently it does not show the year at all. Remove the dashed string in favour of setting the property to None if the year is unknown.
-
-
flake8 and mypy stages need dnf.
-
Jean Felder authored
The autotools build has been dropped. See: gnome-online-accounts!89
-
- 18 Jun, 2022 1 commit
-
-
- 20 May, 2022 1 commit
-
-
(cherry picked from commit f6d5642e)
-
- 18 May, 2022 2 commits
- 10 May, 2022 6 commits
-
-
-
More pythonic and faster.
-
-
-
-
-
- 07 May, 2022 2 commits
-
-
Georges Basile Stavracas Neto authored
This asset is currently misaligned with the pixel grid, which cases blurriness when rendering. Align it to the pixel grid.
-
Georges Basile Stavracas Neto authored
This makes it consistent with other GNOME apps, by limiting the width of the page. The maximum-size value is somewhat arbitrary, it's exactly the value needed to match the mockup.
-
- 25 Apr, 2022 1 commit
-
-
Marinus Schraal authored
-
- 24 Apr, 2022 2 commits
-
-
Marinus Schraal authored
More context is needed for some of these messages.
-
Marinus Schraal authored
-
- 23 Apr, 2022 2 commits
-
-
Marinus Schraal authored
Signal to not block the async queue.
-
Marinus Schraal authored
When a file already existed Music stopped the async lookup run, blocking the async queue. When a file already exists, emit the art-found signal so the async art lookup continues.
-
- 22 Apr, 2022 2 commits
-
-
Marinus Schraal authored
Should have been part of the changes in 1bf208a5.
-
Marinus Schraal authored
-
- 20 Apr, 2022 9 commits
-
-
Marinus Schraal authored
Limit the cache size and evict the oldest available entries on a timer.
-
Marinus Schraal authored
-
Marinus Schraal authored
Keep track of when a URI was last retrieved in the cache.
-
Marinus Schraal authored
-
Marinus Schraal authored
-
Marinus Schraal authored
-
Marinus Schraal authored
This improves the case in which the texture goes from being filled back to None.
-
Marinus Schraal authored
In CoverPaintable the texture callback could stil be called when the object was already changed, resulting in some rare cases in which the wrong art was shown. Add a call to clear the callback as a makeshift solution. Related: #500
-
-
- 12 Apr, 2022 1 commit
-
-
- 11 Apr, 2022 1 commit
-
-
The GNOME HIG suggests using an alternate character for the hour, minutes divider (Teams/Design/hig-www#127). This leads to reversed time ordering in RTL languages. Use „:” (U+003A) again instead of „∶” (U+2236) for now. This will fix the reversed time in RTL languages. Fixes: #509
-
- 09 Apr, 2022 1 commit
-
-
- 07 Apr, 2022 1 commit
-
-
Marinus Schraal authored
With recent commits ArtStack had no functionality left, drop it in favour of using CoverPaintable directly in widgets.
-