ui: redesigned graph overview and use new list layouting within overview bundles
* overview bundles imitate style of bundled node type * removed bundle for built-in types * show contents of overview bundle in vertical list layouted with new ListLayouter * nodes starting with the same letter are grouped with the letter displayed above * pressing the letter key will scroll to the group * also use this list layouting for namespace & package contents * renamed BucketGrid to BucketLayouter * moved used functions of GraphPostProcessor to GraphViewStyle and removed GraphPostProcessor fortune cookie message = Don't be afraid to take that big step
This commit is contained in:
@@ -378,6 +378,14 @@
|
||||
<normal>#FFFFFF</normal>
|
||||
</text>
|
||||
</qualifier>
|
||||
<text>
|
||||
<fill>
|
||||
<normal>transparent</normal>
|
||||
</fill>
|
||||
<text>
|
||||
<normal>white</normal>
|
||||
</text>
|
||||
</text>
|
||||
</node>
|
||||
<edge>
|
||||
<default>
|
||||
|
||||
@@ -349,6 +349,14 @@
|
||||
<normal>black</normal>
|
||||
</text>
|
||||
</qualifier>
|
||||
<text>
|
||||
<fill>
|
||||
<normal>transparent</normal>
|
||||
</fill>
|
||||
<text>
|
||||
<normal>black</normal>
|
||||
</text>
|
||||
</text>
|
||||
</node>
|
||||
<edge>
|
||||
<default>
|
||||
|
||||
@@ -352,6 +352,14 @@
|
||||
<normal>#F7F7F7</normal>
|
||||
</text>
|
||||
</qualifier>
|
||||
<text>
|
||||
<fill>
|
||||
<normal>transparent</normal>
|
||||
</fill>
|
||||
<text>
|
||||
<normal>white</normal>
|
||||
</text>
|
||||
</text>
|
||||
</node>
|
||||
<edge>
|
||||
<default>
|
||||
|
||||
Reference in New Issue
Block a user