Commit Graph

11 Commits

Author SHA1 Message Date
Davide Andreoli fd5637b089 Check the existance of the opts dict before accessing it 2014-08-30 17:54:00 +02:00
Davide Andreoli ea66f6dbc2 Added the gadget option: popup_on_desktop
If the gadget have this option setted then on the desktop we put directly
the popup content, instead of the main obj.

Used in the audio gadget
2014-08-30 17:04:43 +02:00
Davide Andreoli 36c8e39c34 Some doc to help writing your own gadget 2014-08-30 12:11:30 +02:00
Davide Andreoli 684fb7fc90 Audio: gracefully handle pulse disconnection
Also moved the address_lookup function for readability
2014-08-30 11:13:55 +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 06dd897f2e Some instructions in the README 2014-08-29 21:07:41 +02:00
Davide Andreoli af2bd6a42f Use a more recent version of the python m4 macro 2014-08-28 23:35:26 +02:00
Davide Andreoli 9931fa4216 Try a different way to check for python3 2014-08-28 23:23:44 +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 43627db1b3 gitignore ++ 2014-08-27 21:44:46 +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