app: new GimpExtensionDetails widget.
commit22099db280b7a02e12d68755ae1a685a14d0dfd2
authorJehan <jehan@girinstud.io>
Sat, 7 Jul 2018 14:04:10 +0000 (7 16:04 +0200)
committerJehan <jehan@girinstud.io>
Sat, 7 Jul 2018 14:10:51 +0000 (7 16:10 +0200)
tree2e0496a26014f87754ef36872a20779d04ab4060
parent869f345ff0820887f67cdd2965459f309c234d0f
app: new GimpExtensionDetails widget.

The extension dialog will show details about an extension (long
description, screenshot, upstream URLs, etc.) with this widget.

Update the GimpExtensionList to send a "extension-activated" signal on
double click, and make the extensions dialog react on it to display the
extension details for the activated extension.

This is all still mostly a skeleton GUI, but it is starting to get into
shape.
app/dialogs/extensions-dialog.c
app/widgets/Makefile.am
app/widgets/gimpextensiondetails.c [new file with mode: 0644]
app/widgets/gimpextensiondetails.h [new file with mode: 0644]
app/widgets/gimpextensionlist.c
app/widgets/gimpextensionlist.h
app/widgets/widgets-types.h