muesli / telephant

A lightweight but modern Mastodon client for the desktop
MIT License
190 stars 14 forks source link

Add notifications #29

Closed muesli closed 5 years ago

muesli commented 5 years ago

Show (desktop) notifications when certain events arrive.

CalmBit commented 5 years ago

Possibly with https://github.com/martinlindhe/notify?

Poring over QT documentation for a solution came up fruitless, so this might be the best way to handle it. I'd be willing to tackle it, if you'd like 😄

muesli commented 5 years ago

I got an implementation using beeep (https://github.com/gen2brain/beeep). Can commit that in a minute. Qt actually got pretty awesome notification support thanks to snorenotify.

CalmBit commented 5 years ago

Oh sweet! Good to see 😄

muesli commented 5 years ago

Added in 21b941d. It's not the best solution yet, as it doesn't display image data so far, and we'd need to strip the markup in the message body, should we want to display it.