| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Whereas node text class was not set correctly on selection.
|
|
|
|
This reverts commit 3e2452ad6480e726fee8fdf2e3817ef09b0ba34d.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i.e.
related =
|selected| == 1 N(selected)
else intersection_{s in S}{neighbours(s)}
|
|
selected nodes - nodes the user selected directly, via search or click.
related - nodes that we choose to show the user as a result of the
selection made.
|
|
|
|
|
|
|
|
|
|
|
|
It was buggy and did not deal with overlap.
Renamed to neighbourhood.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/usr/bin/python
|
|
|
|
until an actual select/eventfd based solution is implemented
|
|
import details
|
|
First type is default, and order is for shift-up/down selection, filter
menu and type drop down in properties menu (so, basically everywhere).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sig for lack of time
|
|
Instead of raising and catching an exception by using the cache lookup
extract a function to lookup in cache and then in db that just returns
the result.
Avoids an exception trace we log whenever there is an exception.
|
|
|
|
|
|
|
|
|