Commit Graph

9 Commits

Author SHA1 Message Date
Davide Andreoli 53bdf254bd Edgar: switch to meson
...still not working with recent e, that changed the way modules are loaded
2020-04-21 11:49:02 +02:00
Davide Andreoli 78c6416b09 change popups to be elm based, no more edje for them
this change gadget API, all the gadgets will be updated
in the next commit
2018-07-14 17:14:03 +02:00
Kai Huuhko 6669595f1a Revert python code install location to libdir/enlightenment/gadgets
As requested by DaveMDS
2015-04-08 22:06:14 +03:00
Kai Huuhko 4855de622f Add back full E19/E20 compatibility
Not yet E17 compatible, need to find out why E sigaborts on popup open
2015-04-07 23:27:08 +03:00
Davide Andreoli 421ee244a7 theme_edje_object_set() now also support ElmLayout
thus renamed to theme_object_set()
2014-09-07 13:03:58 +02:00
Davide Andreoli 36c8e39c34 Some doc to help writing your own gadget 2014-08-30 12:11:30 +02:00
Davide Andreoli fce3d8716c No more need for this workaround
I forgot to remove this when fixed the popup obj del callback
2014-08-30 10:09:07 +02:00
Davide Andreoli 0b7cf71b05 Move the gadget infos to the module level
I got some trouble withe them stored inside the class on py3.4,
edgar was getting the info from the base class instead of the gadget.
2014-08-28 20:49:45 +02:00
Davide Andreoli 374e32e5b8 Say welcome to Edgar, the python gadget loader.
You can now write E gadgets in python.
...python rocks !!
2014-08-27 21:40:56 +02:00