summaryrefslogtreecommitdiffstats
path: root/lib.py
Commit message (Collapse)AuthorAgeFilesLines
* cluster-cman: add documentation referencesJan Pokorný2013-09-271-1/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Extend tracked propertiesJan Pokorný2013-09-261-2/+13
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Lib: when generating static format, promote url (from 'web' attr)Jan Pokorný2013-09-261-1/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Lib: remove unnecessary debug printoutJan Pokorný2013-09-261-1/+0
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* lib: style check: satisfy extra line as method separatorJan Pokorný2013-09-251-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Expose tracked info upon entity click via tooltip + stdout textJan Pokorný2013-09-251-1/+41
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Move invisible elements to lib_$class.pyJan Pokorný2013-09-241-20/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Refactor attributes handling: conciseness and flexibilityJan Pokorný2013-09-241-0/+17
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Fix issue with empty menus caused by 98155efJan Pokorný2013-09-241-6/+14
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Drop shebang in non-executable filesJan Pokorný2013-09-241-1/+0
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* lib: fix extraneous spaceJan Pokorný2013-09-231-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* 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>