Granite Gramplet

From Gramps
Revision as of 00:56, 17 November 2014 by Sam888 (talk | contribs)
Jump to: navigation, search
Gramps-notes.png

Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.
This Addon/Plugin system is controlled by the Plugin Manager.


Granite gramplet is an experimental Gramplet using GObject Introspection, Gtk and Granite widgets.

What is Granite?

Granite is an application framework designed with the intend to build better apps with less efforts.

API

Granite is a part of ElementaryOS.

The Granite framework is something people have cooking for developers to really make it easy to develop applications on elementary. Right now it's very much a work-in-progress, but in the future they hope it will provide useful libraries for storing settings and communicating with other applications, among other things. Basically, the lead elementary developers noticed a lot of redundancy and unnecessary complications in writing applications for elementary, so Granite is their solution to these issues. Right now it is an amalgamation of some widgets and libraries whipped up by elementary developers, and some taken from the fantastic Docky/Plank projects.

See its API.

Python

We can find some samples of python modules using Granite GObject Introspection, like:

etc ...

In progress...

According to ways used on 5253:

  1. Play with etreeGramplet gramplet, try to include some granite widgets and create an alternate version.
  2. Maybe to create a Gtk/Granite/python/Gramps script for my desktop?