geary:mjog/python-plugin-support

Last commit made on 2019-09-27
Get this branch:
git clone -b mjog/python-plugin-support https://git.launchpad.net/geary

Branch merges

Branch information

Name:
mjog/python-plugin-support
Repository:
lp:geary

Recent commits

4be75e3... by Michael Gratton

Generate GI typelibs for the client and engine

aef4191... by Michael Gratton

Enable the Python 3 plugin loader

86972f4... by Michael Gratton

Load plugins from $HOME

5df1b97... by Michael Gratton

Update online manual to reflect new preferences

de6071e... by Michael Gratton

Remove Play Sounds preference

This no longer makes sense since we don't have control over it for
notifications any more, and hence was only being used for sent mail.

Replace it with a NotificationContext signal so that a plugin could be
written to play a sound instead.

73fd7e7... by Michael Gratton

Plugin.Notification: Don't extend Geary.BaseObject

Libpeas interferes with Geary's home grown reftracking mechanism,
so don't use it.

c7c135c... by Michael Gratton

Remove notifications preference now it is unused

d5e7c05... by Michael Gratton

Move InAppNotification class to components package

It was the last class left in notifications, so not much point keeping
it there. Also take the opportunity to add it to a package proper.

5d13b8e... by Michael Gratton

Ensure standard valac args are used when building plugins

2637b6c... by Michael Gratton

Convert Libmessagingmenu to MessagingMenu plugin