summaryrefslogtreecommitdiffstats
path: root/lib.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of who-knows-why "export" decoratorJan Pokorný2013-09-051-8/+0
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Split subgraphs/nodes/edges library to separate filesJan Pokorný2013-09-051-216/+10
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* lib: split "oddjob exec" into 2 linesJan Pokorný2013-09-041-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Use interactive mode by default (-x deprecated, no longer required)Jan Pokorný2013-09-041-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* lib.py: fix aged tuple vs. list issueJan Pokorný2013-09-031-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* {Clean,\ as a follow}\ upJan Pokorný2013-09-021-3/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* More massive updateJan Pokorný2013-09-021-6/+53
| | | | | | (sorry, it's an trial-and-error hell) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* lib: sanitize and speed-up "clean/set all"Jan Pokorný2013-05-171-5/+10
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Lib: stick with graph name as a window title (hackish)Jan Pokorný2013-05-141-4/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* lib.py: tune the code + enabling item will enable its ancestorsJan Pokorný2013-05-141-10/+16
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* lib.py: start maximizedJan Pokorný2013-05-141-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Lib: rename "toggle" method, add statusbarJan Pokorný2013-05-141-6/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Implement graph elements filter in UIJan Pokorný2013-05-131-10/+147
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Do some renaming & stylingJan Pokorný2013-05-101-7/+24
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Further modularization + XDot (gtk interactive display) supportJan Pokorný2013-05-101-6/+61
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Big refactoring towards more concise+flexible notationJan Pokorný2013-05-101-0/+219
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>