]> spindle.queued.net Git - midori/commit
Embed extensions into preferences dialogue
authorChristian Dywan <christian@twotoasts.de>
Thu, 14 Apr 2011 01:29:50 +0000 (03:29 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 14 Apr 2011 01:29:50 +0000 (03:29 +0200)
commited6ed712399a66b50197064ca5f5a68566f43f14
treeb7c14c332a8560c29ed5efcb7febe9bcaa749cdc
parentf01c4a472a7616b434580e03513364123c063a9a
Embed extensions into preferences dialogue

MidoriBrowser gains the show-preferences signal which
gives API users a chance to add preferences.

katze_preferences_add_category now returns a box to
allow freely packing a widget into the page.

The extension panel is packed into the preferences now
rather than being appended as a proper panel.

Motivation is consistency here, such as with Gedit or
Emerillon and also the aspect that extensions often
really do tweak behaviour like preferences do.

Spacing and icons are added for visual consistency.
katze/katze-preferences.c
katze/katze-preferences.h
midori/main.c
midori/midori-browser.c
midori/midori-preferences.c
panels/midori-extensions.c