~roguescholar/pithos/+git/trunk:wip/infobar

Last commit made on 2020-04-01
Get this branch:
git clone -b wip/infobar https://git.launchpad.net/~roguescholar/pithos/+git/trunk

Branch merges

Branch information

Name:
wip/infobar
Repository:
lp:~roguescholar/pithos/+git/trunk

Recent commits

91c5e38... by TingPing

WIP: Show non-fatal infobar for some errors

TODO:
- [ ] Since this is no longer modal we may need to hide the infobar when the error is bypassed
- [ ] We may want to retry automatically in some situations
- [ ] We can show better buttons, like on auth failure show preferences not retry

See also #611

31f9aad... by TingPing

Remove unused widget IDs from ui file

72ca8ca... by TingPing

pandora: Explicitly request all stations are returned

Apparently there is a limit of 95 by default.

See also https://github.com/PromyLOPh/pianobar/commit/e07f023cb5cdbb0c24d6dccd9f3b771078831dcb

Closes #610

97460ec... by Benjamin Severs <seversbenjamin at gmail dot com>

Changed name of method from SupportedUriScheme to SupportedUriSchemes to
conform to the spec at:
https://specifications.freedesktop.org/mpris-spec/latest/Media_Player.html#Property:SupportedUriSchemes

This fixes integration with KDE's Media Player framework

Addresses Issue: Media Keys Will Not Bind in KDE (even with Keybinder) #595

bcc7c8c... by TingPing

Move keybindings to code from ui file

I don't know why but they work here and not there.

00f6507... by TingPing

Whitespace fixes

d3f20ad... by Jason L Gray

Add quit to the app menu. (#606)

ccad1a0... by TingPing

Include .jpeg extension on downloaded album art

f1bc647... by TingPing

Fix tempdir for album art not being readable outside of flatpak sandbox

d9c0f39... by Jason L Gray

Call the correct method for creating TreeModelSort

fixes #603