summaryrefslogtreecommitdiff
path: root/generate_widget_header.py
Commit message (Collapse)AuthorAgeFilesLines
* pythoin scripts - use /usr/bin/env to fond python3 like the othersCarsten Haitzler (Rasterman)2020-01-251-1/+1
|
* python: remove not needed imports in various python scriptsStefan Schmidt2019-12-201-3/+1
| | | | | | | | | Should not be much harm but could help to have the minimum imports needed when used in deployment. Reported-By: https://lgtm.com/projects/g/Enlightenment/efl Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D10885
* introduce script that generates widget hirachyMarcel Hollerbach2019-10-091-0/+99
this scripts generates a .svg with a hirachy like: https://phab.enlightenment.org/file/data/jtiilbekufvfa77taf5y/PHID-FILE-5iwtamur4qxtktrcwh77/widget_hirachy.png blue means something is stable, red means, something is beta. This script requires ete3 to be installed. You can install it via with pip with: `pip install ete3` Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Differential Revision: https://phab.enlightenment.org/D9850