| Age | Commit message (Collapse) | Author |
|
enter to open edit, space and shift-space to select/append.
|
|
|
|
|
|
take it into account
|
|
crude heuristic
What we need to do is two things:
1. when a new link is supplied, go download it and let the browser tell
us if it is an image and if so what are it's dimensions
2. cache that data in the db (on the to-be-added view node).
Actually
3. cache the image itself. This will also allow uploading images with no
link.
Where to cache the images - on disk with a hash, plus breakdown into
multiple directories to avoid filesystem limits.
|
|
|
|
|
|
and no interaction possible yet
|
|
third-internship-proposal removal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
before Bacon
|
|
|
|
|
|
Fixes #339
|
|
|
|
|
|
translation)
|
|
|
|
|
|
|
|
compatibility, instead of ctrl+click
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
creation
|
|
|
|
|
|
|
|
|
|
Fixes #308
Hack for friday. Hack being that the model Node gets a 'zoom_obj'
property. This belongs on a new NodeView class that will contain a
reference to the node and the zoom object.
Also I'm worried about performance of this (well, just a little), have not tested with
something large yet.
|
|
|
|
Note that using 'on' overwrites the previous callback, using namespaces
('zoom.graph_view') doesn't help. So store the previous callback (the
zoom function in rz_core in this case) and apply it.
|
|
|
|
|
|
|
|
|
|
when selected
|
|
|
|
|
|
Should have two functions for node+link class setting, one for
temporary, one for not, instead of passing this constant (since
construction time) value along.
|
|
|